From 6b93137929cc6ba73f5a2d5025beaf54aa9bf256 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 19 Feb 2025 14:19:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=BD=D0=B0=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 91 +- __init__.py | 5 + __manifest__.py | 55 + controllers/__init__.py | 4 + controllers/main.py | 308 ++ data/blog_snippet_template_data.xml | 35 + data/ir_asset.xml | 13 + data/mail_message_subtype_data.xml | 12 + data/mail_templates.xml | 12 + data/website_blog_data.xml | 41 + data/website_blog_demo.xml | 406 +++ i18n/af.po | 2023 ++++++++++++++ i18n/ar.po | 2676 ++++++++++++++++++ i18n/az.po | 2024 ++++++++++++++ i18n/bg.po | 2397 ++++++++++++++++ i18n/bs.po | 2024 ++++++++++++++ i18n/ca.po | 2764 ++++++++++++++++++ i18n/cs.po | 2489 +++++++++++++++++ i18n/da.po | 2732 ++++++++++++++++++ i18n/de.po | 2781 +++++++++++++++++++ i18n/el.po | 2024 ++++++++++++++ i18n/en_GB.po | 2026 ++++++++++++++ i18n/es.po | 2759 ++++++++++++++++++ i18n/es_419.po | 2753 ++++++++++++++++++ i18n/es_BO.po | 2021 ++++++++++++++ i18n/es_CL.po | 2021 ++++++++++++++ i18n/es_CO.po | 2024 ++++++++++++++ i18n/es_CR.po | 2021 ++++++++++++++ i18n/es_DO.po | 2021 ++++++++++++++ i18n/es_EC.po | 2023 ++++++++++++++ i18n/es_PA.po | 2021 ++++++++++++++ i18n/es_PE.po | 2021 ++++++++++++++ i18n/es_PY.po | 2021 ++++++++++++++ i18n/es_VE.po | 2021 ++++++++++++++ i18n/et.po | 2748 ++++++++++++++++++ i18n/eu.po | 2021 ++++++++++++++ i18n/fa.po | 2389 ++++++++++++++++ i18n/fi.po | 2745 ++++++++++++++++++ i18n/fr.po | 2767 ++++++++++++++++++ i18n/fr_BE.po | 2021 ++++++++++++++ i18n/fr_CA.po | 2021 ++++++++++++++ i18n/gl.po | 2021 ++++++++++++++ i18n/gu.po | 2023 ++++++++++++++ i18n/he.po | 2404 ++++++++++++++++ i18n/hr.po | 2035 ++++++++++++++ i18n/hu.po | 2390 ++++++++++++++++ i18n/id.po | 2754 ++++++++++++++++++ i18n/is.po | 2019 ++++++++++++++ i18n/it.po | 2742 ++++++++++++++++++ i18n/ja.po | 2470 ++++++++++++++++ i18n/ka.po | 2021 ++++++++++++++ i18n/kab.po | 2021 ++++++++++++++ i18n/km.po | 2025 ++++++++++++++ i18n/ko.po | 2566 +++++++++++++++++ i18n/lb.po | 2019 ++++++++++++++ i18n/lt.po | 2405 ++++++++++++++++ i18n/lv.po | 2385 ++++++++++++++++ i18n/mk.po | 2026 ++++++++++++++ i18n/mn.po | 2033 ++++++++++++++ i18n/nb.po | 2025 ++++++++++++++ i18n/nl.po | 2752 ++++++++++++++++++ i18n/pl.po | 2740 ++++++++++++++++++ i18n/pt.po | 2388 ++++++++++++++++ i18n/pt_BR.po | 2734 ++++++++++++++++++ i18n/ro.po | 2031 ++++++++++++++ i18n/ru.po | 2758 ++++++++++++++++++ i18n/sk.po | 2401 ++++++++++++++++ i18n/sl.po | 2392 ++++++++++++++++ i18n/sq.po | 2021 ++++++++++++++ i18n/sr.po | 2730 ++++++++++++++++++ i18n/sr@latin.po | 2025 ++++++++++++++ i18n/sv.po | 2404 ++++++++++++++++ i18n/th.po | 2724 ++++++++++++++++++ i18n/tr.po | 2734 ++++++++++++++++++ i18n/uk.po | 2723 ++++++++++++++++++ i18n/vi.po | 2693 ++++++++++++++++++ i18n/website_blog.pot | 2374 ++++++++++++++++ i18n/zh_CN.po | 2454 ++++++++++++++++ i18n/zh_TW.po | 2444 ++++++++++++++++ models/__init__.py | 7 + models/ir_qweb_fields.py | 17 + models/website.py | 43 + models/website_blog.py | 364 +++ models/website_snippet_filter.py | 57 + security/ir.model.access.csv | 17 + security/website_blog_security.xml | 18 + static/description/icon.png | Bin 0 -> 1834 bytes static/description/icon.svg | 1 + static/src/img/anonymous.png | Bin 0 -> 1586 bytes static/src/img/blog_1.jpeg | Bin 0 -> 207998 bytes static/src/img/blog_2.jpeg | Bin 0 -> 299468 bytes static/src/img/content_1_1.jpg | Bin 0 -> 86060 bytes static/src/img/content_1_2.jpg | Bin 0 -> 27970 bytes static/src/img/content_2_1.jpg | Bin 0 -> 34785 bytes static/src/img/content_2_2.jpg | Bin 0 -> 42220 bytes static/src/img/content_2_3.jpg | Bin 0 -> 39228 bytes static/src/img/content_3_1.jpg | Bin 0 -> 47213 bytes static/src/img/content_4_1.jpg | Bin 0 -> 37297 bytes static/src/img/content_5_1.jpg | Bin 0 -> 33128 bytes static/src/img/content_6_1.jpg | Bin 0 -> 42088 bytes static/src/img/content_7_1.jpg | Bin 0 -> 18100 bytes static/src/img/content_7_2.jpg | Bin 0 -> 36334 bytes static/src/img/cover_1.jpg | Bin 0 -> 61581 bytes static/src/img/cover_2.jpg | Bin 0 -> 132920 bytes static/src/img/cover_3.jpg | Bin 0 -> 85059 bytes static/src/img/cover_4.jpg | Bin 0 -> 43318 bytes static/src/img/cover_5.jpg | Bin 0 -> 73735 bytes static/src/img/cover_6.jpg | Bin 0 -> 81689 bytes static/src/img/cover_7.jpg | Bin 0 -> 101070 bytes static/src/img/s_blog_posts.svg | 64 + static/src/js/components/translator.js | 21 + static/src/js/contentshare.js | 109 + static/src/js/options.js | 188 ++ static/src/js/systray_items/new_content.js | 15 + static/src/js/tours/website_blog.js | 96 + static/src/js/website_blog.js | 103 + static/src/js/wysiwyg_adapter.js | 82 + static/src/scss/website_blog.scss | 301 ++ static/src/snippets/s_blog_posts/000.js | 32 + static/src/snippets/s_blog_posts/000.scss | 296 ++ static/src/snippets/s_blog_posts/options.js | 80 + static/tests/tours/blog_search_with_date.js | 28 + static/tests/tours/blog_tags_tour.js | 65 + tests/__init__.py | 6 + tests/common.py | 46 + tests/test_performance.py | 73 + tests/test_ui.py | 52 + tests/test_website_blog_flow.py | 118 + views/blog_post_add.xml | 26 + views/snippets/s_blog_posts.xml | 149 + views/snippets/snippets.xml | 188 ++ views/website_blog_components.xml | 287 ++ views/website_blog_posts_loop.xml | 237 ++ views/website_blog_templates.xml | 479 ++++ views/website_blog_views.xml | 134 + views/website_pages_views.xml | 155 ++ 136 files changed, 163240 insertions(+), 1 deletion(-) create mode 100644 __init__.py create mode 100644 __manifest__.py create mode 100644 controllers/__init__.py create mode 100644 controllers/main.py create mode 100644 data/blog_snippet_template_data.xml create mode 100644 data/ir_asset.xml create mode 100644 data/mail_message_subtype_data.xml create mode 100644 data/mail_templates.xml create mode 100644 data/website_blog_data.xml create mode 100644 data/website_blog_demo.xml create mode 100644 i18n/af.po create mode 100644 i18n/ar.po create mode 100644 i18n/az.po create mode 100644 i18n/bg.po create mode 100644 i18n/bs.po create mode 100644 i18n/ca.po create mode 100644 i18n/cs.po create mode 100644 i18n/da.po create mode 100644 i18n/de.po create mode 100644 i18n/el.po create mode 100644 i18n/en_GB.po create mode 100644 i18n/es.po create mode 100644 i18n/es_419.po create mode 100644 i18n/es_BO.po create mode 100644 i18n/es_CL.po create mode 100644 i18n/es_CO.po create mode 100644 i18n/es_CR.po create mode 100644 i18n/es_DO.po create mode 100644 i18n/es_EC.po create mode 100644 i18n/es_PA.po create mode 100644 i18n/es_PE.po create mode 100644 i18n/es_PY.po create mode 100644 i18n/es_VE.po create mode 100644 i18n/et.po create mode 100644 i18n/eu.po create mode 100644 i18n/fa.po create mode 100644 i18n/fi.po create mode 100644 i18n/fr.po create mode 100644 i18n/fr_BE.po create mode 100644 i18n/fr_CA.po create mode 100644 i18n/gl.po create mode 100644 i18n/gu.po create mode 100644 i18n/he.po create mode 100644 i18n/hr.po create mode 100644 i18n/hu.po create mode 100644 i18n/id.po create mode 100644 i18n/is.po create mode 100644 i18n/it.po create mode 100644 i18n/ja.po create mode 100644 i18n/ka.po create mode 100644 i18n/kab.po create mode 100644 i18n/km.po create mode 100644 i18n/ko.po create mode 100644 i18n/lb.po create mode 100644 i18n/lt.po create mode 100644 i18n/lv.po create mode 100644 i18n/mk.po create mode 100644 i18n/mn.po create mode 100644 i18n/nb.po create mode 100644 i18n/nl.po create mode 100644 i18n/pl.po create mode 100644 i18n/pt.po create mode 100644 i18n/pt_BR.po create mode 100644 i18n/ro.po create mode 100644 i18n/ru.po create mode 100644 i18n/sk.po create mode 100644 i18n/sl.po create mode 100644 i18n/sq.po create mode 100644 i18n/sr.po create mode 100644 i18n/sr@latin.po create mode 100644 i18n/sv.po create mode 100644 i18n/th.po create mode 100644 i18n/tr.po create mode 100644 i18n/uk.po create mode 100644 i18n/vi.po create mode 100644 i18n/website_blog.pot create mode 100644 i18n/zh_CN.po create mode 100644 i18n/zh_TW.po create mode 100644 models/__init__.py create mode 100644 models/ir_qweb_fields.py create mode 100644 models/website.py create mode 100644 models/website_blog.py create mode 100644 models/website_snippet_filter.py create mode 100644 security/ir.model.access.csv create mode 100644 security/website_blog_security.xml create mode 100644 static/description/icon.png create mode 100644 static/description/icon.svg create mode 100644 static/src/img/anonymous.png create mode 100644 static/src/img/blog_1.jpeg create mode 100644 static/src/img/blog_2.jpeg create mode 100644 static/src/img/content_1_1.jpg create mode 100644 static/src/img/content_1_2.jpg create mode 100644 static/src/img/content_2_1.jpg create mode 100644 static/src/img/content_2_2.jpg create mode 100644 static/src/img/content_2_3.jpg create mode 100644 static/src/img/content_3_1.jpg create mode 100644 static/src/img/content_4_1.jpg create mode 100644 static/src/img/content_5_1.jpg create mode 100644 static/src/img/content_6_1.jpg create mode 100644 static/src/img/content_7_1.jpg create mode 100644 static/src/img/content_7_2.jpg create mode 100644 static/src/img/cover_1.jpg create mode 100644 static/src/img/cover_2.jpg create mode 100644 static/src/img/cover_3.jpg create mode 100644 static/src/img/cover_4.jpg create mode 100644 static/src/img/cover_5.jpg create mode 100644 static/src/img/cover_6.jpg create mode 100644 static/src/img/cover_7.jpg create mode 100644 static/src/img/s_blog_posts.svg create mode 100644 static/src/js/components/translator.js create mode 100644 static/src/js/contentshare.js create mode 100644 static/src/js/options.js create mode 100644 static/src/js/systray_items/new_content.js create mode 100644 static/src/js/tours/website_blog.js create mode 100644 static/src/js/website_blog.js create mode 100644 static/src/js/wysiwyg_adapter.js create mode 100644 static/src/scss/website_blog.scss create mode 100644 static/src/snippets/s_blog_posts/000.js create mode 100644 static/src/snippets/s_blog_posts/000.scss create mode 100644 static/src/snippets/s_blog_posts/options.js create mode 100644 static/tests/tours/blog_search_with_date.js create mode 100644 static/tests/tours/blog_tags_tour.js create mode 100644 tests/__init__.py create mode 100644 tests/common.py create mode 100644 tests/test_performance.py create mode 100644 tests/test_ui.py create mode 100644 tests/test_website_blog_flow.py create mode 100644 views/blog_post_add.xml create mode 100644 views/snippets/s_blog_posts.xml create mode 100644 views/snippets/snippets.xml create mode 100644 views/website_blog_components.xml create mode 100644 views/website_blog_posts_loop.xml create mode 100644 views/website_blog_templates.xml create mode 100644 views/website_blog_views.xml create mode 100644 views/website_pages_views.xml diff --git a/README.md b/README.md index 66ae700..3e5b26c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,91 @@ -# website_blog +Odoo Blog +---------- +Write, Design, Promote and Engage with Odoo Blog. + +Express yourself with the Odoo enterprise grade blogging platform. Write +beautiful blog posts, engage with visitors, translate content and moderate +social streams. + +Get your blog posts efficiently referenced in Google and translated in mutiple +languages in just a few clicks. + +Write Beautiful Blog Posts +-------------------------- + +Drag & Drop well designed *'Building Blocks'* to create beautifull blog posts +that perfectly integrates images, videos, call-to-actions, quotes, banners, +etc. + +With our unique *'edit inline'* approach, you don't need to be a designer to +create awsome, good-looking, content. Each blog post will look like it's +designed by a professional designer. + +Automated Translation by Professionals +-------------------------------------- + +Get your blog posts translated in multiple languages with no effort. Our +translation "on demand" feature allows you to benefit from professional +translators to translate all your changes automatically. (\$0.05 per word) +Translated versions are updated automatically once translated by professionals +(around 32 hours). + +Engage With Your Visitors +------------------------- + +The integrated website live chat feature allows you to start chatting in real time with +your visitors to get feedback on your recent posts or get ideas to write new +posts. + +Engaging with your visitors is also a great way to convert visitors into +customers. + +Build Visitor Loyalty +--------------------- + +The one click *follow* button will allow visitors to receive your blog posts by +email with no effort, without having to register. Social media icons allow +visitors to share your best blog posts easily. + +Google Analytics Integration +---------------------------- + +Get a clear visibility of your sales funnel. Odoo's Google Analytics trackers +are configured by default to track all kinds of events related to shopping +carts, call-to-actions, etc. + +As Odoo marketing tools (mass mailing, campaigns, etc) are also linked with +Google Analytics, you get a 360° view of your business. + +SEO Optimized Blog Posts +------------------------ + +SEO tools are ready to use, with no configuration required. Odoo suggests +keywords for your titles according to Google's most searched terms, Google +Analytics tracks interests of your visitors, sitemaps are created automatically +for quick Google indexing, etc. + +The system even creates structured content automatically to promote your +products and events effectively in Google. + +Designer-Friendly Themes +------------------------ + +Themes are awesome and easy to design. You don't need to develop to create new +pages, themes or building blocks. We use a clean HTML structure, a +[bootstrap](http://getbootstrap.com/) CSS and our modularity allows you to +distribute your themes easily. + +The building block approach allows the website to remain clean after end-users +start creating new contents. + +Easy Access Rights +------------------ + +Not everyone requires the same access to your website. Designers manage the +layout of the site, editors approve content and authors write that content. +This lets you organize your publishing process according to your needs. + +Other access rights are related to business objects (products, people, events, +etc) and directly following Odoo's standard access rights management, so you do +not have to configure things twice. diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..7d34c7c --- /dev/null +++ b/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import controllers +from . import models diff --git a/__manifest__.py b/__manifest__.py new file mode 100644 index 0000000..be034a6 --- /dev/null +++ b/__manifest__.py @@ -0,0 +1,55 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Blog', + 'category': 'Website/Website', + 'sequence': 200, + 'website': 'https://www.odoo.com/app/blog', + 'summary': 'Publish blog posts, announces, news', + 'version': '1.1', + 'depends': ['website_mail', 'website_partner'], + 'data': [ + 'data/mail_message_subtype_data.xml', + 'data/mail_templates.xml', + 'data/website_blog_data.xml', + 'data/blog_snippet_template_data.xml', + 'views/website_blog_views.xml', + 'views/website_blog_components.xml', + 'views/website_blog_posts_loop.xml', + 'views/website_blog_templates.xml', + 'views/snippets/snippets.xml', + 'views/snippets/s_blog_posts.xml', + 'views/website_pages_views.xml', + 'views/blog_post_add.xml', + 'security/ir.model.access.csv', + 'security/website_blog_security.xml', + ], + 'demo': [ + 'data/website_blog_demo.xml' + ], + 'installable': True, + 'assets': { + 'website.assets_wysiwyg': [ + 'website_blog/static/src/js/options.js', + 'website_blog/static/src/snippets/s_blog_posts/options.js', + ], + 'website.assets_editor': [ + 'website_blog/static/src/js/tours/website_blog.js', + 'website_blog/static/src/js/components/*.js', + 'website_blog/static/src/js/systray_items/*.js', + ], + 'website.backend_assets_all_wysiwyg': [ + 'website_blog/static/src/js/wysiwyg_adapter.js', + ], + 'web.assets_tests': [ + 'website_blog/static/tests/**/*', + ], + 'web.assets_frontend': [ + 'website_blog/static/src/scss/website_blog.scss', + 'website_blog/static/src/js/contentshare.js', + 'website_blog/static/src/js/website_blog.js', + ], + }, + 'license': 'LGPL-3', +} diff --git a/controllers/__init__.py b/controllers/__init__.py new file mode 100644 index 0000000..5d4b25d --- /dev/null +++ b/controllers/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import main diff --git a/controllers/main.py b/controllers/main.py new file mode 100644 index 0000000..6dc0430 --- /dev/null +++ b/controllers/main.py @@ -0,0 +1,308 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import werkzeug +import itertools +import pytz +import babel.dates +from collections import defaultdict + +from odoo import http, fields, tools, models +from odoo.addons.http_routing.models.ir_http import slug, unslug +from odoo.addons.website.controllers.main import QueryURL +from odoo.addons.portal.controllers.portal import _build_url_w_params +from odoo.http import request +from odoo.osv import expression +from odoo.tools import html2plaintext +from odoo.tools.misc import get_lang +from odoo.tools import sql + + +class WebsiteBlog(http.Controller): + _blog_post_per_page = 12 # multiple of 2,3,4 + _post_comment_per_page = 10 + + def tags_list(self, tag_ids, current_tag): + tag_ids = list(tag_ids) # required to avoid using the same list + if current_tag in tag_ids: + tag_ids.remove(current_tag) + else: + tag_ids.append(current_tag) + tag_ids = request.env['blog.tag'].browse(tag_ids) + return ','.join(slug(tag) for tag in tag_ids) + + def nav_list(self, blog=None): + dom = blog and [('blog_id', '=', blog.id)] or [] + if not request.env.user.has_group('website.group_website_designer'): + dom += [('post_date', '<=', fields.Datetime.now())] + groups = request.env['blog.post']._read_group( + dom, groupby=['post_date:month']) + + locale = get_lang(request.env).code + tzinfo = pytz.timezone(request.context.get('tz', 'utc') or 'utc') + fmt = tools.DEFAULT_SERVER_DATETIME_FORMAT + + res = defaultdict(list) + for [start] in groups: + year = babel.dates.format_datetime(start, format='yyyy', tzinfo=tzinfo, locale=locale) + res[year].append({ + 'date_begin': start.strftime(fmt), + 'date_end': (start + models.READ_GROUP_TIME_GRANULARITY['month']).strftime(fmt), + 'month': babel.dates.format_datetime(start, format='MMMM', tzinfo=tzinfo, locale=locale), + 'year': year, + }) + return res + + def _get_blog_post_search_options(self, blog=None, active_tags=None, date_begin=None, date_end=None, state=None, **post): + return { + 'displayDescription': True, + 'displayDetail': False, + 'displayExtraDetail': False, + 'displayExtraLink': False, + 'displayImage': False, + 'allowFuzzy': not post.get('noFuzzy'), + 'blog': str(blog.id) if blog else None, + 'tag': ','.join([str(id) for id in active_tags.ids]), + 'date_begin': date_begin, + 'date_end': date_end, + 'state': state, + } + + def _prepare_blog_values(self, blogs, blog=False, date_begin=False, date_end=False, tags=False, state=False, page=False, search=None, **post): + """ Prepare all values to display the blogs index page or one specific blog""" + BlogPost = request.env['blog.post'] + BlogTag = request.env['blog.tag'] + + # prepare domain + domain = request.website.website_domain() + + if blog: + domain += [('blog_id', '=', blog.id)] + + if date_begin and date_end: + domain += [("post_date", ">=", date_begin), ("post_date", "<=", date_end)] + active_tag_ids = tags and [unslug(tag)[1] for tag in tags.split(',')] or [] + active_tags = BlogTag + if active_tag_ids: + active_tags = BlogTag.browse(active_tag_ids).exists() + fixed_tag_slug = ",".join(slug(t) for t in active_tags) + if fixed_tag_slug != tags: + path = request.httprequest.full_path + new_url = path.replace("/tag/%s" % tags, fixed_tag_slug and "/tag/%s" % fixed_tag_slug or "", 1) + if new_url != path: # check that really replaced and avoid loop + return request.redirect(new_url, 301) + domain += [('tag_ids', 'in', active_tags.ids)] + + if request.env.user.has_group('website.group_website_designer'): + count_domain = domain + [("website_published", "=", True), ("post_date", "<=", fields.Datetime.now())] + published_count = BlogPost.search_count(count_domain) + unpublished_count = BlogPost.search_count(domain) - published_count + + if state == "published": + domain += [("website_published", "=", True), ("post_date", "<=", fields.Datetime.now())] + elif state == "unpublished": + domain += ['|', ("website_published", "=", False), ("post_date", ">", fields.Datetime.now())] + else: + domain += [("post_date", "<=", fields.Datetime.now())] + + use_cover = request.website.is_view_active('website_blog.opt_blog_cover_post') + fullwidth_cover = request.website.is_view_active('website_blog.opt_blog_cover_post_fullwidth_design') + + # if blog, we show blog title, if use_cover and not fullwidth_cover we need pager + latest always + offset = (page - 1) * self._blog_post_per_page + if not blog and use_cover and not fullwidth_cover and not tags and not date_begin and not date_end and not search: + offset += 1 + + options = self._get_blog_post_search_options( + blog=blog, + active_tags=active_tags, + date_begin=date_begin, + date_end=date_end, + state=state, + **post + ) + total, details, fuzzy_search_term = request.website._search_with_fuzzy("blog_posts_only", search, + limit=page * self._blog_post_per_page, order="is_published desc, post_date desc, id asc", options=options) + posts = details[0].get('results', BlogPost) + first_post = BlogPost + if posts and not blog and posts[0].website_published: + first_post = posts[0] + posts = posts[offset:offset + self._blog_post_per_page] + + url_args = dict() + if search: + url_args["search"] = search + + if date_begin and date_end: + url_args["date_begin"] = date_begin + url_args["date_end"] = date_end + + pager = tools.lazy(lambda: request.website.pager( + url=request.httprequest.path.partition('/page/')[0], + total=total, + page=page, + step=self._blog_post_per_page, + url_args=url_args, + )) + + if not blogs: + all_tags = request.env['blog.tag'] + else: + all_tags = tools.lazy(lambda: blogs.all_tags(join=True) if not blog else blogs.all_tags().get(blog.id, request.env['blog.tag'])) + tag_category = tools.lazy(lambda: sorted(all_tags.mapped('category_id'), key=lambda category: category.name.upper())) + other_tags = tools.lazy(lambda: sorted(all_tags.filtered(lambda x: not x.category_id), key=lambda tag: tag.name.upper())) + nav_list = tools.lazy(self.nav_list) + # for performance prefetch the first post with the others + post_ids = (first_post | posts).ids + # and avoid accessing related blogs one by one + posts.blog_id + + return { + 'date_begin': date_begin, + 'date_end': date_end, + 'first_post': first_post.with_prefetch(post_ids), + 'other_tags': other_tags, + 'tag_category': tag_category, + 'nav_list': nav_list, + 'tags_list': self.tags_list, + 'pager': pager, + 'posts': posts.with_prefetch(post_ids), + 'tag': tags, + 'active_tag_ids': active_tags.ids, + 'domain': domain, + 'state_info': state and {"state": state, "published": published_count, "unpublished": unpublished_count}, + 'blogs': blogs, + 'blog': blog, + 'search': fuzzy_search_term or search, + 'search_count': total, + 'original_search': fuzzy_search_term and search, + } + + @http.route([ + '/blog', + '/blog/page/', + '/blog/tag/', + '/blog/tag//page/', + '''/blog/''', + '''/blog//page/''', + '''/blog//tag/''', + '''/blog//tag//page/''', + ], type='http', auth="public", website=True, sitemap=True) + def blog(self, blog=None, tag=None, page=1, search=None, **opt): + Blog = request.env['blog.blog'] + blogs = tools.lazy(lambda: Blog.search(request.website.website_domain(), order="create_date asc, id asc")) + + if not blog and len(blogs) == 1: + url = QueryURL('/blog/%s' % slug(blogs[0]), search=search, **opt)() + return request.redirect(url, code=302) + + date_begin, date_end = opt.get('date_begin'), opt.get('date_end') + + if tag and request.httprequest.method == 'GET': + # redirect get tag-1,tag-2 -> get tag-1 + tags = tag.split(',') + if len(tags) > 1: + url = QueryURL('' if blog else '/blog', ['blog', 'tag'], blog=blog, tag=tags[0], date_begin=date_begin, date_end=date_end, search=search)() + return request.redirect(url, code=302) + + values = self._prepare_blog_values(blogs=blogs, blog=blog, tags=tag, page=page, search=search, **opt) + + # in case of a redirection need by `_prepare_blog_values` we follow it + if isinstance(values, werkzeug.wrappers.Response): + return values + + if blog: + values['main_object'] = blog + values['blog_url'] = QueryURL('/blog', ['blog', 'tag'], blog=blog, tag=tag, date_begin=date_begin, date_end=date_end, search=search) + + return request.render("website_blog.blog_post_short", values) + + @http.route(['''/blog//feed'''], type='http', auth="public", website=True, sitemap=True) + def blog_feed(self, blog, limit='15', **kwargs): + v = {} + v['blog'] = blog + v['base_url'] = blog.get_base_url() + v['posts'] = request.env['blog.post'].search([('blog_id', '=', blog.id)], limit=min(int(limit), 50), order="post_date DESC") + v['html2plaintext'] = html2plaintext + r = request.render("website_blog.blog_feed", v, headers=[('Content-Type', 'application/atom+xml')]) + return r + + @http.route([ + '''/blog//post// + + + + + Latest Blog Posts + blog.post + + [('post_date', '<=', context_today())] + ['post_date desc'] + + + + Most Viewed Blog Posts + blog.post + + [('post_date', '<=', context_today()), ('visits', '!=', False)] + ['visits desc'] + + + + + Latest Blog Posts + + name,teaser,subtitle + + + + Most Viewed Blog Posts + + name,teaser,subtitle + + + + diff --git a/data/ir_asset.xml b/data/ir_asset.xml new file mode 100644 index 0000000..591eea2 --- /dev/null +++ b/data/ir_asset.xml @@ -0,0 +1,13 @@ + + + + + + Latest posts 000 SCSS + web.assets_frontend + website_blog/static/src/snippets/s_latest_posts/000.scss + + + + + diff --git a/data/mail_message_subtype_data.xml b/data/mail_message_subtype_data.xml new file mode 100644 index 0000000..dfa7130 --- /dev/null +++ b/data/mail_message_subtype_data.xml @@ -0,0 +1,12 @@ + + + + + + Published Post + blog.blog + + Published Post + + + diff --git a/data/mail_templates.xml b/data/mail_templates.xml new file mode 100644 index 0000000..038da76 --- /dev/null +++ b/data/mail_templates.xml @@ -0,0 +1,12 @@ + + + + diff --git a/data/website_blog_data.xml b/data/website_blog_data.xml new file mode 100644 index 0000000..bcf5f54 --- /dev/null +++ b/data/website_blog_data.xml @@ -0,0 +1,41 @@ + + + + + Our blog + We are a team of passionate people whose goal is to improve everyone's life. + {"background-image": "url('/website_blog/static/src/img/cover_5.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0.4"} + + + + Blog + /blog + + 40 + + + + + Published Post + blog.blog + + Published Post + + + + + + + + + Website Blogs + self + + + + + open + + + + diff --git a/data/website_blog_demo.xml b/data/website_blog_demo.xml new file mode 100644 index 0000000..2a17445 --- /dev/null +++ b/data/website_blog_demo.xml @@ -0,0 +1,406 @@ + + + + + Travel + Holiday tips + {"background-image": "url('/website_blog/static/src/img/blog_1.jpeg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0.4"} + + + Astronomy + Astronomy is “stargazing" + {"background-image": "url('/website_blog/static/src/img/blog_2.jpeg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0.4"} + + + + + hotels + + + adventure + + + guides + + + telescopes + + + discovery + + + + + Sierra Tarahumara + An exciting mix of relaxation, culture, history, wildlife and hiking. + + + + + + {"background-image": "url('/website_blog/static/src/img/cover_1.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0"} + Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation.

+

Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it.

+ +

Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching.

+
+ +
Photo by PoloX Hernandez, @elpolox
+
+ +
+ Apart from the native population, the local wildlife is also a major crowd puller. +
Someone famous in Source Title
+
+ +

Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out.

+
+ +
Photo by Boris Smokrovic, @borisworkshop
+
+ +

A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border.

+

A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking.

+]]> +
+
+ + + Maui helicopter tours + A great way to discover hidden places + + + + + + 246 + {"background-image": "url('/website_blog/static/src/img/cover_2.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0.4"} + +
+
+

Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it.

+

You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours.

+
+
+
+ +
Photo by Jon Ly, @jonatron
+
+
+
+ + +

East Maui

+
+ +
Photo by Anton Repponen, @repponen
+
+ +

East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours.

+

The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air.

+

Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation.

+ +

Molokai Maui

+
+ +
Photo by Denys Nevozhai, @dnevozhai
+
+

Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air. +People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls.

+

The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment.

+

Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years.

+]]> +
+
+ + + How to choose the right hotel + Facts you should bear in mind. + + + + 467 + + + {"background-image": "url('/website_blog/static/src/img/cover_3.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0.4"} + So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel.

+

Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites.

+ +

But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?

+ +
+ The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. +
Someone famous in Source Title
+
+ +
+ +
Photo by Jason Briscoe, @jbriscoe
+
+ +

Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters. +

+ +

Here are some of the key facts you should bear in mind:

+
    +
  1. Location
    + If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map.
  2. +
  3. Style
    + It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available.
  4. +
  5. Restaurants, Cafes and Bars
    + Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities.
  6. +
  7. Bedroom Facilities
    + You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc.
  8. +
+

These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!

+
    +
  1. Children’s’ Facilities
    + More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!
  2. +
  3. Leisure Facilities
    + The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some.
  4. +
+ +

Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel.

+]]> +
+
+ + + How To Look Up + Be aware of this thing called “astronomy” + + + + 453 + + + {"background-image": "url('/website_blog/static/src/img/cover_4.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "text_align_class": "text-center", "opacity": "0.2"} + It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky.

+ +

For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time.

+ +
+ That “Wow” moment is what astrology is all about. +
Someone famous in Source Title
+
+ +

So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw.

+ +
+ +
Photo by Arto Marttinen, @wandervisions
+
+ +

That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night.

+ +

Get started

+

To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way.

+ +

Get a telescope

+

The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating.

+ +

Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you.

+ +

None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye.

+]]> +
+
+ + + What If They Let You Run The Hubble + The beauty of astronomy is that anybody can do it. + + + + + + {"background-image": "url('/website_blog/static/src/img/cover_5.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "text_align_class": "text-center", "opacity": "0.2"} + From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up.

+

It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up.

+ +
+ There is something timeless about the cosmos. +
Someone famous in Source Title
+
+ +

There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel.

+ +
+ +
Photo by SpaceX, @spacex
+
+ +

While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable.

+ +

Get some history

+

Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you.

+ +

Know what you are looking at

+

It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you.

+ +

Get a geek

+

Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge.

+ +

Know when to look

+

Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you.

+ +

And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break.

+]]> +
+
+ + + Buying A Telescope + Before you make your first purchase… + + + + + + {"background-image": "url('/website_blog/static/src/img/cover_6.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "text_align_class": "text-center", "opacity": "0.2"} + Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars.

+

In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it.

+

So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing.

+ +
+ It is critically important that you get just the right telescope. +
Someone famous in Source Title
+
+ +

So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…

+
    +
  • Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote.
  • +
  • Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart.
  • +
  • Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up.
  • +
  • Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit.
  • +
+ +
+ +
Photo by Teddy Kelley, @teddykelley
+
+ +

There are other considerations to factor into your final purchase decision.

+ +

How mobile must your telescope be?

+

The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations.

+

Along those lines, how difficult is the set up and break down?

+

How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy.

+]]> +
+
+ + + Beyond The Eye + Becoming part of the society of devoted amateur astronomers. + + + + + + {"background-image": "url('/website_blog/static/src/img/cover_7.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0.4"} + For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye.

+

If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard. +Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked.

+ +
+ Your study of the moon, like anything else, can go from the simple to the very complex. +
Someone famous in Source Title
+
+ +

To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment.

+ +

The best time to view the moon.

+

The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display.

+ +
+ +
Photo by Patrick Brinksma, @patrickbrinksma
+
+ +

To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform.

+

Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object.

+ +
+ +
Photo by Greg Rakozy, @grakozy
+
+ +

To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape.

+ +

Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us.

+]]> +
+
+ + + Beautiful! I plan to go there next holidays. + blog.post + + comment + + + + + + Hi! How long did you stay there? + blog.post + + comment + + + + + + I'll follow your instructions next time! It will save myself from a weird place like last time :D + blog.post + + comment + + + + + + Can't wait to buy a telescope! + blog.post + + comment + + + + + + Light pollution can be really annoying when you want to observe the sky. The best places are far from cities. That's why I like to go camping. + blog.post + + comment + + + + + + Great article! Do you have any good addresses to buy a telescope? Thanks! + blog.post + + comment + + + + + + Great article. I learned so much about astronomy and the moon. How can I contact you to discuss about my experience? + blog.post + + comment + + + +
+
diff --git a/i18n/af.po b/i18n/af.po new file mode 100644 index 0000000..0a75ec0 --- /dev/null +++ b/i18n/af.po @@ -0,0 +1,2023 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Martin Trigaux, 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2022-09-22 05:56+0000\n" +"Last-Translator: Martin Trigaux, 2022\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"Language: af\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Oor ons" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktief" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Argiewe" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Outeur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Inhoud" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Geskep deur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Geskep op" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Beskrywing" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Vertoningsnaam" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Groepeer deur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Laas Opgedateer deur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Laas Opgedateer op" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Naam" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Geen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Merker" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Webtuiste" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Webtuiste Boodskappe" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Webtuiste kommunikasie geskiedenis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "deur" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/ar.po b/i18n/ar.po new file mode 100644 index 0000000..5c592ed --- /dev/null +++ b/i18n/ar.po @@ -0,0 +1,2676 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2024 +# Malaz Abuidris , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Malaz Abuidris , 2024\n" +"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (نسخة)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' ترويسة الصفحة." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. يتم عرض النتائج لـ '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- كافة التواريخ " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"المناظير خفيفة الوزن وسهلة الحمل.ما لم تكن لديك الرفاهية لإنشاء " +"وتشغيل مرصد من السطح الخاص بك ، فمن المحتمل أنك ستسافر لإجراء مشاهدك. " +"فالمناظير ستكون أسهل بكثير من مجموعة أدوات التلسكوب المرهقة لتحملها إلى " +"الريف لخفة وزنها واستخدامها أثناء وجودك هناك." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"اختر عقول الخبراء . إذا لم تكن نشطًا بالفعل في جمعية أو نادٍ لعلم " +"الفلك ، فسيتمكن موظفو المبيعات في متجر التلسكوب من إرشادك إلى المجتمعات " +"النشطة في منطقتك. بمجرد أن يكون لديك اتصالات مع الأشخاص الذين اشتروا " +"التلسكوبات ، يمكنك الحصول على نصائح حول ما يصلح وما يجب تجنبه أكثر صحة من أي" +" شيء ستحصل عليه من مقال على الويب أو مندوب مبيعات في وول مارت." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "انشر مقال مدونتك حتى يتمكن زوارك من مشاهدته. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "تسجيل الدخول" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"جرب قبل أن تشتري. هذه ميزة أخرى للذهاب في بعض الرحلات الميدانية مع " +"نادي علم الفلك. يمكنك تخصيص بعض ساعات الجودة مع الأشخاص الذين يعرفون " +"التلسكوبات ولديهم أجهزة الحفر الخاصة بهم لفحص معداتهم ، ومعرفة الجوانب " +"التقنية الرئيسية ، وتجربتها قبل أن تهدر المال في إعدادك الخاص." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"اكتب قصتك هنا. استخدم شريط الأدوات العلوي لتنسيق نصك: كإضافة صورة أو " +"جدول، أو جعل النص سميكًا أو مائلًا، إلخ. قم بسحب وإفلات الكتل البرمجية " +"الإنشائية لجعل مدوناتك أكثر رسومية." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"بصرف النظر عن السكان الأصليين ، فإن الحياة البرية " +"المحلية هي أيضًا عامل جذب رئيسي للحشود." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"من المهم جداً الحصول على التيليسكوب المناسب " +"تماماً." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "تلك اللحظة \"المدهشة\" هي ما يدور حوله علم الفلك." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"كلما قرأت تقييمات أكثر، كلما لاحظت تضاربات الآراء " +"المتطرفة." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "هناك شيء أزلي في الكون." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"دراستك للقمر ، مثل أي شيء آخر ، يمكن أن ينتقل من " +"البساطة إلى التعقيد المفرط ." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "لم يتم تحديد أي علامات تصنيف" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"قراءة " +"التالي " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "إظهار: " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "المدونات: " + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "طريقة رائعة لاكتشاف الأماكن المخفية" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"ستعد العطلة إلى كوبر كانيون (وادي النحاس) بمزيج مثير من الاسترخاء والثقافة " +"والتاريخ والحياة البرية والمشي لمسافات طويلة." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "منشور جديد " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"قد يختار المسافر استكشاف المنطقة من خلال التنزه حول الوادي أو المغامرة به. " +"التخطيط التفصيلي مطلوب لأولئك الذين يرغبون في المغامرة في أعماق الوادي. هناك" +" عدد من شركات السفر المتخصصة في تنظيم الرحلات السياحية إلى المنطقة. يمكن " +"للزوار السفر إلى كوبر كانيون باستخدام تأشيرة سياحية صالحة لمدة 180 يومًا. " +"يمكن للمسافرين أيضًا القيادة من أي مكان في الولايات المتحدة والحصول على " +"تأشيرة من محطة الجمارك المكسيكية على الحدود." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "من نحن " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"قبل كل شيء ، قم بتأسيس علاقة مع متجر تلسكوب حسن السمعة يوظف أشخاصًا " +"يعرفون أشياءهم. إذا اشتريت التلسكوب الخاص بك من متجر وول مارت أو متجر متعدد " +"الأقسام ، فإن احتمالات حصولك على الشيء الصحيح بعيدة." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "الوصول للمنشور " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "إجراء مطلوب" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "نشط" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "إضافة بعض" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "الكل" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "كافة المدونات" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "كافة المدونات" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "وحدك في المحيط " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "على هذا المنوال، ما مدى صعوبة التركيب والتفكيك؟ " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "مقالة مدونة مذهلة: %s! ألقِ نظرة عليها مباشرةً: %s " + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"مزيج مثير من الاسترخاء والثقافة والتاريخ والحياة البرية والمشي لمسافات " +"طويلة." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"وعندما يتم قول وفعل كل شيء ، استعد . إن سعيكم للحصول على تلسكوبات " +"أحدث وأفضل سوف يستمر مدى الحياة. دع نفسك تدمن علم الفلك وستثري التجربة كل " +"جانب من جوانب الحياة. سيكون إدمانًا لا تريد التخلص منه أبدًا." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"ميزة فريدة أخرى من كوبر كانيون هو وجود ثقافة التراهامارا الهندية. يعيش هؤلاء" +" الناس شبه الرحل في مساكن الكهوف. يعتمد مصدر رزقهم بشكل أساسي على الزراعة " +"وتربية الماشية." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "الأرشيف " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "مؤرشف" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "الأرشيف" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "مقال" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "المقالات" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "الفلك" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"نوادي علم الفلك هي أماكن حيوية مليئة بالهواة المطلعين الذين يحبون مشاركة " +"معارفهم معك. كل ما يتطلبه الأمر هو بعض الكولا والوجبات الخفيفة، وسوف يذهبون " +"معك إلى النجوم ويغمرونك بالمعلومات البديهية والمعرفة العظيمة. " + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "علم الفلك هو \"مراقبة النجوم\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "موجز Atom " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "عدد المرفقات" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "الكاتب " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "اسم الكاتب" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "الصورة الرمزية" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "غرف فنادق رائعة " + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "احذر من هذا الشيء الذي يسمى \"علم الفلك\"" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"ستمنحك الانضمام إلى مجتمع علماء الفلك الهواة المخلصين إمكانية الوصول إلى هذه" +" الجهود المنظمة للوصول إلى مستويات جديدة في قدرتنا على دراسة قمر الأرض. وسوف" +" يمنح أقرانك وأصدقائك الذين يشاركونك شغفك بعلم الفلك والذين يمكنهم مشاركة " +"خبراتهم ومجالات خبرتهم أثناء سعيك للعثور على المكان الذي قد تنظر إليه بعد " +"ذلك في سماء الليل الضخمة ، وفي القمر وما بعده في سعيك وراء المعرفة حول الكون" +" الذي يبدو لا نهاية له فوقنا." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "أن تصبح جزءًا من مجتمع علماء الفلك الهواة المخلصين." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "مرافق غرفة النوم" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"قبل أن تذهب إلى هذه النفقات الكبيرة ، قد تكون الخطوة التالية أفضل من العين " +"المجردة للاستثمار في مجموعة جيدة من المناظير. حتى أن هناك مناظير مناسبة " +"للتحديق في النجوم والتي ستؤدي وظيفة جيدة في منحك تلك الرؤية الإضافية التي " +"تريد أن ترى عجائب الكون بشكل أفضل قليلاً. تمنحك مجموعة المناظير المصممة " +"جيدًا أيضًا قدرًا أكبر من الحركة والقدرة على الحفاظ على \"رؤيتك المحسنة\" في" +" متناول يدك عندما يقدم لك هذا المنظر الرائع نفسه." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "قبل إجراء عملية شرائك الأولى..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "ما وراء العين" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "المدونة" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "اسم المدونة" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "صفحة المدونة " + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "منشور المدونة " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "غلاف منشور المدونة" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "صفحات منشور المدونة " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "عنوان منشور المدونة " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "منشورات المدونة " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "العنوان الفرعي للمدونة" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "علامة تصنيف المدونة " + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "فئة علامة تصنيف المدونة " + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "علامات تصنيف المدونة " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "عنوان المدونة" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "عنوان المدونة" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "المدونات" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "قائمة المدونات " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "صفحات المدونات " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "الأسفل" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "تعقب التصفح " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"ولكن كيف يمكنك التدقيق في الخيارات الرائعة المعروضة؟ والأهم من ذلك ، هل تثق " +"حقًا في صور وأوصاف الفنادق التي منحوها لأنفسهم دافعًا للحصول على الحجوزات؟ " +"يمكن أن تكون تعليقات المسافرين مفيدة ، ولكن عليك توخي الحذر. غالبًا ما تكون " +"متحيزة ، وأحيانًا تكون قديمة ، وقد لا تخدم اهتماماتك على الإطلاق. كيف تعرف " +"أن الميزات التي تهم المراجع مهمة بالنسبة لك؟" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "شراء تلسكوب" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"يعد شراء التلسكوب المناسب لنقل حبك لعلم الفلك إلى المستوى التالي خطوة تالية " +"كبيرة في تطوير شغفك بالنجوم." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "بإمكانه النشر " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "البطاقات" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "الفئة " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "مرافق الأطفال" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "اختر صورة من المكتبة." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "انقر هنا لإضافة محتوى جديد إلى موقع الويب الخاص بك." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"انقر فوق \" جديد \" في الزاوية العلوية اليسرى لكتابة أول منشور لك في " +"المدونة." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "إغلاق" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "تعليق" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "التعليقات" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "إحصائيات التعليقات/المشاهدات " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "المحتوى" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"وادي النحاس (كوبر كانيون) هو أحد التخوم الستة في المنطقة. على الرغم من أن " +"الاسم يوحي بأن الوادي قد يكون له بعض الصلة بتعدين النحاس ، إلا أن هذا ليس هو" +" الحال. الاسم مشتق من النحاس والأشنة الخضراء التي تغطي الوادي. يحتوي كوبر " +"كانيون على منطقتين مناخيتين. تتميز المنطقة بمناخ جبال الألب في الأعلى ومناخ " +"شبه استوائي في المستويات الدنيا. الشتاء بارد مع عواصف ثلجية متكررة على " +"الارتفاعات العالية. الصيف جاف وساخن. العاصمة ، تشيواوا ، هي صحراء شاهقة " +"الارتفاع حيث يتراوح الطقس فيها من الشتاء البارد إلى الصيف الحار. المنطقة " +"فريدة من نوعها بسبب النظم البيئية المختلفة الموجودة داخلها." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "الغلاف " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "خصائص الغلاف" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "التاريخ (من الأحدث إلى الأقدم) " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "التاريخ (من الأقدم إلى الأحدث) " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "الوصف" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "دكستر" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "اسم العرض " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "منطقة إفلات الكتل البنائية " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "شرق ماوي" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"ستمنحك جولات الهليكوبتر في شرق ماوي إطلالة على بركان هاليكالا أو بيت الشمس " +"الذي يبلغ طوله عشرة آلاف قدم. هذا البركان خامد واندلع آخر مرة في عام 1790. " +"ستتمكن من رؤية فوهة البركان والأرض الجافة القاحلة المحيطة بالجانب الجنوبي من" +" منحدر البركان مع جولات ماوي المروحية." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "تحرير في الواجهة الخلفية " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "تحرير الـ '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "قم بتحرير ترويسة صفحة \"كل المدونات\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "قم بتحرير ترويسة صفحة \"نتائج التصفية\"." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "قم بتحرير العنوان، العنوان الفرعي اختياري. " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "أدخل عنوان منشورك " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "فيسبوك" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "حقائق يجب أن تضعها بعين الاعتبار. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"أخيرًا والأهم من ذلك ، كان يجب أن يقوم فريق فحص دليل الفندق بزيارة الفندق " +"المعني بشكل منتظم ، ومقابلة الموظفين ، والنوم في غرفة نوم وتجربة الطعام. يجب" +" أن يجربوا الفندق كما يمكن لنزيل الفندق فقط وعندها فقط يكونون في وضع قوي " +"حقًا للكتابة عن الفندق." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "تابعنا" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "تابعنا " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "المتابعين" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "المتابعين (الشركاء) " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"بالنسبة للكثيرين منا ممن يسكنون المدن ، لا نلاحظ حقًا تلك السماء هناك بشكل " +"روتيني. تقوم أضواء المدينة بعمل جيد في إخفاء العرض المذهل الذي يعلو فوق " +"رؤوسنا جميعًا طوال الوقت." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"بالنسبة للكثيرين منا ، تبدأ تجربتنا الأولى للتعرف على الأجرام السماوية عندما" +" رأينا أول قمر مكتمل في السماء. إنه حقًا منظر رائع حتى بالعين المجردة." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"من أصغر طفل إلى عالم الفيزياء الفلكية الأكثر تقدمًا ، هناك شيء لأي شخص يرغب " +"في الاستمتاع بعلم الفلك. في الواقع ، إنه علم يسهل الوصول إليه بحيث يمكن لأي " +"شخص تقريبًا القيام به في أي مكان يوجد فيه. كل ما عليهم أن يعرفوه هو البحث." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "العرض الكامل " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "تعرف على شخص خبير " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "احصل على تلسكوب" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "تعرف على بعض التاريخ " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "ابدأ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "الشبكة" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "تجميع حسب" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "يحتوي على رسالة " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "فيما يلي بعض الحقائق الأساسية التي يجب أن تضعها في اعتبارك:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "نصائح العطلة" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "تأثير التمرير " + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "كيف تبحث" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"ما مدى تعقيد التلسكوب وهل ستواجه مشكلة في الصيانة؟ شبكة للحصول على إجابات " +"لهذه الأسئلة وغيرها. إذا قمت بأداء واجبك المنزلي مثل هذا ، فستجد التلسكوب " +"المناسب لهذه الخطوة الكبيرة التالية في تطور شغفك بعلم الفلك." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "كيف يجب أن يكون التلسكوب المحمول الخاص بك؟" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "كيفية اختيار الفندق المناسب" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "المُعرف" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "إذا كان محددًا، فهناك رسائل جديدة عليك رؤيتها. " + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "إذا كان محددًا، فقد حدث خطأ في تسليم بعض الرسائل." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"إذا كان من المهم أن يكون فندقك ، على سبيل المثال ، على الشاطئ ، أو قريبًا من" +" المنتزه الترفيهي ، أو مناسبًا للمطار ، فإن الموقع يكون أمرًا بالغ الأهمية. " +"يجب أن يقدم أي دليل لائق خريطة موقع للفندق والمناطق المحيطة به. يجب أن تكون " +"هناك مخططات للمسافات إلى المطار معروضة بالإضافة إلى شكل من أشكال الخرائط " +"التفاعلية." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"إذا كان الليل صافًا ، يمكنك رؤية تفاصيل مذهلة لسطح القمر بمجرد التحديق بالنجوم في الفناء الخلفي الخاص بك.\n" +"بطبيعة الحال ، كلما زاد حبك لعلم الفلك ، ستجد العديد من الأجرام السماوية رائعة. لكن القمر قد يكون دائمًا حبنا الأول لأنه الجسم الفضائي البعيد الذي يتميز بميزة فريدة تتمثل في الطيران بالقرب من الأرض والذي سار عليه الإنسان." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "في" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"من نواح كثيرة ، إنها خطوة كبيرة من شخص يتلاعب بعلم الفلك إلى طالب جاد في " +"العلوم. لكنك وأنا نعلم أنه لا تزال هناك خطوة كبيرة أخرى بعد شراء التلسكوب " +"قبل أن تعرف حقًا كيفية استخدامه." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "زيادة سهولة القراءة " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "متابع" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "تم نشره " + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "الجزر " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"إنه لأمر ممتع أن تبدأ في تعلم الأبراج وكيفية التنقل في سماء الليل والعثور " +"على الكواكب والنجوم الشهيرة. هناك مواقع ويب وكتب وافرة لإرشادك." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"من المهم اختيار فندق يجعلك تشعر بالراحة - أثاثات معاصرة أو تقليدية ، ديكور " +"محلي أو دولي ، رسمي أو مريح. يجب أن يعلمك دليل الفندق المثالي بالخيارات " +"المتاحة." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"من الآمن أن نقول إنه في مرحلة ما من حياتنا ، يمر كل واحد منا بتلك اللحظة " +"عندما نشعر بالذهول فجأة عندما نواجه ضخامة الكون التي نراها في سماء الليل " +"وجهاً لوجه." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"إنه لأمر مدهش حقًا عندما تفكر في أنه بمجرد النظر في أي ليلة معينة ، يمكنك أن" +" ترى تقريبًا مئات الآلاف من النجوم وأنظمة النجوم والكواكب والأقمار " +"والكويكبات والمذنبات وربما حتى مكوك فضائي عرضي . سيكون الأمر أكثر إثارة " +"عندما تدرك أن السماء التي تنظر إليها هي لجميع المقاصد والأغراض نفس السماء " +"التي استمتع بها أسلافنا منذ مئات وآلاف السنين عندما نظروا للتو." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "الأدغال " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "اعرف ما الذي تبحث عنه" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "اعرف متى تنظر " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "كبير" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "المشارك الأخير" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "الأحدث" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "أحدث منشورات المدونة " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "مخطط" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"إن تعلم خلفية الاكتشافات العظيمة في علم الفلك سيجعل لحظاتك في التحديق " +"بالنجوم ذات مغزى أكبر. إنه أحد أقدم العلوم على وجه الأرض ، لذا اكتشف عظماء " +"التاريخ الذين نظروا إلى هذه النجوم قبلك." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "المرافق الترفيهية" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "القائمة" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"اللون المحلي رائع ولكن المطاعم والبارات الخاصة بالفندق يمكن أن تلعب دورًا " +"مهمًا في إقامتك. يجب أن تكون على دراية بالاختيار والأسلوب وما إذا كانت ذكية " +"أو غير رسمية أم لا. يجب أن يخبرك تقرير الفندق الجيد بهذا ، وخاصة عن مرافق " +"الإفطار." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "الموقع " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "مارلي" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "جولات ماوي المروحية" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"تعد جولات ماوي المروحية طريقة رائعة لمشاهدة الجزيرة من منظور مختلف " +"والاستمتاع بمغامرة ممتعة. إذا لم تكن على متن طائرة هليكوبتر من قبل ، فهذا " +"مكان رائع للقيام بذلك." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"تعد جولات ماوي المروحية طريقة رائعة للقيام بجولة في تلك الأماكن التي لا يمكن" +" الوصول إليها سيرًا على الأقدام أو بالسيارة. تستغرق الجولات حوالي ساعة واحدة" +" وتتراوح ما بين مائة وثمانية وخمسة دولارات إلى مائتين وأربعين دولارًا للفرد." +" بالنسبة للكثيرين ، هذه فرصة العمر لرؤية مناظر طبيعية لن تكون متاحة مرة " +"أخرى. سيسمح لك التقاط الكاميرات ومقاطع الفيديو لالتقاط اللحظات بإعادة إحياء " +"الجولة مرارًا وتكرارًا كما تتذكر على مر السنين." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"ستسمح لك جولات ماوي المروحية بمشاهدة كل هذه المعالم. تأكد من اصطحاب كاميرا " +"أو مقطع فيديو معك عند الذهاب في جولات مروحية ماوي لالتقاط جمال المشهد وإظهار" +" الأصدقاء والعائلة في المنزل كل الأشياء الرائعة التي شاهدتها أثناء الإجازة." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "متوسط " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "خطأ في تسليم الرسائل" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "الرسائل" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "الوصف الدلالي " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "الكلمات المفتاحية الوصفية " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "العنوان الوصفي " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "مولوكاي ماوي" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"ستأخذك جولات ملوكي ماوي المروحية إلى جزيرة مختلفة ولكن واحدة على بعد تسعة أميال فقط ويمكن الوصول إليها بسهولة عن طريق الجو. تحتوي هذه الجزيرة على عدد قليل جدًا من السكان لديهم ثقافة ومناظر طبيعية مختلفة. الساحل الشمالي الشرقي بأكمله تصطف على جانبيه المنحدرات والشواطئ النائية. لا يمكن الوصول إليها تمامًا بأي وسيلة نقل أخرى غير الجو.\n" +"الأشخاص الذين يعيشون على الجزيرة لم يروا هذا المشهد الرائع أبدًا إلا إذا قاموا بجولات بطائرة هليكوبتر ماوي لمشاهدته. عندما يكون الطقس ممطرًا وتهطل الأمطار بغزارة في موسمه ، سترى العديد من الشلالات المذهلة." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"والأهم من ذلك بالنسبة للمسافر العائلي من مسافر العمل ، يجب أن تكتشف مدى " +"ملاءمة الفندق للأطفال من الدليل واتخاذ قرارك من هناك. شيء واحد يستحق البحث " +"عنه هو ما إذا كان الفندق يقدم خدمة جليسات الأطفال. بالنسبة للمسافرين من رجال" +" الأعمال الذين يرغبون في الهروب من الأطفال ، يعد هذا بالطبع وثيق الصلة أيضًا" +" - ربما يكون الفندق غير الملائم للأطفال شيئًا أكثر ملاءمة!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "منشورات المدونة الأكثر عرضاً " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "الاسم" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "الاسم / أحدث منشور " + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "منشور مدونة جديد " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "المقال التالي " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "بلا غلاف " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "لا توجد منشورات في المدونة بعد. " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "عدد المشاهدات" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "لا توجد نتائج لـ \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "لم يتم العثور على نتائج لـ’" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "لم يتم تحديد أي علامات تصنيف بعد. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "لا شيء" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"لا يمنعك أي من هذا من المضي قدمًا في خططك لتكوين نظام تلسكوب رائع. فقط تأكد " +"من حصولك على مشورة الجودة والتدريب على كيفية تكوين التلسكوب الخاص بك لتلبية " +"احتياجاتك. باستخدام هذه الإرشادات ، ستستمتع بساعات من الاستمتاع بالنجوم في " +"المشاهد الرائعة في سماء الليل التي تتجاوز العين المجردة." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "غير منشور " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"لن تضمن لك معرفة الطقس أن تحديقك في النجوم أمر مجدٍ فحسب، بل ستعلم أيضاً متى" +" ستقع زخات النيازك الكبيرة وغيرها من الأحداث الكبيرة في علم الفلك، وستجعلك " +"إثارة علم الفلك تنبض بالحياة. " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "عدد الإجراءات" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "عدد الأخطاء " + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "عدد الرسائل التي تتطلب اتخاذ إجراء" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "عدد الرسائل الحادث بها خطأ في التسليم" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"بالطبع، للاستمتاع بمراقبة القمر إلى أقصى حد، فإن رفع أجهزتك إلى تلسكوب بداية" +" جيدة سيمكّنك من رؤية أروع تفاصيل سطح القمر. مع كل من هذه الترقيات، ستتحسن " +"معرفتك وعمق ونطاق ما ستتمكن من رؤيته هندسيًا. بالنسبة للعديد من علماء الفلك " +"الهواة، لا يمكننا أحيانًا الحصول على ما يكفي مما يمكننا رؤيته على أقرب جسم " +"فضائي." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"في لغتك الافتراضية، أفرغ وصف منشور المدونة واحفظه للحصول على ملخص آلي " +"(مترجم). " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"بمجرد أن تقوم بمراجعة المحتوى على الهاتف المحمول، يمكنك الانتقال إلى طريقة " +"العرض العادية عن طريق الضغط هنا مجدداً " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "غير ذلك" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "مدوناتنا" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "تصوير أنطون ريبونين ، @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "تصوير آرتو مارتنين ، @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "تصوير بوريس سموكروفيتش ، @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "تصوير دينيس نيفوزاي ، @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "تصوير جريج راكوزي ، @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "تصوير جيسون بريسكو ، @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "تصوير جون لي ، @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "تصوير باتريك برينكسما ، @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "الصورة بواسطة بولو أكس هينانديز ، @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "الصورة بواسطة سبيس أكس ، @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "تصوير تيدي كيلي ، @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "المنشورات " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "قائمة المنشورات " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "تاريخ النشر " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "تم النشر " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "تم النشر (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "تاريخ النشر" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "مقال منشور" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "خيارات النشر" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "تاريخ النشر" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "حقل Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "التقييمات " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "قراءة المزيد" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "اقرأ المزيد " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "مطاعم ومقاهي وحانات " + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "قصر إمكانية النشر على هذا الموقع الإلكتروني. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "تحسين محركات البحث (‫SEO) " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "تم تحسين محركات البحث" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "خطأ في تسليم الرسائل النصية القصيرة " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "عينة" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "الأقمار الصناعية " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "ابحث عن صورة. (على سبيل المثال: اكتب \"أعمال\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "بجانب البحر أو بجانب الجبال " + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "رؤية العالم من الأعالي " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "اختر المدونة" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "حدد المدونة التي تريد إضافة المنشور إليها." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "اختر هذا العنصر من القائمة لإنشاء منشور مدونة جديد. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "التحديد لكتابة تعليق " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "التحديد لكتابة تغريدة " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "اسم محسنات محرك البحث " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "افصل بين كل كلمة مفتاحية بفاصلة " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "تعيين غلاف لمنشور المدونة. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"العديد من الطيور والثدييات والزواحف المهاجرة والمحلية تسمى كوبر كانيون " +"موطنها. الحيوانات الرائعة في هذه الأرض القريبة من البِكر تستحق الزيارة " +"أيضًا." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "مشاركة الروابط" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "المشاركة على فيسبوك" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "المشاركة على LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "المشاركة على تويتر" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "شارك هذا المنشور" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "الشريط الجانبي " + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "سييرا تاراهومارا" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"تقع سييرا تاراهومارا ، المعروفة شعبياً باسم كوبر كانيون ، في المكسيك. تعد " +"المنطقة وجهة مفضلة لمن يبحثون عن إجازة مليئة بالمغامرات." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "سيلي-شيكو" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "السماء " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"لذلك من المهم للغاية أن تحصل على التلسكوب المناسب لمكان وجودك وما هي " +"تفضيلاتك في التحديق بالنجوم. في البداية ، دعنا نناقش الأنواع الثلاثة " +"الرئيسية للتلسكوبات ثم نضع بعض مفاهيم \"التلسكوبات الاساسية\" لزيادة فرصك في" +" شراء الشيء الصحيح." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"لذلك قد تكون إجازة مرة واحدة في العام إلى مكان تخييم أو رحلة إلى منزل أحد " +"الأقارب في الخارج عندما نجد أنفسنا في الخارج عندما يقرر منفق السماء ليلاً " +"فجأة أن يقدم عرضًا مذهلاً. إذا مررت بهذا النوع من اللحظات عندما صدمت حرفيًا " +"أنفاسك من قبل المنفق الذي يمكن أن تظهره لنا سماء الليل ، يمكنك على الأرجح أن" +" تتذكر تلك اللحظة بالتحديد عندما لا يمكنك أن تقول شيئًا آخر ولكن \"رائع\" " +"لما رأيته." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"لذا ، لاختيار النوع المناسب من التلسكوب ، فإن أهدافك في استخدام التلسكوب " +"مهمة. لفهم نقاط القوة والضعف ليس فقط في تصميم العدسات والتلسكوب ولكن أيضًا " +"في كيفية أداء التلسكوب في المواقف المختلفة لتحديق النجوم ، فمن الأفضل القيام" +" ببعض الواجبات المنزلية مقدمًا والتعرف على الأنواع المختلفة. لذلك قبل إجراء " +"عملية الشراء الأولى..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "إذا كنت مسافرًا إلى الخارج، واخترت وجهتك وعليك الآن اختيار فندق. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "احدهم مشهور في العنوان المصدر" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "رؤية الحيوانات البرية " + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "ابدأ الكتابة من هنا..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "الشكل " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "العنوان الفرعي" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "العنوان الفرعي" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "فئات علامات التصنيف " + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "فئة علامة التصنيف " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "استمارة فئة علامة التصنيف " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "استمارة علامة التصنيف " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "قائمة علامات التصنيف " + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "فئة علامة التصنيف موجودة بالفعل! " + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "اسم علامة التصنيف مستخدم بالفعل! " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "علامات التصنيف " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "قائمة علامات التصنيف " + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "التقاط الصور في الظلام " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "العرض التشويقي" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "العرض التشويقي وعلامات التصنيف " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "محتوى العرض التشويقي" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"قبل عشر سنوات ، ربما تكون قد زرت وكيل سفرك المحلي ووثقت في النصيحة وجهًا " +"لوجه التي قدمها لك ما يسمى \"الخبراء\". طريقة القرن الحادي والعشرين لاختيار " +"فندقك وحجزه هي بالطبع على الإنترنت ، باستخدام مواقع السفر." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"تلك اللحظة \"المدهشة\" هي ما يدور حوله علم التنجيم. بالنسبة للبعض ، تصبح تلك" +" اللحظة المبهرة شغفًا يؤدي إلى مهنة تدرس النجوم. بالنسبة للقلة المحظوظة ، " +"هذه اللحظة المبهرة لأن هوسًا مستهلكًا يقودهم إلى السفر إلى النجوم في مكوك " +"الفضاء أو في إحدى مهماتنا الفضائية المبكرة. لكن بالنسبة لمعظمنا ، قد يصبح " +"علم التنجيم هواية أو هواية عادية. لكننا نحمل هذه اللحظة المبهرة معنا لبقية " +"حياتنا ونبدأ في البحث عن طرق للبحث بشكل أعمق ومعرفة المزيد عن الكون المذهل " +"الذي نراه في ملايين النجوم فوقنا كل ليلة." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "جمال علم الفلك هو أن أي شخص يمكنه فعل ذلك." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"من الواضح أن أفضل وقت لمشاهدة القمر هو في الليل عندما يكون هناك القليل من " +"السحب ويكون الطقس مناسبًا لدراسة طويلة ودائمة. ينتج الربع الأول أكبر تفاصيل " +"الدراسة. ولا تنخدعوا إلا بمسح جزء من القمر عندما لا يكون في مرحلة اكتمال " +"القمر. تمنحك الظاهرة المعروفة باسم \"سطوع الأرض\" القدرة على رؤية الجزء " +"المظلم من القمر ببعض التفاصيل أيضًا ، حتى لو كان القمر في عرض ربع أو نصف " +"فقط." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "أفضل وقت لمشاهدة القمر." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"سوف يكون منشور المدونة ظاهرًا لزوارك على الموقع الإلكتروني ابتداءً من هذا " +"التاريخ إذا تم تعيينه كمنشور تم نشره. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"المنحدرات في هذه المنطقة هي من بين أعلى المنحدرات في العالم ورؤية المياه " +"تتدفق من القمم العالية هو ببساطة مذهل. رحلة قصيرة من Maui مع جولات هليكوبتر " +"Maui تستحق رؤية جمال هذه البيئة الطبيعية." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "رابطURL الكامل للوصول إلى المستند من خلال الموقع الإلكتروني. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"الشيء التالي الذي نريد بطبيعة الحال الحصول عليه هو تلسكوب جيد. ربما تكون قد " +"رأيت أحد الهواة الذي كان جيدًا في دراستهم يقوم بإعداد تلك التلسكوبات الرائعة" +" حقًا على تل في مكان ما. هذا يثير عالم الفلك الهاوي بداخلك لأن ذلك يجب أن " +"يكون الخطوة المنطقية التالية في نمو هوايتك. لكن كيفية شراء تلسكوب جيد يمكن " +"أن تكون مربكة ومخيفة بصراحة." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"يجب أن يقدم الموقع تحليلاً مفصلاً للخدمات الترفيهية داخل الفندق - منتجع صحي " +"، مسبح ، صالة ألعاب رياضية ، ساونا - بالإضافة إلى تفاصيل أي مرافق أخرى قريبة" +" مثل ملاعب الجولف. 7. الاحتياجات الخاصة: يجب أن يقوم موقع دليل الفنادق " +"بإبلاغ الزائر بخدمات ذوي الاحتياجات الخاصة وسياسة الوصول الخاصة بكل فندق. في" +" حين أن هذا لا ينطبق مرة أخرى على كل زائر ، إلا أنه أمر مهم للغاية بالنسبة " +"للبعض. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"سيتغير الحامل ثلاثي القوائم أو قرارات الملحقات الأخرى بشكل كبير باستخدام " +"التلسكوب الذي سيعيش على سطح السفينة الخاص بك مقابل التلسكوب الذي تخطط لنقله " +"إلى العديد من المواقع البعيدة." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"هذا المنظر مذهل حقًا وهو مشهد لا ينبغي تفويته. إنه أيضًا تعليمي للغاية مع " +"فرصة لرؤية بركان خامد عن قرب ، وهو شيء لا يمكن رؤيته كل يوم. على الجانبين " +"الشمالي والجنوبي من البركان ، سترى منظرًا مختلفًا لا يصدق. هذه الجوانب مورقة" +" وخضراء وستكون قادرًا على رؤية بعض الشلالات الجميلة والمناظر الخلابة. تكثر " +"الغابات الاستوائية المطيرة في هذا الجانب من الجزيرة ولا يمكن الوصول إليها " +"بسهولة بأي وسيلة أخرى غير الجو. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"ثم هناك مشكلة دافع المراجع. كلما قرأت المزيد من المراجعات ، كلما لاحظت كيف " +"تميل إلى التجمع على النقيض من الرأي. من ناحية ، لديك مراجعين غاضبين لديهم " +"محاور للطحن ؛ ومن ناحية أخرى ، فقد أسعدت الضيوف الذين يثنون على الثناء بشكل " +"لا يصدق. لن تندهش عندما تعلم أن الفنادق تنشر أحيانًا تقييماتها البراقة ، أو " +"يصطف هذا المنافس للحصول على فرصة لانتقاد المنافسة بالتعليقات السيئة. من " +"المنطقي مراعاة ما هو مهم حقًا بالنسبة لك عند اختيار فندق. يجب عليك بعد ذلك " +"اختيار دليل الفنادق عبر الإنترنت الذي يقدم معلومات حديثة ومستقلة ومحايدة " +"مهمة حقًا." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "هناك اعتبارات أخرى يجب مراعاتها في قرار الشراء النهائي." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"هناك شيء خالد في الكون. حقيقة أن الكواكب والقمر والنجوم التي خلفها كانت " +"موجودة منذ زمن طويل تفعل شيئًا لإحساسنا بمكاننا في الكون. في الواقع ، العديد" +" من النجوم التي \"نراها\" بالعين المجردة هي في الواقع ضوء جاء من ذلك النجم " +"منذ مئات الآلاف من السنين. هذا الضوء وصل للتو إلى الأرض. وبطريقة حقيقية " +"للغاية ، فإن البحث يشبه السفر عبر الزمن." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"هذه الأشياء مهمة حقًا وأي دليل فندق لائق يجب أن يقدم لك هذا النوع من النصائح" +" حول غرف النوم - وليس فقط عدد الغرف وهو الخيار المعتاد!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "لن يكون هذا المربع مرئيًا للزائرين" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "علامة التصنيف هذه موجودة بالفعل " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "صغير جداً " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "العنوان" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "العنوان أعلى الغلاف " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "العنوان داخل الغلاف " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"عند النظر إلى القمر بالعين المجردة ، فإن التعرف على خريطة القمر سيساعدك على " +"التقاط البحار والحفر والظواهر الجغرافية الأخرى التي رسمها الآخرون بالفعل " +"لجعل دراستك أكثر إمتاعًا. يمكن الحصول على خرائط القمر من أي متجر فلك أو عبر " +"الإنترنت وهي تستحق الاستثمار." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"للبدء في تعلم كيفية مراقبة النجوم بشكل أفضل بكثير ، هناك بعض الأشياء " +"الأساسية التي قد نحتاج إلى النظر فيها بشكل أعمق ، بخلاف ما يمكننا رؤيته " +"بالعين المجردة والبدء في دراسة النجوم والاستمتاع بها. أول شيء تحتاجه ليس " +"المعدات على الإطلاق بل الأدب. ستُظهر لك خريطة النجوم الجيدة الأبراج الرئيسية" +" وموقع النجوم الرئيسية التي نستخدمها للتنقل في السماء والكواكب التي ستظهر " +"أكبر من النجوم. وإذا أضفت إلى تلك الخريطة بعض المواد التمهيدية التي تم " +"إجراؤها جيدًا في هواية علم الفلك ، فأنت على الطريق الصحيح." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"لرفعه قليلاً ، يمكن لزوج جيد من المناظير أن يفعل العجائب للحصول على التفاصيل" +" التي ستراها على سطح القمر. للحصول على أفضل النتائج ، احصل على مجال واسع جيد" +" في إعدادات مجهر حتى تتمكن من الاستمتاع بالمناظر الطبيعية للقمر بكل جمالها. " +"ولأنه يكاد يكون من المستحيل الإبقاء على المنظار ثابتًا طوال الوقت الذي تريد " +"أن تنظر فيه إلى هذا الجسم الرائع في الفضاء ، فقد ترغب في إضافة حامل ثلاثي " +"القوائم جيد إلى ترسانة المعدات الخاصة بك بحيث يمكنك تثبيت المنظار عليه حتى " +"تتمكن من ذلك. دراسة القمر براحة ومن خلال منصة عرض مستقرة." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"للانتقال به إلى المستوى التالي الطبيعي ، قد ترغب في الاستفادة من الشراكات مع" +" علماء فلك آخرين أو من خلال زيارة أحد التلسكوبات العظيمة حقًا التي تم " +"إنشاؤها من قبل المتخصصين الذين استثمروا في تقنيات أفضل للقضاء على التداخل في" +" الغلاف الجوي لرؤية القمر حتى أفضل. يمكن أن يمنحك الإنترنت إمكانية الوصول " +"إلى هابل والعديد من التلسكوبات الضخمة الموجهة نحو القمر طوال الوقت. علاوة " +"على ذلك ، تعمل العديد من نوادي علم الفلك على طرق لدمج تلسكوبات متعددة ، " +"متزامنة بعناية مع أجهزة الكمبيوتر للحصول على أفضل رؤية للمناظر الطبيعية " +"للقمر." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "العارضة العلوية " + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "السفر" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "تويتر" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "غير منشور (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "منشور بلا عنوان " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"استخدم هذه الأيقونة لمعاينة كيف يبدو منشور مدونتك على أجهزة الهاتف " +"المحمول." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "مستخدم في:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "نقاط العرض " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "أدوات العرض" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "مرئي في كافة صفحات المدونات " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "مرئي في الموقع الإلكتروني الحالي " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "اكتب هنا أو قم بسحب الكتل الإنشائية " + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "الموقع الإلكتروني" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "مدونات الموقع الإلكتروني " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "رسائل الموقع الإلكتروني " + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "عامل تصفية قصاصات الموقع الإلكتروني " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "رابط URL للموقع الإلكتروني " + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "سجل تواصل الموقع الإلكتروني " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "الوصف الدلالي في الموقع الإلكتروني " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "الكلمات الدلالية بالموقع الإلكتروني " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "العنوان الدلالي بالموقع الإلكتروني " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "صورة الرسم البياني المفتوح للموقع الإلكتروني " + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "ماذا لو سمحوا لك بتشغيل تليسكوب هابل" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"بينما يمكن لأي شخص البحث عن النجوم والوقوع في حبها في أي وقت ، فإن متعة علم " +"الفلك هي تعلم كيفية أن تصبح أكثر وأكثر مهارة ومجهزة في التحديق بالنجوم الذي " +"تراه وتفهمه أكثر فأكثر في كل مرة تنظر فيها. فيما يلي بعض الخطوات التي يمكنك " +"اتخاذها لجعل اللحظات التي يمكنك تخصيصها لهواية علم الفلك أكثر إمتاعًا." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "مع إطلالة " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "اكتب نصًا صغيرًا هنا لوصف مدونتك أو شركتك." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"يجب عليك دائمًا التفكير بعناية في نوع المرافق التي تحتاجها من غرفة نومك " +"والعثور على الفندق الذي به تلك التي تعتبرها مهمة. يجب أن يوضح موقع دليل " +"الفندق على الويب أمورًا مثل: حجم السرير ، والوصول إلى الإنترنت (تكلفته ، " +"سواء كان هناك اتصال واي فاي أو اتصال سلكي واسع النطاق) ، ووسائل الراحة " +"المجانية ، وإطلالات من الغرفة والعروض الفاخرة مثل قائمة الوسائد أو قائمة باث" +" ، واختيار من غرف للمدخنين أو لغير المدخنين وما إلى ذلك." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"سترى كل الجمال الذي تقدمه ماوي ويمكن أن تقضي وقتًا ممتعًا لجميع أفراد " +"الأسرة. الجولات ليست باهظة الثمن وتستمر من خمس وأربعين دقيقة إلى أكثر من " +"ساعة. يمكنك مشاهدة الأماكن التي يتعذر الوصول إليها عادةً من خلال جولات " +"طائرات الهليكوبتر في ماوي. يمكن رؤية الأماكن غير المتوفرة سيرًا على الأقدام " +"أو بالسيارة عن طريق الجو. مناظر خلابة تنتظر أولئك الذين يستعدون لبعض جولات " +"مروحية ماوي الممتعة. إذا كنت ستقيم في الجزيرة لفترة طويلة من الوقت ، فقد " +"ترغب في التفكير في القيام بجولات متعددة بطائرة هليكوبتر ماوي." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "مغامرة " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "مدونة. اضغط هنا للوصول للمدونة:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "التتبع " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "بواسطة" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "اكتشاف" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "إرشادات" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "تم نشره على" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "فنادق" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "في" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "في " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "في " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "التلسكوبات" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "حتى تترك تعليقاً " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "غير منشور" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "لا توجد تعليقات بعد " diff --git a/i18n/az.po b/i18n/az.po new file mode 100644 index 0000000..c1f8d0c --- /dev/null +++ b/i18n/az.po @@ -0,0 +1,2024 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Jumshud Sultanov , 2022 +# erpgo translator , 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2022-09-22 05:56+0000\n" +"Last-Translator: erpgo translator , 2022\n" +"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n" +"Language: az\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (Copy)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Haqqımızda" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Lazımi Hərəkət" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "BÜTÜN" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arxiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arxivləndi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Qoşma Sayı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Müəllif" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Müəllifin Adı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Bloqlar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Alt" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Dərc Oluna Bilər" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kateqoriya" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Bağlayın" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "şərh" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "şərhlər" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Məzmun" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Üz qabığı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Üz qabığı Tənzimləmələri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Tərəfindən yaradılıb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Tarixdə yaradıldı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Təsvir" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Ekran Adı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Çıxış buferində redaktə edin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Bizi izləyin " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Bizi izləyin " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "İzləyicilər" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "İzləyicilər (Tərəfdaşlar)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Tam-Genişlik" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Şəbəkə" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Aşağıdakılara görə Qrupla" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "İşarələnibsə, yeni mesajlara baxmalısınız." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Yoxlanılıbsa, bəzi mesajların çatdırılmasında xəta var." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "-də" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "İzləyicidir" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Paylaşılıb" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Böyük" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Son Yeniləyən" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Son Yenilənmə tarixi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Sxem" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Məkan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Reklam Vasitəsi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Mesajın Çatdırılmasında xəta" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Mesajlar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Ad" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Yeni Bloq Yazısı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Baxış yoxdur" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Heçbiri" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Hərəkətlərin sayı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Xətaların sayı" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Əməliyyat tələb edən mesajların sayı" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Çatdırılma xətası olan mesajların sayı" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Digər " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Dərc edilib" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Dərcetmə Tarixi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Bu veb saytda dərc etməni məhdudlaşdırın." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO optimallaşdırılıb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS-in Çatdırılmasında xəta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Keçidləri Paylaşın" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Etiket Kateqoriyaları" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiketlər" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Veb sayt vasitəsilə sənədə daxil olmaq üçün tam URL." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Kiçik" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Başlıq" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Tvitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Baxışlar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Mövcud veb saytda görünür" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Veb sayt" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Veb sayt Mesajları" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Veb sayt URL-u" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Veb saytın kommunikasiya tarixçəsi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Veb saytın meta təsviri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Veb sayt meta açar sözləri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Veb sayt meta başlığı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Veb sayt opengraph ikonu" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "tərəfindən" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "-də" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "Dərc edilməyib" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/bg.po b/i18n/bg.po new file mode 100644 index 0000000..925a1f4 --- /dev/null +++ b/i18n/bg.po @@ -0,0 +1,2397 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Rosen Vladimirov , 2023 +# Albena Mincheva , 2023 +# aleksandar ivanov, 2023 +# Александра Николова , 2023 +# KeyVillage, 2023 +# Ivan Goychev , 2023 +# Ивайло Малинов , 2023 +# Martin Trigaux, 2023 +# Kaloyan Naumov , 2023 +# Igor Sheludko , 2023 +# Maria Boyadjieva , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Maria Boyadjieva , 2023\n" +"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (копие)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Публикувайте публикацията си от блога, за да я направите видима за " +"посетителите си." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Регистрирайте се" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Напишете историята си тук. За да оформите текста си, използвайте " +"горната лента с инструменти: добавете изображение или таблица, настройте " +"болд или курсив и т.н. Влачете и пускайте изграждащите блокове за повече " +"графични блогове." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Нова публикация" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "За нас" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Публикация за достъп" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Необходимо Действие" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Активно" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Всички" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Архив" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Архивирано" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Архиви" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Статия" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Брой Прикачени Файлове" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Автор" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Име на автора" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Аватар" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Блог" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Име на блог" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Блогова публикация" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Заглавие на блогова публикация" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Блогови публикации" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Подзаглавие на блог" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Маркер на блог" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Маркери на блогове" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Блогове" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Категория" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Изберете изображение от библиотеката." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Затвори" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Коментар" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Коментари" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Съдържание" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Корица" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Свойства на корицата" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Описание" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Редактирайте в бекенда" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Последователи" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Последователи (партньори)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Първи стъпки" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Матрица" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Групиране по" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Ако е отметнато, новите съобщения ще изискват внимание." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Ако е отметнато, някои съобщения имат грешка при доставката." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "В" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "е последовател" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Голям" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Последен сътрудник" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Последно актуализирано от" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Последно актуализирано на" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Редайтирай изгледа" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Списък" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Локация" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Преносител" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Грешка при доставката на съобщение" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Съобщения" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Име" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Нова блогова публикация" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Няма блог статии" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Брой изгледи" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Никакъв" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Брой действия" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Брой грешки" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Брой съобщения с грешка при доставка" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Публикации" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Публикуван" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Дата на публикуване" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Публикувана статия" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Опции за публикуване" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Оценявания" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS грешка при доставка" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Мостра" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" +"Изберете този елемент от менюто, за да създадете нова блогова публикация." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Настройте корицана блогова публикация." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Започнете да пишете тук..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Стил" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Подзаглавие" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Подзаглавие" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Форма за маркери" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Списък с маркери" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Маркери" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Тийзър" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Съдържание на тийзър" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Пълен URL адрес за достъп до документа през уебсайта." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Заглавие" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Неозаглавена публикация" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Използвайте тази икона, за да визуализирате блоговата си публикация в " +"мобилно устройство." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Използвано във:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Гледания" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Уебсайт" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Блогове на уебсайт" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Съобщения в уебсайт" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL адрес на уебсайт" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "История на комуникацията на уебсайт" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Мета описание на уебсайт" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Мета ключови думи на уебсайт" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Мета заглавие на уебсайт" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "блог. Натиснете тук, за да получите достъп до блога:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "от" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "е публикуван в" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "в" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "отменена публикация" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/bs.po b/i18n/bs.po new file mode 100644 index 0000000..d375acb --- /dev/null +++ b/i18n/bs.po @@ -0,0 +1,2024 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković , 2018 +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2018-10-08 06:49+0000\n" +"Last-Translator: Bole , 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "O nama" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Potrebna akcija" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktivan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arhivirano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arhive" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Broj zakački" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategorija" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Odaberite sliku iz bibllioteke:" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Zatvori" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Sadržaj" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Pratioci" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Pratioci (Partneri)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupiši po" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Ako je zakačeno, nove poruke će zahtjevati vašu pažnju" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Je pratilac" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medijum" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Poruke" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Naziv:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ništa" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Broj akcija" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Broj poruka koje zahtjevaju neku akciju" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Objavljeno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Podnaslov" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Oznake" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Kompletan URL za pristup dokumentu putem website-a." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Naslov" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Web stranica" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Poruke sa website-a" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Website URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Website meta opis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Website meta ključne riječi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Website meta naslov" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/ca.po b/i18n/ca.po new file mode 100644 index 0000000..0b88773 --- /dev/null +++ b/i18n/ca.po @@ -0,0 +1,2764 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Susanna Pujol, 2023 +# Albert Parera, 2023 +# José Cabrera Lozano , 2023 +# M Palau , 2023 +# Jonatan Gk, 2023 +# jabiri7, 2023 +# Óscar Fonseca , 2023 +# Marc Tormo i Bochaca , 2023 +# Martin Trigaux, 2023 +# eriiikgt, 2023 +# RGB Consulting , 2023 +# Arnau Ros, 2023 +# Quim - eccit , 2023 +# Manel Fernandez Ramirez , 2023 +# Josep Anton Belchi, 2023 +# Sandra Franch , 2023 +# Ivan Espinola, 2023 +# marcescu, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: marcescu, 2024\n" +"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (còpia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' capçalera de pàgina." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Mostrant els resultats per'" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Totes les dates" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Binoculars són lleugers i portàtils. Tret que tingueu el luxe de " +"configurar i operar un observatori des de la coberta, probablement viatjareu" +" per a realitzar les vostres vistes. Els binoculars van amb vosaltres molt " +"més fàcil i són més lleugers per portar al país i utilitzar-los mentre hi " +"sou que un enutjós kit de telescopis." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Tria el cervell dels experts. Si encara no esteu actiu en una " +"societat o club d'astronomia, els venedors de la botiga de telescopis podran" +" guiar-vos cap a les societats actives de la vostra àrea. Un cop tingueu " +"connexions amb persones que hagin comprat telescopis, podeu obtenir consells" +" sobre què funciona i què evitar això és més vàlid que qualsevol cosa que " +"obtingueu d'un article web o d'un venedor a Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Publica la publicació del blog per fer-ho visible per als vostres " +"visitants." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Iniciar sessió" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Prova abans de comprar. Aquest és un altre avantatge de fer alguns " +"viatges de camp amb el club d'astronomia. Pots deixar de banda algunes hores" +" de qualitat amb persones que coneixen telescopis i tenen les seves " +"plataformes configurades per examinar el seu equipament, aprendre els " +"aspectes tècnics clau i provar-los abans d'enfonsar els diners en el teu " +"propi equip." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Escriu la història aquí. Utilitzeu la barra d'eines superior per a " +"estilitzar el text: afegiu una imatge o una taula, establiu negreta o " +"cursiva, etc. Arrossegueu i deixeu anar blocs de construcció per a més blocs" +" gràfics." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"A part de la població nativa, la fauna local també és " +"una gran atracció de la multitud." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"És molt important que obtingueu el telescopi " +"correcte." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"Aquest moment “Wow” és el que significa " +"l'astrologia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Com més ressenyes llegiu, més noteu com tendeixen a " +"agrupar-se en els extrems de l'opinió." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Hi ha quelcom sense temps sobre el cosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"El vostre estudi de la lluna, com qualsevol altra " +"cosa, pot anar del més senzill al més complex." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "No s'han definit etiquetes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Llegeix " +"el següent" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Mostra:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogs:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Una gran manera de descobrir llocs ocults" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Una festa al Copper Canyon promet ser una barreja emocionant de relaxació, " +"cultura, història, fauna i senderisme." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Una publicació nova" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Un viatger pot optar per explorar la zona fent senderisme al voltant del " +"canó o aventurejant-se. Es requereix una planificació detallada per a " +"aquells que desitgin aventurar-se en les profunditats del canó. Hi ha una " +"sèrie de companyies de viatges que s'especialitzen en organitzar visites a " +"la regió. Els visitants poden volar a Copper Canyon utilitzant un visat " +"turístic, que té una validesa de 180 dies. Els viatgers també poden conduir " +"des de qualsevol lloc dels Estats Units i adquirir un visat a l'estació de " +"duanes mexicana a la frontera." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Sobre nosaltres" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Per sobre de tot, estableix una relació amb una botiga de telescopis de " +"reputable que empra persones que coneixen les seves coses. Si compreu el" +" telescopi en un Wal-Mart o en un magatzem, les probabilitats que obtingueu " +"el correcte són remotes." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Accés publicació" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Acció necessària" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Actiu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Afegeix una mica de" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Tots" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Tots els blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Tots els blogs" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Sol a l'oceà" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "En aquest sentit, fins a quin punt és difícil establir i trencar?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Article sorprenent al blog %s! Mira'l en directe: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Una barreja emocionant de relaxació, cultura, història, fauna i senderisme." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"I quan tot estigui tal dit tal fet, s'equipen. La cerca de telescopis" +" nous i millors serà permanent. Deixem-nos addictes a l'astronomia i " +"l'experiència enriquirà tots els aspectes de la vida. Serà una addicció que " +"mai vols trencar." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Una altra característica única del canó de coure és la presència de la " +"cultura índia Tarahumara. Aquestes persones seminòmades viuen en habitatges " +"de coves. El seu manteniment depèn principalment de l'agricultura i la " +"ramaderia." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arxivar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arxivat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arxius" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Article" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Articles" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Els clubs d'astronomia són llocs animats plens d'aficionats amb coneixements" +" que els encanta compartir els seus coneixements amb tu. Pel preu d'un coc i" +" d'un aperitiu, es tornaran estel·lars mirant amb tu i aclaparant-te amb " +"trívia i gran coneixement." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "L'astronomia és “stargazing”" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Nombre d'adjunts" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nom de l'autor " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Horari impressionant" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Tingueu en compte aquesta cosa anomenada “astronomia”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Convertir-se en part de la societat d'astrònoms aficionats dedicats us " +"donarà accés a aquests esforços organitzats per assolir nous nivells en la " +"nostra capacitat d'estudiar la lluna de la Terra. I us donarà companys i " +"amics que comparteixen la vostra passió per l'astronomia i que poden " +"compartir la seva experiència i àrees d'experiència mentre busqueu trobar on" +" podeu mirar a continuació en l'enorme cel nocturn, a la lluna i més enllà " +"en la vostra recerca de coneixement sobre l'univers aparentment interminable" +" que tenim sobre nosaltres." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Forma part de la societat d'astrònoms aficionats devots." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Instal·lacions del dormitori" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Abans de fer una gran despesa, el millor pas des de mirar a simple vista " +"seria invertir en uns bons prismàtics. Fins i tot n'hi d'adequats per a " +"mirar les estrelles i que faran un treball igual de bo donant-vos aquest " +"extra de veure una mica millor les meravelles de l'univers. Un prismàtics " +"ben dissenyats també us proporcionen molta més mobilitat i capacitat de " +"mantenir la vostra “visió millorada” a l'abast de la ma quan aquesta vista " +"increïble es presenta davant vostre." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Abans de fer la teva primera compra..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Més enllà dels ulls" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nom Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Pàgina del blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Publicació al Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Coberta de l'article de blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Pàgines publicades al Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Títol de la publicació al Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Publicacions al Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Subtítol pel blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Etiqueta blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Categoria de l'etiqueta del blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Etiquetes blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Títol del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Títol del blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Llista de blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Pàgina de blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Fons" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Fil d'Ariadna" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Però, com s'aprofiten les extraordinàries opcions que s'ofereixen? I el que " +"és més important, de debò confieu en les fotografies i descripcions dels " +"hotels que s'han atorgat a si mateixos amb la motivació d'aconseguir " +"reserves? Les ressenyes dels viatgers poden ser útils, però cal tenir " +"precaució. Sovint són parcials, a vegades antiquats, i pot ser que no " +"serveixin per a res als seus interessos. Com saps que les característiques " +"que són importants per al revisor són importants per a tu?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Compra d'un telescopi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Comprar el telescopi adequat per portar el vostre amor per l'astronomia al " +"següent nivell és un gran pas següent en el desenvolupament de la vostra " +"passió per les estrelles." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Pot publicar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Targetes" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Categoria" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Instal·lacions infantils" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Triï una imatge de la col·lecció." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Feu clic aquí per afegir contingut nou al vostre lloc web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Feu clic a \"New\" a la cantonada superior dreta per escriure la " +"vostra primera publicació al blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Tancar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Comentari" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Comentaris" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Estadístiques de comentaris i visualitzacions" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contingut" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"El canó de coure és una de les sis congostes de la zona. Encara que el nom " +"suggereix que el congost podria tenir alguna rellevància en la mineria del " +"coure, aquest no és el cas. El nom deriva del coure i el líquen verd que " +"cobreixen el canó. El canó de coure té dues zones climàtiques. La regió " +"presenta un clima alpí a la part superior i un clima subtropical als nivells" +" inferiors. Els hiverns són freds amb freqüents tempestes de neu a les " +"altituds més altes. Els estius són secs i calents. La capital, Chihuahua, és" +" un desert d'alta altitud on el temps va des dels hiverns freds fins als " +"estius calorosos. La regió és única a causa dels diversos ecosistemes que hi" +" ha dins." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Coberta" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Propietats de la coberta" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Data (nova a antiga)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Data (antiga a nova)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Descripció" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Zona de destí per a la construcció de blocs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Maui oriental" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Les visites d'helicòpters de l'East Maui us donaran una visió del volcà de " +"deu mil peus, Haleakala o House of the sun. Aquest volcà està latent i va " +"esclatar per última vegada el 1790. Podreu veure el cràter del volcà i la " +"terra seca i àrida que envolta el costat sud del vessant del volcà amb " +"visites d'helicòpter Maui." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Modificar el backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Modificar el '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Modificar la capçalera de la pàgina «Tots els blocs»." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Modificar la capçalera de la pàgina «Filtra resultats»." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Modifiqueu el títol, el subtítol és opcional." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Introduïu el títol de l'entrada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Fets que hauríeu de tenir en compte." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Finalment, i el més important, l'equip d'inspecció de directoris hotelers de" +" qualitat hauria d'haver visitat l'hotel en qüestió de manera regular, " +"reunir-se amb el personal, dormir en un dormitori i provar el menjar. " +"Haurien d'experimentar l'hotel, ja que només un hoste pot, i només llavors " +"estaran realment en una posició forta per a escriure sobre l'hotel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Segueix-nos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Segueixi amb nosaltres" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Seguidors" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Seguidors (Partners)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Per a molts de nosaltres, que som habitants de la ciutat, no veiem aquest " +"cel de forma rutinària. Les llums de la ciutat fan una bona feina en " +"disfressar la pantalla increïble que és per sobre de tots els nostres caps " +"tot el temps." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Per a molts de nosaltres, la nostra primera experiència d'aprendre sobre els" +" cossos celestes comença quan vam veure la nostra primera lluna plena al " +"cel. És una visió veritablement magnífica fins i tot a simple vista." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Des del nadó més petit a l'astrofísic més avançat, hi ha alguna cosa per a " +"qualsevol que vulgui gaudir de l'astronomia. De fet, és una ciència que és " +"tan accessible que pràcticament qualsevol pot fer-ho pràcticament on sigui. " +"Tot el que han de saber és buscar." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Amplària total" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Agafa un geek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Obtén un telescopi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Obtén historial" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Comenceu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Graella" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar per" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Té un missatge" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Aquí teniu alguns dels fets clau que hauríeu de tenir en compte:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Consells de festius" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Efecte en passar per sobre" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Com cercar" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Com de complex és el telescopi i tindràs problemes de manteniment? Xarxa per" +" obtenir les respostes a aquestes i altres preguntes. Si feu els vostres " +"deures d'aquesta manera, trobareu només el telescopi adequat per a aquest " +"pròxim gran pas en l'evolució de la vostra passió per l'astronomia." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Com de mòbil ha de ser el telescopi?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Com triar l'hotel correcte" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" +"Si està marcat, hi ha nous missatges que requereixen la vostra atenció." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Si està marcat, alguns missatges tenen un error d'entrega." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Si importa que l'hotel estigui, per exemple, a la platja, prop del parc " +"temàtic, o convenient per a l'aeroport, llavors la ubicació és primordial. " +"Qualsevol directori decent hauria d'oferir un mapa de localització de " +"l'hotel i els seus voltants. S'han d'oferir mapes a distància a l'aeroport, " +"així com alguna forma de mapa interactiu." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Si la nit és clara, es poden veure detalls sorprenents de la superfície lunar només estrelles mirant al pati posterior.\n" +"Naturalment, a mesura que creixes en el teu amor per l'astronomia, trobaràs molts cossos celestes fascinants. Però la lluna sempre pot ser el nostre primer amor perquè és l'únic objecte espacial llunyà que té la distinció única de volar prop de la terra i sobre el qual l'home ha caminat." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Dins" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"En molts sentits, és un gran pas des d'algú que simplement està enganyant " +"amb l'astronomia a un seriós estudiant de ciència. Però tu i jo sabem que " +"encara hi ha un altre gran pas després de comprar un telescopi abans de " +"saber realment com utilitzar-lo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Augmenta la llegibilitat" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "És seguidor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Està publicat" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Illes" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"És molt divertit començar a aprendre les constel·lacions, com navegar pel " +"cel nocturn i trobar els planetes i les estrelles famoses. Hi ha llocs web i" +" galores de llibres per guiar-vos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"És important triar un hotel que et faci sentir còmode – mobles contemporanis" +" o tradicionals, decoració local o internacionals, formals o relaxats. El " +"directori ideal de l'hotel hauria de comunicar-vos les opcions disponibles." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"És segur dir que en algun moment de les nostres vides, tots i cadascun de " +"nosaltres tenim aquest moment en el qual de sobte estem atordits quan ens " +"trobem cara a cara amb l'enormitat de l'univers que veiem en el cel nocturn." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"És realment sorprenent quan es pensa en això que només mirant una nit en " +"concret, es podrien veure gairebé centenars de milers d'estrelles, sistemes " +"estel·lars, planetes, llunes, asteroides, cometes i potser un transbordador " +"espacial ocasional podria passar per allà. És encara més sorprenent quan ens" +" adonem que el cel que mirem és, amb caràcter general, el mateix cel que " +"gaudien els nostres avantpassats fa centenars i milers d'anys quan " +"simplement miraven cap amunt." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Jungle" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Sabeu què esteu veient" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Saber quan mirar" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Gran" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Últim col·laborador" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualització per" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última actualització el" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Més tard" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Ultimes publicacions del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Disseny" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Aprendre els antecedents dels grans descobriments en astronomia farà que els" +" vostres moments de mirada estrella tinguin més sentit. És una de les " +"ciències més antigues de la Terra, així que esbrina els grans de la història" +" que han mirat aquestes estrelles abans que tu." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Instal·lacions de sortida" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Llista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"El color local és genial, però els restaurants i bars propis de l'hotel " +"poden exercir un paper important en la vostra estada. Haurien de ser " +"conscients de l'elecció, de l'estil i de si són o no intel·ligents o " +"informals. Un bon informe hoteler hauria de dir-li això, i en particular " +"sobre les instal·lacions per a desdejunar." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Ubicació" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Tours en helicòpter per Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Les visites d'helicòpters Maui són una manera fantàstica de veure l'illa des" +" d'una perspectiva diferent i tenir una aventura divertida. Si mai has estat" +" en un helicòpter abans, aquest és un gran lloc per fer-ho." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Els helicòpters Maui són una gran manera de recórrer aquells llocs als quals" +" no es pot arribar a peu o en cotxe. Les visites duren aproximadament una " +"hora i van des d'aproximadament cent vuit cinc dòlars fins a dos-cents " +"quaranta dòlars de persona. Per a molts, es tracta d'una vegada en tota una " +"oportunitat de veure paisatges naturals que no tornaran a estar disponibles." +" Prendre càmeres i vídeos per capturar els moments també us permetrà tornar " +"a viure la gira una vegada i una altra com recordeu al llarg dels anys." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Les visites d'helicòpters Maui et permetran veure totes aquestes vistes. " +"Assegura't de prendre una càmera o un vídeo amb tu quan vagis en helicòpter " +"Maui per capturar la bellesa del paisatge i mostrar als amics i a la família" +" a casa totes les coses meravelloses que vas veure durant les vacances." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Mitjà" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Error d'entrega del missatge" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Missatges" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Metadescripció" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Paraules clau Meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta Títol" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Els viatges en helicòpter Molokai Maui et portaran a una illa diferent, però a només nou milles de distància i fàcilment accessible per via aèria. Aquesta illa té una població molt petita amb una cultura i un paisatge diferents. Tota la costa nord-est està plena de penya-segats i platges remotes. Són completament inaccessibles per qualsevol altre mitjà de transport que l'aire.\n" +"La gent que viu a l'illa mai no ha vist aquest paisatge tan notable tret que hagin fet viatges en helicòpter Maui per veure'l. Quan el temps hagi plogut i hi hagi molta pluja per a la temporada es veuran moltes cascades sorprenents." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Més important per al viatger familiar que per al viatger de negocis, hauries" +" d'esbrinar com n'és d'amic el nen de l'hotel i prendre la teva decisió des " +"d'allà. Una cosa que val la pena buscar és si l'hotel ofereix un servei de " +"nens asseguts. Per al viatger de negocis que vol escapar dels nens, això " +"també és molt important – potser un hotel que no sigui amic dels nens seria " +"una cosa més apropiada." + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Publicacions del blog més vistes" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nom" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nom / Ultima publicació" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nova publicació al blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Article següent" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Sense coberta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Sense publicacions encara." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Núm. de visites" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "No hi ha resultats per a «%s»." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "No s'han trobat resultats per a '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "No s'han definit etiquetes." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Cap" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Res d'això us impedeix avançar amb els vostres plans per a crear un " +"impressionant sistema de telescopis. Assegureu-vos d'obtenir consells de " +"qualitat i entrenament sobre com configurar el telescopi per a satisfer les " +"vostres necessitats. Utilitzant aquestes pautes, gaudireu d'hores de gaudi " +"mirant fixament les mirades fenomenals del cel nocturn que estan més enllà " +"de l'ull nu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "No publicat" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"No només saber el temps s'assegurarà que la mirada de l'estrella sigui " +"gratificant, sinó que si aprens quan es produiran les grans pluges de " +"meteors i altres grans esdeveniments astronòmics farà que l'emoció de " +"l'astronomia surti viva per tu." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Nombre d'accions" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Nombre d'errors" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Nombre de missatges que requereixen una acció" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Nombre de missatges amb error d'entrega" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Per descomptat, per portar l'adoració de la lluna a l'últim, pujar l'equip " +"fins a un bon telescopi d'inici us donarà el detall més sorprenent de la " +"superfície lunar. Amb cadascuna d'aquestes actualitzacions el vostre " +"coneixement i la profunditat i l'abast del que podreu veure milloraran " +"geomètricament. Per a molts astrònoms aficionats, a vegades no podem obtenir" +" prou del que podem veure en aquest objecte espacial més proper." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Un cop hàgiu revisat el contingut al mòbil, podeu tornar a la vista normal " +"fent clic aquí de nou" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Altres" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Els nostres blogs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto d'Anton Repponen, ,repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto d'Arto Marttinen, swandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto de Boris Smokrovic, borborisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Fotografia de Denys Nevozhai, ,dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Foto de Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto de Jason Briscoe, jjbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto de Jon Ly, jojonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Fotografia de Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Fotografia de PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Fotografia per SpaceX, ,spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Fotografia de Teddy Kelley, ,teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Publicacions" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Llista de publicacions" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Data de publicació" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Publicat (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Data de publicació" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Publicació publicada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opcions de publicació" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Data de publicació" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Camp Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Valoracions" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Llegeix més" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restaurants, cafès i bars" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Restringir les publicacions en aquest portal web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Optimització SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Error de lliurament SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Mostra" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satèl·lits " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Cerca una imatge. (p. ex., tipus \"empresa\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Costat de la mar enfront de la muntanya" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Veure el món des de dalt" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Selecciona el blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Seleccioneu el blog al qual voleu afegir la publicació." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Seleccioni aquest element de menú per crear una nova publicació." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Selecciona fins al comentari" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Selecciona fins a la piulada" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Nom SEO" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Separa cada paraula clau amb una coma" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Definiu una coberta per a la publicació del blog." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Diverses aus migratòries i natives, mamífers i rèptils anomenen Copper " +"Canyon la seva llar. També val la pena comprovar l'exquisida fauna d'aquesta" +" terra gairebé pristina." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Comparteix els enllaços" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Compartir a Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Compartir a LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Compartir a Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Comparteix aquesta publicació" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Barra lateral" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, coneguda popularment com a Copper Canyon, està situada a " +"Mèxic. La zona és una destinació preferida entre els que busquen vacances " +"aventureres." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Xic-Xic" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Cels" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Per tant, és molt important que obtingueu el telescopi adequat per a on " +"esteu i quines són les vostres preferències d'observació d'estrelles. Per " +"començar, parlem dels tres tipus principals de telescopis i després establim" +" alguns conceptes de “Telescope 101″ per augmentar les vostres possibilitats" +" de comprar el correcte." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Pot ser que un cop l'any de vacances a un lloc de càmping o un viatge a la " +"casa d'un familiar fora del país que trobem fora quan el passatger del cel " +"nocturn decideix de sobte posar-lo en un espectacle espectacular. Si heu " +"tingut aquest tipus de moment en què us vau quedar literalment sense alè per" +" part del passatdor, el cel nocturn ens pot mostrar, probablement podreu " +"recordar el moment exacte en què podrieu dir poc més que “wow” en el que " +"vau veure." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Per tant, per seleccionar només el tipus correcte de telescopi, els vostres " +"objectius en utilitzar el telescopi són importants. Per entendre realment " +"les fortaleses i debilitats no només de les lents i el disseny del " +"telescopi, sinó també en la manera en què el telescopi funciona en diverses " +"situacions d'observació d'estrelles, és millor fer alguns deures per davant " +"i obtenir exposició als diferents tipus. Així que abans de fer la teva " +"primera compra..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Així que te'n vas a l'estranger, has triat la teva destinació i ara has de " +"triar un hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Algú famós a Source Title" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Observar la fauna" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Començar a escriure aquí..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Estil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Subtítol" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtítol" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Categories d'etiquetes" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Categoria d'etiquetes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Formulari de categoria d'etiquetes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Etiqueta formulari" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Llista d'etiquetes" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "¡El nom de l'etiqueta ja existeix!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Llista d'etiquetes" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Fer fotografies a les fosques" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Etiquetes de Teaser" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Contingut de Teaser" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Fa deu anys, probablement hauries visitat el teu agent de viatges local i " +"confies en el consell presencial que et van donar els anomenats \"experts\"." +" La manera del segle XXI de seleccionar i reservar l'hotel és, per " +"descomptat, a Internet, mitjançant l'ús de llocs web de viatges." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Aquest moment “Wow” és el que significa l'astrologia. Per a alguns, aquest " +"moment es converteix en una passió que condueix a una carrera estudiant les " +"estrelles. Per a uns quants, aquest va despertar el moment perquè una " +"obsessió consumida que els porta a viatjar a les estrelles en el " +"transbordador espacial o en una de les nostres primeres missions espacials. " +"Però per a la majoria de nosaltres, l'astrologia pot convertir-se en un " +"passatemps o una afició regular. Però portem aquest moment amb nosaltres per" +" la resta de les nostres vides i comencem a buscar maneres de mirar més " +"profund i aprendre més sobre l'univers espectacular que veiem en milions " +"d'estrelles per sobre de nosaltres cada nit." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "La bellesa de l'astronomia és que qualsevol pot fer-ho." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"El millor moment per veure la lluna, evidentment, és a la nit quan hi ha " +"pocs núvols i el temps és acomodat per a un estudi llarg i durador. El " +"primer trimestre presenta els majors detalls de l'estudi. I no t'enganyis, " +"sinó la part de la lluna quan no estigui en plena lluna. El fenomen conegut " +"com a “terra brillant” us dóna la capacitat de veure la part enfosquida de " +"la lluna amb algun detall, fins i tot si la lluna només es mostra a quart o " +"mig ." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "El millor moment per veure la lluna." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"La publicació del blog serà visible per als vostres visitants a partir " +"d'aquesta data al lloc web si s'estableix com a publicat." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Els penya-segats d'aquesta regió es troben entre els més alts del món i " +"veure l'aigua en cascada dels alts cims és simplement impressionant. Val la " +"pena veure la bellesa d'aquest entorn natural." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "L'URL completa per accedir al document a través del lloc web." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"El següent que volem obtenir és un bon telescopi. És possible que hagis vist" +" un afeccionat que està molt al llarg del seu estudi configurant aquells " +"telescopis d'aspecte genial en un turó en algun lloc. Això excita l'astrònom" +" aficionat que hi ha en tu perquè aquest ha de ser el següent pas lògic en " +"el creixement del teu hobby. Però com comprar un bon telescopi pot ser " +"totalment confús i intimidatori." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"El lloc hauria d'oferir una anàlisi detallada dels serveis d'oci dins de " +"l'hotel –spa, piscina, gimnàs, sauna– així com detalls de qualsevol altra " +"instal·lació propera, com ara camps de golf. 7. Necessitats especials: el " +"lloc del directori de l'hotel ha d'assessorar el visitant dels serveis " +"especials de necessitats de cada hotel i la política d'accessibilitat. " +"Encara que això no s'aplica a tots els visitants, és absolutament vital per " +"a alguns." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"El trípode o altres decisions accessòries canviaran significativament amb un" +" telescopi que visqui a la vostra coberta vers una que penseu prendre a " +"moltes ubicacions remotes." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"La visió d'això és realment impressionant i és una visió que no podem " +"perdre. També és altament educatiu amb l'oportunitat de veure un volcà " +"inactiu a prop, cosa que no es pot veure cada dia. No obstant això, en els " +"costats nord i sud del volcà es veurà una visió increïblement diferent. " +"Aquests costats són exuberants i verds i podreu veure algunes cascades " +"boniques i un raspall meravellós. Abunden les selves tropicals en aquest " +"costat de l'illa i és una cosa que no és fàcilment accessible per cap altre " +"mitjà que per l'aire." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Després està el problema de la motivació del revisor. Com més ressenyes " +"llegeixes, més notes com tendeixen a agrupar-se en els extrems de l'opinió. " +"En un extrem, tenen crítics enfadats amb destrals per moldre; en l'altre, " +"tenen convidats encantats que elogien més enllà de la creença. No us " +"sorprendrà saber que els hotels de vegades publiquen les seves pròpies " +"ressenyes brillants, o que el competidor s'alinea per tenir l'oportunitat de" +" llançar una llança de males crítiques a la competició. Té sentit considerar" +" el que és realment important per a tu quan seleccionis un hotel. Llavors " +"hauríeu de triar un directori d'hotels en línia que proporcioni informació " +"actualitzada, independent i imparcial que realment importi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Hi ha altres consideracions a tenir en compte en la teva decisió final de " +"compra." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Hi ha alguna cosa sense temps en el cosmos. El fet que els planetes i la " +"lluna i les estrelles més enllà d'ells hagin estat allà durant anys fa " +"alguna cosa al nostre sentit del nostre lloc en l'univers. De fet, moltes de" +" les estrelles que “veiem” a ull nu són en realitat llums que venien " +"d'aquesta estrella fa centenars de milers d'anys. Aquesta llum acaba " +"d'arribar a la terra. Per tant, en realitat, mirar cap amunt és com viatjar " +"en el temps." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Aquestes coses realment importen i qualsevol directori hoteler decent hauria" +" de donar-los aquest tipus d'assessorament sobre els dormitoris – no sols el" +" nombre d'habitacions que és l'opció habitual." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Aquest quadre no serà visible per als vostres visitants" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Aquesta etiqueta ja existeix" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Tiny" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Títol" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Títol de la coberta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Títol incrustat a la coberta" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Mirar la lluna a ull nu, familiaritzar-se amb el mapa lunar us ajudarà a " +"seleccionar els mars, cràters i altres fenòmens geogràfics que altres ja han" +" cartografiat per fer que el vostre estudi sigui més agradable. Els mapes de" +" la Lluna es poden tenir des de qualsevol botiga d'astronomia o en línia i " +"valen la pena la inversió." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Per començar a aprendre a observar les estrelles molt millor, hi ha algunes " +"coses bàsiques que podríem necessitar per mirar més profund, més enllà del " +"que podem veure a simple vista i començar a estudiar les estrelles així com " +"gaudir-les. El primer que necessites no és equipament, sinó literatura. Un " +"bon mapa d'estrelles mostrarà les constel·lacions principals, la ubicació de" +" les estrelles clau que utilitzem per a navegar pel cel i els planetes que " +"apareixeran més grans que les estrelles. I si afegiu a aquest mapa alguns " +"materials introductoris ben fets a l'afició de l'astronomia, esteu en camí." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Per fer-li una osca, un bon parell de binoculars poden fer meravelles pel " +"detall que veuràs a la superfície lunar. Per obtenir millors resultats, " +"obteniu un bon camp ampli en els entorns binoculars de manera que pugueu " +"utilitzar el paisatge lunar en tota la seva bellesa. I com que és gairebé " +"impossible mantenir els binoculars per molt de temps voldreu mirar aquest " +"magnífic cos a l'espai, potser voldreu afegir al vostre arsenal un bon " +"trípode que podreu col·locar els binoculars perquè pugueu estudiar la lluna " +"en confort i amb una plataforma de visió estable." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Per arribar a un nivell natural proper, és possible que vulgueu aprofitar " +"les associacions amb altres astrònoms o visitant un dels telescopis realment" +" grans que han creat professionals que han invertit en millors tècniques per" +" eliminar la interferència atmosfèrica per veure la lluna encara millor. " +"Internet pot donar accés al Hubble i a molts dels telescopis gegants que " +"s'apunten a la lluna tot el temps. A més, molts clubs d'astronomia estan " +"treballant en maneres de combinar múltiples telescopis, acuradament " +"sincronitzats amb ordinadors per a la millor vista del paisatge lunar." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Bàner superior" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Viatges" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "No publicat (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Publicació no titulada" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Utilitzeu aquesta icona per previsualitzar la publicació del vostre blog a " +"dispositius mòbils." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Utilitzat en:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Punts de visualització" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Vistes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Visible a les pàgines de tots els blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Visible al lloc web actual" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Lloc web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogs del lloc web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Missatges del lloc web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtre de fragments de lloc web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "L'URL del lloc web" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historial de comunicacions del lloc web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Meta descripció del lloc web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Meta paraules del lloc web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Mata títol del lloc web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Imatge del lloc web" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "I si us deixen executar el Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Tot i que qualsevol pot mirar cap amunt i enamorar-se de les estrelles en " +"qualsevol moment, la diversió de l'astronomia és aprendre a ser cada vegada " +"més hàbil i equipat en la mirada d'estrelles que veus i entens més i més " +"cada cop que mires. Aquí teniu alguns passos que podeu donar per fer que els" +" moments que podeu dedicar al vostre hobby d'astronomia siguin molt més " +"agradables." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Amb una vista" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Escriviu un text petit aquí per a descriure el vostre blog o empresa." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Sempre hauries de considerar acuradament el tipus d'instal·lacions que " +"necessites del teu dormitori i trobar l'hotel que té les que consideres " +"importants. El lloc web de directoris de l'hotel ha d'elaborar temes com: " +"mida del llit, accés a Internet (el seu cost, ja sigui WIFI o connexió de " +"banda ampla per cable), serveis complementaris, vistes de la sala i ofrenes " +"de luxe com un menú de coixí o un menú de bany, elecció d'habitacions de " +"fumar o no fumar, etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Veuràs tota la bellesa que Maui té per oferir i pot tenir un gran temps per " +"a tota la família. Les visites no són massa cares i duren des de quaranta-" +"cinc minuts fins a més d'una hora. Es poden veure llocs que normalment són " +"inaccessibles amb els viatges d'helicòpters Maui. Llocs que no estan " +"disponibles a peu o vehicle es poden veure per aire. Les mirades cerimonials" +" esperen a aquells que es diverteixen amb els helicòpters Maui. Si us quedeu" +" a l'illa durant un temps considerable, potser voldreu pensar a fer " +"múltiples visites d'helicòpter Maui." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "aventura" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Feu clic aquí per accedir al blog:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "fil d'Ariadna" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "per" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "descobriment" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "guies" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "s'ha publicat el" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotels" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "en " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "en " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "telescopis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "per a deixar un comentari" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "no publicat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Encara no hi ha comentaris" diff --git a/i18n/cs.po b/i18n/cs.po new file mode 100644 index 0000000..f7e0049 --- /dev/null +++ b/i18n/cs.po @@ -0,0 +1,2489 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Tomáš Píšek, 2023 +# Ivana Bartonkova, 2023 +# Jakub Smolka, 2023 +# Aleš Fiala , 2024 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopie)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Zobrazeny výsledky pro '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Všechny datumy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Binokulární dalekohledy jsou lehké a přenosné. Pokud nemáte luxus pro" +" nastavení a provozování observatoře z vaší paluby, pravděpodobně budete " +"cestovat, abyste provedli své prohlídky. Dalekohled jde s vámi mnohem snazší" +" a je lehčí nosit do země a používat, když jste tam než těžkopádná sada " +"teleskopického dalekohledu." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Vyberte mozky odborníků. Pokud ještě nejste aktivní v astronomické " +"společnosti nebo klubu, prodejci v obchodě s dalekohledem vás budou moci " +"vést k aktivním společnostem ve vaší oblasti. Jakmile se spojíte s lidmi, " +"kteří si zakoupili dalekohledy, můžete získat radu o tom, co funguje a čeho " +"se vyvarovat, což je hodnotnějsí než cokoli jiného, co získáte z webového " +"článku nebo od prodejce ze supermarketu." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Publikujte svůj blogový příspěvek, aby byl viditelný pro vaše " +"návštěvníky." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Přihlásit se" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Sem napište svůj příběh. Pomocí horního panelu nástrojů můžete styl " +"textu upravit: přidat obrázek nebo tabulku, nastavit tučné písmo nebo " +"kurzívu atd. Přetáhněte stavební bloky pro více grafických blogů." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Na vesmíru je něco nadčasového." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Skvělý způsob, jak objevit skrytá místa" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Dovolená v Copper Canyon slibuje, že bude vzrušující směs relaxace, kultury," +" historie, přírody a turistiky." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Nový příspěvek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Cestovatel se může rozhodnout prozkoumat oblast pěší turistikou po kaňonu " +"nebo se do ní vydat. Pro ty, kteří se chtějí pustit do hlubin kaňonu, je " +"nutné podrobné plánování. Existuje řada cestovních společností, které se " +"specializují na organizování zájezdů do regionu. Návštěvníci mohou létat do " +"Copper Canyonu pomocí turistického víza, které je platné 180 dní. " +"Cestovatelé mohou také jezdit odkudkoli ve Spojených státech a získat vízum " +"na mexické celnici na hranici." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "O nás" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Především navázat vztah s renomovaným obchodem dalekohledů, který " +"zaměstnává lidi, kteří znají své zboží. Pokud si koupíte dalekohled v " +"obchodě Wal-Mart nebo v obchodním domě, šance, že dostanete tu správnou věc," +" jsou malé." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Vyžadována akce" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktivní" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Přidat něco" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Vše" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Všechny blogy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Všechny blogy" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Vzrušující směs relaxace, kultury, historie, divoké zvěře a turistiky." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archivovat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Archivováno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archivy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Článek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Články" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Astronomické kluby jsou živá místa plná znalých amatérů, kteří s vámi rádi " +"sdílejí své znalosti. Za cenu limonády a občerstvení se s vámi budou dívat " +"na hvězdy a zaplaví vás zajímavostmi a skvělými znalostmi." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomie je „pozorování hvězd“" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Počet příloh" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Jméno autora" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Uvědomte si proč se říká “astronomie”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Zařízení ložnice" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Než provedete svůj první nákup…" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Název blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blogový příspěvek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Název příspěvku na blogu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blogové příspěvky" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Podtitulek blogu" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Štítek blogu" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Kategorie štítku blogu" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Blogové značky" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Nadpis blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Spodek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Drobečková navigace" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Jak ale prohledat úžasné nabídky? A co je důležitější, opravdu důvěřujete " +"fotografiím a popisům hotelů, kteří pochválili sami sebe kvůli lepší " +"rezervaci? Hodnocení cestovatelů mohou být užitečné, ale musíte být opatrní." +" Často jsou neobjektivní, někdy zastaralé a nemusí posloužit vašim zájmům. " +"Jak víte, že vlastnosti, které jsou důležité pro recenzenta, jsou důležité i" +" pro vás?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Může publikovat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Karty" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategorie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Vyberte obrázek z knihovny." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Zavřít" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Komentář" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Komentáře" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Obsah" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Obálka" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Vlastnosti Úvodní strany" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Vytvořeno uživatelem" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Vytvořeno dne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Popis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Zobrazovací název" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "East Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Upravit v backendu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Sledujte nás" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Následuj nás" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Odběratelé" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Odběratelé (partneři)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Plná šířka" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Začít" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Mřížka" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Seskupit podle" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Má zprávu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Jak si vybrat ten pravý hotel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Pokud zaškrtnuto, nové zprávy vyžadují vaši pozornost." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Pokud zaškrtnuto, některé zprávy mají chybu při doručení." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "V" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Je odběratel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Je publikováno" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Je to skvělá zábava začít se učit souhvězdím, jak navigovat na noční obloze " +"a najít planety a slavné hvězdy. Existuje habaděj webových stránek a knih, " +"které vás provedou." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Velký" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Poslední přispěvatel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Naposledy upraveno uživatelem" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Naposledy upraveno dne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Nejnovější" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Rozvržení" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Zařízení pro volný čas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Seznam" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Místo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Médium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Chyba při doručování zprávy" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Zprávy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta-popis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Meta Klíčová slova" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Důležitější pro rodinné cestovatele, než pro obchodní cestující, je zjištění" +" předem, jak je hotel přátelský pro děti. Jedna věc, kterou stojí za to " +"hledat, je, zda hotel nabízí službu hlídání dětí. Pro obchodní cestující, " +"kteří chtějí uniknout dětem, je to samozřejmě také velmi důležité – možná by" +" byl vhodnější hotel, který není vhodný pro děti!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Název" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nový příspěvek do blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Zatím žádný příspěvek na blogu." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Počet zobrazení" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Nenašly se výsledky pro '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Zatím nejsou definovány žádné značky." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Žádné" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Není zveřejněno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Nejen znalost, kdy počasí dovolí, aby se vaše pozorování hvězd vyplatilo, " +"ale pokud se naučíte znát, kdy probíhají velké meteorické roje a další velké" +" astronomické události, bude pro vás tato živá astronomie vzrušující." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Počet akcí" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Počet chyb" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Počet zpráv vyžadujících akci" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Počet zpráv s chybou při doručení" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Ostatní" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Naše blogy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto: Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto: Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto: Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Foto: Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto: Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto: Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Foto: Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Foto: PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Foto: SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Foto: Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Příspěvky" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publikováno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Datum publikování" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Publikovaný příspěvek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Datum vydání" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb pole" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Hodnocení" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Přečtěte si více" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restaurace, kavárny a bary" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Omezit publikování na této webstránce." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO optimalizováno" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Chyba doručení SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Vzorek" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Vybrat Blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Vyberte blog, do kterého chcete příspěvek přidat." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Vyberte tuto položku nabídky a vytvořte nový blogový příspěvek." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "SEO jméno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Každé klíčové slovo oddělte čárkou" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Sdílet odkazy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Sdílet na Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Sdílet na LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Sdílet na Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Sdílet tento příspěvek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Sidebar" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Takže pro výběr správného druhu dalekohledu jsou důležité vaše cíle při " +"používání dalekohledu. Abychom opravdu porozuměli silným a slabým stránkám " +"nejen designu čoček a dalekohledů, ale také tomu, jak dalekohled funguje v " +"různých situacích, kdy se dívá na hvězdy, je nejlepší dopředu udělat nějaké " +"domácí úkoly a vystavit se různým situacím. Takže před provedením prvního " +"nákupu ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Začněte zde psát ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Styl" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Podtitulek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Podtitulek" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Kategorie štítků" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Kategorie štítku" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Formulář kategorií značek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Seznam značek" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Název značky již existuje!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Štítky" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Upoutávka" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Nejlepší čas pro pozorování Měsíce." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Blogový příspěvek bude viditelný pro vaše návštěvníky od tohoto data na " +"webu, pokud je nastaven jako publikovaný." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Celá adresa URL pro přístup k dokumentu prostřednictvím webstránky." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"Pohled je skutečně dechberoucí a je to pohled, který byste si neměli nechat " +"ujít. Je také vysoce obohacující mít šanci vidět spící sopku zblízka, něco, " +"co není k vdění každý den. Na severní a jižní straně sopky však uvidíte " +"neuvěřitelně odlišný pohled. Tyto strany jsou svěží a zelené a budete moci " +"vidět některé krásné vodopády a nádherný povrch. Tato strana ostrova oplývá " +"tropickými deštnými pralesy a je to něco, co není snadno dostupné jiným " +"způsobem, než vzduchem." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Toto pole se vašim návštěvníkům nebude zobrazovat" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Název" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Chcete-li se dívat na Měsíc pouhým okem, seznámíte se s lunární mapou, která" +" vám pomůže vybrat moře, krátery a další geografické jevy, které již jiní " +"mapovali, aby bylo vaše studování příjemnější. Měsíční mapy lze získat z " +"jakéhokoli astronomického obchodu nebo online a stojí za investici." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Abychom mohli začít učit, jak mnohem lépe pozorovat hvězdy, je třeba, " +"abychom sledovali hlouběji, kromě toho, co vidíme pouhým okem a začali " +"studovat hvězdy a také si je užívat. První věc, kterou potřebujete, není nic" +" jiného než literatura. Dobrá hvězdná mapa vám ukáže hlavní souhvězdí, " +"umístění klíčových hvězd, které používáme k navigaci po obloze, a planety, " +"které se ukazují větší, než hvězdy. A pokud do této mapy přidáte některé " +"dobře zpracované úvodní materiály do hobby astronomie, jste na dobré cestě." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Chcete-li se přirozeně dostat na další úroveň, možná budete chtít využít " +"partnerství s dalšími astronomy nebo navštívit jeden z opravdu skvělých " +"dalekohledů, které byly vytvořeny profesionály, kteří investovali do lepších" +" technik pro odstranění atmosférického rušení, aby viděli Měsíc ještě lepší." +" Internet vám může poskytnout přístup k Hubbleovu dalekohledu a mnoha " +"obrovským dalekohledům, které jsou neustále namířeny na Měsíc. Mnoho " +"astronomických klubů dále pracuje na způsobech kombinování více dalekohledů," +" které jsou pečlivě synchronizovány s počítači, aby bylo možné co nejlépe " +"vidět na měsíční krajinu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Cestování" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Nepublikován (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Nepojmenovaný příspěvek" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Použitý v:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Zobrazení" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Viditelné na všech stránkách blogů" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Viditelné na aktuální webstránce" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Webová stránka" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Webstránka blogy" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Webové zprávy" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtr webových úryvků" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL webové stránky" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Webová historie komunikace" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Meta-popis webových stránek" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Meta-klíčová slova webových stránek" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Meta-název webových stránek" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Opengraph obrázek webových stránek" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"I když se kdokoli může dívat a kdykoli se zamilovat do hvězd, zábava z " +"astronomie je v tom naučit se, jak se stát více a více kvalifikovanými a " +"vybavenými k pozorováním hvězd, které vidíte. A stále lépe jim porozumíte " +"pokaždé, když je vyhledáte. Zde je několik kroků, jak si udělat chvíle, " +"které můžete věnovat svému koníčku astronomie, mnohem příjemnější." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Sem napište malý text popisující váš blog nebo společnost." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Vždy byste měli pečlivě zvážit typ vybavení, které potřebujete ve vaší " +"ložnici a najít hotel, který má ty, které považujete za důležité. " +"Internetový adresář hotelu by měl zpracovat záležitosti jako: velikost " +"postele, přístup k internetu (jeho cena, ať už je k dispozici WIFI nebo " +"kabelové připojení), bezplatné vybavení, výhled z místnosti a luxusní " +"nabídky, jako je nabídka polštářů nebo nabídka koupelen, výběr kuřáckého " +"nebo nekuřáckého pokoje atd." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Kliknutím sem vstoupíte do blogu:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "drobeček" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "od" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "byl publikován na " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotely" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "v " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "v " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "v " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "Zanechat komentář" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "nepublikovaný" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/da.po b/i18n/da.po new file mode 100644 index 0000000..8971869 --- /dev/null +++ b/i18n/da.po @@ -0,0 +1,2732 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Mads Søndergaard, 2023 +# lhmflexerp , 2023 +# Martin Trigaux, 2024 +# Sanne Kristensen , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Sanne Kristensen , 2024\n" +"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopi)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' sidehoved." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Viser resultater for '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Alle datoer" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Kikkerter er lette og nemme at have med. Medmindre du har friheden " +"til at opsætte er drive et observatorie fra din terrasse, får du formentlig " +"brug for at rejse for at kigge. Kikkerter følger med dig langt nemmere, de " +"lette at bære rundt på i naturen, og så er det nemmere at anvende end det " +"besværlige teleskop sæt." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Dyk ned i eksperternes hjerne. Hvis du ikke allerede er aktiv i en " +"astronomi forening eller klub, kan salgspersonalet hos din teleskop " +"forhandler være i stand til, at guide dig til aktive foreninger i dit " +"område. Når du har forbundet med mennesker, der har købt teleskoper, kan du " +"få råd og vejledning om hvad fungere, og hvad du bør undgå, som er langt " +"mere gældende end hvad du kan finde i en web artikel eller høre fra en " +"salgsperson i Føtex." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Udgiv din blog post for at gøre den synlig for dine besøgende." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Log ind" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Prøv før du køber. Dette er en anden fordel ved at tage på felt ture " +"med astronomi klubben. Du kan sætte nogle timer af til folk, som kender " +"teleskoper, du kan undersøge deres udstyr når det er opstillet, lære nøgle " +"koncepterne, og prøve dem før du putter penge i dit eget udstyr." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Skriv din historie her. Brug værktøjslinjen øverst til at style din " +"tekst: Tilføj et billede eller en tabel, angiv teksten som fed eller kursiv," +" osv. Træk og slip en bygningsklods for at få en mere grafisk blog." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Udover den indfødte befolkning, trækker det lokale " +"dyreliv også store forsamlinger til." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Det er ekstremt vigtigt at du bruger det rigtige " +"teleskop." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"\"Hold da op\" øjeblikket er hvad astronomi handler " +"om." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Dets flere anmeldelser du læser, dets mere lægger du " +"mærke til, hvordan de har tendens til at samle sig omkring ekstreme " +"holdninger." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Der er noget tidsløst over kosmosset." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Dit studie af månen kan, som alt andet, gå fra det " +"yderst simple, til det ekstremt komplekse." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Ingen tags defineret" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Læs " +"Næste" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Vis:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogs:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "En fantastisk måde at opdage skjulte steder på" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"En ferie til Barranca del Cobre lover at være en spændende blanding af " +"afslappelse, kultur, historie, dyreliv, og vandring." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Et nyt indlæg" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"En rejsende kan vælge at udforske området ved at vandre rundt om kløften, " +"eller begive sig ind i den. Der kræves dog detaljeret planlægning for dem, " +"som ønsker at begive sig ind i kløftens dybder. Der er talrige " +"rejsebureauer som specialiserer sig i, at organisere rundvisninger i " +"regionen. Besøgende kan flyve til Barranca del Cobre på et turist visa, som " +"er gyldigt i 180 dage. Rejsende kan også køre fra hvor som helst i USA, og " +"modtage et visa ved den Mexicanske toldstation ved grænsen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Om os" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Vigtigere end noget andet, er at få et forhold til en respektable " +"teleskop butik som ansætter folk, der ved hvad de snakker om. Hvis du " +"køber dit teleskop i Føtex eller et lagerhus, er chancerne for, at du får " +"det rette, meget fjerne." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Tilgå indlæg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Handling påkrævet" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Tilføj nogle" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Alle" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Alle blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Alle blogs" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Alene i havet" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Langs de linjer, hvor svært er opsætning og nedrivning?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Fantastisk blog artikel: %s! Tjek den ud live: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"En spændende blanding af afslappelse, kultur, historie, dyreliv, og " +"vandring." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"Og når alt er sagt og gjort, bliv udstyret. Din søgen på nyere og " +"bedre teleskoper vil være en livslang en. Lad dig selv blive afhængig af " +"astronomi, og oplevelsen vil beriger ethvert aspekt af dit liv. Det vil være" +" en afhængighed, du aldrig vil få lyst til at stoppe." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Et andet unikt aspekt ved Barranca del Cobre er tilstedeværelsen af den " +"indianske Tarahumara kultur. Dette semi-nomade folk lever i hulebo. Deres " +"primær levevej afhænger af jordbrug og kvæg." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arkivér" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arkiveret" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arkiverede" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artikel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artikler" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Astronomi klubber er livlige steder fyldt med kyndige amatører, som elsker " +"at dele deres viden med dig. For prisen på en cola og snacks, vil de gå på " +"stjernekiggeri med dig, og overvælde dig med paratviden og stor viden." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomi er \"stjernekiggeri\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Antal vedhæftninger" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Forfatter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Forfatter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Fantastiske hotelværelser" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Vær opmærksom på det her kaldet \"astonomi\"" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"At blive en del af samfundet bestående af hengivne amatør astronomer, vil " +"give dig adgang til disse organiserede forsøg på, at nå nye højder indenfor " +"vores evne til at studere jordens måne. Og det vil give dig ligesindede samt" +" venner som deler din passion for astronomi, som kan dele deres erfaringer " +"og ekspertise, mens du søger hvor du mon vil kigge næst i den store natte " +"himmel, på månen, og hinsides, i din søgen på viden om det nærmest uendelige" +" univers oven over os." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "At blive del af et samfund af hengivne amatør astronomer." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Sove faciliteter" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Før du begir dig ud i den næste store udgift, ville det måske være et bedre " +"skridt, at investere i et par gode kikkerter. Der er sågar kikkerter der " +"egner sig til at kigge på stjerner, som vil være lige så gode til at give " +"dig det ekstra udsyn, som du ønsker, så du kan se universet lidt bedre. Et " +"par vel designede kikkerter giver dig også mere mobilitet og evne til, at " +"have dit \"forstærkede syn\" ved hånden, når den fantastiske udsigt " +"præsenterer sig selv for dig." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Før du gør dit første køb..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Hinsides øjet" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Blog navn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Blog side" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blogindlæg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Blog Indlæg Cover" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Blog indlæg sider" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Overskrift på blogindlæg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blog indlæg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blog undertekst" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blog tag" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Blog tag kategori" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Blog tags" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Blog overskrift" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Blog overskift" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Blogs liste" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Blogs side" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Bund" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Krummer" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Men hvordan gennemgår du de fantastiske tilbud? Og vigtigere end det, stoler" +" du virkelig på fotografierne og beskrivelserne, som hotellerne har tildelt " +"dem selv, i håbet om at tiltrække bestillinger? Anmeldelser fra rejsende kan" +" være nyttige, men du bliver nødt til at være forsigtig. De er ofte farvede," +" nogle gange uddaterede, og har måske slet ikke din interesse for øje. " +"Hvordan ved du, at faciliteterne der er vigtige for anmelderen, er vigtige " +"for dig?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Køb af teleskop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Køb af det rigtige teleskop til at tage din kærlighed for astronomi til nye " +"højder, er et stort skridt i udviklingen af din passion for stjernerne." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Kan udgives " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kort" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategori" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Børnefaciliteter " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Vælg et billede fra biblioteket." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Klik her for at tilføje nyt indhold til din hjemmeside." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Klik på \"Ny\" i hjørnet oppe til højre, for at skrive dit første " +"blog indlæg." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Luk" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Kommentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Bemærkninger" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Kommentarer/visningsstatistik" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Indhold" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Barranca del Cobre er en af seks store kløfter i området. Selv om navnet " +"kunne antyde, at kløften har noget med kobberdrift at gøre, er dette ikke " +"tilfældet. Navnet udspringer fra den kobber og grønlige plantevækst der " +"dækker kløften. Barranca del Cobre har to klimazoner. Området er hjemsted " +"for alpint klima i toppen, og subtropisk klima ved lavere højder. Vintrene " +"er kolde, med hyppige snestorme, ved højere højder. Somre er tørre og varme." +" Hovedstadens, Chihuahua, er en højt liggende ørken, hvor vejret variere fra" +" kolde vintre til varme somre. Regionen er unik, på grund af de forskellige " +"økosystemer der findes i den." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Dækker" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Cover egenskaber" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Dato (ny til gammel)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Dato (gammel til ny)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Beskrivelse" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Dropzone til byggeklodser" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Øst Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Øst Maui helikopter tours vil give dig en udsigt over den tre tusinde meters" +" høje vulkan, Haleakala, og Solens hus. Denne vulkan sover, og var sidst i " +"udbrud i 1790. Du vil kunne se vulkanens krater, samt den tørre, golde jord," +" der omringer den sydlige side af vulkanens skrænt, med Maui helikopter " +"tours." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Redigér backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Rediger '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Rediger 'Alle blogs' sidehovedet." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Rediger 'Filtrer resultater' sidehovedet." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Rediger din titel, underteksten er valgfri." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Indtast dit indlægs titel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Fakta du bør have i mente." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Sidst men ikke mindst, bør hotel kvalitets inspektions teamet have besøgt " +"det pågældende hotel på fast basis, mødt personalet, sovet i et soveværelse," +" og prøvet maden. De bør opleve hotellet som kun en hotelgæst kan, og det " +"kun dér, at de er i en stærk position til at skrive om hotellet." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Følg os:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Følg os" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Følgere" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Følgere (partnere)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"For mange af os byboere, ser vi normalvis ikke rigtigt himlen deroppe. " +"Lysene fra byen er dygtige til at skjule den fantastiske udsigt, som er over" +" vores hoveder hele tiden." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"For mange af os, var vores allerførste erfaring med himmellegemerne, den " +"gang vi så fuldmånen for første gang. Det er i sandhed et storslået syn, " +"selv med det blotte øje." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Fra det spædeste barn til den mest lærte astrofysiker, er der noget for " +"enhver der holder af astronomi. Faktisk er det en videnskab der er så " +"tilgængelig, at stort set alle kan gøre det, stort set uanset hvor de er. " +"Alt de skal vide, er hvordan de kigger op." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Fuld-bredde" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Få en nørd" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Få et teleskop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Få noget historie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Kom igang" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Grid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Sortér efter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Har besked" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Her er nogle nøglefakta du bør holde i mente:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Ferie råd" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Svæve effekt" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Hvordan man kigger op" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Hvor komplekst er teleskopet, og vil du have problemer med vedligeholdelsen?" +" Få et netværk for at få svar på disse og andre spørgsmål. Hvis du gør dit " +"hjemmearbejde, vil du finde det helt rigtige teleskop, til det næste store " +"skridt i udviklingen af din passion for astronomi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Hvor mobilt skal dit teleskop være?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Hvordan man vælger det rigtige hotel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Hvis afkrydset, kræver nye beskeder din opmærksomhed " + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Hvis afkrydset har nogle beskeder en leveringsfejl" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Hvis det har betydning at dit hotel, for eksempel, er på stranden, tæt på " +"parken, belejligt i forhold til lufthavnen, er placering det vigtigste. " +"Ethvert anstændigt direktorat bør kunne tilbyde et placerings kort over " +"hotellet og dens omgivelser. Der bør være afstandsmålinger til lufthavnen, " +"så vel som et form for interaktivt kort." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Hvis nattehimlen er klar, kan du se utrolige detaljer på måneoverfladen, blot ved at kigge på stjerne i din baghave.\n" +"Naturligvis, som du udvider din kærlighed til astronomi, vil du blive fascineret af mange himmellegemer. Men månen vil altid være vores første kærlighed, fordi det er dét himmellegeme, der har det unikke ved sig, at den svæver tæt på jorden, og er det fremmede himmellegeme, mennesket har gået på." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "I" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"På mange måder, er det et stort skridt, fra en som bare fjoller rundt med " +"astronomi, til seriøs student af videnskaben. Men både du og jeg ved, at der" +" stadig er endnu et stort skridt, efter købet af et teleskop, før du " +"virkelig ved hvordan det skal bruges." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Forøg læsbarheden" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Er følger" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Er udgivet" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Øer" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Det er super sjovt at lære konstellationerne, hvordan man navigere " +"nattehimlen og finder planeter og berømte stjerne. Der er hjemmesider og " +"bøger uden ende til at hjælpe dig på vej." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Det er vigtigt at vælge et hotel der får dig til føle veltilpas - moderne " +"eller traditionel møblering, lokal udsmykning eller international, formel " +"eller afslappet. Det ideelle hotel direktorat bør oplyse dig om de " +"tilgængelige muligheder." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Man kan med sikkerhed sige, at på et eller andet tidspunkt i vores liv, hvil" +" hver og en af os, få det der øjeblik, hvor vi pludselig bliver slået " +"tilbage, når vi står ansigt til ansigt med hvor enormt universet, vi ser i " +"nattehimmelen, egentlig er." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Det er virkelig fantastisk når du tænker over det, at blot ved at kigge op " +"på enhver given nat, kan du se stort set hundrede tusindvis af stjerner, " +"solsystemer, planeter, måner, asteroide, kometer, og måske endda en rumfærge" +" der i nu og næ vandre forbi. Det er endnu mere betagende, når du indser, at" +" himlen du kigger op på er, i alle hensigter, den nøjagtig samme himmel, som" +" vores forfædre nød at kigge op på, for hundrede og tusindvis af år siden." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Jungle" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Ved hvad du kigger på" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Ved hvornår du skal kigge" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Stor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Sidste bidragsyder" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Senest" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Seneste blogindlæg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Layout" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"At lære baggrunden for de store opdagelser indenfor astronomi, vil gøre de " +"øjeblikke du kigger på stjerne, mere betydningsfulde. Det er en af de ældste" +" videnskaber på jorden, så opsøg de mærkværdige historiske figurer, der så " +"på disse stjerner før dig." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Fritidsfaciliteter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Liste" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Lokal atmosfære er fantastisk, men hotellets egne restauranter og barre kan " +"spille en stor rolle i dit ophold. Du bør være opmærksom på valg, stil, og " +"hvorvidt de er smarte eller uformelle. En god hotel rapport bør fortælle dig" +" dette, og især angående morgenmads faciliteter." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Adresse" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Maui helikopter tours" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Maui helikopter tours er en fantastisk måde at se øen fra et andet " +"perspektiv, og er et underholdende eventur. Hvis du aldrig har fløjet i " +"helikopter før, er dette et fantastisk sted at gøre det." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Maui helikopter tours er en storslået måde at se de steder, der ikke kan nås" +" til føds eller i bil. Rundvisningerne vare cirka en time, og variere i pris" +" fra cirka 185 dollars, til 250 dollars, per person. For mange er det en " +"oplevelse for livet, at se de naturlige omgivelser, som aldrig kommer igen. " +"Og ved at tage billeder og videoer til at fange disse øjeblikke, vil du " +"kunne genopleve rundvisningen igen og igen, imens du mindes oplevelsen, " +"gennem årene." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Maui helikopter tours vil gøre dig i stand til at se alle disse steder. Husk" +" at tage et kamera eller videokamera med dig, når du skal med Maui " +"helikopter tours, for at fange den smukke natur, og vise venner og familie " +"derhjemme, alle de vidunderlig ting du så, imens du var på ferie." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Besked ved leveringsfejl" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Beskeder" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta beskrivelse" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Meta nøgleord" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta titel" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Molokai Maui helikopter tours vil tage dig til en andn ø, men en der er blot 9 mil væk, og let tilgængelig fra luften. Denne ø har en meget lille befolkning, med en meget anderledes kultur og landskab. Hele kysten i nordøst er dækket af klipper og fjerne kyster. De er fuldstændig utilgængelige på nær fra luften.\n" +"Folk der bor på øen har aldrig set dette bemærkelsesværdige landskab, medmindre de har taget Maui helikopter tours for at se det. Når vejret har været vådt, og der er meget regn for sæsonen, vil du se mange forbløffende vandfald." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Mere vigtigt for den familie rejsende end den forretnings rejsende, bør du " +"finde ud af, hvor børnevenligt hotellet er, fra direktoratet, og foretage " +"dit valg derudfra. En ting der er værd at kigge på, er hvorvidt hotellet " +"tilbyder baby sitting ydelse. For den forretnings rejsende der ønsker at " +"undgå børn, er dette selvfølgelig og meget relevant - måske et hotel som " +"ikke er børnevenligt, ville være mere passende!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Mest sete blogindlæg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Navn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Navn / Seneste indlæg" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nyt blogindlæg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Næste artikel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Ingen dækker" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Intet blogindlæg endnu." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Antal visninger" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Intet resultat for \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Ingen resultater fundet for '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Ingen tags defineret endnu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ingen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Intet af dette udelukker dig fra at fortsætte med dine planer om at samle et" +" fantastisk teleskop system. Bare vær sikker på, at du for kvalitets " +"rådgivning og træning, om hvordan du skal konfigurere dit teleskop, til at " +"imødegå dine behov. Brug disse guidelines, og du vil nyde timer med " +"stjernekiggeri, på de fænomenale syn, der er på nattehimlen, hinsides det " +"blotte øje." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Ikke udgivet" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Ikke alene kendskab til vejret vil forsikre, at dit stjernekiggeri bliver " +"belønnet, men hvis du også lære hvornår de store meteorregn samt andre store" +" astronomiske arrangementer tager sted, vil spændingen ved astronomi komme " +"til live for dig." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Antal handlinger" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Antal fejl" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Antal meddelelser der kræver handling" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Antal beskeder med leveringsfejl" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"For at tage din månetilbedelse til det ultimative, er det selvfølgelig en " +"god start, ved at opgradere dit udstyr, til et godt begynder teleskop, som " +"vil give dig betagende detaljer i månens overfalder. Med disse " +"opgraderinger, vil din viden, og den dybde og det omfang af hvad du kan se, " +"blive forbedret geometrisk. For mange amatør astronomer, kan vi ikke få nok " +"af hvad vi kan se på dette, det objekt nærmest på os i himlen." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"På dit standardsprog skal du tømme blogindlæggets beskrivelse og gemme for " +"at få en automatisk (oversat) oversigt." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Når du har gennemgået indholdet på mobilen, kan du skifte tilbage til den " +"normale visning ved at klikke her igen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Andre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Vores blogs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto af Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto af Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto af Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Foto af Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Foto af Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto af Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto af Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Foto af Patrik Brinskma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Foto af PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Foto af SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Foto af Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Indlæg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Indlægsliste" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Udgivelsesdato" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Udgivet" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Udgivet (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Udgivelsesdato" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Udgivet indlæg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Udgivelse indstillinger" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Udgivelses dato" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb felt" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Bedømmelser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Læs mere" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Læs mere " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restauranter, Caféer, og barre" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Begræns udgivelse til denne hjemmeside." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO optimeret" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS leveringsfejl" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Eksempel" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satellitter" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Søg efter et billede. (f.eks. type \"forretning\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Havside vs bjergside" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "At se verden fra oven" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Vælg Blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Vælg bloggen du vil tilføje indlægget til" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Vælg denne menu for at oprette et nyt blog indlæg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Vælg for at kommentere" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Vælg for at tweete" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "SEO navn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Separer hvert nøgleord med et komma" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Angiv blog indlæg som cover." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Flere træk- og indfødte fugle, pattedyr, og reptiler, kalder Barranca del " +"Cobre for deres hjem. Den udsøgte fauna i dette næsten uberørte land, er " +"også værd at undersøge." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Del links" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Del på Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Del på LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Del på Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Del dette indlæg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Sidebar" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, populært kendt som Barranca del Cobra, ligger i Mexico. " +"Området er en yndlings destination, bland dem, der søger en eventyrlig " +"ferie." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Skyer" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Så det er ekstremt vigtigt, at du finder det helt rigtige teleskop, til det " +"niveau du er på, og hvad dine præferencer er. Til at starte med, lad os " +"diskutere 3 primære slags teleskoper, og nedfælde nogle \"Teleskop 101\" " +"koncepter, for at forøge dine chancer for, at du får købt det rette " +"teleskop." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Så det kan være den ene årlige ferie, til en camping plads, eller en tur til" +" et familiemedlems hus ude på landet, hvor vi finder os selv udenfor, hvor " +"nattehimlen pludselige beslutter sig for, at vise os dens spektakulære " +"forestilling. Hvis har haft den slags øjeblikket, hvor du bogstavligt talt " +"blev gjort åndeløs ved hvad nattehimlen kan vise os, kan du formentligt " +"huske det nøjagtige øjeblik, hvor du ikke kunne sige meget andet end " +"\"wow\", til hvad du så." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Så for at vælge det rigtige teleskop, er dine formål med at bruge teleskopet" +" vigtige. For virkeligt at forstå styrkerne og svaghederne ikke kun ved " +"linserne og teleskopets design, men også ved hvordan teleskopet præstere i " +"forskellige situationer, er det bedst at gøre sit hjemmearbejde først, og " +"blive udsat for de forskellige slags. Så før du foretager dit første køb..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Så du skal udenlands, og du har valgt din destination, og nu skal du vælge " +"et hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Nogen berømt i Kilde titel" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "At se faunaen" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Begynd at skrive her..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Style" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Underoverskrift" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Underoverskrift" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Tag kategorier" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Tag kategori" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Tag kategori formular" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Tag formular" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Tag liste" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "Tag kategori eksistere allerede!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Tag navn eksisterer allerede!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Tags" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Tags liste" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "At tage billeder i mørke" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser & Tags" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Teaser indhold" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"For ti år siden, havde du formentligt besøgt din lokale rejseagent, og " +"stolet på de råd du fik ansigt-til-ansigt, af såkaldte 'eksperter'. De 21. " +"århundredes måde at vælge og booke dit hotel, er selvfølgelig internettet, " +"ved at bruge rejse hjemmesider." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Det \"wow\" øjeblik er hvad astronomi handler om. For nogle, bliver det wow " +"øjeblik en passion, der fører til en karriere indenfor studiet af stjerne. " +"For et par enkelte heldige, bliver det wow øjeblik en altædende besættelse, " +"der fører dem ud på en rejse blandt stjernerne i en rumfærge, eller en af " +"vores tidlige rum missioner. Men for de fleste af os, bliver astronomi et " +"tidsfordriv eller hobby. Men vi kan bære det wow øjeblik med os, resten af " +"vores liv, og begynde at se os om efter måder, hvorpå vi kan se dybere, og " +"lære mere, om det spektakulære univers, som vi se i de millioner af stjerne " +"hver nat." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Det smukke ved astronomi, er at alle kan gøre det." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Den bedste tid at se månen på er, selvfølgelig, om natten, når der er få " +"skyer, og vejret er passende til et langt og vedvarende studie. Det første " +"kvarter giver det mest detaljeret studie. Og lad dig ikke narre hvis månen " +"ikke er fuld. Fænomenet kendt som \"jordskin\" giver dig muligheden for at " +"se, de formørkede dele af månen, med samme grad af detalje, selv hvis månen " +"kun er kvart eller halv fuld." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Den bedste tid at se på månen." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Blogindlægget vil være synligt for dine besøgende på hjemmesiden fra denne " +"dato, hvis det står som udgivet." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Klipperne i denne region er blandt de højeste i verden, og at se vand falde " +"fra de høje tinder, er simpelthen betagende. Den lille smuttur fra Maui med " +"Maui helikopter tours er mere end det værd, for at se skønheden af disse " +"naturlige omgivelser." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Den fulde URL for at få adgang til dokumentet via hjemmesiden." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Den næste ting vi vil have, er naturligvis et godt teleskop. Du kan have set" +" en entusiast som er godt i gang med deres studie, i færd med at opsætte det" +" der virkeligt sejt udseende teleskop på en bakketop et eller andet sted. " +"Det ophidser amatør astronomen i dig, fordi det må da være det næste logiske" +" skridt, i udviklingen af din hobby. Men hvordan man køber et godt teleskop," +" kan være direkte forvirrende og intimiderende." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"Stedet bør tilbyde detaljeret analyse af fritids ydelser på hotellet - spa, " +"pool, træningscenter, sauna - samt detaljer om enhver anden facilitet i " +"nærheden, så som golf baner. 7. Særlige behov: Hotel direktoratet bør " +"rådgive besøgende om hvert hotels tjenester og tilgængeligheds policer for " +"dem med særlige behov. Selv om dette muligvis ikke gælder alle besøgende, er" +" det absolut nødvendigt for nogle." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Trefoden og andet valg af tilbehør vil variere betydeligt, alt efter om det " +"er et teleskop der skal bo på din terrasse, eller en du planlægger at tage " +"med dig til fjerne destinationer." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"Synet af dette er i sandhed betagende, og er noget, man ikke bør gå glip af." +" Det er også yderst lærerigt, med en chance for at se en inaktiv vulkan helt" +" tæt på, noget som ikke kan ses hver dag. På den nordlige og sydlige side af" +" vulkanen, vil du imidlertid se vidt forskellige udsigter. Disse sider er " +"frodige og grønne, og du vil kunne se nogle smukke vandfald, samt yndigt " +"buskads. Tropiske regnskove vokser vildt på denne side af øen, og er noget " +"der ikke er let tilgængeligt på nogen anden måde en fra luften." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Så er det problemet med anmelderens motivation. Jo flere anmeldelser du " +"læser, dets mere lægger du mærke til, at de har en tendens til at samle sig " +"i de ekstreme ender af skalaen. På den ene side, har du sure anmeldere med " +"horn i siden; på den anden, har du henrykte gæster med overdådig ros man " +"næsten ikke tør tro på. Du vil ikke blive overrasket over at få vide, at " +"hoteller nogle ganger lægger deres egne glødende anmeldelser op, eller at " +"konkurrenter står på række for at lambaste modstanderen med dårlige " +"anmeldelser. Det giver god mening, at overveje, hvad virkelig er vigtigt for" +" dig, når du vælger et hotel. Du bør derefter vælge et online hotel " +"direktorat, der giver opdateret, uafhængig, og uvildig information, som " +"betyder noget." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "Der er andre overvejelser at tage højde for, inden dit endelige køb." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Der er noget tidsløst ved kosmosset. Det faktum, at planeterne og månen og " +"stjernerne hinsides dem, har været der i æoner, gør noget ved vores sans for" +" vores plads i universet. Faktisk er mange af de stjerner vi \"ser\" med det" +" blotte øje, lys som der kom fra den stjerne, hundrede tusindvis af år " +"siden. Det lys når blot netop nu jorden. Så på en meget virkelig måde, er " +"det at se op en form for tidsrejse." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Disse ting er vigtige, og ethvert ordentligt hotel direktorat bør give dig " +"denne slags råd om soveværelser - ikke kun antallet af værelser, hvilket er " +"sædvanen!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Denne boks vil ikke være synlig for dine besøgende" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Dette tag eksisterer allerede" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Bitte" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Titel over omslag" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Titel indeni omslag" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"At stirre på månen med det blotte øje, gøre dig selv familiær med " +"månelandskabet, vil hjælpe dig med at udpege have, kratere, og andre " +"geografiske fænomener, som andre allerede har kortlagt, for at bringe endnu " +"mere nydelse til dit studie. Månekort kan findes i enhver astronomi butik, " +"eller online, og det er værd investeringen. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"For at starte med at lære hvordan man bedre iagttager stjernerne, er der " +"nogle basale ting, som vi måske bør kigge dybere på, udover hvad vi bare kan" +" se med det blotte øje, og begynde at studere stjernerne såvel som at nyde " +"dem. Den første ting du behøver er slet ikke udstyr, men litteratur. Et godt" +" stjernekort vil vise dig de primære konstellationer, placeringen på nøgle " +"stjernerne vi bruger til at navigere himlen, og planeterne der vil vise sig " +"som store stjerner. Og hvis du til dette kort tilføjer noget godt " +"introduktions materiale to din astronomi hobby, er du godt på vej." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"For at gå op et gear, kan et par gode kikkerter gøre vidundere, for " +"detaljerigdommen du vil se, på månens overfalde. For at opnår de bedste " +"resultater, skal du have et godt, bredt felt i kikkert indstillingerne, så " +"du kan suge måne landskabet til dig, i hele dens skønhed. Og fordi det er " +"næsten umuligt at holde et par kikkerter stille i den mængde tid du vil " +"kigge på dette fantastiske himmellegeme ude i rummet, kan det være du vil " +"tilføje en god trefod til dit arsenal af udstyr, som du kan fæstne kikkerten" +" til, så du kan studere månen i ro og mag, med en stabil udsigt." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"For at tage det til et naturligt næste niveau, kan de være du vil drage " +"nytte af partnerskab med andre astronomer, eller ved at besøge en af de i " +"sandhed fantastiske teleskoper, som er blevet sat op af professionelle, som " +"har investeret i bedre teknikker, for at fjerne atmosfærisk interferens, så " +"de kan se månen endnu bedre. Internettet kan give dig adgang til Hubble samt" +" mange andre kæmpe teleskoper, som peger mod månen hele tiden. Derudover, " +"arbejder mange astronomi klubber på måder, hvorved de kan kombinere flere " +"teleskoper, forsigtigt synkroniseret via computere, for at opnå den bedste " +"visning af månelandskabet." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Top Banner" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Rejse" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Ikke udgivet (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Indlæg uden overskrift" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Anvend dette ikon til at forhåndsvise dit blogindlæg på mobile " +"enheder." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Anvendt i:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Synspunkter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Visninger" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Synlig på alle blogs sider" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Synlig på denne hjemmeside" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "SKRIV HER ELLER TRÆK BYGGEKLODENE" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Hjemmeside" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Hjemmeside blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Beskeder fra hjemmesiden" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Hjemmeside Snippet Filter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Hjemmeside URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Website kommunikations historik" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Meta beskrivelse" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Meta søgeord" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Meta titel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Hjemmeside - opengraph-billede" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Hvad vis de lod dig styrre Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Selv om enhver kan forelske sig i stjernerne til enhver tid, er det sjove " +"ved astronomi, at lære, hvordan man bliver mere og mere behændig samt " +"udstyret indenfor stjernekigger, så du ser og forstår mere og mere, hver " +"gang du kigger op. Her er nogle skridt du kan tage for at nyde de øjeblikke " +"du hengiver til din astronomi hobby meget mere." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Med Udsigt" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Skriv en kort tekst her, der beskriver din blog eller virksomhed." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Du bør altid nøje overveje typen af faciliteter du har brug for på dit " +"værelse, og finde det hotel, der har de ting du anser for vigtigt. Hotel " +"direktoratets hjemmeside bør informere om sådanne ting som: sengestørrelse, " +"internet adgang (pris, om det er WiFI eller trådet), komplementære " +"faciliteter, udsigt fra værelset, og luksus tilbud så som en pude menu eller" +" bad menu, valg af ryger eller ikke ryger værelser, osv." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Du vil se al den skønhed Maui har at tilbyde, og du kan have en vidunderlig " +"tid med hele familien. Touren er ikke for dyr, og varer fra 45 minutter til " +"over en time. Du kan se steder er typisk er utilgængelige, med Maui " +"helikopter tours. Steder der ikke er tilgængelig til fods eller i bil, men " +"kan ses fra luften. Betagende udsigter venter dem, som er klar på en sjov " +"tour med Maui helikopter tours. Hvis du bliver på øen i længere tid, kan det" +" være du bør overveje mere end én tour med Maui helikopter tours." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "eventyr" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Klik her for at få adgang til bloggen :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "brødkrumme" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "af" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "opdagelse" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "guides" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "er udgivet den" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hoteller" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "i" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "i " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "i " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "teleskoper" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "for at efterlade en kommentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "ikke udgivet" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Ingen kommentarer endnu" diff --git a/i18n/de.po b/i18n/de.po new file mode 100644 index 0000000..deb7517 --- /dev/null +++ b/i18n/de.po @@ -0,0 +1,2781 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Larissa Manderfeld, 2024 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: German (https://app.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: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (Kopie)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "“-Kopfzeile der Seite." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "“. Es werden Ergebnisse angezeigt für „" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Alle Daten" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Ferngläser sind leicht und gut transportfähig. Wenn Sie nicht den " +"Luxus haben, eine Sternwarte von Ihrer Terrasse aus einzurichten und zu " +"betreiben, werden Sie wahrscheinlich reisen, um Ihre Beobachtungen " +"durchzuführen. Ein Fernglas lässt sich viel einfacher mitnehmen und ist " +"leichter zu transportieren als ein sperriges Teleskop." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Holen Sie sich das Wissen der Experten. Wenn Sie nicht bereits in " +"einem Astronomieverein oder -club aktiv sind, werden die Verkäufer im " +"Teleskopladen in der Lage sein, Sie zu den aktiven Vereinen in Ihrer Gegend " +"zu führen. Sobald Sie Verbindungen zu Leuten haben, die Teleskope gekauft " +"haben, können Sie Ratschläge darüber bekommen, was funktioniert und was zu " +"vermeiden ist, die stichhaltiger sind als alles, was Sie von einem Web-" +"Artikel oder einem Verkäufer bei Wal-Mart bekommen werden." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Veröffentlichen Sie Ihren Blogbeitrag, damit er für Ihre Besucher " +"sichtbar wird." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Anmelden" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Erst ausprobieren, dann kaufen. Dies ist ein weiterer Vorteil von " +"Exkursionen mit dem Astronomieverein. Sie können ein paar schöne Stunden mit" +" Leuten verbringen, die sich mit Teleskopen auskennen und ihre Geräte " +"aufgebaut haben, um ihre Ausrüstung zu testen, die wichtigsten technischen " +"Aspekte kennenzulernen und sie auszuprobieren, bevor Sie Geld in Ihre eigene" +" Ausrüstung stecken." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Schreiben Sie hier Ihre Geschichte. Mit der Werkzeugleiste oben " +"gestalten Sie Ihren Text stilvoll: Fügen Sie ein Bild oder eine Tabelle " +"hinzu, aktivieren Sie Fett- oder Kursivdruck und mehr. Bewegen Sie Bausteine" +" nach Wunsch, um grafisch schöne Blogbeiträge zu erhalten." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Neben der einheimischen Bevölkerung ist auch die " +"lokale Tierwelt ein großer Publikumsmagnet." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Es ist von entscheidender Bedeutung, dass Sie genau " +"das richtige Teleskop bekommen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"Dieser „Wow“-Moment ist es, worum es in der Astrologie" +" geht." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Je mehr Rezensionen man liest, desto mehr fällt auf, " +"dass sie meist an den äußersten Extremen der Meinungen angesiedelt " +"sind." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Der Kosmos hat etwas Zeitloses an sich." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Ihr Studium des Mondes kann, wie alles andere auch, " +"sehr einfach bis sehr komplex sein." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Keine Stichwörter definiert" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Nächsten " +"Beitrag lesen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Anzeigen:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogs:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Eine großartige Möglichkeit, versteckte Orte zu entdecken" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Ein Urlaub im Copper Canyon verspricht eine aufregende Mischung aus " +"Entspannung, Kultur, Geschichte, Tierwelt und Wandern." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Ein neuer Beitrag" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Ein Reisender kann wählen, ob er das Gebiet erkunden möchte, indem er um den" +" Canyon herumwandert oder sich in ihn hineinwagt. Für diejenigen, die sich " +"in die Tiefen des Canyons wagen wollen, ist eine detaillierte Planung " +"erforderlich. Es gibt eine Reihe von Reiseunternehmen, die sich auf die " +"Organisation von Touren in diese Region spezialisiert haben. Besucher können" +" mit einem Touristenvisum, das für 180 Tage gültig ist, zum Copper Canyon " +"fliegen. Reisende können auch von überall in den Vereinigten Staaten aus " +"fahren und ein Visum an der mexikanischen Zollstation an der Grenze " +"erwerben." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Über uns" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +" Kontakt mit einem seriösen Teleskopgeschäft ist äußert " +"wichtig. Achten Sie darauf, dass die Mitarbeiter vom Fach sind. Wenn Sie Ihr" +" Teleskop nicht im Fachhandel kaufen, riskieren Sie, falsch beraten zu " +"werden." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Auf Beitrag zugreifen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Aktion notwendig" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Einige hinzufügen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Alle" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Alle Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Alle Blogs" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Allein im Ozean" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Wie schwierig ist der Auf- und Abbau?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Erstaunlicher Blogartikel: %s! Jetzt live ansehen: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Eine spannende Mischung aus Entspannung, Kultur, Geschichte, Wildnis und " +"Wandern." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"Wenn Sie alles geklärt haben, können Sie Ihre eigenen Anschaffungen " +"machen. Die Suche nach immer besseren und neueren Teleskopen wird Sie " +"ein Leben lang begleiten. Lassen Sie sich von der Astronomie verzaubern, die" +" Erfahrung wird jeden Aspekt Ihres Lebens bereichern. Es wird eine " +"Leidenschaft sein, die Sie nie wieder aufgeben wollen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Der Copper Canyon ist auch die Heimat der Tarahumara. Dieses halbnomadische " +"Volk lebt in Höhlenwohnungen. Ihr Lebensunterhalt wird hauptsächlich durch " +"Landwirtschaft und Viehzucht bestritten." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archivieren" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Archiviert" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archive" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artikel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artikel" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Astronomie-Clubs sind lebendige Orte voller kenntnisreicher Amateure, die " +"ihr Wissen gerne teilen. Für den Preis einer Cola und Snacks gehen sie mit " +"Ihnen auf Sternenbeobachtung und beeindrucken Sie mit Funfacts und großem " +"Wissensreichtum." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomie ist „Sternguckerei“" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Anzahl Anhänge" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Name des Autors" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Großartige Hotelzimmer" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Achtung hier kommt eine spannende Sache namens „Astronomie“" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Wenn Sie Teil der Gesellschaft engagierter Amateurastronomen werden, " +"erhalten Sie Zugang zu diesen organisierten Bemühungen, neue Ebenen in " +"unserer Fähigkeit zu erreichen, den Mond der Erde zu studieren. Und es wird " +"Ihnen Gleichgesinnte und Freunde geben, die Ihre Leidenschaft für die " +"Astronomie teilen und die ihre Erfahrungen und Fachgebiete mit Ihnen teilen " +"können, während Sie versuchen, herauszufinden, wohin Sie als Nächstes am " +"riesigen Nachthimmel, auf dem Mond und darüber hinaus auf Ihrer Suche nach " +"Wissen über das scheinbar endlose Universum über uns schauen könnten." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Werden Sie Teil der Gesellschaft der engagierten Amateurastronomen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Ausstattung der Schlafzimmer" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Bevor Sie so viel Geld ausgeben, ist es vielleicht besser, in ein gutes " +"Fernglas zu investieren, als in das bloße Auge. Es gibt sogar Ferngläser, " +"die für die Sternenbeobachtung geeignet sind und Ihnen die zusätzliche Sicht" +" bieten, die Sie brauchen, um die Wunder des Universums ein wenig besser zu " +"sehen. Ein gut durchdachtes Fernglas gibt Ihnen auch viel mehr Mobilität und" +" die Möglichkeit, Ihre „verbesserte Sicht“ immer zur Hand zu haben, wenn " +"sich Ihnen diese erstaunliche Aussicht gerade bietet." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Bevor Sie Ihren ersten Kauf tätigen ..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Mehr als das Auge sehen kann" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Blogbezeichnung" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Blogseite" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blogbeitrag" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Titel des Blogbeitrags" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Seiten der Blogbeiträge" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Überschrift des Blogbeitrags" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blogbeiträge" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blog-Untertitel" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blog-Stichwort" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Blog-Stichwortkategorie" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Blog-Stichwörter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Blog-Titel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Titel des Blogs" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Liste der Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Seite der Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Unten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Brotkrümel" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Aber wie soll man die riesige Auswahl an Angeboten durchschauen? Und, was " +"noch wichtiger ist, können Sie den Fotos und Beschreibungen der Hotels " +"wirklich vertrauen, die mit dem Ziel ausgewählt wurden, möglichst viele " +"Buchungen zu erhalten? Bewertungen von Reisenden können hilfreich sein, aber" +" seien Sie vorsichtig. Sie sind oft voreingenommen, manchmal veraltet und " +"dienen möglicherweise gar nicht Ihren Interessen. Woher wissen Sie, dass die" +" Kriterien des Rezensenten auch für Sie von Bedeutung sind?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Ein Teleskop kaufen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Der Kauf des richtigen Teleskops, um Ihre Liebe zur Astronomie auf die " +"nächste Stufe zu heben, ist ein wichtiger nächster Schritt in der " +"Entwicklung Ihrer Leidenschaft für die Sterne." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Kann veröffentlichen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Karten" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategorie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Einrichtungen für Kinder" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Wählen Sie ein Bild aus der Bibliothek." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Klicken Sie hier, um neue Inhalte zu Ihrer Website hinzuzufügen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Klicken Sie oben rechts auf„Neu“, um Ihren ersten Blogbeitrag zu " +"schreiben." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Schließen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Kommentieren" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Kommentare" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Kommentare/Aufrufe-Statistiken" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Inhalt" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Der Copper Canyon ist eine der sechs Schluchten in diesem Gebiet. Obwohl der" +" Name nahelegt, dass die Schlucht einen Bezug zum Kupferabbau haben könnte, " +"ist dies nicht der Fall. Der Name leitet sich von den kupferfarbenen und " +"grünen Flechten ab, die die Schlucht bedecken. Der Copper Canyon hat zwei " +"Klimazonen. Oben herrscht ein alpines Klima, unten ein subtropisches Klima. " +"Die Winter sind kalt mit häufigen Schneestürmen in den höheren Lagen. Die " +"Sommer sind trocken und heiß. Die Hauptstadt Chihuahua ist eine hoch " +"gelegene Wüste, in der das Wetter von kalten Wintern bis zu heißen Sommern " +"reicht. Die Region ist aufgrund der verschiedenen Ökosysteme, die in ihr " +"existieren, einzigartig." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Titelbild" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Titeleigenschaften" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Datum (neu zu alt)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Datum (alt zu neu)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Beschreibung" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Bereich zum Einfügen von Bausteinen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "East Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Helikopterrundflüge durch Ost-Maui geben Ihnen einen Blick auf den " +"zehntausend Fuß hohen Vulkan, Haleakala oder Haus der Sonne. Dieser Vulkan " +"ist ruhend und brach das letzte Mal im Jahr 1790 aus. Bei Maui-" +"Helikopterrundflügen werden Sie in der Lage sein, den Krater des Vulkans und" +" die trockene, karge Erde zu sehen, die die Südseite des Vulkanhangs umgibt." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Im Backend bearbeiten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Bearbeiten Sie die „" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Bearbeiten Sie die Kopfzeile der Seite „Alle Blogs“." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Bearbeiten Sie die Kopfzeile der Seite „Filterergebnisse“." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Bearbeiten Sie Ihren Titel, der Untertitel ist optional." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Geben Sie den Titel Ihres Beitrags ein" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Dinge, die Sie bedenken sollten." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Schließlich und vor allem sollte das Inspektionsteam des Qualitäts-" +"Hotelverzeichnisses das betreffende Hotel regelmäßig besucht, das Personal " +"getroffen, in einem Zimmer geschlafen und das Essen probiert haben. Sie " +"sollten das Hotel so erleben, wie es nur ein Hotelgast kann, und erst dann " +"sind sie wirklich in einer starken Position, um über das Hotel zu schreiben." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Folgen Sie uns" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Folgen Sie uns" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Follower" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Follower (Partner)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Für viele von uns, die in der Stadt leben, ist der Himmel dort oben nicht " +"wirklich sichtbar. Die Lichter der Stadt leisten gute Arbeit, um das " +"erstaunliche Schauspiel zu verschleiern, das sich die ganze Zeit über " +"unseren Köpfen abspielt." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Für viele von uns beginnt die allererste Erfahrung, etwas über die " +"Himmelskörper zu lernen, als wir unseren ersten Vollmond am Himmel sahen. Es" +" ist wirklich ein großartiger Anblick, sogar für das bloße Auge." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Vom kleinsten Baby bis zum fortgeschrittenen Astrophysiker ist für jeden " +"etwas dabei, der Spaß an der Astronomie haben möchte. In der Tat ist es eine" +" Wissenschaft, die so zugänglich ist, dass praktisch jeder sie überall " +"betreiben kann, wo er gerade ist. Alles, was sie wissen müssen, ist, nach " +"oben zu schauen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Volle Breite" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Sprechen Sie mit einem Experten" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Kaufen Sie sich ein Teleskop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Tauchen Sie in die Geschichte ein" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Loslegen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Gitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Gruppieren nach" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Hat eine Nachricht" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Hier sind einige der wichtigsten Fakten, die Sie beachten sollten:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Urlaubstipps" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Effekt bei Herüberstreifen" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Wie Sie nachschlagen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Wie komplex ist das Teleskop und werden Sie Probleme mit der Wartung haben? " +"Vernetzen Sie sich, um die Antworten auf diese und andere Fragen zu " +"erhalten. Wenn Sie Ihre Hausaufgaben auf diese Weise machen, werden Sie " +"genau das richtige Teleskop für diesen nächsten großen Schritt in der " +"Entwicklung Ihrer Leidenschaft für die Astronomie finden." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Wie mobil muss Ihr Teleskop sein?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "So wählen Sie das richtige Hotel aus" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Falls markiert, erfordern neue Nachrichten Ihre Aufmerksamkeit." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" +"Falls markiert, weisen einige Nachrichten einen Zustellungsfehler auf." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Wenn es darauf ankommt, dass Ihr Hotel z. B. am Strand, in der Nähe des " +"Freizeitparks oder in der Nähe des Flughafens liegt, dann ist die Lage das A" +" und O. Jedes anständige Verzeichnis sollte einen Lageplan des Hotels und " +"seiner Umgebung anbieten. Es sollten sowohl Entfernungsangaben zum Flughafen" +" als auch eine Art interaktive Karte angeboten werden." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Wenn die Nacht klar ist, können Sie erstaunliche Details der Mondoberfläche sehen, wenn Sie nur die Sterne in Ihrem Hinterhof betrachten.\n" +"Natürlich, wie Sie in Ihrer Liebe zur Astronomie wachsen, werden Sie viele Himmelskörper faszinierend finden. Aber der Mond wird vielleicht immer unsere erste Liebe sein, weil er das einzige weit entfernte Weltraumobjekt ist, das die einzigartige Auszeichnung hat, nahe an der Erde zu fliegen und auf dem der Mensch gelaufen ist." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "In" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"In vielerlei Hinsicht ist es ein großer Schritt von jemandem, der nur mit " +"der Astronomie herumalbert, zu einem ernsthaften Studenten der Wissenschaft." +" Aber Sie und ich wissen beide, dass es nach dem Kauf eines Teleskops noch " +"einen weiteren großen Schritt gibt, bevor man wirklich weiß, wie man es " +"benutzt." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Lesbarkeit erhöhen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Ist Follower" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Ist veröffentlicht" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Inseln" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Es macht großen Spaß, sich mit den Sternbildern zu beschäftigen, zu lernen, " +"wie man den Nachthimmel erkundet und die Planeten und bekannten Sterne " +"findet. Es gibt unzählige Websites und Bücher, die dabei helfen können." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Es ist wichtig, ein Hotel zu wählen, in dem Sie sich wohlfühlen – moderne " +"oder traditionelle Einrichtung, lokales Dekor oder international, formell " +"oder entspannt. Das ideale Hotelverzeichnis sollte Sie über die verfügbaren " +"Optionen informieren." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Es ist sicher, dass jeder von uns irgendwann in seinem Leben diesen Moment " +"hat, in dem wir plötzlich fassungslos sind, wenn wir der Unermesslichkeit " +"des Universums, das wir am Nachthimmel sehen, gegenüberstehen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Es ist wirklich erstaunlich, wenn man darüber nachdenkt, dass man, wenn man " +"in einer beliebigen Nacht nach oben schaut, praktisch Hunderttausende von " +"Sternen, Sternensystemen, Planeten, Monden, Asteroiden, Kometen und " +"vielleicht sogar ein gelegentliches Spaceshuttle vorbeiziehen sehen kann. Es" +" ist sogar noch atemberaubender, wenn Sie erkennen, dass der Himmel, zu dem " +"Sie aufschauen, im Grunde genommen genau derselbe Himmel ist, den unsere " +"Vorfahren vor Hunderten und Tausenden von Jahren genossen haben, als sie " +"einfach nach oben schauten." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Dschungel" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Wissen, was Sie sich ansehen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Wissen, wann Sie schauen sollten" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Groß" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Letzter Beitragender" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Neueste" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Neueste Blogbeiträge" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Layout" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Wenn Sie die Hintergründe der großen Entdeckungen in der Astronomie kennen, " +"wird Ihr Blick in die Sterne noch bedeutungsvoller werden. Die Astronomie " +"ist eine der ältesten Wissenschaften der Welt. Informieren Sie sich also " +"über die großen Persönlichkeiten der Geschichte, die vor Ihnen die Sterne " +"betrachtet haben." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Freizeiteinrichtungen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Liste" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Lokale Atmosphäre ist toll, aber die hoteleigenen Restaurants und Bars " +"können eine wichtige Rolle für Ihren Aufenthalt spielen. Sie sollten auf die" +" Auswahl, den Stil und darauf achten, ob sie schick oder informell sind. Ein" +" guter Hotelbericht sollte Ihnen das sagen, und besonders über die " +"Frühstücksmöglichkeiten." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Ort" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Maui-Helikopterrundflüge" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Maui-Helikopterrundflüge sind eine tolle Möglichkeit, die Insel aus einer " +"anderen Perspektive zu sehen und ein lustiges Abenteuer zu erleben. Wenn Sie" +" noch nie in einem Hubschrauber gesessen haben, ist dies ein großartiger " +"Ort, um es zu tun." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Maui-Helikopterrundflüge sind eine großartige Möglichkeit, die Orte zu " +"besichtigen, die nicht zu Fuß oder mit dem Auto erreicht werden können. Die " +"Touren dauern etwa eine Stunde und reichen von etwa einhundertfünfundachtzig" +" bis zweihundertvierzig Dollar pro Person. Für viele ist dies eine einmalige" +" Gelegenheit, Naturlandschaften zu sehen, die es so nie wieder geben wird. " +"Die Mitnahme von Kameras und Videos, um die Momente festzuhalten, ermöglicht" +" es Ihnen auch, die Tour immer wieder zu erleben, wenn Sie im Laufe der " +"Jahre in Erinnerungen schwelgen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Maui-Helikopterrundflüge ermöglichen es Ihnen, all diese Sehenswürdigkeiten " +"zu sehen. Denken Sie daran, eine Kamera mitzunehmen, wenn Sie eine Maui-" +"Hubschraubertour machen, um die Schönheit der Landschaft einzufangen und " +"Freunden und Familie zu Hause all die wunderbaren Dinge zu zeigen, die Sie " +"im Urlaub gesehen haben." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Nachricht mit Zustellungsfehler" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Nachrichten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta-Beschreibung" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Meta-Schlagwörter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta-Titel" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai-Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Helikopterrundflüge durch Molokai-Maui bringen Sie auf eine andere Insel, aber eine, die nur neun Meilen entfernt und leicht mit dem Flugzeug erreichbar ist. Diese Insel hat eine sehr kleine Bevölkerung mit einer anderen Kultur und Landschaft. Die gesamte Küste im Nordosten ist von Klippen und abgelegenen Stränden gesäumt. Sie sind mit keinem anderen Transportmittel als dem Flugzeug zu erreichen.\n" +"Die Menschen, die auf der Insel leben, haben diese bemerkenswerte Landschaft noch nie gesehen, es sei denn, sie haben Maui-Helikopterrundflüge unternommen, um sie zu sehen. Wenn das Wetter regnerisch war und es viel Niederschlag für die Saison gibt, werden Sie viele erstaunliche Wasserfälle sehen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Wichtiger für den Familienreisenden als für den Geschäftsreisenden ist, dass" +" Sie aus dem Verzeichnis herausfinden, wie kinderfreundlich das Hotel ist, " +"und von dort aus Ihre Entscheidung treffen. Eine Sache, nach der es sich " +"lohnt zu suchen, ist, ob das Hotel einen Babysitter-Service anbietet. Für " +"den Geschäftsreisenden, der Kindern entfliehen möchte, ist dies natürlich " +"auch sehr relevant – vielleicht wäre ein nicht kinderfreundliches Hotel eher" +" etwas für ihn!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Meistgesehene Blogbeiträge" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Name" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Name / Neuster Beitrag" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Neuer Blogbeitrag" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Nächster Artikel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Kein Titelbild" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Noch kein Blogbeitrag vorhanden." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Anzahl der Ansichten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Keine Treffer für „%s“." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Kein Treffer gefunden für „" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Noch keine Stichwörter definiert." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Keine" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Nichts davon hindert Sie daran, mit Ihren Plänen fortzufahren und ein " +"großartiges Teleskopsystem zusammenzustellen. Stellen Sie nur sicher, dass " +"Sie eine hochwertige Beratung und Schulung erhalten, wie Sie Ihr Teleskop " +"Ihren Bedürfnissen entsprechend konfigurieren. Wenn Sie diese Richtlinien " +"befolgen, werden Sie stundenlang die phänomenalen Anblicke des Nachthimmels " +"genießen können, die mit dem bloßen Auge nicht zu erkennen sind." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Nicht veröffentlicht" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Nicht nur die Kenntnis des Wetters wird dafür sorgen, dass Ihre " +"Sternenbeobachtung lohnend ist, sondern wenn Sie erfahren, wann die großen " +"Meteoritenschauer und andere große astronomische Ereignisse stattfinden, " +"wird die Aufregung der Astronomie für Sie lebendig." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Anzahl der Aktionen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Anzahl der Fehler" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Anzahl der Nachrichten, die eine Aktion erfordern" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Anzahl der Nachrichten mit Zustellungsfehler" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Um Ihre Mondanbetung auf die Spitze zu treiben, sollten Sie Ihre Ausrüstung " +"auf ein gutes Einsteigerteleskop aufrüsten, das Ihnen die beeindruckendsten " +"Details der Mondoberfläche zeigt. Mit jedem dieser Upgrades wird sich Ihr " +"Wissen und die Tiefe und der Umfang dessen, was Sie sehen können, " +"geometrisch verbessern. Für viele Amateurastronomen können wir manchmal gar " +"nicht genug bekommen von dem, was wir auf diesem unserem nächsten " +"Weltraumobjekt sehen können." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"Leeren Sie in Ihrer Standardsprache die Beschreibung des Blogbeitrags und " +"speichern Sie, um eine automatische (übersetzte) Zusammenfassung zu " +"erhalten." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Sobald Sie den Inhalt auf dem Handy angesehen haben, können Sie zur normalen" +" Ansicht zurückkehren, indem Sie erneut hier klicken" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Andere" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Unsere Blogs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto: Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto: Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto: Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Foto: Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Foto: Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto: Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto: Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Foto: Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Foto: PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Foto: SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Foto: Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Beiträge" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Beitragsliste" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Veröffentlichungsdatum" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Veröffentlicht" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Veröffentlicht (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Veröffentlichungsdatum" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Veröffentlichte Beiträge" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Veröffentlichungsoptionen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Veröffentlichungsdatum" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb-Feld" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Bewertungen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Mehr lesen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Mehr lesen " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restaurants, Cafés und Bars" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Beschränken Sie Veröffentlichungen auf dieser Website." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO-optimiert" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS-Zustellungsfehler" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Beispiel" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satelliten" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Suchen Sie nach einem Bild. (z. B.: Geben Sie „Geschäft“ ein)" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Küste vs. Berglandschaft" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Die Welt von oben sehen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Blog wählen" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Wählen Sie den Blog aus, dem Sie den Beitrag hinzufügen möchten." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Wählen Sie dieses Menü zur Erstellung eines neuen Blogbeitrags." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Zum Kommentieren auswählen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Zum Tweeten auswählen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Seo-Name" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Trennen Sie Schlagwörter mit einem Komma voneinander" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Wählen Sie ein Titelbild für den Blogbeitrag." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Mehrere Zugvögel und einheimische Vögel, Säugetiere und Reptilien nennen den" +" Copper Canyon ihr Zuhause. Auch die exquisite Tierwelt in diesem nahezu " +"unberührten Land ist einen Blick wert." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Links teilen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Auf Facebook teilen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Auf LinkedIn teilen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Auf Twitter teilen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Diesen Beitrag teilen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Seitenleiste" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, im Volksmund als Copper Canyon bekannt, liegt in Mexiko. " +"Das Gebiet ist ein beliebtes Ziel bei allen, die einen abenteuerlichen " +"Urlaub suchen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Himmel" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Daher ist es von entscheidender Bedeutung, dass Sie genau das richtige " +"Teleskop für Ihren Standort und Ihre Vorlieben bei der Sternenbeobachtung " +"bekommen. Um mit zu beginnen, lassen Sie uns die drei wichtigsten Arten von " +"Teleskopen besprechen und dann einige „Teleskop 101“-Konzepte aufstellen, um" +" Ihre Chancen zu erhöhen, dass Sie das Richtige kaufen werden." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Es könnte also sein, dass wir uns einmal im Jahr im Urlaub auf einem " +"Campingplatz oder bei einem Verwandten auf dem Lande befinden, wenn der " +"Spender des Nachthimmels plötzlich beschließt, seine spektakuläre Show zu " +"zeigen. Wenn Sie schon einmal einen solchen Moment erlebt haben, in dem Sie " +"buchstäblich atemlos waren von dem, was der Nachthimmel uns zu bieten hat, " +"können Sie sich wahrscheinlich genau an den Moment erinnern, in dem Sie " +"nichts anderes sagen konnten als „Wow“ zu dem, was Sie gesehen haben." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Um also genau die richtige Art von Teleskop auszuwählen, sind Ihre Ziele bei" +" der Verwendung des Teleskops wichtig. Um die Stärken und Schwächen nicht " +"nur der Objektive und des Teleskopdesigns zu verstehen, sondern auch die " +"Leistung des Teleskops in verschiedenen Situationen der Sternenbeobachtung, " +"ist es am besten, wenn Sie im Vorfeld Ihre Hausaufgaben machen und sich mit " +"den verschiedenen Arten vertraut machen. Bevor Sie also Ihren ersten Kauf " +"tätigen ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Sie verreisen also ins Ausland, haben Ihr Reiseziel gewählt und müssen nun " +"ein Hotel auswählen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Jemand Berühmtes im Quellentitel" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Die Tierwelt entdecken" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Hier schreiben …" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Untertitel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Untertitel" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Stichwortkategorien" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Stichwortkategorie" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Formular für Stichwortkategorie" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Stichwortformular" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Stichwortliste" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "Stichwortkategorie existiert bereits!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Stichwortbezeichnung existiert bereits!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Stichwörter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Liste der Stichwörter" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Bilder im Dunkeln aufnehmen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser & Stichwörter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Teaser-Inhalt" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Vor zehn Jahren wären Sie wahrscheinlich in Ihr örtliches Reisebüro gegangen" +" und hätten der persönlichen Beratung durch die sogenannten „Experten“ " +"vertraut. Die Art und Weise, wie Sie im 21. Jahrhundert Ihr Hotel auswählen " +"und buchen, ist natürlich das Internet, indem Sie Reise-Websites nutzen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Dieser „Wow“-Moment ist es, worum es in der Astrologie geht. Für einige wird" +" dieser „Wow“-Moment zu einer Leidenschaft, die zu einer Karriere im Studium" +" der Sterne führt. Für einige wenige Glückliche wird dieser „Wow“-Moment zu " +"einer alles verzehrenden Besessenheit, die dazu führt, dass sie mit dem " +"Space Shuttle oder auf einer unserer frühen Weltraummissionen zu den Sternen" +" reisen. Aber für die meisten von uns wird Astrologie vielleicht zu einem " +"Zeitvertreib oder einem regelmäßigen Hobby. Aber wir tragen diesen " +"„Wow“-Moment für den Rest unseres Lebens mit uns und beginnen, nach " +"Möglichkeiten zu suchen, tiefer zu schauen und mehr über das spektakuläre " +"Universum zu lernen, das wir jede Nacht in den Millionen von Sternen über " +"uns sehen." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Das Schöne an der Astronomie ist, dass sie für jeden etwas bietet!" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Die beste Zeit, um den Mond zu betrachten, ist natürlich nachts, wenn es " +"wenig Wolken gibt und das Wetter für eine lange und anhaltende Studie " +"entgegenkommend ist. Das erste Viertel liefert die größte Detailgenauigkeit " +"beim Studium. Und lassen Sie sich nicht davon täuschen, dass ein Teil des " +"Mondes abgedunkelt ist, wenn er nicht im Vollmondstadium ist. Das Phänomen, " +"das als „Erdschein“ bekannt ist, gibt Ihnen die Möglichkeit, auch den " +"abgedunkelten Teil des Mondes mit einigen Details zu sehen, selbst wenn der " +"Mond nur zu einem Viertel oder zur Hälfte sichtbar ist." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Die beste Zeit, den Mond zu sehen." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Der Blogbeitrag ist ab diesem Datum für Ihre Besucher auf der Website " +"sichtbar, wenn er als veröffentlicht festgelegt wird." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Die Klippen in dieser Region gehören zu den höchsten der Welt und zu sehen, " +"wie das Wasser in Kaskaden von den hohen Gipfeln herabstürzt, ist einfach " +"atemberaubend. Der kurze Ausflug von Maui mit Maui-Helikopterrundflügen ist " +"es wert, die Schönheit dieser natürlichen Umgebung zu sehen." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" +"Die vollständige URL, um über die Website auf das Dokument zuzugreifen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Das nächste, was wir uns natürlich zulegen wollen, ist ein gutes Teleskop. " +"Vielleicht haben Sie schon einmal einen Hobbyisten gesehen, der in seinem " +"Studium weit fortgeschritten ist und diese wirklich cool aussehenden " +"Teleskope irgendwo auf einem Hügel aufstellt. Das erregt den " +"Amateurastronomen in Ihnen, denn das muss der logische nächste Schritt im " +"Wachstum Ihres Hobbys sein. Aber ein gutes Teleskop zu kaufen, kann geradezu" +" verwirrend und einschüchternd sein." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"Die Website sollte eine detaillierte Analyse der Freizeitangebote im Hotel –" +" Spa, Pool, Fitnessraum, Sauna – sowie Details zu anderen Einrichtungen in " +"der Nähe, wie z. B. Golfplätzen, bieten. 7. Besondere Bedürfnisse: Die " +"Website des Hotelverzeichnisses sollte den Besucher über die besonderen " +"Dienstleistungen und die Zugänglichkeitsrichtlinien des jeweiligen Hotels " +"informieren. Auch wenn dies nicht für jeden Besucher gilt, ist es für einige" +" absolut wichtig." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Die Entscheidung für ein Stativ oder anderes Zubehör ändert sich erheblich " +"bei einem Teleskop, das auf Ihrer Terrasse stehen wird, im Gegensatz zu " +"einem Teleskop, das Sie an viele abgelegene Orte mitnehmen wollen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"Der Anblick ist wirklich atemberaubend und ein Anblick, den man nicht " +"verpassen sollte. Es ist auch sehr lehrreich, einen schlafenden Vulkan aus " +"der Nähe zu sehen, etwas, das man nicht jeden Tag sieht. Auf der Nord- und " +"Südseite des Vulkans bietet sich Ihnen jedoch ein ganz anderes Bild. Diese " +"Seiten sind üppig und grün und Sie werden einige schöne Wasserfälle und " +"prächtige Büsche sehen können. Auf dieser Seite der Insel gibt es tropische " +"Regenwälder, die nur mit dem Flugzeug leicht zu erreichen sind." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Und dann ist da noch das Problem der Motivation des Rezensenten. Je mehr " +"Bewertungen Sie lesen, desto mehr fällt Ihnen auf, dass sie sich an den " +"Extremen der Meinungen festmachen. Auf der einen Seite haben Sie wütende " +"Kritiker, die ein Hühnchen zu rupfen haben, auf der anderen Seite " +"begeisterte Gäste, die das Hotel in den höchsten Tönen loben. Es wird Sie " +"nicht überraschen, wenn Sie erfahren, dass Hotels manchmal ihre eigenen " +"tollen Bewertungen veröffentlichen oder dass die Konkurrenten Schlange " +"stehen, um die Konkurrenz mit schlechten Bewertungen zu überziehen. Es ist " +"sinnvoll, bei der Auswahl eines Hotels zu überlegen, was Ihnen wirklich " +"wichtig ist. Dann sollten Sie sich für ein Online-Hotelverzeichnis " +"entscheiden, das aktuelle, unabhängige und unparteiische Informationen " +"liefert, auf die es wirklich ankommt." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Es gibt noch weitere Überlegungen, die in Ihre endgültige Kaufentscheidung " +"einfließen sollten." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Der Kosmos hat etwas Zeitloses an sich. Die Tatsache, dass die Planeten und " +"der Mond und die Sterne dahinter schon seit Ewigkeiten da sind, hat etwas " +"mit unserem Gefühl für unseren Platz im Universum zu tun. Tatsächlich sind " +"viele der Sterne, die wir mit bloßem Auge „sehen“, in Wirklichkeit Licht, " +"das von diesem Stern vor Hunderttausenden von Jahren kam. Dieses Licht " +"erreicht erst jetzt die Erde. Auf eine sehr reale Weise ist der Blick nach " +"oben also wie eine Zeitreise." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Diese Dinge sind wirklich wichtig und jedes anständige Hotelverzeichnis " +"sollte Ihnen diese Art von Ratschlägen zu den Zimmern geben – nicht nur die " +"Anzahl der Zimmer, was die übliche Option ist!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Dieses Feld wird für Ihre Besucher nicht sichtbar sein" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Dieses Stichwort existiert bereits" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Sehr klein" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Titel über Titelbild" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Titel in Titelbild" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Wenn Sie den Mond mit bloßem Auge betrachten wollen, sollten Sie sich mit " +"der Mondkarte vertraut machen, damit Sie die Meere, Krater und andere " +"geografische Phänomene, die bereits von anderen kartiert wurden, besser " +"erkennen können und Ihr Studium angenehmer wird. Mondkarten sind in jedem " +"Astronomieshop oder online erhältlich und die Investition lohnt sich." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Um zu lernen, wie man die Sterne besser beobachten kann, gibt es einige " +"grundlegende Dinge, die wir brauchen, um tiefer zu schauen, über das hinaus," +" was wir mit dem bloßen Auge sehen können, und zu beginnen, die Sterne zu " +"studieren sowie sie zu genießen. Das erste, was Sie brauchen, ist überhaupt " +"keine Ausrüstung, sondern Literatur. Eine gute Sternkarte zeigt Ihnen die " +"wichtigsten Sternbilder, die Lage der wichtigsten Sterne, die wir zur " +"Navigation im Himmel verwenden, und die Planeten, die größer als Sterne " +"erscheinen. Und wenn Sie zu dieser Karte noch einige gut gemachte " +"Einführungsmaterialien in das Hobby der Astronomie hinzufügen, sind Sie auf " +"dem besten Weg." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Ein gutes Fernglas kann Wunder bewirken, wenn es um die Details geht, die " +"Sie auf der Mondoberfläche sehen werden. Die besten Ergebnisse erzielen Sie " +"mit einer guten Weitfeldeinstellung des Fernglases, damit Sie die " +"Mondlandschaft in ihrer ganzen Schönheit aufnehmen können. Und weil es fast " +"unmöglich ist, das Fernglas so lange ruhig zu halten, wie Sie diesen " +"herrlichen Körper im Weltraum betrachten wollen, sollten Sie Ihrem " +"Ausrüstungsarsenal ein gutes Stativ hinzufügen, an dem Sie das Fernglas " +"befestigen können, damit Sie den Mond bequem und mit einer stabilen " +"Betrachtungsplattform studieren können." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Um das Ganze auf ein natürliches Niveau zu bringen, können Sie " +"Partnerschaften mit anderen Astronomen nutzen oder eines der wirklich " +"großartigen Teleskope besuchen, die von Profis aufgebaut wurden, die in " +"bessere Techniken zur Beseitigung atmosphärischer Störungen investiert " +"haben, um den Mond noch besser zu sehen. Über das Internet können Sie auf " +"das Hubble und viele der großen Teleskope zugreifen, die ständig auf den " +"Mond gerichtet sind. Außerdem arbeiten viele Astronomievereine an " +"Möglichkeiten, mehrere Teleskope zu kombinieren, die sorgfältig mit " +"Computern synchronisiert werden, um den besten Blick auf die Mondlandschaft " +"zu erhalten." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Oberer Banner" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Reisen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Unveröffentlicht (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Beitrag ohne Titel" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Mit diesem Symbol können Sie eine Vorschau Ihres Blogbeitrags auf " +"Mobilgeräten anzeigen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Verwendet in:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Perspektiven" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Ansichten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Sichtbar auf allen Seiten des Blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Auf der aktuellen Website sichtbar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "HIER SCHREIBEN ODER BAUSTEINE VERSCHIEBEN" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Website" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Website-Blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Website-Nachrichten" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Website-Snippet-Filter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Website-URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Website-Kommunikationsverlauf" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Website-Meta-Beschreibung" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Website-Meta-Schlagwörter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Website-Meta-Titel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Opengraph-Bild der Website" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Was, wenn Sie das Hubble steuern dürften?" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Während jeder jederzeit nach oben schauen und sich in die Sterne verlieben " +"kann, besteht der Spaß an der Astronomie darin, zu lernen, wie man immer " +"geschickter und besser ausgerüstet wird, damit man jedes Mal, wenn man nach " +"oben schaut, mehr und mehr sieht und versteht. Hier sind einige Schritte, " +"die Sie unternehmen können, um die Momente, die Sie Ihrem Hobby der " +"Astronomie widmen können, viel angenehmer zu gestalten." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Mit Aussicht" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" +"Schreiben Sie hier einen kleinen Text, um Ihren Blog oder Ihr Unternehmen zu" +" beschreiben." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Sie sollten immer sorgfältig abwägen, welche Art von Einrichtungen Sie von " +"Ihrem Zimmer benötigen und das Hotel finden, das über die Einrichtungen " +"verfügt, die Sie für wichtig halten. Die Website des Hotelverzeichnisses " +"sollte auf Dinge eingehen wie: Bettgröße, Internetzugang (seine Kosten, ob " +"es eine WIFI- oder kabelgebundene Breitbandverbindung gibt), kostenlose " +"Annehmlichkeiten, Ausblicke aus dem Zimmer und Luxusangebote wie ein " +"Kissenmenü oder ein Badmenü, die Wahl zwischen Raucher- und " +"Nichtraucherzimmern usw." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Sie werden all die Schönheit sehen, die Maui zu bieten hat und können eine " +"tolle Zeit mit der ganzen Familie genießen. Helikopterrundflüge sind nicht " +"zu teuer und dauern von fünfundvierzig Minuten bis über eine Stunde. Mit " +"Maui-Helikopterrundflügen können Sie Orte sehen, die normalerweise " +"unzugänglich sind. Orte, die zu Fuß oder mit dem Auto nicht erreichbar sind," +" können aus der Luft bewundert werden. Atemberaubende Sehenswürdigkeiten " +"warten auf diejenigen, die sich auf einen unterhaltsamen Maui-" +"Helikopterrundflug einlassen. Wenn Sie längere Zeit auf der Insel bleiben, " +"sollten Sie mehrere Maui-Helikopterrundflüge in Erwägung ziehen." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "Abenteuer" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr ". Klicken Sie hier, um auf den Blog zuzugreifen:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "Brotkrümel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "durch" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "Entdeckung" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "Führungen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "wurde veröffentlicht im Blog" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "Unterkünfte" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "in" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "in " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "in " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "Teleskope" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr ", um einen Kommentar zu hinterlassen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "unveröffentlicht" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Noch keine Kommentare" diff --git a/i18n/el.po b/i18n/el.po new file mode 100644 index 0000000..252734a --- /dev/null +++ b/i18n/el.po @@ -0,0 +1,2024 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Martin Trigaux, 2018 +# Kostas Goutoudis , 2018 +# George Tarasidis , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2018-10-08 06:49+0000\n" +"Last-Translator: George Tarasidis , 2018\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Δημοσίευση της ανάρτησης ιστολογίου για να την κάνετε ορατή στους επισκέπτες σας." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "Γράψτε την ιστορία σας εδώ. Χρησιμοποιήστε την επάνω γραμμή εργαλείων για να μορφοποιήσετε το κείμενό σας: προσθέστε μια εικόνα ή έναν πίνακα, ορίστε έντονη ή πλάγια γραφή κλπ. Μεταφέρετε και αποθέστε δομικά στοιχεία για περισσότερα γραφικά ιστολογίου." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Μια νέα ανάρτηση" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Σχετικά με εμάς" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Πρόσβαση ανάρτησης" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Απαιτείται ενέργεια" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Σε Ισχύ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Αρχειοθετημένα" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Αρχείο" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Τροφοδοσία Atom" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Συντάκτης" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Άβαταρ" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Ιστολόγιο" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Όνομα ιστολογίου" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Ανάρτηση ιστολογίου" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Τίτλος ανάρτησης ιστολογίου" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Αναρτήσεις ιστολογίου" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Υπότιτλος ανάρτησης ιστολογίου" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Ετικέτα ιστολογίου" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Ετικέτες ιστολογίου" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Ιστολόγια" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Κατηγορία" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Επιλέξτε μια εικόνα από την βιβλιοθήκη." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Κλείσιμο" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Περιεχόμενα" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Ιδιότητες εξωφύλλου" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Ακόλουθοι" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Ακόλουθοι (Συνεργάτες)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Ομαδοποίηση κατά" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "Κωδικός" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Εάν επιλεγεί τα νέα μηνύματα χρειάζονται την προσοχή σας." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Είναι Ακόλουθος" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Τελευταίος Συντελεστής" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Τελευταία Ενημέρωση από" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Τελευταία Ενημέρωση στις" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Μέσο" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Μηνύματα" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Περιγραφή" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Νέα ανάρτηση ιστολογίου" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Χωρίς εξώφυλλο" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Δεν υπάρχουν ακόμη αναρτήσεις ιστολογίου." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Πλήθος προβολών" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Κανένα" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Πλήθος ενεργειών" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Πλήθος μηνυμάτων που απαιτούν ενέργεια" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Αναρτήσεις" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Δημοσιευμένο" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Ημερομηνία Δημοσίευσης" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Δημοσιευμένη Ανάρτηση" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Επιλογές Δημοσίευσης" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Ημερομηνία δημοσίευσης" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Επιλέξτε αυτή το στοιχείο μενού για να δημιουργήσετε μια νέα ανάρτηση ιστολογίου." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Ορίστε ένα εξώφυλλο ανάρτησης ιστολογίου." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Ξεκινήστε να γράφετε εδώ ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Υπότιτλος" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Υπότιτλος" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Ετικέτα από" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Λίστα ετικετών" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Ετικέτες" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Σπαζοκεφαλιά" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Περιεχόμενο Σπαζοκεφαλιάς" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "Η δημοσίευση του ιστολογίου θα είναι ορατή για τους επισκέπτες σας από αυτήν την ημερομηνία στον ιστότοπο, αν έχει οριστεί ως δημοσιευμένη." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Η πλήρης διεύθυνση (URL) για την πρόσβαση στο έγγραφο μέσω του ιστοτόπου." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Τίτλος" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Ανάρτηση χωρίς τίτλο" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "Χρησιμοποιήστε αυτό το εικονίδιο για την προεπισκόπηση της ανάρτησης ιστολογίου σε κινητά." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Χρήση σε:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Ιστότοπος" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Ιστολόγια ιστότοπου" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Μηνύματα Ιστότοπου" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Διεύθυνση URL Ιστότοπου" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Ιστορικό επικοινωνίας ιστότοπου" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Μετά περιγραφή ιστότοπου" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Μετά λέξεις-κλειδιά ιστότοπου" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Μετά-τίτλος Ιστότοπου" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "ιστολόγιο. Κάντε κλικ εδώ για πρόσβαση στο ιστολόγιο :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "έχει δημοσιευτεί στο" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "μη δημοσιευμένο" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/en_GB.po b/i18n/en_GB.po new file mode 100644 index 0000000..2215f9b --- /dev/null +++ b/i18n/en_GB.po @@ -0,0 +1,2026 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# James Dove , 2015 +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2015-09-19 08:26+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/odoo-9/language/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"#-#-#-#-# en_GB.po (Odoo 9.0) #-#-#-#-#\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"#-#-#-#-# en_GB.po (Odoo 9.0) #-#-#-#-#\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Author" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Created on" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Group By" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Name" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "None" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Labels" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Title" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Website" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Website Messages" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Website communication history" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es.po b/i18n/es.po new file mode 100644 index 0000000..81fcdce --- /dev/null +++ b/i18n/es.po @@ -0,0 +1,2759 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2024 +# Larissa Manderfeld, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Larissa Manderfeld, 2024\n" +"Language-Team: Spanish (https://app.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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (copia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' encabezado de página." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "Mostrando resultados para" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "- Todas las fechas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Los binoculares son livianos y portátiles. A menos que tenga el lujo " +"de instalar y operar un observatorio desde su plataforma, probablemente " +"viajará para realizar sus visitas. Los binoculares te acompañan mucho más " +"fácilmente y son más livianos de llevar al campo y usar mientras estás allí " +"que un equipo de montaje de telescopio engorroso." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Elija los cerebros de los expertos. Si aún no está activo en una " +"sociedad o club de astronomía, los vendedores de la tienda de telescopios " +"podrán guiarlo a las sociedades activas en su área. Una vez que tenga " +"conexiones con personas que han comprado telescopios, puede obtener consejos" +" sobre qué funciona y qué evitar que sea más válido que cualquier cosa que " +"obtenga de un artículo web o de un vendedor de Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Publique sus post en el blog para hacerlo visible a sus visitantes." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Identificarse" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Pruebe antes de comprar. Esta es otra ventaja de realizar algunas " +"excursiones con el club de astronomía. Puede reservar algunas horas de " +"calidad con personas que conocen los telescopios y tienen sus equipos " +"configurados para examinar su equipo, aprender los aspectos técnicos clave y" +" probarlos antes de invertir dinero en su propia configuración." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Escriba su historia aquí. Use la barra de herramientas para diseñar " +"su texto (añadir una imagen o tabla, utilizar negrita o cursiva, etc.). " +"Arrastre y suelte componentes para hacer más vistosos y gráficos los blogs." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Además de la población nativa, la vida silvestre local" +" también atrae a las multitudes." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Es de vital importancia que obtenga el telescopio " +"adecuado." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"Ese momento 'Wow' es de lo que se trata la " +"astrología." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Cuantas más reseñas lea, más notará cómo tienden a " +"agruparse en los extremos de las opiniones." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Hay algo atemporal en el cosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Su estudio de la luna, como cualquier otra cosa, puede" +" ir de lo simple a lo muy complejo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "No hay etiquetas definidas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Leer " +"siguiente" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Mostrar:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogs:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Una excelente manera de descubrir lugares escondidos" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Unas vacaciones en las Barrancas del Cobre prometen ser una emocionante " +"combinación de relajación, cultura, historia, vida salvaje y senderismo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Una nueva entrada" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Un viajero puede optar por explorar el área caminando alrededor del cañón o " +"aventurándose en él. Se requiere una planificación detallada para aquellos " +"que deseen aventurarse en las profundidades del cañón. Hay varias compañías " +"de viajes que se especializan en organizar viajes a la región. Los " +"visitantes pueden volar a Barrancas del Cobre con una visa de turista, que " +"es válida por 180 días. Los viajeros también pueden conducir desde cualquier" +" lugar de los Estados Unidos y adquirir una visa en la estación de aduanas " +"mexicana en la frontera." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Acerca de" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Sobre todo, establezca una relación con una tienda de telescopios de " +"buena reputación que emplee a personas que sepan lo que hacen. Si compra" +" su telescopio en un Wal-Mart o en una tienda departamental, las " +"probabilidades de que obtenga lo correcto son remotas." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Acceder a la publicación" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Acción requerida" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Activo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Agregar algunos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Todos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Todos los blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Todos los blogs" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Solo en el océano" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "En ese sentido, ¿qué tan difícil es la configuración y el desglose?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Increíble artículo de blog: %s Compruébalo en vivo: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Una emocionante mezcla de relajación, cultura, historia, vida salvaje y " +"senderismo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"Y cuando todo esté dicho y hecho, prepárate. Su búsqueda de " +"telescopios más nuevos y mejores será para toda la vida. Déjese volver " +"adicto a la astronomía y la experiencia enriquecerá todos los aspectos de la" +" vida. Será una adicción que nunca querrás romper." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Otra característica única de las Barrancas del Cobre es la presencia de la " +"cultura indígena Tarahumara. Estas personas semi-nómadas viven en viviendas " +"cueva. Su sustento depende principalmente de la agricultura y la ganadería." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archivar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Archivado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archivados" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artículo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artículos" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomía" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Los clubes de astronomía son lugares animados llenos de aficionados " +"conocedores a los que les encanta compartir sus conocimientos contigo. Por " +"el precio de una coca cola y bocadillos, irán a mirar las estrellas contigo " +"y te abrumarán con trivialidades y gran conocimiento." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "La astronomía es 'mirar las estrellas'" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Número de archivos adjuntos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nombre del autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Geniales habitaciones de hotel" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Tenga en cuenta lo que se llama 'astronomía'" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Formar parte de la sociedad de astrónomos aficionados devotos le dará acceso" +" a estos esfuerzos organizados para alcanzar nuevos niveles en nuestra " +"capacidad de estudiar la luna de la Tierra. Y te brindará compañeros y " +"amigos que comparten tu pasión por la astronomía y que pueden compartir su " +"experiencia y áreas de especialización mientras buscas encontrar dónde mirar" +" a continuación en el enorme cielo nocturno, en la luna y más allá en tu " +"búsqueda de conocimiento sobre el universo aparentemente interminable sobre " +"nosotros." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Formar parte de la sociedad de devotos astrónomos aficionados." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Instalaciones del dormitorio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Antes de hacer ese gran gasto, podría ser un mejor paso a simple vista " +"invertir en un buen par de binoculares. Incluso hay binoculares que son " +"adecuados para observar las estrellas que harán un trabajo igual de bien al " +"brindarle esa visión adicional que desea para ver un poco mejor las " +"maravillas del universo. Un conjunto de binoculares bien diseñado también le" +" brinda mucha más movilidad y capacidad para mantener su 'visión mejorada' " +"al alcance de la mano cuando esa vista increíble se le presenta." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Antes de realizar su primera compra..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Más allá del ojo" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nombre del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Página del blog " + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Entrada del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Portada de publicación de blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Páginas de publicaciones de blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Título de la entrada del blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Entradas del blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Subtítulo del blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Etiqueta del blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Categoría de etiqueta de blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Etiquetas del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Titulo de Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Título del blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Lista de blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Página del blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Fondo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Migas de pan" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Pero, ¿cómo examina las increíbles opciones que se ofrecen? Y lo que es más " +"importante, ¿realmente confía en las fotografías y descripciones de los " +"hoteles que se han premiado con la motivación de conseguir reservas? Las " +"reseñas de viajeros pueden ser útiles, pero debes tener cuidado. A menudo " +"son parciales, a veces desactualizados y es posible que no sirvan para nada " +"a sus intereses. ¿Cómo sabe que las características que son importantes para" +" el revisor lo son para usted?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Comprar un telescopio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Comprar el telescopio adecuado para llevar su amor por la astronomía al " +"siguiente nivel es un gran paso en el desarrollo de su pasión por las " +"estrellas." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Puede publicar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Tarjetas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Categoría" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Instalaciones para niños" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Escoja una imagen de la colección." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Haga clic aquí para agregar contenido nuevo a su sitio web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Haga clic en \" Nuevo \" en la esquina superior derecha para escribir" +" su primera publicación de blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Cerrar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Comentario" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Comentarios" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Comentarios/Estadísticas de vistas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenido" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon es una de las seis gargantas de la zona. Aunque el nombre " +"sugiere que el desfiladero podría tener alguna relevancia para la minería " +"del cobre, este no es el caso. El nombre se deriva del liquen de cobre y " +"verde que cubre el cañón. Copper Canyon tiene dos zonas climáticas. La " +"región presenta un clima alpino en la parte superior y un clima subtropical " +"en los niveles inferiores. Los inviernos son fríos con frecuentes tormentas " +"de nieve en las altitudes más altas. Los veranos son secos y calurosos. La " +"ciudad capital, Chihuahua, es un desierto de gran altitud donde el clima " +"varía desde inviernos fríos hasta veranos calurosos. La región es única por " +"los diversos ecosistemas que existen en ella." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Cubrir" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Propiedades de la portada" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Fecha (de más nuevos a más antiguos)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Fecha (de más antiguos a más nuevos)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Descripción" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Diestro" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Zona de descenso para bloques de construcción" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Este de Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Los recorridos en helicóptero por el este de Maui le darán una vista del " +"volcán de diez mil pies, Haleakala o la Casa del sol. Este volcán está " +"inactivo y entró en erupción por última vez en 1790. Podrá ver el cráter del" +" volcán y la tierra seca y árida que rodea el lado sur de la pendiente del " +"volcán con recorridos en helicóptero por Maui." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Editar en el backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Edite el '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Edite el encabezado de la página \"Todos los blogs\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Edite el encabezado de la página 'Filtrar resultados'." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Edita tu título, el subtítulo es opcional." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Ingresa el título de tu publicación" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Hechos que debes tener en cuenta." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Por último, y lo más importante, el equipo de inspección del directorio de " +"hoteles de calidad debería haber visitado el hotel en cuestión con " +"regularidad, reunirse con el personal, dormir en un dormitorio y probar la " +"comida. Deben experimentar el hotel como solo un huésped del hotel puede " +"hacerlo y solo entonces están realmente en una posición sólida para escribir" +" sobre el hotel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Síguenos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Síganos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Seguidores" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Seguidores (Contactos)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Para muchos de nosotros que somos habitantes de la ciudad, realmente no " +"notamos ese cielo allá arriba de forma rutinaria. Las luces de la ciudad " +"hacen un buen trabajo al disfrazar la asombrosa exhibición que está sobre " +"nuestras cabezas todo el tiempo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Para muchos de nosotros, nuestra primera experiencia de aprendizaje sobre " +"los cuerpos celestes comienza cuando vimos nuestra primera luna llena en el " +"cielo. Es realmente una vista magnífica incluso a simple vista." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Desde el bebé más pequeño hasta el astrofísico más avanzado, hay algo para " +"cualquiera que quiera disfrutar de la astronomía. De hecho, es una ciencia " +"tan accesible que prácticamente cualquiera puede hacerlo prácticamente en " +"cualquier lugar. Todo lo que tienen que saber hacer es mirar hacia arriba." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Anchura completa" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Conseguir un geek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Consigue un telescopio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Obtener algo de historia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Empezar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Cuadrícula" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Tiene un mensaje" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Estos son algunos de los datos clave que debe tener en cuenta:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Consejos de vacaciones" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Efecto al pasar el ratón" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Cómo mirar hacia arriba" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"¿Qué tan complejo es el telescopio y tendrá problemas con el mantenimiento? " +"Conéctese para obtener respuestas a estas y otras preguntas. Si hace su " +"tarea de esta manera, encontrará el telescopio adecuado para este próximo " +"gran paso en la evolución de su pasión por la astronomía." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "¿Qué tan móvil debe ser su telescopio?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Cómo elegir el hotel adecuado" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Si está marcada, hay nuevos mensajes que requieren su atención." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Si está marcada, algunos mensajes tienen error de envío." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Si importa que su hotel esté, por ejemplo, en la playa, cerca del parque " +"temático o conveniente para el aeropuerto, entonces la ubicación es " +"primordial. Cualquier directorio decente debería ofrecer un mapa de " +"ubicación del hotel y sus alrededores. Debería haber cartas de distancia al " +"aeropuerto ofrecidas, así como algún tipo de mapa interactivo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Si la noche está despejada, puede ver detalles asombrosos de la superficie lunar simplemente mirando las estrellas en su patio trasero.\n" +"Naturalmente, a medida que crece en su amor por la astronomía, encontrará fascinantes muchos cuerpos celestes. Pero la luna puede ser siempre nuestro primer amor porque es el único objeto espacial lejano que tiene la distinción única de volar cerca de la tierra y sobre el que ha caminado el hombre." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Dentro" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"En muchos sentidos, es un gran paso de alguien que está jugando con la " +"astronomía a un estudiante serio de la ciencia. Pero usted y yo sabemos que " +"hay otro gran paso después de comprar un telescopio antes de que realmente " +"sepa cómo usarlo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Aumentar la legibilidad" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Es un seguidor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Está publicado" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Islas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Es muy divertido comenzar a aprender las constelaciones, cómo navegar por el" +" cielo nocturno y encontrar los planetas y las estrellas famosas. Hay sitios" +" web y libros en abundancia para guiarlo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Es importante elegir un hotel que lo haga sentir cómodo: muebles " +"contemporáneos o tradicionales, decoración local o internacional, formal o " +"relajada. El directorio de hoteles ideal debería informarle de las opciones " +"disponibles." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Es seguro decir que en algún momento de nuestras vidas, todos y cada uno de " +"nosotros tenemos ese momento en el que de repente nos quedamos atónitos " +"cuando nos encontramos cara a cara con la enormidad del universo que vemos " +"en el cielo nocturno." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Realmente es asombroso cuando lo piensas que con solo mirar hacia arriba en " +"una noche determinada, podrías ver virtualmente cientos de miles de " +"estrellas, sistemas estelares, planetas, lunas, asteroides, cometas y tal " +"vez incluso un transbordador espacial ocasional podría pasar por ahí. . Es " +"aún más impresionante cuando te das cuenta de que el cielo que estás mirando" +" hacia arriba es, para todos los efectos, exactamente el mismo cielo que " +"nuestros antepasados hace cientos y miles de años disfrutaron cuando solo " +"miraron hacia arriba." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Jungla" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Sepa lo que está mirando" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Saber cuando mirar" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Grande" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Último colaborador" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Último" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Últimas publicaciones en el blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Diseño" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Aprender los antecedentes de los grandes descubrimientos en astronomía hará " +"que sus momentos de observación de estrellas sean más significativos. Es una" +" de las ciencias más antiguas de la tierra, así que descubra a los grandes " +"de la historia que han mirado estas estrellas antes que usted." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Instalaciones de ocio" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"El color local es fantástico, pero los restaurantes y bares del hotel pueden" +" desempeñar un papel importante en su estancia. Debe tener en cuenta la " +"elección, el estilo y si son inteligentes o informales o no. Un buen informe" +" del hotel debería informarle esto, y en particular sobre las instalaciones " +"para el desayuno." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Ubicación" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Paseos en helicóptero por Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Los recorridos en helicóptero por Maui son una excelente manera de ver la " +"isla desde una perspectiva diferente y tener una aventura divertida. Si " +"nunca antes ha estado en un helicóptero, este es un gran lugar para hacerlo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Los recorridos en helicóptero por Maui son una excelente manera de recorrer " +"aquellos lugares a los que no se puede llegar a pie o en automóvil. Los " +"recorridos duran aproximadamente una hora y van desde aproximadamente ciento" +" ocho cinco dólares hasta doscientos cuarenta dólares por persona. Para " +"muchos, esta es una oportunidad única en la vida de ver paisajes naturales " +"que no estarán disponibles nuevamente. Tomar cámaras y vídeos para capturar " +"los momentos también le permitirá revivir el recorrido una y otra vez " +"mientras recuerda a lo largo de los años." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Los recorridos en helicóptero por Maui le permitirán ver todos estos " +"lugares. Asegúrese de llevar una cámara o un vídeo cuando vaya de excursión " +"en helicóptero a Maui para capturar la belleza del paisaje y mostrarle a sus" +" amigos y familiares en casa todas las cosas maravillosas que vio durante " +"sus vacaciones." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Media" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Error de envío de mensaje" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Mensajes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Metadescripción" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Palabras clave" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta-título" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Los recorridos en helicóptero de Molokai Maui lo llevarán a una isla diferente, pero que está a solo nueve millas de distancia y es de fácil acceso por aire. Esta isla tiene una población muy pequeña con una cultura y un paisaje diferentes. Toda la costa del noreste está bordeada de acantilados y playas remotas. Son completamente inaccesibles por cualquier otro medio de transporte que no sea el aire.\n" +"Las personas que viven en la isla nunca han visto este paisaje extraordinario a menos que hayan realizado recorridos en helicóptero por Maui para verlo. Cuando el clima ha sido lluvioso y hay mucha lluvia durante la temporada, verá muchas cascadas asombrosas." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Más importante para el viajero familiar que para el viajero de negocios, " +"debe averiguar qué tan amigable para los niños es el hotel en el directorio " +"y tomar una decisión a partir de ahí. Una cosa que vale la pena buscar es si" +" el hotel ofrece un servicio de niñera. Para el viajero de negocios que " +"desee escapar de los niños, esto también es muy relevante, ¡quizás un hotel " +"que no sea apto para niños sería algo más apropiado!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Publicaciones del blog más vistas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nombre / Última publicación" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nueva entrada del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Próximo artículo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Sin portada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Sin entradas aún." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Nº de visitas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "No hay resultados para \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "No se han encontrado resultados para '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Aún no se han definido etiquetas." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ninguno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Nada de esto le impide seguir adelante con sus planes para armar un " +"impresionante sistema de telescopio. Solo asegúrese de recibir asesoramiento" +" y capacitación de calidad sobre cómo configurar su telescopio para " +"satisfacer sus necesidades. Con estas pautas, disfrutará de horas de " +"disfrute contemplando las estrellas en las vistas fenomenales del cielo " +"nocturno que están más allá del ojo humano." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Sin publicar" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"No solo conocer el clima asegurará que su observación de las estrellas sea " +"gratificante, sino que si se entera de cuándo ocurrirán las grandes lluvias " +"de meteoritos y otros grandes eventos astronómicos, la emoción de la " +"astronomía cobrará vida para usted." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Número de acciones" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Número de errores" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Número de mensajes que requieren una acción" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Número de mensajes con error de envío" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Por supuesto, para llevar su adoración a la luna al máximo, aumentar su " +"equipo a un buen telescopio de inicio le dará el detalle más impresionante " +"de la superficie lunar. Con cada una de estas actualizaciones, su " +"conocimiento y la profundidad y el alcance de lo que podrá ver mejorarán " +"geométricamente. Para muchos astrónomos aficionados, a veces no podemos " +"obtener suficiente de lo que podemos ver en este nuestro objeto espacial más" +" cercano." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"En su idioma por defecto, vacíe la descripción de la publicación del blog y " +"guárdela para obtener un resumen automatizado (traducido)." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Una vez que haya revisado el contenido en el dispositivo móvil, puede volver" +" a la vista normal haciendo clic aquí nuevamente" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Otros" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Nuestros blogs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto de Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto de Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto de Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Foto de Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Foto de Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto de Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto de Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Foto de Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Foto de PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Foto de SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Foto de Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Posts" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Lista de publicaciones" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Fecha de publicación" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Está publicado" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Fecha publicada" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Entrada publicada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opciones de publicación" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Fecha de publicación" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Campo Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Valoraciones" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Leer más" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Leer más " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restaurantes, cafés y bares" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Restringir publicar a este sitio web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Optimizado para SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Error de envío del SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Muestra" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satélites" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Busca una imagen. (p. ej., escriba \"empresa\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Mar contra montaña" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Ver el mundo desde arriba" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Seleccionar blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Seleccione el blog al que desea agregar la publicación." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" +"Seleccione este elemento de menú para crear una nueva entrada del blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Seleccionar para comentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Seleccionar para twittear" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Nombre SEO" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Separe cada palabra clave con una coma." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Ponga una portada a su entrada de blog." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Varias aves migratorias y nativas, mamíferos y reptiles llaman a las " +"Barrancas del Cobre su hogar. También vale la pena echarle un vistazo a la " +"exquisita fauna de esta tierra casi virgen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Compartir vínculos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Compartir en Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Compartir en Linkedin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Compartir en Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Compartir" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Barra lateral" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"La Sierra Tarahumara, conocida popularmente como Barrancas del Cobre, se " +"encuentra en México. El área es un destino favorito entre aquellos que " +"buscan unas vacaciones aventureras." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Chico tonto" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Cielos" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Por lo tanto, es de vital importancia que obtenga el telescopio adecuado " +"para el lugar donde se encuentra y cuáles son sus preferencias de " +"observación de estrellas. Para empezar, analicemos los tres tipos " +"principales de telescopios y luego establezcamos algunos conceptos de " +"'Telescopio 101' para aumentar sus posibilidades de comprar lo correcto." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Por lo tanto, puede ser que una vez al año, de vacaciones a un lugar para " +"acampar o un viaje a la casa de un familiar en el campo, nos encontremos " +"afuera cuando el gastador del cielo nocturno de repente decida montar su " +"espectáculo espectacular. Si has tenido ese tipo de momento en el que " +"literalmente te quedaste sin aliento por el gastador que el cielo nocturno " +"nos puede mostrar, probablemente puedas recordar ese momento exacto en el " +"que no pudiste decir nada más que 'wow' por lo que viste." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Entonces, para seleccionar el tipo correcto de telescopio, sus objetivos al " +"usar el telescopio son importantes. Para comprender realmente las fortalezas" +" y debilidades no solo de las lentes y el diseño del telescopio, sino " +"también de cómo funciona el telescopio en diversas situaciones de " +"observación de estrellas, es mejor hacer algunos deberes por adelantado y " +"exponerse a los diferentes tipos. Entonces, antes de realizar su primera " +"compra..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Así que te vas al extranjero, has elegido tu destino y ahora tienes que " +"elegir un hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Alguien famoso en el título fuente" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Observar la fauna" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Empiece a escribir aquí..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Estilo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Subtítulo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtítulo" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Categorías de etiquetas" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Categoría de etiqueta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Formulario de categoría de etiqueta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formulario de etiqueta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Lista de etiquetas" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "¡La categoría de etiquetas ya existe!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "¡El nombre de la etiqueta ya existe!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Lista de etiquetas" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Tomar fotografías en la oscuridad" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Avance" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Avance y etiquetas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Contenido del avance" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Hace diez años, probablemente habría visitado a su agente de viajes local y " +"habría confiado en los consejos en persona que le dieron los llamados " +"'expertos'. La forma del siglo XXI de seleccionar y reservar su hotel es, " +"por supuesto, a través de Internet, mediante el uso de sitios web de viajes." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Ese momento 'Wow' es de lo que se trata la astrología. Para algunos, ese " +"momento asombroso se convierte en una pasión que los lleva a una carrera " +"estudiando las estrellas. Para unos pocos afortunados, ese momento asombroso" +" se debe a una obsesión que los lleva a viajar a las estrellas en el " +"transbordador espacial o en una de nuestras primeras misiones espaciales. " +"Pero para la mayoría de nosotros, la astrología puede convertirse en un " +"pasatiempo o un pasatiempo habitual. Pero llevamos ese momento asombroso con" +" nosotros por el resto de nuestras vidas y comenzamos a buscar formas de " +"mirar más profundamente y aprender más sobre el universo espectacular que " +"vemos en los millones de estrellas sobre nosotros cada noche." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "La belleza de la astronomía es que cualquiera puede hacerlo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"El mejor momento para ver la luna, obviamente, es por la noche cuando hay " +"pocas nubes y el clima es propicio para un estudio largo y duradero. El " +"primer trimestre arroja el mayor detalle de estudio. Y no te dejes engañar " +"por el borrado de parte de la luna cuando no está en la etapa de luna llena." +" El fenómeno conocido como 'luz de la tierra' le da la capacidad de ver la " +"parte oscurecida de la luna con algunos detalles también, incluso si la luna" +" está solo en un cuarto o medio punto." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "El mejor momento para ver la luna." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"La entrada del blog será visible para sus visitantes en la fecha indicada en" +" el sitio web si se fija como publicada." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Los acantilados de esta región se encuentran entre los más altos del mundo y" +" ver el agua en cascada desde los picos altos es simplemente impresionante. " +"La corta excursión desde Maui con recorridos en helicóptero por Maui bien " +"vale la pena ver la belleza de este entorno natural." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "La URL completa para acceder al documento a través del sitio web." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Lo siguiente que naturalmente queremos conseguir es un buen telescopio. Es " +"posible que haya visto a un aficionado que ha avanzado mucho en su estudio " +"colocando esos telescopios de aspecto realmente genial en una colina en " +"algún lugar. Eso entusiasma al astrónomo aficionado que hay en ti porque " +"debe ser el siguiente paso lógico en el crecimiento de tu pasatiempo. Pero " +"cómo comprar un buen telescopio puede ser francamente confuso e intimidante." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"El sitio debe ofrecer un análisis detallado de los servicios de ocio dentro " +"del hotel (spa, piscina, gimnasio, sauna), así como detalles de cualquier " +"otra instalación cercana, como campos de golf. 7. Necesidades especiales: el" +" sitio del directorio de hoteles debe informar al visitante sobre los " +"servicios de necesidades especiales y la política de accesibilidad de cada " +"hotel. Si bien, nuevamente, esto no se aplica a todos los visitantes, es " +"absolutamente vital para algunos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Las decisiones sobre el trípode u otros accesorios cambiarán " +"significativamente con un telescopio que vivirá en su plataforma en " +"comparación con uno que planea llevar a muchas ubicaciones remotas." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"La vista de esto es realmente impresionante y es un espectáculo que no debe " +"perderse. También es muy educativo con la oportunidad de ver de cerca un " +"volcán inactivo, algo que no se puede ver todos los días. Sin embargo, en " +"los lados norte y sur del volcán, verá una vista diferente increíble. Estos " +"lados son exuberantes y verdes y podrás ver hermosas cascadas y hermosos " +"arbustos. Las selvas tropicales abundan en este lado de la isla y es algo a " +"lo que no se puede acceder fácilmente por ningún otro medio que no sea por " +"aire." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Luego está el problema de la motivación del revisor. Cuantas más reseñas " +"lea, más notará cómo tienden a agruparse en los extremos de las opiniones. " +"Por un lado, tiene críticos enojados con hachas que moler; en el otro, tiene" +" invitados encantados que se prodigan elogios más allá de lo creíble. No le " +"sorprenderá saber que los hoteles a veces publican sus propias críticas " +"entusiastas, o que la competencia se alinea para tener la oportunidad de " +"criticar a la competencia con críticas negativas. Tiene sentido considerar " +"lo que es realmente importante para usted al seleccionar un hotel. Luego, " +"debe elegir un directorio de hoteles en línea que brinde información " +"actualizada, independiente e imparcial que realmente importe." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Hay otras consideraciones a tener en cuenta en su decisión de compra final." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Hay algo atemporal en el cosmos. El hecho de que los planetas, la luna y las" +" estrellas más allá de ellos hayan estado allí durante siglos influye en " +"nuestro sentido de nuestro lugar en el universo. De hecho, muchas de las " +"estrellas que “vemos” a simple vista son en realidad luz que provino de esa " +"estrella hace cientos de miles de años. Esa luz acaba de llegar a la tierra." +" Entonces, de una manera muy real, mirar hacia arriba es como viajar en el " +"tiempo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Estas cosas realmente importan y cualquier directorio de hoteles decente " +"debería darle este tipo de consejos sobre las habitaciones, ¡no solo sobre " +"el número de habitaciones, que es la opción habitual!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Este cuadro no será visible para sus visitantes." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "¡Esta etiqueta ya existe!" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Pequeño" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Título encima de la portada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Título interior de la portada" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Para contemplar la luna a simple vista, familiarizarse con el mapa lunar le " +"ayudará a identificar los mares, cráteres y otros fenómenos geográficos que " +"otros ya han cartografiado para que su estudio sea más agradable. Los mapas " +"de la luna se pueden obtener en cualquier tienda de astronomía o en línea y " +"bien vale la pena la inversión." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Para comenzar a aprender a observar las estrellas mucho mejor, hay algunas " +"cosas básicas que podríamos necesitar para mirar más profundamente, más allá" +" de lo que podemos ver a simple vista y comenzar a estudiar las estrellas y " +"disfrutarlas. Lo primero que necesita no es equipo, sino literatura. Un buen" +" mapa de estrellas le mostrará las constelaciones principales, la ubicación " +"de las estrellas clave que usamos para navegar por el cielo y los planetas " +"que parecerán más grandes que las estrellas. Y si agrega a ese mapa algunos " +"materiales introductorios bien hechos al pasatiempo de la astronomía, está " +"bien encaminado." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Para mejorarlo, un buen par de binoculares puede hacer maravillas con los " +"detalles que verá en la superficie lunar. Para obtener los mejores " +"resultados, obtenga un buen campo amplio en la configuración de los " +"binoculares para que pueda disfrutar del paisaje lunar en toda su belleza. Y" +" debido a que es casi imposible mantener los binoculares quietos durante el " +"tiempo que desee contemplar este magnífico cuerpo en el espacio, es posible " +"que desee agregar a su arsenal de equipos un buen trípode al que pueda " +"colocar los binoculares para poder Estudie la luna con comodidad y con una " +"plataforma de observación estable." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Para llevarlo al siguiente nivel natural, es posible que desee aprovechar " +"las asociaciones con otros astrónomos o visitando uno de los telescopios " +"verdaderamente geniales que han sido establecidos por profesionales que han " +"invertido en mejores técnicas para eliminar la interferencia atmosférica " +"para ver la luna. aun mejor. Internet puede darle acceso al Hubble y a " +"muchos de los enormes telescopios que apuntan a la luna todo el tiempo. " +"Además, muchos clubes de astronomía están trabajando en formas de combinar " +"múltiples telescopios, cuidadosamente sincronizados con ordenadores para " +"obtener la mejor vista del paisaje lunar." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Banner superior" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Viajes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "No publicado (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Post sin título" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Use este icono para previsualizar su entrada de blog en dispositivos " +"móviles." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Usado en:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Miradores" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Vistas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Visible en todas las páginas de los blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Visible en el sitio web actual" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "ESCRIBA AQUÍ O ARRASTRE BLOQUES DE CREACIÓN" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogs del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mensajes del sitio web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtro de fragmentos del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL del sitio web" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historial de comunicación del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Descripción meta del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Palabras clave meta del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Título meta del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Imagen del Open Graph del sitio" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "¿Y si te dejan ejecutar el Hubble?" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Si bien cualquier persona puede mirar hacia arriba y enamorarse de las " +"estrellas en cualquier momento, la diversión de la astronomía es aprender a " +"ser cada vez más hábil y equipado para observar las estrellas que ves y " +"comprendes cada vez más cada vez que miras hacia arriba. A continuación se " +"indican algunos pasos que puede seguir para que los momentos que pueda " +"dedicar a su afición por la astronomía sean mucho más agradables." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Con una vista" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Escriba aquí un pequeño texto para describir su blog o empresa." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Siempre debes considerar cuidadosamente el tipo de instalaciones que " +"necesitas desde tu dormitorio y encontrar el hotel que tenga las que " +"consideres importantes. El sitio web del directorio de hoteles debe detallar" +" cuestiones tales como: tamaño de la cama, acceso a Internet (su coste, ya " +"sea que haya WIFI o conexión de banda ancha por cable), servicios de " +"cortesía, vistas desde la habitación y ofertas de lujo como un menú de " +"almohadas o un menú de baño, elección de habitaciones para fumadores o no " +"fumadores, etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Verá toda la belleza que Maui tiene para ofrecer y podrá pasar un buen rato " +"para toda la familia. Los recorridos no son demasiado caros y duran desde " +"cuarenta y cinco minutos hasta más de una hora. Puede ver lugares que " +"normalmente son inaccesibles con los recorridos en helicóptero por Maui. Los" +" lugares que no están disponibles a pie o en vehículo pueden verse por aire." +" Impresionantes vistas aguardan a aquellos que estén dispuestos a disfrutar " +"de divertidos recorridos en helicóptero por Maui. Si permanecerá en la isla " +"durante un período de tiempo considerable, es posible que desee pensar en " +"hacer varios recorridos en helicóptero por Maui." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "aventuras" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Haga clic aquí para acceder al blog:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "barra de migas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "por" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "descubrimiento" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "guías" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "ha sido publicado en el" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hoteles" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "en " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "en " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "telescopios" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "dejar un comentario" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "no publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Sin comentarios aún" diff --git a/i18n/es_419.po b/i18n/es_419.po new file mode 100644 index 0000000..1a98b32 --- /dev/null +++ b/i18n/es_419.po @@ -0,0 +1,2753 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2023 +# Patricia Gutiérrez Capetillo , 2024 +# Lucia Pacheco, 2024 +# Fernanda Alvarez, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Fernanda Alvarez, 2024\n" +"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_419\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (copia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' encabezado de página." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Mostrando resultados para '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "- Todas las fechas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Los binoculares son ligeros y portátiles. A menos que tenga la " +"posibilidad de instalar y usar un observatorio desde su terraza, lo más " +"probable es que deba viajar para realizar sus observaciones. Los binoculares" +" son más fáciles de transportar y utilizar en el campo a diferencia de un " +"voluminoso equipo de instalación de telescopios." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Consulte a los expertos. Si aún no es parte de una sociedad o club de" +" astronomía, los vendedores de la tienda de telescopios podrán informarle " +"sobre las sociedades activas en su zona. Una vez que conozca a personas que " +"hayan comprado telescopios, ellos le podrán aconsejar sobre lo que funciona " +"y lo que hay que evitar, lo cual será más válido que cualquier cosa que " +"pueda encontrarse en un artículo de internet o de un vendedor de WalMart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Comparta la publicación en su blog para que sus visitantes puedan " +"verla." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Iniciar sesión" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Pruebe antes de comprar. Una de las ventajas de ir de excursión con " +"el club de astronomía es que puede compartir tiempo gente que sabe de " +"telescopios y ya cuenta con sus propio equipo. De esta manera, puede " +"examinar sus equipos, aprender los aspectos técnicos principales y probarlos" +" antes de invertir dinero en su propia instalación." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Escriba aquí su historia. Utilice la barra superior de herramientas " +"para darle estilo a su texto: puede agregar una imagen o una tabla, poner " +"negrita o cursiva, etc. Arrastre y suelte los bloques de creación para " +"obtener más gráficos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Además de la población nativa, la fauna local también " +"es un gran atractivo para el público." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Es muy importante que adquiera el telescopio " +"adecuado." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"Ese momento “Wow” es de lo que trata la " +"astronomía." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"A medida que vaya leyendo reseñas, se dará cuenta de " +"lo extremistas que pueden llegar a ser." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Hay algo atemporal en el cosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Su estudio de la luna, como de cualquier otra cosa, " +"puede ir de lo simple a lo complejo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "No hay etiquetas definidas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Leer " +"siguiente" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Mostrar:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogs:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Una excelente manera de descubrir lugares escondidos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Unas vacaciones en las Barrancas del Cobre prometen ser una emocionante " +"combinación de relajación, cultura, historia, vida silvestre y senderismo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Nueva publicación" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Los viajeros pueden optar por explorar la zona haciendo senderismo alrededor" +" del cañón o adentrándose en él. Quienes deseen aventurarse en las " +"profundidades del cañón deben planearlo a detalle. Hay varias empresas " +"especializadas en organizar viajes a la región. Los visitantes pueden volar " +"a las Barrancas del Cobre con una visa de turista, cuyo plazo de validez es " +"de 180 días, también pueden ir en coche desde cualquier punto de Estados " +"Unidos y adquirir el visado en la aduana mexicana de la frontera." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Sobre nosotros" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Sobre todo, busque una tienda de telescopios de buena reputación que " +"contrate a personas que sepan del tema. Si compra su telescopio en un " +"Walmart o en unos almacenes, las probabilidades de adquirir el adecuado son " +"escasas." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Acceder a la publicación" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Se requiere una acción" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Activo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Agregar algunos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Todos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Todos los blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Todos los blogs" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Solo en el océano" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" +"En este sentido, ¿qué tan difícil es instalar y desinstalar su equipo?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Increíble artículo de blog: %s Véalo en vivo: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Una emocionante combinación de relajación, cultura, historia, vida silvestre" +" y senderismo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"Y cuando todo esté listo, prepárese. Su búsqueda de nuevos y mejores " +"telescopios será una experiencia inolvidable. Déjese llevar por la adicción " +"a la astronomía y esta experiencia enriquecerá todos los aspectos de su " +"vida. Será una adicción que nunca querrá dejar." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Otra característica única de las Barrancas del Cobre es la presencia de la " +"cultura indígena tarahumara. Este pueblo seminómada vive en cuevas y su " +"sustento depende principalmente de la agricultura y la ganadería." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archivo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Archivado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archivados" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artículo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artículos" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomía" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Los clubes de astronomía son lugares muy animados, llenos de aficionados " +"bien informados a los que les encanta compartir sus conocimientos. Por el " +"precio de una coca-cola y un aperitivo, irán a ver las estrellas con usted y" +" le llenarán de información y conocimiento." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "La astronomía es \"observar las estrellas\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Número de archivos adjuntos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nombre del autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Geniales habitaciones de hotel" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Tenga en cuenta esta cosa llamada “astronomía”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Formar parte de una sociedad de astrónomos le dará acceso a una serie de " +"actividades que le permitirán avanzar en el estudio de la luna terrestre. " +"También le permitirá hacer amigos y compañeros que compartan su pasión por " +"la astronomía y que puedan compartir su experiencia y áreas de conocimiento " +"mientras busca dónde puede mirar en el enorme cielo nocturno, en la luna y " +"más allá, en su búsqueda de conocimiento sobre el aparentemente interminable" +" universo que nos rodea." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Formar parte de una sociedad de astrónomos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Instalaciones del dormitorio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Antes de hacer ese gran gasto, quizá sea mejor invertir en un buen juego de " +"binoculares. Incluso hay binoculares adecuados para la observación de las " +"estrellas que harán un trabajo igual de bueno al proporcionarle esa visión " +"adicional que desea para ver mejor las maravillas del universo. Un juego de " +"binoculares bien diseñado también le proporcionará mucha más movilidad y " +"capacidad para mantener su “visión mejorada” al alcance de la mano cuando " +"esté ante una vista asombrosa." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Antes de realizar su primera compra..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Más allá del ojo" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nombre del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Página del blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Publicación de blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Portada de la publicación del blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Páginas de publicaciones de blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Título de la publicación del blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Publicaciones del blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Subtítulo del blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Etiqueta del blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Categoría de etiqueta del blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Etiquetas del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Título del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Título del blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Lista de blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Página del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Inferior" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Migas de pan" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Pero, ¿cómo seleccionar entre las increíbles opciones que ofrecen? Y más " +"importante aún, ¿confía realmente en las fotografías y descripciones de los " +"hoteles que ellos mismos eligieron con la intención de conseguir reservas? " +"Las opiniones de los viajeros pueden ser útiles, pero hay que tener cuidado." +" Suelen ser poco objetivas, a veces no están actualizadas y puede que no " +"sean útiles. ¿Cómo sabe que las características que son importantes para el " +"autor de la reseña también lo son para usted?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Comprar un telescopio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Comprar el telescopio adecuado que le permita llevar su amor por la " +"astronomía al siguiente nivel es un gran paso en el desarrollo de su pasión " +"por las estrellas." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Puede publicar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Tarjetas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Categoría" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Instalaciones para niños" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Elija una imagen de la biblioteca." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Haga clic aquí para agregar contenido nuevo a su sitio web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Haga clic en \" Nuevo \" en la esquina superior derecha para escribir" +" su primera publicación de blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Cerrar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Comentario" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Comentarios" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Estadísticas de comentarios/vistas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenido" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Las Barrancas del Cobre son una de las seis barrancas de la zona. Aunque el " +"nombre sugiere que podría relacionarse con la minería del cobre, no es así. " +"El nombre se debe al liquen de color cobre y verde que cubre el cañón. Las " +"Barrancas del Cobre tienen dos tipos de clima. La región presenta un clima " +"alpino en la parte superior y un clima subtropical en los niveles " +"inferiores. Los inviernos son fríos y se producen tormentas de nieve con " +"frecuencia en las zonas más altas. Los veranos son secos y calurosos. La " +"capital, Chihuahua, es un desierto de gran altitud en el que el clima oscila" +" entre inviernos fríos y veranos calurosos. La región es única por los " +"diversos ecosistemas que existen en ella." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Portada" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Propiedades de la portada" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Fecha (de más recientes a más antiguos)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Fecha (de más antiguos a más recientes)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Descripción" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Área para soltar los bloques de creación" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Este de Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Los recorridos en helicóptero por el este de Maui le permitirán ver el " +"volcán de tres mil metros, Haleakala o Casa del Sol, así como la tierra seca" +" y árida que rodea el lado sur de la ladera del volcán. El volcán está " +"inactivo y entró en erupción por última vez en 1790." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Editar en el backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Edite el '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Edite el encabezado de la página \"Todos los blogs\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Edite el encabezado de la página 'Filtrar resultados'." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Edite su título, el subtítulo es opcional." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Escriba el título de su publicación" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Datos que debe tener en cuenta." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Por último y lo más importante, el equipo de inspección de calidad del " +"directorio de hoteles debería haber visitado el hotel correspondiente con " +"regularidad, haber conocido al personal, haber dormido en una habitación y " +"haber probado la comida. Deben conocer el hotel como solo un huésped puede " +"hacerlo para estar en condiciones de escribir al respecto." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Síganos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Síganos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Seguidores" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Seguidores (contactos)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Muchos de nosotros, habitantes de la ciudad, no solemos fijarnos en ese " +"cielo que hay ahí arriba. Las luces de la ciudad hacen un buen trabajo al " +"disimular el asombroso espectáculo que hay sobre nuestras cabezas todo el " +"tiempo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Para muchos de nosotros, nuestra primera experiencia de aprendizaje sobre " +"los cuerpos celestes comienza cuando observamos nuestra primera luna llena " +"en el cielo. Es una vista realmente magnífica, incluso a simple vista." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Desde el bebé más pequeño hasta el astrofísico más experimentado, siempre " +"habrá algo interesante para cualquiera que quiera disfrutar de la " +"astronomía. De hecho, es una ciencia tan accesible que prácticamente " +"cualquiera puede hacerlo en cualquier lugar en el que se encuentre. Lo único" +" que tienen que saber hacer es mirar hacia arriba." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Ancho completo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Consiga un geek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Consiga un telescopio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Investigue un poco de historia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Empezar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Cuadrícula" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Tiene un mensaje" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Estos son algunos de los datos clave que debe tener en cuenta:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Consejos de vacaciones" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Efecto al deslizar el cursor" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Cómo mirar hacia arriba" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"¿Qué tan complejo es un telescopio? ¿Tendrá problemas de mantenimiento? " +"Relaciónese con expertos para obtener respuestas a estas y otras preguntas. " +"Si lo hace así, encontrará el telescopio adecuado para dar el siguiente paso" +" en la evolución de su pasión por la astronomía." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "¿Cuánta movilidad debe tener su telescopio?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Cómo elegir el hotel adecuado" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" +"Si se encuentra seleccionado, hay nuevos mensajes que requieren su atención." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" +"Si se encuentra seleccionado, algunos mensajes presentan error de entrega." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Si lo que le importa es que su hotel esté, por ejemplo, en la playa, cerca " +"de un parque temático o cerca del aeropuerto, entonces la ubicación es " +"primordial. Cualquier directorio decente debería ofrecer un mapa de " +"ubicación del hotel y sus alrededores. Debería haber información sobre la " +"distancia al aeropuerto, así como algún tipo de mapa interactivo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Si la noche está despejada, puede ver detalles asombrosos de la superficie lunar con solo mirar las estrellas desde su patio trasero.\n" +"Evidentemente, a medida que crezca su amor por la astronomía, encontrará muchos cuerpos celestes fascinantes, aunque la Luna siempre será nuestro primer amor porque es el único objeto espacial lejano que tiene la distinción única de girar cerca de la Tierra sobre la cual ha caminado el hombre." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "En" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"En muchos sentidos, es un gran paso a dar para alguien que simplemente se " +"divierte con la astronomía a comparación de un estudiante serio de la " +"ciencia. Pero usted y yo sabemos que todavía hay otro gran paso después de " +"comprar un telescopio antes de saber cómo usarlo realmente." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Aumentar la legibilidad" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Es un seguidor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Está publicado" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Islas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Es muy divertido empezar a aprender sobre las constelaciones, cómo navegar " +"por el cielo nocturno y encontrar los planetas y las famosas estrellas. Hay " +"muchos sitios web y libros que lo guiarán." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Es importante elegir un hotel que le haga sentirse cómodo, ya sea con " +"mobiliario contemporáneo o tradicional, con decoración local o " +"internacional, formal o informal. El directorio de hoteles perfecto debería " +"informarle sobre las opciones disponibles." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Se puede decir que en algún momento de nuestras vidas, todos y cada uno de " +"nosotros tenemos ese momento en el que nos quedamos atónitos al encontrarnos" +" cara a cara con la enormidad del universo que vemos en el cielo nocturno." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Es realmente sorprendente cuando se piensa que, con solo mirar hacia arriba " +"en una noche cualquiera, se pueden ver posiblemente cientos de miles de " +"estrellas, sistemas estelares, planetas, lunas, asteroides, cometas e " +"incluso un ocasional transbordador espacial. Es aún más impresionante cuando" +" uno se da cuenta de que el cielo que está mirando es prácticamente el mismo" +" cielo que disfrutaban nuestros antepasados hace cientos y miles de años." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Jungla" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Sepa lo que está mirando" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Saber cuándo mirar" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Grande" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Último colaborador" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Último" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Últimas publicaciones en el blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Diseño" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Conocer los detalles de los grandes descubrimientos de la astronomía hará " +"que en el momento que observe las estrellas todo tenga más sentido. Es una " +"de las ciencias más antiguas de la Tierra, así que, investigue a los famosos" +" personajes de la historia que han observado las estrellas antes que usted." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Instalaciones recreativas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"El estilo local es estupendo, pero los restaurantes y bares del hotel pueden" +" contribuir en gran medida a su estancia. Debe tener en cuenta la elección, " +"el estilo y si son elegantes o informales. Un buen reporte del hotel debería" +" indicar esto, en especial sobre la oferta de desayunos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Ubicación" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Paseos en helicóptero por Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Los recorridos en helicóptero en Maui son una forma estupenda de ver la isla" +" desde una perspectiva diferente y de vivir una aventura divertida. Si nunca" +" se ha subido a un helicóptero, este es un gran lugar para hacerlo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Los recorridos en helicóptero por Maui son una excelente manera de conocer " +"aquellos lugares a los que no puede llegar a pie o en coche. Duran " +"aproximadamente una hora y su precio varía entre ciento ochenta y cinco " +"dólares y doscientos cuarenta dólares por persona. Para muchos, esta es una " +"oportunidad única en la vida de ver un paisaje natural que no volverá a " +"estar disponible. Si lleva cámara de fotos y videos para capturar los " +"momentos, podrá revivir el recorrido una y otra vez a lo largo de los años." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Los recorridos en helicóptero por Maui le permitirán contemplar todos estos " +"lugares. Asegúrese de llevar una cámara de fotos o video para capturar la " +"belleza del paisaje y para que pueda mostrar a sus amigos y familiares todas" +" las cosas maravillosas que vio durante sus vacaciones." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medio" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Error al enviar el mensaje" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Mensajes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Metadescripción" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Palabras clave meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta título" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Los recorridos en helicóptero por Molokai Maui le llevarán otra isla que está a solo 14 kilómetros de distancia con fácil acceso por aire. Esta isla tiene una población muy pequeña con una cultura y un paisaje diferentes. Toda la costa del noreste está rodeada por acantilados y playas remotas. Solo se puede acceder por vía aérea.\n" +"Las personas que viven en la isla nunca han visto este extraordinario paisaje a no ser que hayan hecho un recorrido en helicóptero para verlo. En las épocas de lluvia, cuando hay una gran cantidad de precipitaciones, se pueden ver muchas cascadas asombrosas." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Lo más importante al viajar en familia es averiguar si el hotel es apto para" +" niños y tomar la decisión correspondiente. Una cosa que vale la pena buscar" +" es si el hotel ofrece un servicio de guardería. Si viaja por negocios y " +"desea evitar a los niños, esto también es muy importante; quizá prefiera un " +"hotel que sea solo para adultos." + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Publicaciones del blog más vistas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nombre/Última publicación" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nueva publicación en el blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Siguiente artículo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Sin portada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Todavía no hay publicaciones." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Número de vistas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Sin resultados para \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "No se encontraron resultados para \"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Aún no se han definido etiquetas." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ninguno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Nada de esto le impide continuar con sus planes de instalar un impresionante" +" sistema de telescopios. Solo debe asegurarse de recibir consejos y " +"capacitación de calidad sobre cómo instalar un telescopio que se ajuste a " +"sus necesidades. Si sigue estas recomendaciones, podrá disfrutar varias " +"horas admirando las extraordinarias vistas del cielo nocturno que no son tan" +" fáciles de ver." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Sin publicar" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Informarse acerca de las condiciones meteorológicas no solo hará que la " +"observación de las estrellas resulte gratificante, sino que también sabrá " +"cuándo se producirán las lluvias de estrellas y otros acontecimientos " +"astronómicos importantes, con lo que se sentirá más atraído por la " +"astronomía." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Número de acciones" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Número de errores" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Número de mensajes que requieren una acción" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Número de mensajes con error de envío" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Por supuesto, si desea intensificar su interés por la Luna, considere " +"mejorar su telescopio para principiantes, con el cual podrá ver la " +"superficie lunar con el mayor detalle posible. Con cada una de estas " +"mejoras, su conocimiento y su capacidad de observación aumentarán " +"considerablemente. Muchos astrónomos principiantes no nos cansamos de ver " +"nuestro objeto espacial más cercano." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"En su idioma predeterminado, elimine la descripción de la publicación del " +"blog y guarde para obtener un resumen (traducido) en automático. " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Una vez que haya revisado el contenido en el dispositivo móvil, puede volver" +" a la vista normal haciendo clic aquí nuevamente" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Otros" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Nuestros blogs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto de Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto de Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto de Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Foto de Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Foto de Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto de Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto de Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Foto de Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Foto de PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Foto de SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Foto de Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Publicaciones" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Lista de publicaciones" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Fecha de publicación" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Publicado (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Fecha de publicación" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Publicada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opciones de publicación" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Fecha de publicación" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Campo Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Calificaciones" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Leer más" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Leer más " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restaurantes, cafés y bares" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Restringir publicaciones a este sitio web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Optimizado para SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Error en el envío del SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Muestra" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satélites" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Busque una imagen. (Por ejemplo, escriba \"empresa\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Mar contra montaña" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Ver el mundo desde arriba" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Seleccionar blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Seleccione el blog en el que desea compartir la publicación." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" +"Seleccione este elemento de menú para crear una nueva publicación en el " +"blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Seleccionar para comentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Seleccionar para twittear" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Nombre SEO" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Separe cada palabra clave con una coma" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Establezca la portada de una publicación del blog." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Varias aves migratorias y nativas, mamíferos y reptiles tienen en las " +"Barrancas del Cobre su hogar. También vale la pena conocer la exquisita " +"fauna de esta tierra casi virgen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Compartir enlaces" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Compartir en Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Compartir en Linkedin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Compartir en Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Compartir" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Barra lateral" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"La Sierra Tarahumara, conocida popularmente como Barrancas del Cobre, está " +"ubicada en México. La zona es uno de los destinos favoritos entre quienes " +"buscan unas vacaciones llenas de aventura." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Cielos" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Por ello, es muy importante que adquiera el telescopio adecuado para el " +"lugar en el que se encuentra y para sus preferencias de observación de las " +"estrellas. Para empezar, vamos a hablar de los tres tipos principales de " +"telescopios, luego estableceremos algunos conceptos básicos sobre los " +"telescopios para aumentar las posibilidades de comprar el producto adecuado." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Puede ser que durante unas vacaciones en un campamento o en la casa de un " +"pariente en el campo, nos encontremos en el exterior y el cielo nocturno " +"decida ofrecer un espectáculo. Si ha tenido ese tipo de momento en el que se" +" ha quedado literalmente sin aliento por el espectáculo que el cielo " +"nocturno puede mostrarnos, quizá pueda recordar ese momento exacto en el que" +" no pudo decir nada más que \"wow\" ante lo que vio." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Por lo tanto, para seleccionar el tipo de telescopio adecuado, es importante" +" tener en cuenta los objetivos de su uso. Para comprender realmente los " +"puntos fuertes y débiles, no solo de las lentes y el diseño, sino también " +"del rendimiento del telescopio en diversas situaciones de observación de las" +" estrellas, lo mejor es investigar por adelantado y conocer los diferentes " +"tipos. Así que antes de hacer su primera compra..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Así que se va al extranjero, ha elegido su destino y ahora tiene que elegir " +"un hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Alguien famoso en el título fuente" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Observar la fauna" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Empiece a escribir aquí..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Estilo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Subtítulo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtítulo" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Categorías de etiquetas" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Categoría de etiqueta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Formulario de categoría de etiqueta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formulario de etiqueta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Lista de etiquetas" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "Ya existe esta categoría de etiquetas" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Ya hay una etiqueta con este nombre." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Lista de etiquetas" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Tomar fotografías en la oscuridad" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Avance" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Avance y etiquetas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Contenido del avance" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Hace diez años, probablemente habría acudido a su agencia de viajes local y " +"habría confiado en los consejos personales de los llamados \"expertos\". En " +"el siglo XXI, la forma de elegir y reservar un hotel es, por supuesto, por " +"Internet, a través de los sitios web de viajes." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Ese momento “Wow” es de lo que trata la astronomía, ese instante de asombro " +"se convierte en una pasión que lleva a una carrera estudiando las estrellas." +" Para unos pocos afortunados, ese momento se convierte en una obsesión que " +"los lleva a viajar a las estrellas en un transbordador espacial o en una de " +"las primeras misiones espaciales. Pero para la mayoría de nosotros la " +"astronomía puede convertirse en un pasatiempo o actividad habitual. Sin " +"embargo, el asombro nos acompaña durante el resto de nuestras vidas y así " +"empezamos a buscar formas de profundizar y aprender más sobre el " +"espectacular universo que vemos en los millones de estrellas que hay sobre " +"nosotros cada noche." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "La belleza de la astronomía es que cualquiera puede dedicarse a ella." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"El mejor momento para ver la luna, obviamente, es por la noche, cuando hay " +"pocas nubes y el clima es propicio para un estudio largo y duradero. El " +"primer trimestre es el que permite un estudio más detallado. Y no se deje " +"engañar por el oscurecimiento de una parte de la luna cuando no está en fase" +" de luna llena. El fenómeno conocido como \"luz cenicienta\" le permite ver " +"la parte oscura de la luna con cierto detalle, incluso si la luna se " +"encuentra en cuarto menguante o cuarto creciente." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "El mejor momento para ver la luna." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Sus visitantes podrán ver la entrada del blog en el sitio web cuando la " +"establezca como publicada." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Los acantilados de esta región se encuentran entre los más altos del mundo y" +" ver el agua cayendo en cascada desde esas alturas es simplemente " +"impresionante. El corto viaje desde Maui con los recorridos en helicóptero " +"vale la pena para ver la belleza de este entorno natural." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "La URL completa para acceder al documento a través del sitio web." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Lo siguiente que queremos conseguir es un buen telescopio. Es posible que ya" +" haya visto a algún aficionado que haya avanzado mucho en su estudio y que " +"haya instalado esos telescopios tan bonitos en alguna colina. Eso despierta " +"el interés de un astrónomo aficionado porque ese debe ser el siguiente paso " +"lógico para el desarrollo de su afición. Sin embargo, el proceso de compra " +"de un buen telescopio puede ser muy confuso e intimidante." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"El sitio debe ofrecer un análisis detallado de los servicios recreativos " +"dentro del hotel (spa, alberca, gimnasio, sauna), así como detalles de " +"cualquier otra instalación cercana, como los campos de golf. 7. Necesidades " +"especiales: el sitio web del directorio de hoteles debería informar al " +"visitante sobre los servicios para necesidades especiales y la política de " +"accesibilidad de cada hotel. Aunque esto no aplica a todos los visitantes, " +"es fundamental para algunos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Las decisiones sobre el tripié y otros accesorios cambiarán dependiendo si " +"es un telescopio que permanecerá en su terraza o uno que planeé llevar a " +"muchos lugares alejados." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"La vista es realmente impresionante y es un espectáculo que no debe " +"perderse. También es muy educativo, ya que permite ver de cerca un volcán " +"inactivo, algo que no se puede ver todos los días. Sin embargo, en los lados" +" norte y sur del volcán, podrá ver un panorama totalmente diferente. Estos " +"lados son frondosos y verdes y podrá ver algunas hermosas cascadas y " +"magníficos matorrales. Los bosques tropicales abundan en este lado de la " +"isla y se trata de algo que no está al alcance de cualquier otro medio que " +"no sea el aéreo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Luego está el problema de la motivación del autor. Cuantas más críticas se " +"leen, más se nota que tienden a ser extremistas. Por un lado, están los " +"críticos enfadados con intereses personales y, por otro, los huéspedes " +"encantados que ofrecen elogios inimaginables. No le sorprenderá saber que " +"los hoteles a veces publican sus propias reseñas positivas, o que los " +"competidores se preparan para atacar a la competencia con malas críticas. " +"Por ello, conviene tener en cuenta lo que es realmente importante para usted" +" a la hora de elegir un hotel. Entonces, debería escoger un directorio en " +"línea de hoteles que ofrezca información actualizada, independiente e " +"imparcial que realmente tenga importancia." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Hay otras cuestiones que deben tenerse en cuenta a la hora de tomar la " +"decisión final de compra." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"El cosmos tiene algo atemporal. El hecho de que los planetas, la luna y las " +"estrellas más lejanas estén ahí desde hace mucho tiempo nos hace sentir que " +"ocupamos un lugar en el universo. De hecho, muchas de las estrellas que " +"“vemos” a simple vista son, en realidad, luz que salió de esa estrella hace " +"cientos de miles de años. Esa luz acaba de llegar a la Tierra. Así que, de " +"una manera muy especial, mirar hacia arriba es como viajar en el tiempo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Estas cosas son realmente importantes y cualquier directorio de hoteles " +"decente debería ofrecer este tipo de información sobre las habitaciones, no " +"solo el número de habitaciones, como suele suceder." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "No se mostrará este cuadro a sus visitantes." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Esta etiqueta ya existe" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Pequeño" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Título arriba de la portada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Título en la portada" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Para contemplar la luna a simple vista, conocer el mapa lunar le ayudará a " +"distinguir los mares, cráteres y otros fenómenos geográficos que otros ya " +"han trazado para hacer más ameno su estudio. Los mapas lunares pueden " +"adquirirse en cualquier tienda de astronomía o en internet, la inversión " +"vale la pena." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Para empezar a aprender cómo observar las estrellas de mejor manera, hay " +"algunas cosas básicas que podríamos necesitar para mirar más a fondo, más " +"allá de lo que podemos ver a simple vista, y empezar a estudiar las " +"estrellas además de disfrutarlas. Lo primero que se necesita no es un " +"equipo, sino literatura. Un buen mapa estelar le mostrará las principales " +"constelaciones, la ubicación de las estrellas principales que se usan para " +"navegar por el cielo y los planetas que aparecerán más grandes que las " +"estrellas. Y si a ese mapa le añades unos buenos materiales de introducción," +" irá por buen camino." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Además, contar con un buen par de binoculares puede hacer maravillas a la " +"hora de ver los detalles de la superficie lunar. Para obtener los mejores " +"resultados, utilice un campo amplio en la configuración de los binoculares " +"para que pueda contemplar el paisaje lunar en todo su esplendor. Dado que es" +" casi imposible mantener los binoculares quietos durante todo el tiempo que " +"querrá contemplar este magnífico cuerpo en el espacio, quizá quiera añadir a" +" su equipo un buen tripié en el que pueda fijar los binoculares para poder " +"estudiar la luna con comodidad y con una plataforma de observación estable." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Para alcanzar el siguiente nivel, puede ser útil asociarse con otros " +"astrónomos o visitar uno de los grandes telescopios instalados por " +"profesionales que han invertido en mejores técnicas para eliminar las " +"interferencias atmosféricas y poder ver la luna aún mejor. Se puede acceder " +"al Hubble y a muchos de los enormes telescopios que apuntan a la luna todo " +"el tiempo a través de Internet. Además, muchos grupos de astronomía están " +"trabajando en formas de combinar varios telescopios, debidamente " +"sincronizados con las computadoras, con el fin de obtener la mejor vista del" +" paisaje lunar." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Elemento superior" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Viaje" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Sin publicar (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Publicación sin título" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Use este icono para previsualizar su publicación en el blog desde " +"dispositivos móviles." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Usada en:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Miradores" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Vistas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Visible en todas las páginas de los blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Visible desde este sitio web" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "ESCRIBA AQUÍ O ARRASTRE BLOQUES DE CREACIÓN" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogs del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mensajes del sitio web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtro de snippets del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL del sitio web" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historial de comunicación del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Metadescripción del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Palabras clave meta del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Meta título del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Imagen Open Graph del sitio web" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "¿Y si le dejan dirigir el Hubble?" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Aunque cualquiera puede mirar hacia arriba y enamorarse de las estrellas en " +"cualquier momento, lo divertido de la astronomía es aprender a ser cada vez " +"más hábil y estar más preparado a la hora de contemplar las estrellas para " +"ver y entender cada vez más. Los siguientes son algunos pasos que puede " +"seguir para que el tiempo que dedique a la astronomía sea mucho más " +"agradable." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Con una vista" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Escriba aquí un breve texto que describa su blog o empresa." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Siempre hay que prever el tipo de instalaciones que necesita en su " +"habitación y encontrar el hotel que tenga las que considere más importantes." +" El sitio web del directorio de hoteles debería detallar cuestiones como: el" +" tamaño de la cama, el acceso a Internet (su precio, si hay conexión Wi-Fi o" +" de banda ancha por cable), los servicios de cortesía, las vistas desde la " +"habitación y las ofertas de lujo, el menú de almohadas o el menú de baño, la" +" elección de habitaciones para fumadores o no fumadores, etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Verá toda la belleza que ofrece Maui y podrá pasar un buen rato con toda la " +"familia. Los recorridos no son demasiado caros y duran desde cuarenta y " +"cinco minutos hasta más de una hora. Con los recorridos en helicóptero por " +"Maui podrá ver lugares que normalmente no son accesibles para el público. Se" +" pueden ver los lugares a los que no se puede acceder a pie o en vehículo. " +"Los que se animen a hacer estos recorridos por Maui, podrán disfrutar de " +"unas vistas impresionantes. Si va a quedarse en la isla durante un tiempo " +"considerable, quizá quiera considerar la posibilidad de hacer varios " +"recorridos." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "aventura" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Haga clic aquí para acceder al blog:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "migas de pan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "por" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "descubrimiento" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "guías" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "se publicó en" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hoteles" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "en " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "en " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "en " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "telescopios" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "dejar un comentario" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "sin publicar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Todavía no hay comentarios" diff --git a/i18n/es_BO.po b/i18n/es_BO.po new file mode 100644 index 0000000..d24f978 --- /dev/null +++ b/i18n/es_BO.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2015-09-24 20:03+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Bolivia) (http://www.transifex.com/odoo/odoo-9/language/es_BO/)\n" +"Language: es_BO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenido" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ninguno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es_CL.po b/i18n/es_CL.po new file mode 100644 index 0000000..742c595 --- /dev/null +++ b/i18n/es_CL.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-02-02 03:55+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/language/es_CL/)\n" +"Language: es_CL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ninguno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio Web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mensajes del sitio web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historial de comunicaciones del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "por" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es_CO.po b/i18n/es_CO.po new file mode 100644 index 0000000..5cba645 --- /dev/null +++ b/i18n/es_CO.po @@ -0,0 +1,2024 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# ANDRES FELIPE NEGRETE GOMEZ , 2016 +# Felipe Palomino , 2016 +# Mateo Tibaquirá , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-02-18 13:46+0000\n" +"Last-Translator: Felipe Palomino \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/odoo/odoo-9/language/es_CO/)\n" +"Language: es_CO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Sobre Nosotros" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archivos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nombre del Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Artículo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Título del Artículo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Artículos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Subtítulo del Blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Etiqueta del Blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Etiquetas del Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Escoja una imagen de la colección." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenido" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Portada" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Propiedades de la Portada" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Síganos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "En" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Último Colaborador" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Media" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nuevo Artículo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Sin Portada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Todavía no hay artículos." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Nº de Visitas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ninguno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "No Publicado" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Artículos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Artículo Publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Seleccione esta opción para crear un nuevo artículo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Empieza a escribir aquí..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Subtítulo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtítulo" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formulario de Etiqueta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Lista de Etiquetas" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Artículo sin Título" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Usado en:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio Web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogs del Sitio Web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mensajes del Sitio Web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historial de comunicación del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "por" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es_CR.po b/i18n/es_CR.po new file mode 100644 index 0000000..c5c5a95 --- /dev/null +++ b/i18n/es_CR.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2015-09-19 08:26+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/odoo/odoo-9/language/es_CR/)\n" +"Language: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenido" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Último colaborador" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Media" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ningúno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es_DO.po b/i18n/es_DO.po new file mode 100644 index 0000000..3de5db3 --- /dev/null +++ b/i18n/es_DO.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-05-19 06:01+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/odoo/odoo-9/language/es_DO/)\n" +"Language: es_DO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Sobre Nosotros" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenido" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Media" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ninguno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "No Publicado" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtítulo" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mensajes del sitio web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historial de comunicaciones del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "por" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es_EC.po b/i18n/es_EC.po new file mode 100644 index 0000000..71d0af5 --- /dev/null +++ b/i18n/es_EC.po @@ -0,0 +1,2023 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Alejandro Die Sanchis , 2016 +# Rick Hunter , 2015-2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-02-22 05:00+0000\n" +"Last-Translator: Rick Hunter \n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/odoo/odoo-9/language/es_EC/)\n" +"Language: es_EC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Acerca de" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archivados" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nombre del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Entrada del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Título de la entrada del blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Entradas del blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Subtítulo del blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Etiqueta del blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Etiquetas del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Escoja una imagen de la colección." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenido" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Portada" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Propiedades de la Presentación" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Síganos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Dentro" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Último colaborador" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Media" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nueva entrada del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Sin portada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Sin entradas aún." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Nº de visitas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ninguno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "No publicado" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Mensajes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Entrada publicada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Seleccione este elemento de menú para crear una nueva entrada del blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Empieza a escribir aquí..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Subtítulo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtítulo" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formulario de etiqueta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Lista de etiquetas" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Publicación sin título" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Usado en:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogs del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mensajes del sitio web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historial de comunicaciones del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "por" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es_PA.po b/i18n/es_PA.po new file mode 100644 index 0000000..8cd233d --- /dev/null +++ b/i18n/es_PA.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2015-09-19 08:26+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Panama) (http://www.transifex.com/odoo/odoo-9/language/es_PA/)\n" +"Language: es_PA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es_PE.po b/i18n/es_PE.po new file mode 100644 index 0000000..1eb3f42 --- /dev/null +++ b/i18n/es_PE.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-06-16 20:07+0000\n" +"Last-Translator: Carlos Eduardo Rodriguez Rossi \n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/odoo/odoo-9/language/es_PE/)\n" +"Language: es_PE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archivos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "En" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medio" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ninguno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio Web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mensajes del Sitio Web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historial de comunicación del sitio web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "por" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es_PY.po b/i18n/es_PY.po new file mode 100644 index 0000000..56a6ff2 --- /dev/null +++ b/i18n/es_PY.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2015-09-19 08:26+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/odoo/odoo-9/language/es_PY/)\n" +"Language: es_PY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ninguno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/es_VE.po b/i18n/es_VE.po new file mode 100644 index 0000000..12e77cb --- /dev/null +++ b/i18n/es_VE.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-05-15 18:50+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/odoo/odoo-9/language/es_VE/)\n" +"Language: es_VE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenido" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Último colaborador" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Media" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nombre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/et.po b/i18n/et.po new file mode 100644 index 0000000..e483ae8 --- /dev/null +++ b/i18n/et.po @@ -0,0 +1,2748 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Maidu Targama , 2023 +# Helen Sulaoja , 2023 +# Egon Raamat , 2023 +# Patrick-Jordan Kiudorv, 2023 +# Piia Paurson , 2023 +# Martin Trigaux, 2023 +# Leaanika Randmets, 2023 +# Algo Kärp , 2023 +# Arma Gedonsky , 2023 +# Rivo Zängov , 2023 +# JanaAvalah, 2023 +# Marten, 2023 +# Eneli Õigus , 2023 +# Triine Aavik , 2023 +# Mihkel avalah, 2023 +# Anna, 2023 +# Martin Talts , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Martin Talts , 2024\n" +"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (koopia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' lehe päis." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Näidatakse tulemusi päringule '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Kõik kuupäevad" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Avalikustage oma blogipostitus, et see teie külastajatele nähtavaks " +"muutuks." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Logi sisse" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Kirjutage oma lugu siia. Kasutage ülemist tööriistariba oma teksti " +"stiliseerimiseks: lisage pilt või tabel, paksus kirjas või kaldkirjas jne. " +"Lohistage ja liigutage ehitusblokke graafilisema blogi kujunduse " +"saavutamiseks." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"It is critically important that you get just the right" +" telescope." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"That “Wow” moment is what astrology is all about." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Mida rohkem arvustusi te loete, seda enam te märkate, " +"kuidas nad kogunevad arvamustes äärmuste poole." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "There is something timeless about the cosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Silte pole määratud" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Loe " +"järgmist" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Näita:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogid:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Hea viis peidetud paikade avastamiseks" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Uus postitus" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Meist" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Pääse postitusele ligi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Vajalik toiming" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktiivne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Lisa mõningad" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Kõik" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Kõik blogid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Kõik blogid" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Üksinda ookeanis" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Along those lines, how difficult is the set up and break down?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Imeline blogiartikkel: %s! Mine vaata seda laivis: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "An exciting mix of relaxation, culture, history, wildlife and hiking." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arhiveeri" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arhiveeritud" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arhiivid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artikkel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artiklid" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronoomia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomy is “stargazing\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Manuste arv" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Autori nimi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Imelised hotellitoad" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Be aware of this thing called “astronomy”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Becoming part of the society of devoted amateur astronomers." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Bedroom Facilities" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Before you make your first purchase…" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Beyond The Eye" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blogi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Blogi nimi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Blogi leht" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blogipostitus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Blogipostituse kaanepilt" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Blogipostituste lehed" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Blogipostituse pealkiri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blogipostitused" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blogi alampealkirjad" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blogi sildid" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Blogisiltide kategooria" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Blogisildid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Blogitiitel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Blogi tiitel" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Blogide loend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Blogide leht" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Alumine osa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Navigatsioon" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Buying A Telescope" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Võib avaldada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kaardid" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategooria" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Lasteasutused" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Vali teegist pilt" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Klõpsake siia, et oma veebilehele uut sisu lisada." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Valige \"Uus\" nupul üleval paremas nurgas, et kirjutada oma esimene " +"blogipostitus." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Sulge" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Kommentaar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Kommentaarid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Kommentaaride/vaatamiste statistika" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Sisu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Kaas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Kaane seaded" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Loodud (kelle poolt?)" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Kuupäev (uuemast vanemani)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Kuupäev (vanemast uueni)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Kirjeldus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Kuvatav nimi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Plokkide langetamistsoon" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "East Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Muuda adminiliideses" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Muutke '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Muutke 'Kõik Blogid' lehe päist" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Muutke 'Filtreerige tulemusi' lehe päist." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Muutke pealkirja, alapealkiri on valikuline." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Sisestage oma postituse pealkiri" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Faktid, mis tuleks meeles hoida." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Jälgige meid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Jälgige meid" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Jälgijad" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Jälgijad(Partnerid)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Täislaius" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Leidke nohik" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Get a telescope" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Get some history" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Alusta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Võrgustik" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Rühmitamine" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "On sõnum" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Here are some of the key facts you should bear in mind:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Holiday tips" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Hiire liikumise efekt" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Kuidas üles leida" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "How mobile must your telescope be?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "How to choose the right hotel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Kui kontrollitud, siis uued sõnumid nõuavad Teie tähelepanu." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Kui valitud, on mõningate sõnumitel saatmiserror." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Sisse" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Suurendage loetavust" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "On jälgija" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "On avaldatud" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Saared" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Džungel" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Teadke, mida te vaatae" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Teadke, millal vaadata" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Suur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Viimane toetaja" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Kõige uuemad" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Viimased blogipostitused" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Paigutus" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Leisure Facilities" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Loend" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Asukoht" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Maui helicopter tours" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Levitamise vahend" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Sõnumi saatmise veateade" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Sõnum" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Metakirjeldus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Meta võtmesõnad" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Metapealkiri" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Enimvaadatud blogipostitused" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nimi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nimi / Viimane postitus" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Uus blogipostitus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Järgmine artikkel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Katteta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Blogipostitusi pole." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Vaadete arv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Ostingutulemusi ei leitud \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Päringule ei leitud tulemusi '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Silte pole veel määratud." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Pole" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Avaldamata" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Tegevuste arv" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Vigade arv" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Tegevust nõudvate sõnumite arv" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Veateatega sõnumite arv" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Kui olete sisu mobiilis üle vaadanud, klõpsates siia saate lülituda tagasi " +"tavavaatele" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Muud" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Meie blogid" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Pildi autor: Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Pildi autor: Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Pildi autor: Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Pildi autor: Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Pildi autor: Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Pildi autor: Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Pildi autor: Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Pildi autor: Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Pildi autor: PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Pildi autor: SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Pildi autor: Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Postitused" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Postituste loend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Avaldamise kuupäev" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Avaldatud" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Avalikustatud (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Avaldamise kuupäev" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Avalikustatud postitus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Avalikustamise valikud" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Avalikustamise kuupäev" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "" +"2689\n" +"Qweb Väli" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Hinnangud" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Loe rohkem" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Loe rohkem " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restoranid, kohvikud ja baarid" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Avaldage ainult see veebileht" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO optimized" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Sõnumi kohaletoimetamise viga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Näidis" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satelliidid" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Otsi pilti. (nt trüki \"äri\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Rannik versus mäekülg" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Vaade maailma tipust" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Vali blogi" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Vali blogi, millele soovite postitust lisada." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Valige see menüükirje uue postituse loomiseks." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Vali kommenteerimiseks" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Vali postitamiseks" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Seo nimi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Eraldage iga võtmesõna komaga" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Valige blogipostituse kaas-" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Jaga linke" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Jagage Facebookis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Jaga Linkedinis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Jaga Twitteris" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Jaga seda postitust" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Kõrvalriba" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Taevad" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Someone famous in Source Title" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Märka faunat" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Alusta kirjutamist siit..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stiil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Alampeaktiri" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Alampealkiri" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Siltide kategooriad" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Sildi kategooria" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Sildi kategooria vorm" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Sildi vorm" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Sildi nimekiri" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "Sildi kategooria juba eksisteerib!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Sildi nimi on juba loodud!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Sildid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Siltide loend" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Pimedas pildistamine" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser & Sildid" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Teaser sisu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "The beauty of astronomy is that anybody can do it." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "The best time to view the moon." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Dokumendile veebisaidi kaudu juurdepääsuks täielik URL." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"There are other considerations to factor into your final purchase decision." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "See kast pole teie külastajatele nähtav" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "See silt juba eksisteerib" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Väike" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Nimi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Title kaanel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Tiitel kaane sees" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Ülemine bänner" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Reis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Avalikustamata (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Pealkirjata postitus" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Kasutage seda ikooni, et näha oma blogipostituse eelvaadet " +"mobiiliseadmetes." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Kasutatud:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Vaatepunktid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Vaated" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Nähtav kõikidel blogilehekülgedel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Nähtav praegusel veebilehel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Veebileht" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Veebilehe blogid" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Veebilehe sõnumid" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Veebilehe väljalõike filter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Veebilehe URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Veebilehe suhtluse ajalugu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Veebilehe metakirjeldus" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Veebilehe meta võtmesõnad" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Veebilehe metapealkiri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Veebilehe opengraph pilt" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "What If They Let You Run The Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Vaatega" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Kirjutage siia lühike tekst, et oma blogi või ettevõtet kirjeldada." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "seiklus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blogi. Klõpsake siia, et blogisse ligi pääseda :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "navigatsioon" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr " by" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "avastus" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "giidid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "on avalikustatud" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotellid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "tollid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "teleskoobid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr ", et jätta kommentaar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "avalikustamata" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Kommentaare pole veel" diff --git a/i18n/eu.po b/i18n/eu.po new file mode 100644 index 0000000..a170f9d --- /dev/null +++ b/i18n/eu.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-02-12 10:20+0000\n" +"Last-Translator: Oihane Crucelaegui \n" +"Language-Team: Basque (http://www.transifex.com/odoo/odoo-9/language/eu/)\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Created on" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Group By" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Izena" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiketak" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titulua" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/fa.po b/i18n/fa.po new file mode 100644 index 0000000..c1e1f5a --- /dev/null +++ b/i18n/fa.po @@ -0,0 +1,2389 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# arya sadeghi , 2023 +# Yousef Shadmanesh , 2023 +# Hamid Darabi, 2023 +# F Hariri , 2023 +# Martin Trigaux, 2023 +# fardin mardani, 2023 +# Mostafa Barmshory , 2023 +# Hanna Kheradroosta, 2023 +# Hamed Mohammadi , 2023 +# Abbas Ebadian, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Abbas Ebadian, 2024\n" +"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (کپی)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"پست بلاگ خود را منتشر کنید تا برای بازدیدکنندگان قابل دیدن شود." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "ورود" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "پست جدید" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "درباره ما" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "دسترسی پست" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "اقدام مورد نیاز است" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "فعال" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "همه" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "بایگانی" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "بایگانی شده" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "آرشیوها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "تعداد پیوست ها" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "مولف" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "نویسنده" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "آواتار" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "بلاگ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "نام بلاگ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "پست بلاگ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "عنوان پست بلاگ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "پستهای بلاگ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "زیر عنوان بلاگ" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "برچسب بلاگ" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "برچسبهای بلاگ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "بلاگها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "پایین" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "می تواند منتشر کند" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "دسته بندی" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "یک عکس از کتابخانه انتخاب کن." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "بستن" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "توضیح" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "نظرها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "محتوا" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "خصوصیات رویه" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "ایجادشده در" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "توصیف" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "نام نمایش داده شده" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "ویرایش در بک اند" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "فیسبوک" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "دنبال کنندگان" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "پیروان (شرکاء)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "تمام عرض" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "شروع کنید" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "شبکه" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "گروه‌بندی برمبنای" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "آیا دارای پیام است" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "شناسه" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" +"اگر این گزینه را انتخاب کنید، پیام‌های جدید به توجه شما نیاز خواهند داشت." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "اگر علامت زده شود، برخی از پیام ها دارای خطای تحویل هستند." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "در" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "آیا دنبال می کند" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "منتشر شده است" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "بزرگ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "آخرین مشارکت کننده" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "آخرین بروز رسانی توسط" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "آخرین بروز رسانی در" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "طرح بندی" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "فهرست" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "مکان" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "متوسط" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "خطای تحویل پیام" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "پیام ها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "نام" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "پست بلاگ جدید" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "هنوز پست بلاگی نیست." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "تعداد نماها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "هیچکدام" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "تعداد اقدامات" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "تعداد خطاها" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "تعداد پیام هایی که نیاز به اقدام دارند" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "تعداد پیامهای با خطای تحویل" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "دیگران" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "پستها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "منتشر شده" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "تاریخ انتشار" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "پست منتشر شده" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "گزینه‌های انتشار" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "تاریخ انتشار" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "رتبه‌ها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "محدود کردن انتشار به این وبسایت." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "بهینه سازی شده سئو" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "خطای تحویل پیامک" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "نمونه" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "نام سئو" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "اشتراک گذاری لینکها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "اشتراک بر فسیبوک" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "اشتراک بر لینکداین" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "اشتراک در تویتر" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "شروع نوشتن اینجا..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "استایل" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "زیر عنوان" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "زیر عنوان" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "دسته بندی برچسب‌ها" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "فرم برچسب" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "لیست برچسب" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "نام برچسب از قبل وجود دارد!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "برچسب‌ها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "تیزر" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "آدرس URL کامل برای دسترسی سند در وبسایت." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "عنوان" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "توییتر" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "پست بدون عنوان" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "استفاده شده در:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "نماها" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "قابل دید در وبسایت حاضر" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "تارنما" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "بلاگهای وبسایت" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "پیام های وب سایت" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "فیلتر قطعه وب سایت" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL وبسایت" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "تاریخچه ارتباط با وبسایت" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "توضیحات متا وبسایت" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "کلیدواژه‌های متا وبسایت" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "عنوان متا وبسایت" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "تصویر opengraph وب سایت" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "خرده نان" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "توسط" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "در" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "منتشر نشده" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/fi.po b/i18n/fi.po new file mode 100644 index 0000000..fb847a2 --- /dev/null +++ b/i18n/fi.po @@ -0,0 +1,2745 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Svante Suominen , 2023 +# Mikko Salmela , 2023 +# Jussi Lehto , 2023 +# Sari Mäyrä , 2023 +# Johanna Valkonen , 2023 +# Tuomas Lyyra , 2023 +# Jenni Heikkilä , 2023 +# Kari Lindgren , 2023 +# Anni Saarelainen, 2023 +# Miika Nissi , 2023 +# Tuomo Aura , 2023 +# Martin Trigaux, 2023 +# Pekko Tuomisto , 2023 +# Kari Lindgren , 2023 +# Miku Laitinen , 2023 +# Tommi Rintala , 2023 +# Veikko Väätäjä , 2023 +# Jarmo Kortetjärvi , 2024 +# Ossi Mantylahti , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ossi Mantylahti , 2024\n" +"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopio)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' sivun otsikko." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Näytetään tulokset '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Kaikki päivät" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Julkaise blogikirjoitus, jotta se näkyy kävijöille." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Kirjaudu sisään" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Kirjoita tarinasi tähän. Käytä ylävalikon työkaluja tekstin " +"tyylittelyyn: lisää kuvia, taulukoita, lihavoi tekstiä, jne. Vedä- ja pudota" +" rakenne-elementtejä lisätäksesi graafisuutta blogiisi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"It is critically important that you get just the right" +" telescope." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"That “Wow” moment is what astrology is all about." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "There is something timeless about the cosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Tunnisteita ei ole määritetty" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Lue " +"seuraavaksi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Näytä:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogit:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Loistava tapa löytää piilossa olevia paikkoja" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Uusi kirjoitus" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Tietoa meistä" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Mene kirjoitukseen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Vaatii toimenpiteitä" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktiivinen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Lisää hieman" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Kaikki" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Kaikki blogit" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Kaikki blogit" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Yksin meressä" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Along those lines, how difficult is the set up and break down?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Mahtava blogikirjoitus: %s! Katso se livenä: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "An exciting mix of relaxation, culture, history, wildlife and hiking." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arkistoi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arkistoitu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arkistot" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artikkeli" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artikkelit" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomia on \"tähtiin tuijottelua\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom -syöte" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Liitteiden määrä" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Tekijä" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Tekijän nimi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Mahtavat hotellihuoneet" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Be aware of this thing called “astronomy”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Becoming part of the society of devoted amateur astronomers." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Makuuhuoneen mukavuudet" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Ennen kuin teet ensimmäisen ostoksen..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Piilossa katseelta" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blogi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Blogin nimi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Blogisivu" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blogikirjoitus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Blogikirjoituksen kansi" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Blogikirjoitusten sivut" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Blogikirjoituksen otsikko" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blogikirjoitukset" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blogin alaotsikko" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blogin tägi" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Blogin avainsanakategoria" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Blogitunnisteet" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Blogin otsikko" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Blogin otsikko" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogit" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Blogien luettelo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Blogien sivu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Alhaalla" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Murupolku" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Teleskoopin ostaminen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Voi julkaista" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kortit" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategoria" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Lasten palvelut" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Valitse kuva kirjastosta." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Napsauta tätä lisätäksesi uutta sisältöä verkkosivustoosi." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Klikkaa \"Uusi\" oikeassa yläkulmassa kirjoittaaksesi ensimmäinen " +"blogikirjoituksesi." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Sulje" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Kommentti" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Kommentit" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Kommentit ja katseluiden tilastot" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Sisältö" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Kansi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Etusivun ominaisuudet" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Päiväys (uudesta vanhaan)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Päivämäärä (vanhasta uuteen)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Kuvaus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Rakennuslohkojen pudotusalue" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Itä-Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Muokkaa hallinnassa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Muokkaa '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Muokkaa 'Kaikki blogit' sivun otsikkoa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Muokkaa 'Tulosten suodatus' sivun otsikkoa." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Muokkaa otsikkoa, alaotsikko on vapaaehtoinen." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Kirjoita julkaisun otsikko" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Faktat joita täytyisi pitää mielessä" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Seuraa meitä" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Seuraa meitä" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Seuraajat" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Seuraajat (kumppanit)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Täysi leveys" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Hanki nörtti" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Hanki teleskooppi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Hanki historiaa" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Aloita" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Taulukko" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Ryhmittely" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Sisältää viestin" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Joitan avainasioita joita täytyisi pitää mielessä:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Lomavinkit" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Leijumisefekti" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Kuinka hakea" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Kuinka liikuteltava teleskooppisi pitäisi olla?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Kuinka valita oikea hotelli" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Jos valittu, uudet viestit vaativat huomiotasi." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Jos valittu, joitakin viestejä ei ole toimitettu." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Jossa" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Lisää luettavuutta" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "On seuraaja" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "On julkaistu" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Saaret" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Viidakko" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Tiedä mitä katsot" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Tiedä milloin katsoa" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Suuri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Viimeisin tiedon lisääjä" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Viimeisimmät" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Uusimmat blogikirjoitukset" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Ulkoasu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Vapaa-ajan palvelut" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Sijainti" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Maui helikopterikierrokset" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Media" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Ongelma viestin toimituksessa" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Viestit" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta-kuvaus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Meta-avainsanat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta-otsikko" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Katsotuimmat blogikirjoitukset" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nimi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nimi / Viimeisin virka" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Uusi blogikirjoitus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Seuraava" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Ei kantta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Ei vielä blogikirjoituksia" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Näkymien lkm" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Ei tuloksia haulle \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Ei tuloksia. Kokeile jotain muuta hakusanaa. '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Avainsanoja ei ole vielä määritetty." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ei mitään" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Ei julkaistu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Toimenpiteiden määrä" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Virheiden määrä" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Toimenpiteitä vaativien viestien määrä" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Toimitusvirheellisten viestien määrä" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Kun olet tarkastellut sisältöä mobiililaitteella, voit siirtyä takaisin " +"normaaliin näkymään napsauttamalla tästä uudelleen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Muut" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Blogimme" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Kuvaaja Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Kuvaaja Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Kuvaaja Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Kuvaaja Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Kuvaaja Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Kuvaaja Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Kuvaaja Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Kuvaaja Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Kuvaaja PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Kuvaaja SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Kuvaaja Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Julkaisuja" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Blogikirjoituksien listaus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Julkaisupäivämäärä" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Julkaistu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Julkaistu (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Julkaisupäivä" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Julkaistu viesti" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Julkaisuasetukset" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Julkaisupäivä" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb-kenttä" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Arviointi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Lue lisää" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Ravintolat, kahvilat ja baarit" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Rajoita julkaisu tälle verkkosivustolle." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "Hakukoneoptimointi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Hakukoneoptimoitu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Tekstiviestin toimitusvirhe" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Esimerkki" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satelliitit" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Etsi kuvaa. (esim: tyyppi \"liiketoiminta\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Merenranta vs. vuoristo" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Maailman näkeminen ylhäältä käsin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Valitse blogi" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Valitse blogi johon haluat lisätä kirjoituksen" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Valitse tämä valikko luodaksesi uuden blogikirjoituksen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Valitse kommentoidaksesi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Valitse tweetin lähettämiseksi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "SEO-nimi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Erottele jokainen avainsana pilkulla" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Aseta blogikirjoituksen kansikuva." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Jaa linkit" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Jaa Facebookissa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Jaa Linkedinissä" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Jaa Twitterissä" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Jaa tämä kirjoitus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Sivupalkki" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Taivas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Joku kuuluisa Kohteen otsikossa" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Eläimistön havainnointi" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Aloita kirjoittaminen tänne..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Tyyli" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Alaotsikko" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Alaotsikko" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Avainsanojen kategoriat" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Avainsanan kategoria" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Avainsanan kategorian lomake" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Tunnistelomake" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Tunnistelista" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Tunniste on jo olemassa!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Tunnisteet" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Tunnisteiden Luettelo" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Kuvien ottaminen pimeässä" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser & tunnisteet" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Teaserin sisältö" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called 'experts'. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "The beauty of astronomy is that anybody can do it." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Paras aika katsella kuuta." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Tämä blogikirjoitus näkyy kävijöille sinä päivänä kun se on merkattu " +"julkaistavaksi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Dokumentin URL-osoite verkkosivustolla." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"On muitakin asioita joita täytyy harkita ennen lopullista ostopäätöstä." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Tämä laatikko ei näy vierailijoille" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Tämä tunniste on jo olemassa" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Pienin" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Otsikko" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Otsikko kannen yläpuolella" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Otsikko Kannen sisäpuolella" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Yläbanneri" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Matkustus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Julkaisematon (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Otsikoimaton viesti" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Käytä tätä ikonia esikatsellaksesi blogikirjoitusta " +"mobiililaitteilla." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Käytetty:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Näkökulmat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Näkymät" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Näkyy kaikkien blogien sivuilla" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Näkyy nykysellä verkkosivulla" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "KIRJOITA TÄHÄN TAI RAAHAA RAKENNUSPALIKOITA" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Verkkosivu" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Verkkosivun blogit" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Verkkosivun ilmoitukset" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Verkkosivuston pätkäsuodatin" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Verkkosivuston osoite" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Verkkosivun viestihistoria" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Verkkosivuston metakuvaus" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Verkkosivuston meta-avainsanat" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Verkkosivuston metaotsikko" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Verkkosivun opengraph kuva" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "What If They Let You Run The Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Näköalalla" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Kirjoita tähän lyhyt teksti kuvaamaan blogia tai yritystä" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "seikkailu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blogi. Klikkaa tästä päästäksesi blogiin:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "murupolku" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "kirjoittaja" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "löytäminen" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "oppaat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "on julkaistu" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotellit" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "tuumaa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "käytössä " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "käytössä " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "teleskoopit" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "jättääksesi kommentin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "julkaisematon" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Ei vielä kommentteja" diff --git a/i18n/fr.po b/i18n/fr.po new file mode 100644 index 0000000..fbb3cba --- /dev/null +++ b/i18n/fr.po @@ -0,0 +1,2767 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2024 +# Jolien De Paepe, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jolien De Paepe, 2024\n" +"Language-Team: French (https://app.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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (copie)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' en-tête de page." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Affichage des résultats pour '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Toutes les dates" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Les jumelles sont légères et portables. À moins que vous n'ayez le " +"luxe d'installer et d'exploiter un observatoire à partir de votre terrasse, " +"vous allez probablement voyager pour effectuer vos observations. Les " +"jumelles vous accompagnent beaucoup plus facilement et elles sont plus " +"légères à utiliser qu'un kit d'installation de télescope encombrant." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Questionnez des experts. Si vous n'êtes pas déjà membre d'une société" +" ou d'un club d'astronomie, les vendeurs de télescopes pourront vous " +"indiquer les clubs actifs dans votre région. Une fois que vous aurez des " +"contacts avec des personnes qui ont acheté des télescopes, vous pourrez " +"obtenir des conseils sur ce qui fonctionne et ce qu'il faut éviter, le genre" +" d'informations utiles que vous n'obtiendrez pas forcément sur internet ou " +"d'un vendeur chez Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Publiez votre article pour le rendre visible auprès de vos visiteurs." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Se connecter" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Essayez avant d'acheter. C'est un autre avantage de partir en " +"excursion avec le club d'astronomie. Vous pouvez réserver des heures de " +"qualité avec des gens qui connaissent les télescopes et qui ont leur " +"appareil installé pour examiner leur équipement, apprendre les principaux " +"aspects techniques et les essayer avant de dépenser de l'argent dans votre " +"propre installation." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Écrivez votre histoire ici. Utilisez la barre d'outils supérieure " +"pour définir le style de votre texte : ajoutez une image ou un tableau, " +"mettez le texte en gras ou en italique, etc. Glissez et déposez des blocs de" +" construction pour obtenir des blogs plus graphiques." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Outre la population autochtone, la faune locale attire" +" également les foules." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "Il est essentiel d'avoir le bon télescope." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "L'astrologie, c'est ce moment \"Wow\"." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Plus vous lisez d'avis, plus vous allez remarquer " +"qu'ils ont tendance à se regrouper aux extrêmes de l'opinion." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Le cosmos a quelque chose d'intemporel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Votre étude de la lune, comme toute autre chose, peut " +"aller du simple au très complexe." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Aucune balise définie" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Lire " +"suivant" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Montrer :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogs :" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Une excellente façon de découvrir des endroits cachés" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Des vacances au Copper Canyon promettent d'être un mélange passionnant de " +"détente, de culture, d'histoire, de faune et de randonnée." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Un nouvel article" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Un voyageur peut choisir d'explorer la région en faisant une randonnée dans " +"le canyon ou en s'y aventurant. Une planification détaillée est requise pour" +" ceux qui souhaitent s'aventurer dans les profondeurs du canyon. Il existe " +"un certain nombre d’agences de voyages spécialisées dans l’organisation de " +"voyages dans la région. Les visiteurs peuvent se rendre à Copper Canyon en " +"utilisant un visa de touriste, valable pendant 180 jours. Les voyageurs " +"peuvent également démarrer en voiture de n'importe où aux États-Unis et " +"obtenir un visa au poste de douane mexicain, à la frontière." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "À propos de nous" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Surtout, établissez une relation avec un magasin de télescopes réputé" +" qui emploie des personnes qui connaissent leur métier. Si vous achetez " +"votre télescope dans un Wal-Mart ou un grand magasin, les chances que vous " +"obteniez le bon matériel sont limitées." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Accéder à l'article" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Nécessite une action" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Actif" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Ajouter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Tous" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Tous les blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Tous les blogs" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Seul dans l'océan" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" +"Dans cette optique, quelle est la difficulté de mise en place et de panne ?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Un article de blog étonnant : %s! Vérifiez en direct : %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Un mélange passionnant de relaxation, de culture, d'histoire, d'animaux " +"sauvages et de randonnées." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"Et quand tout est dit et fait, équipez-vous. Votre quête du " +"télescopes plus récents et plus performants durera toute votre vie. Laissez-" +"vous devenir accro à l'astronomie et l'expérience enrichira tous les aspects" +" de votre vie. Ce sera une dépendance dont vous ne voudrez jamais vous " +"défaire." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Une autre caractéristique unique de Copper Canyon est la présence de la " +"culture indienne Tarahumara. Ces personnes semi-nomades vivent dans des " +"habitations troglodytiques. Leurs moyens de subsistance dépendent " +"principalement de l'agriculture et de l'élevage du bétail." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archive" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Archivé" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archives" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Article" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Articles" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Les clubs d'astronomie sont des lieux animés, remplis d'amateurs éclairés " +"qui aiment partager leurs connaissances avec vous. Pour le prix d'un coca et" +" d'une collation, ils vous emmèneront observer les étoiles et vous " +"inonderont de questions et de connaissances." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "L'astronomie est “l'observation des étoiles\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Flux atom" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Nombre de pièces jointes" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Auteur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nom de l'auteur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Superbes chambres d'hôtel" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Soyez conscient de cette chose appelée “astronomy”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Faire partie d'un groupe d'astronomes amateurs vous permettra de bénéficier " +"d'efforts organisés afin d'approfondir votre capacité d'étude de la lune. " +"Vous tisserez des liens avec des pairs et amis qui partagent votre passion " +"et qui pourront vous apporter leur expertise lorsque vous chercherez votre " +"prochaine zone d'observation... Vers la lune et au-delà, dans votre quête de" +" connaissances sur l'univers qui s'étend sans fin au-dessus de nous." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Faire partie de la société des astronomes amateurs dévoués." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Aménagement des chambres" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Avant de faire cette grosse dépense, il serait peut-être préférable " +"d'investir dans de bonnes jumelles. Il existe même des jumelles adaptées à " +"l'observation des étoiles, qui vous donneront tout aussi bien cette vision " +"supplémentaire dont vous avez besoin pour voir un peu mieux les merveilles " +"de l'univers. Des jumelles bien conçues vous donnent également beaucoup plus" +" de mobilité et la possibilité de garder votre “vision améliorée” à portée " +"de main lorsque cette vue incroyable se présente à vous." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Avant de faire votre premier achat…" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Au-delà de l'œil" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nom du blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Page de blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Article de blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Couverture de l'article de blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Pages de l'article de blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Titre de l'article de blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Articles de blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Sous-titre du blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Étiquette du blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Catégorie d'étiquette de blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Étiquettes de blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Titre du blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Titre du blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Liste des blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Page de blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Bas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Fil d'Ariane" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Mais comment passer en revue l'ensemble des choix proposés ? Et plus " +"important encore, faites-vous vraiment confiance aux photographies et aux " +"descriptions que les hôtels ont mis en place avec la motivation d'obtenir " +"davantage de réservations ? Les avis des voyageurs peuvent être utiles, mais" +" vous devez faire preuve de prudence. Ils sont souvent biaisés, parfois " +"obsolètes et peuvent ne pas servir du tout vos intérêts. Comment savoir que " +"les éléments qui sont importants pour le réviseur, le sont également pour " +"vous ?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Acheter un télescope" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Acheter le bon télescope pour faire passer votre amour de l'astronomie au " +"niveau supérieur est une étape importante dans le développement de votre " +"passion pour les étoiles." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Peut publier" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Cartes" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Catégorie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Installations pour enfants" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Choisir une image depuis la librairie." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Cliquez ici pour ajouter du nouveau contenu à votre site web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Cliquez sur \"Nouveau\" dans le coin supérieur droit pour rédiger " +"votre premier article de blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Fermer" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Commentaire" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Commentaires" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Statistiques de commentaires/vues" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon est l'une des six gorges de la région. Bien que son nom " +"suggère que la gorge pourrait avoir un lien avec l'extraction du cuivre, ce " +"n'est pas le cas. Le nom est dérivé du lichen cuivreux et vert recouvrant le" +" canyon. Copper Canyon présente deux zones climatiques. La région présente " +"un climat alpin au sommet et un climat subtropical aux niveaux inférieurs. " +"Les hivers sont froids avec de fréquentes tempêtes de neige en haute " +"altitude. Les étés sont secs et chauds. La capitale, Chihuahua, est un " +"désert de haute altitude où le temps varie des hivers froids aux étés " +"chauds. La région est unique en raison des divers écosystèmes qu'elle " +"abrite." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Couverture" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Propriétés de la couverture" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Date (nouvelle à ancienne)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Date (ancienne à nouvelle)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Description" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nom d'affichage" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Zone de dépôt des blocs de construction" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "L'Est de Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Les excursions en hélicoptère de l'Est du Maui vous donneront une vue sur le" +" volcan, Haleakala ou la Maison du Soleil, de dix mille pieds. Ce volcan est" +" actuellement dormant et sa dernière éruption date de 1790. Vous pourrez " +"voir le cratère du volcan et la terre sèche et aride entourant le côté sud " +"de sa pente." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Modifier dans le backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Modifiez le '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Modifiez l'en-tête de page \"Tous les blogs\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Modifiez l'en-tête de page \"Filtrer les résultats\"." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Modifiez votre titre, le sous-titre est optionnel" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Entrez le titre de votre article" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Quelques faits que vous devez garder à l'esprit." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Enfin et surtout, l'équipe d'inspection de l'annuaire des hôtels de qualité " +"doit avoir visité régulièrement l'hôtel en question, rencontré le personnel," +" dormi dans une chambre et goûté la nourriture. Elle doit vivre l'hôtel " +"comme seul un client peut le faire et ce n'est qu'à ce moment qu'elle est " +"vraiment en position de force pour écrire sur l'hôtel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Suivez-nous" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Suivez-nous" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Abonnés" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Abonnés (Partenaires)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Pour beaucoup d’entre nous qui sommes citadins, nous ne remarquons pas " +"vraiment ce ciel là-haut de façon régulière. Les lumières de la ville font " +"un bon travail pour masquer l'incroyable spectacle qui se trouve au-dessus " +"de nos têtes tout le temps." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Pour beaucoup d'entre nous, notre toute première expérience d'apprentissage " +"des corps célestes commence lorsque nous avons vu notre toute première " +"pleine lune dans le ciel. C'est vraiment une vue magnifique, même à l’œil " +"nu." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Du plus petit bébé à l'astrophysicien le plus avancé, tous peuvent profiter " +"de l'astronomie. En fait, c'est une science si accessible que tout le monde " +"peut s'y adonner, où qu'il soit. Tout ce qu'il faut savoir faire, c'est " +"lever les yeux." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Pleine largeur" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Devenez un geek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Procurez-vous un télescope" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Obtenez un peu d'histoire" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Les prémices" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Grille" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Regrouper par" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "A un message" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Voici quelques éléments clés que vous devez garder à l'exprit :" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Conseils pour vos vacances" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Effet de survol" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Comment chercher" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Le télescope est-il complexe et aurez-vous des problèmes d'entretien ? " +"Mettez-vous en réseau pour obtenir les réponses à ces questions et à " +"d'autres. Si vous faites vos devoirs de cette manière, vous trouverez le " +"télescope idéal pour cette prochaine grande étape dans l'évolution de votre " +"passion pour l'astronomie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "À quel point votre télescope doit-il être mobile ?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Comment choisir le bon hôtel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Si coché, de nouveaux messages demandent votre attention." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Si coché, certains messages ont une erreur de livraison." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"S'il est important que votre hôtel soit, par exemple, sur la plage, à " +"proximité d'un parc à thème ou de l'aéroport, l'emplacement est primordial. " +"Tout annuaire décent devrait offrir un plan de l'hôtel et de ses environs. " +"Des tableaux des distances jusqu'à l'aéroport doivent être proposés, ainsi " +"qu'une forme de carte interactive." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Si la nuit est claire, vous pouvez voir des détails étonnants de la surface lunaire, simplement en regardant les étoiles dans votre jardin.\n" +"Naturellement, à mesure que votre amour de l'astronomie grandira, vous trouverez de nombreux corps célestes fascinants. Mais la lune restera peut-être toujours notre premier amour, car c'est le seul objet spatial lointain qui a la particularité de graviter près de la terre et sur lequel l'homme a marché." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Dans" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"À bien des égards, c'est un grand pas pour quelqu'un qui ne fait que " +"s'amuser avec l'astronomie et qui devient un étudiant sérieux de cette " +"science. Mais vous et moi savons tous deux qu'il y a encore un grand pas à " +"franchir après l'achat d'un télescope avant de savoir vraiment comment " +"l'utiliser." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Lisibilité accrue" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Est un abonné" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Est publié" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Îles" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Il est très amusant de commencer à apprendre les constellations, comment " +"naviguer dans le ciel nocturne et trouver les planètes et les étoiles " +"célèbres. Il existe des sites web et livres à profusion pour vous guider." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Il est important de choisir un hôtel dans lequel vous vous sentez à l'aise -" +" mobilier contemporain ou traditionnel, décor local ou international, formel" +" ou décontracté. L'annuaire de l'hôtel idéal devrait vous informer des " +"options disponibles." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"À un certain moment de notre vie, chacun de nous ressent ce moment où nous " +"sommes soudainement stupéfaits lorsque nous nous trouvons face à l'énormité " +"de l'univers que nous voyons dans le ciel nocturne." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Quand on y pense, il est incroyable qu'en observant simplement le ciel " +"certains soirs, on puisse voir pratiquement des centaines de milliers " +"d'étoiles, de systèmes stellaires, de planètes, de lunes, d'astéroïdes, de " +"comètes et peut-être même une navette spatiale passant par là. C'est encore " +"plus époustouflant lorsque vous réalisez que le ciel que vous regardez est " +"exactement le même que celui que nos ancêtres appréciaient, il y a des " +"centaines et des milliers d'années." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Jungle" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Savoir ce que vous regardez" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Savoir quand regarder" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Grande" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Dernier contributeur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Mis à jour par" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Mis à jour le" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Le dernier" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Derniers articles de blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Agencement" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Apprendre le contexte des grandes découvertes de l'astronomie rendra vos " +"moments d'observation des étoiles plus significatifs. C'est l'une des plus " +"anciennes sciences de la terre, alors découvrez les grands de l'histoire qui" +" ont regardé ces étoiles avant vous." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Installations de loisirs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Liste" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Les couleurs locales sont formidables, mais les restaurants et les bars de " +"l'hôtel peuvent jouer un rôle important lors de votre séjour. Soyez " +"conscient des choix, des styles, s'ils sont plutôt élégants ou informels. Un" +" bon rapport d'hôtel doit vous raconter ceci, et en particulier le service " +"du petit-déjeuner." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Emplacement" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Vols en hélicoptère à Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Les vols en hélicoptère à Maui sont un excellent moyen de voir l'île sous un" +" angle différent et de vivre une aventure amusante. Si vous n'avez jamais " +"été à bord d'un hélicoptère auparavant, c'est un excellent endroit pour vous" +" lancer." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Les vols en hélicoptère au Maui sont un excellent moyen de visiter les " +"endroits qui sont difficilement accessibles à pied ou en voiture. Les " +"visites durent environ une heure et leur prix varie d'environ cent quatre-" +"vingt-cinq dollars à deux cent quarante dollars par personne. Pour beaucoup," +" c'est une occasion unique de voir des paysages naturels qui auront peut-" +"être bientôt disparus. Prendre un appareil photo ou une caméra pour capturer" +" ces moments vous permettra également de revivre la visite au fil des " +"années." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Les vols en hélicoptère vous permettront de voir tous ces sites. Assurez-" +"vous de prendre un appareil photo ou une caméra avec vous lors de vos vols " +"en hélicoptère afin de capturer toute la beauté du paysage et montrer à vos " +"amis et à votre famille toutes les choses merveilleuses que vous avez vues " +"pendant vos vacances à Maui." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Médium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Erreur d'envoi du message" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Messages" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Description Meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Mots-clés Meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Titre Meta" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Les vols en hélicoptère de Molokai Maui vous emmèneront sur une île différente, mais à seulement neuf miles de distance et facilement accessible par les airs. Cette île a une très petite population avec une culture et des paysages différents. Toute la côte nord-est est bordée de falaises et de plages isolées. Ils sont complètement inaccessibles par tout autre moyen de transport.\n" +"Les gens qui vivent sur l'île n'ont à priori jamais vu ce paysage remarquable à moins d'avoir fait des vols en hélicoptère. Lorsque le temps est pluvieux et qu'il y a beaucoup de précipitations pour la saison, vous verrez de nombreuses chutes d'eau étonnantes." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Plus important pour le voyageur en famille que pour le voyageur d'affaires, " +"vous devez vous renseigner sur le degré d'adaptation de l'hôtel aux enfants " +"dans l'annuaire et prendre votre décision à partir de là. Il est intéressant" +" de savoir si l'hôtel propose un service de garde d'enfants. Pour le " +"voyageur d'affaires qui souhaite échapper à des enfants, cet aspect est bien" +" sûr très important - un hôtel qui n'est pas adapté aux enfants serait peut-" +"être plus approprié !" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Articles de blog les plus consultés" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nom" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nom / Dernier article" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nouvel article de blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Article suivant" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Aucune couverture" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Aucun article pour le moment." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Nombre de vues" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Aucun résultat pour \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Aucun résultat trouvé pour '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Encore aucune étiquette définie." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Aucun" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Rien de tout cela ne vous empêche d'avancer dans votre projet de mettre en " +"place un système de télescope absolument génial. Assurez-vous simplement " +"d'obtenir des conseils et une formation de qualité sur la façon de " +"configurer votre télescope pour répondre à vos besoins. En utilisant ces " +"directives, vous profiterez d'heures de plaisir à observer les sites " +"phénoménaux du ciel nocturne qui se trouvent au-delà de l’œil nu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Non publié" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Non seulement le fait de connaître la météo vous permettra de vous assurer " +"que votre observation des étoiles est gratifiante, mais si vous apprenez " +"quand les grandes pluies de météores et autres grands événements " +"astronomiques se produisent, l'excitation de l'astronomie prendra vie pour " +"vous." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Nombre d'actions" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Nombre d'erreurs" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Nombre de messages nécessitant une action" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Nombre de messages avec des erreurs d'envoi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Afin d'amener votre passion pour la lune à son niveau ultime, vous équiper " +"d'un bon télescope de haute gamme vous permettra d'observer les détails les " +"plus étonnants de la surface lunaire. Avec chacune de ces mises à niveau, " +"vos connaissances et la profondeur et l'étendue de ce que vous serez en " +"mesure de voir s'amélioreront de façon géométrique. Pour de nombreux " +"astronomes amateurs, nous ne pouvons parfois pas nous passer de ce que nous " +"pouvons voir sur notre objet spatial le plus proche." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"Sur votre langue par défaut, videz la description du post de blog et " +"enregistrez pour obtenir un résumé automatique (traduit)." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Dès que vous avez revu le contenu sur votre smartphone, vous pouvez revenir " +"à la vue normale en cliquant à nouveau ici." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Autres" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Nos blogs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Photo prise par Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Photo prise par Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Photo prise par Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Photo prise par Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Photo prise par Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Photo prise par Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Photo prise par Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Photo prise par Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Photo prise par PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Photo prise par SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Photo prise par Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Articles" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Liste des articles" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Date de publication" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publié" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Publié (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Date de publication" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Article publié" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Options de publication" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Date de publication" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Champ Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Évaluations" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "En savoir plus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "En savoir plus " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restaurants, cafés et bars" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Limiter la publication sur ce site web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "Référencement" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Référencement optimisé" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Erreur d'envoi SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Échantillon" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satellites" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Rechercher une image. (ex: tapez \"entreprise\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Côté mer vs côté montagne" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Voir le monde d'en haut" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Sélectionnez un blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Sélectionnez le blog auquel vous souhaitez ajouter l'article." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Sélectionnez cette rubrique pour créer un nouvel article de blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Sélectionner pour réagir" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Sélection à tweeter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Référencement nom" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Séparez chaque mot-clé par une virgule" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Définissez une couverture pour l'article de blog." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Plusieurs oiseaux migrateurs et indigènes, mammifères et reptiles ont fait " +"de Copper Canyon leur habitat. La faune exquise de cette terre presque " +"vierge vaut également le détour." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Liens de partage" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Partager sur Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Partager sur LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Partager sur Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Partager cet article" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Barre latérale" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, populairement connu sous le nom de Copper Canyon, est " +"situé au Mexique. La région est la destination préférée de ceux qui " +"recherchent des vacances aventureuses." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Cieux" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Il est donc d'une importance capitale que vous obteniez exactement le bon " +"télescope en fonction de l'endroit où vous vous trouvez et de vos " +"préférences en matière d'observation des étoiles. Pour commencer, discutons " +"des trois principaux types de télescopes, puis exposons quelques concepts " +"des \"bases du télescope\" pour augmenter vos changes d'acheter le bon " +"télescope." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Il se peut donc qu'une fois par an, lors d'un séjour en camping ou d'un " +"voyage chez un parent à la campagne, nous nous retrouvions dehors lorsque le" +" ciel nocturne décide soudainement de nous offrir un spectacle. Si vous avez" +" déjà vécu ce genre de moment où vous avez été littéralement coupé du monde " +"par le spectacle que le ciel nocturne peut vous offrir, vous pouvez " +"probablement vous souvenir de ce moment précis où vous ne pouviez dire autre" +" chose que \"wow\" à ce que vous avez vu." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Pour choisir le bon type de télescope, vos objectifs d'utilisation sont donc" +" importants. Pour vraiment comprendre les forces et les faiblesses non " +"seulement des lentilles et de la conception du télescope, mais aussi la " +"façon dont le télescope se comporte dans diverses situations d'observation " +"des étoiles, il est préférable de faire quelques recherches au préalable et " +"de se familiariser avec les différents types de télescopes. Donc, avant de " +"faire votre premier achat..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Vous partez donc à l’étranger, vous avez choisi votre destination et vous " +"devez maintenant choisir un hôtel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" +"Quelqu'un de célèbre dans Source Title" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Repérer la faune" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Commencez à écrire ici ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Style" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Sous-titre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Sous-titre" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Catégories d'étiquette" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Catégorie d'étiquette" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Formulaire de catégorie d'étiquette" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formulaire d'étiquettes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Liste d'étiquettes" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "La catégorie d'étiquette existe déjà !" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Ce nom d'étiquette existe déjà !" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Étiquettes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Liste des étiquettes" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Prendre des photos dans le noir" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser & Étiquettes" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Contenu du teaser" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Il y a dix ans, vous vous seriez probablement rendu dans votre agence de " +"voyage locale et vous auriez fait confiance aux conseils donnés en personne " +"par les soi-disant \"experts\". Au 21e siècle, le choix et la réservation de" +" votre hôtel se fait sur internet, en utilisant les sites de voyage." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"L'astrologie, c'est ce moment magique. Pour certains, ce moment " +"d'émerveillement devient une passion qui débouche sur une carrière dans " +"l'étude des étoiles. Pour quelques chanceux, ce moment d'émerveillement " +"devient une obsession dévorante qui les conduit à voyager vers les étoiles " +"dans la navette spatiale ou dans l'une de nos premières missions spatiales. " +"Mais pour la plupart d'entre nous, l'astrologie peut devenir un passe-temps " +"ou un loisir régulier. Mais nous gardons ce moment d'émerveillement avec " +"nous pour le reste de notre vie et commençons à chercher des moyens de " +"regarder plus profondément et d'en apprendre davantage sur l'univers " +"spectaculaire que nous voyons dans les millions d'étoiles au-dessus de nous " +"chaque nuit." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "La beauté de l'astronomie est que n'importe qui peut en faire." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Le meilleur moment pour observer la lune est évidemment la nuit, quand il y " +"a peu de nuages et que le temps est propice à une étude longue et " +"ininterrompue. Le premier quartier donne le plus grand détail d'étude. " +"Néanmoins, ne vous laissez pas berner par l'effacement d'une partie de la " +"lune lorsqu'elle n'est pas pleine. Le phénomène connu sous le nom de " +"“lumière cendrée” vous permet de voir la partie assombrie de la lune avec " +"quelques détails également, même si la lune n'est que demi-pleine." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Le meilleur moment pour voir la lune." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Si l'article de blog est défini comme étant publié, vos visiteurs pourront " +"le consulter sur le site web à compter de cette date de publication." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Les falaises de cette région sont parmi les plus hautes du monde et voir " +"l'eau tomber en cascades des sommets est tout simplement à couper le " +"souffle. La courte découverte de Maui, avec vols en hélicoptère à Maui, vaut" +" le détour et vous permettra de voir la beauté de cet environnement naturel." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "L'URL complète pour accéder au document à travers le site web." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"La prochaine chose que nous voulons naturellement obtenir est un bon " +"télescope. Vous avez peut-être vu un amateur qui est bien avancé dans son " +"étude en train d'installer ces télescopes vraiment cool quelque part sur une" +" colline. Cela excite l'astronome amateur en vous, car c'est la prochaine " +"étape logique dans le développement de votre passe-temps. Mais comment " +"acheter un bon télescope peut être carrément déroutant et intimidant." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"Le site devrait offrir une analyse détaillée des services de loisirs au sein" +" de l'hôtel - spa, piscine, salle de gym, sauna - ainsi que des détails sur " +"toutes les autres installations à proximité telles que les terrains de golf." +" 7. Besoins spéciaux: le site de l’annuaire des hôtels doit informer le " +"visiteur des services adaptés à chaque hôtel et de sa politique " +"d’accessibilité. Bien que cela ne s'applique pas à chaque visiteur, cela est" +" absolument vital pour certains." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Les décisions liées au trépied et autres accessoires changeront " +"considérablement en fonction du télescope qui restera sur votre terrasse ou " +"de celui que vous prévoyez de prendre avec vous dans des endroits éloignés." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"La vue est vraiment à couper le souffle et c'est un spectacle à ne pas " +"manquer. Il est également très éducatif, car cela permet de voir de près un " +"volcan en sommeil, ce qui n'est pas le cas de tous les jours. Sur les côtés " +"nord et sud du volcan, vous aurez cependant une vue incroyablement " +"différente. Ces côtés sont luxuriants et verts et vous pourrez voir de " +"belles chutes d'eau et de superbes broussailles. Les forêts tropicales " +"abondent de ce côté de l'île et ne sont pas facilement accessibles autrement" +" que par avion." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Ensuite, il y a le problème de la motivation de l'auteur. Plus vous lisez " +"d'avis, plus vous remarquez qu'ils ont tendance à se regrouper aux extrêmes " +"de l'opinion. D'un côté, il y a les critiques en colère qui ont une dent " +"contre vous ; de l'autre, il y a les clients ravis qui ne tarissent pas " +"d'éloges. Vous ne serez pas surpris d'apprendre que les hôtels publient " +"parfois leurs propres critiques élogieuses, ou que les concurrents font la " +"queue pour avoir l'occasion de les attaquer avec de mauvaises critiques. Il " +"est logique de réfléchir à ce qui est vraiment important pour vous lorsque " +"vous choisissez un hôtel. Vous devriez ensuite choisir un annuaire d'hôtels " +"en ligne qui fournit des informations actualisées, indépendantes et " +"impartiales qui comptent vraiment." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Il y a d'autres éléments à prendre en compte dans votre décision d'achat " +"finale." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Il y a quelque chose d'intemporel dans le cosmos. Le fait que les planètes, " +"la lune et les étoiles soient là depuis des siècles affecte notre perception" +" de notre place dans l'univers. En fait, bon nombre d'étoiles que nous " +"\"voyons\" à l'œil nu sont en fait de la lumière qui provenait de cette " +"étoile il y a des centaines de milliers d'années. Cette lumière atteint " +"seulement maintenant la terre. Donc, d'une manière très réelle, la recherche" +" est comme un voyage dans le temps." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Ces éléments sont vraiment importants et tout annuaire d'hôtel décent " +"devrait vous donner ce genre de conseils sur les chambres - et pas seulement" +" le nombre de chambres, ce qui est l'option habituelle !" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Cette boîte ne sera pas visible pour vos visiteurs" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Cette étiquette existe déjà." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Minuscule" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Titre au-dessus de la couverture" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Titre intégré à la couverture" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Pour regarder la lune à l'œil nu, se familiariser avec la carte lunaire vous" +" aidera à repérer les mers, cratères et autres phénomènes géographiques que " +"d'autres ont déjà cartographiés pour rendre votre étude plus agréable. Les " +"cartes lunaires peuvent être obtenues dans n'importe quel magasin " +"d'astronomie ou en ligne et elles valent bien l'investissement. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Pour commencer à apprendre à mieux observer les étoiles, il nous faut peut-" +"être approfondir certaines choses de base, au-delà de ce que nous pouvons " +"voir à l'œil nu et commencer à étudier les étoiles et à en profiter. La " +"première chose dont vous avez besoin n'est pas du tout du matériel, mais de " +"la littérature. Une bonne carte des étoiles vous montrera les principales " +"constellations, l'emplacement des principales étoiles que nous utilisons " +"pour naviguer dans le ciel et les planètes qui apparaîtront plus grandes que" +" les étoiles. Et si vous ajoutez à cette carte du matériel d'introduction " +"bien fait dans le passe-temps de l'astronomie, vous êtes sur la bonne voie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Pour aller un peu plus loin, une bonne paire de jumelles peut déjà faire des" +" merveilles afin d'observer les détails de la lune. Pour de meilleurs " +"résultats, définissez dans les réglages un champ large pour pouvoir admirer " +"le paysage lunaire dans toute sa splendeur. Et comme il est presque " +"impossible de maintenir les jumelles immobiles pendant toute la durée de " +"votre observation, vous voudrez peut-être ajouter à votre arsenal un bon " +"trépied auquel vous pourrez fixer les jumelles. Cela vous permettra " +"d'étudier la lune confortablement et avec une plateforme d'observation " +"stable." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Pour passer à un niveau supérieur, il pourrait être intéressant de profiter " +"de partenariats avec d'autres astronomes ou de visiter l'un des grands " +"télescopes, mis en place par des professionnels qui ont investi dans de " +"meilleures techniques pour éliminer les interférences atmosphériques, afin " +"de voir les astres encore mieux. Internet peut vous donner accès au Hubble " +"et à de nombreux télescopes professionnels qui sont braqués sur la lune en " +"permanence. De plus, de nombreux clubs d'astronomie travaillent sur des " +"moyens de combiner plusieurs télescopes, soigneusement synchronisés avec des" +" ordinateurs pour obtenir une meilleure vue du paysage lunaire." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Bannière du haut" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Voyager" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Non publié (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Article sans titre" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Utilisez cette icône pour prévisualiser vos articles sur un appareil " +"mobile." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Utilisé dans :" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Points de vue" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Vues" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Visible dans toutes les pages des blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Visible sur le site web actuel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "ÉCRIVEZ ICI OU DÉPLACEZ DES BLOCS DE CONSTRUCTION" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Site Web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogs du site web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Messages du site web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtre des snippets du site web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL de site web" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historique de communication du site web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Méta-description du site web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Méta mots-clés site web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Méta titre site web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Image opengraph site web " + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Et s'ils vous laissaient courir le Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Alors que n'importe qui peut regarder et tomber amoureux des étoiles à tout " +"moment, le plaisir de l'astronomie est d'apprendre à devenir de plus en plus" +" compétent et équipé pour regarder les étoiles que vous voyez et comprenez " +"de plus en plus à chaque fois que vous regardez. Voici quelques étapes que " +"vous pouvez prendre pour rendre les moments que vous pouvez consacrer à " +"votre hobby d'astronomie beaucoup plus agréables." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Avec une vue" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" +"Écrivez un petit texte ici pour décrire votre blog ou votre entreprise." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Vous devriez toujours considérer attentivement le type d'équipements dont " +"vous avez besoin dans votre chambre et trouver l'hôtel qui a ceux que vous " +"considérez importants. Le site web de l'annuaire de l'hôtel devrait élaborer" +" sur des questions telles que la taille du lit, la connexion internet (son " +"coût, qu'il y ait une connexion WIFI ou une connexion haut débit filaire), " +"des équipements gratuits, des vues depuis la chambre et des offres de luxe " +"comme un menu d'oreillers ou un menu de bain, chambres fumeurs ou non " +"fumeurs, etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Vous verrez toute la beauté que Maui a à offrir et pourrez passer un bon " +"moment en famille. Les visites ne sont pas trop chères et durent de 45 " +"minutes à plus d'une heure. Les vols en hélicoptère vous permettent de voir " +"des endroits qui sont généralement inaccessibles à pied ou en voiture. Ils " +"peuvent néanmoins être vus par voie aérienne. Des sites à couper le souffle " +"attendent ceux qui sont prêts pour des vols en hélicoptère à Maui. Si vous " +"restez sur l'île pendant une durée assez longue, il pourrait être " +"intéressant de faire plusieurs tours en hélicoptère." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "aventure" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "Cliquez ici pour accéder au blog :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "fil d'Ariane" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "par" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "découverte" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "guides" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "a été publié sur le blog" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hôtels" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "in" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "dans " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "dans " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "télescopes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "pour laisser un commentaire." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "Non publié" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Aucun commentaire pour l'instant" diff --git a/i18n/fr_BE.po b/i18n/fr_BE.po new file mode 100644 index 0000000..9424500 --- /dev/null +++ b/i18n/fr_BE.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2015-09-19 08:26+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/language/fr_BE/)\n" +"Language: fr_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grouper par" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Derniere fois mis à jour par" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Dernière mis à jour le" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nom" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Tags" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/fr_CA.po b/i18n/fr_CA.po new file mode 100644 index 0000000..f918ec2 --- /dev/null +++ b/i18n/fr_CA.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-02-23 06:14+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: French (Canada) (http://www.transifex.com/odoo/odoo-9/language/fr_CA/)\n" +"Language: fr_CA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Auteur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grouper par" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "Identifiant" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Dans" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nom" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Étiquettes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/gl.po b/i18n/gl.po new file mode 100644 index 0000000..71e1c66 --- /dev/null +++ b/i18n/gl.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2015-09-19 08:26+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Galician (http://www.transifex.com/odoo/odoo-9/language/gl/)\n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contido" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creado o" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nome" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ningún" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sitio web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/gu.po b/i18n/gu.po new file mode 100644 index 0000000..39d0bbe --- /dev/null +++ b/i18n/gu.po @@ -0,0 +1,2023 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Qaidjohar Barbhaya, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2022-09-22 05:56+0000\n" +"Last-Translator: Qaidjohar Barbhaya, 2023\n" +"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n" +"Language: gu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (copy)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Action Needed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Active" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "All" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Archived" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Attachment Count" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Author" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Category" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Close" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Created on" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Description" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Followers" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Followers (Partners)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Group By" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Has Message" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "If checked, new messages require your attention." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "If checked, some messages have a delivery error." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Is Follower" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Message Delivery error" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Messages" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Name" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "None" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Number of Actions" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Number of errors" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Number of messages which requires an action" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Number of messages with delivery error" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS Delivery error" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Tags" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "શીર્ષક" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Website Messages" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Website communication history" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/he.po b/i18n/he.po new file mode 100644 index 0000000..0eeb23f --- /dev/null +++ b/i18n/he.po @@ -0,0 +1,2404 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Fishfur A Banter , 2023 +# Yihya Hugirat , 2023 +# ExcaliberX , 2023 +# hed shefer , 2023 +# דודי מלכה , 2023 +# NoaFarkash, 2023 +# Roy Sayag, 2023 +# MichaelHadar, 2023 +# Netta Waizer, 2023 +# Lilach Gilliam , 2023 +# Martin Trigaux, 2023 +# ZVI BLONDER , 2023 +# Ha Ketem , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ha Ketem , 2023\n" +"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (העתק)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' כותרת עליונה של דף." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. מציג תוצאות עבור '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- כל התאריכים" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "פרסם את פוסט הבלוג שלך כדי להראות אותו למבקרים שלך." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "התחבר" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "חשוב מאוד שתקבל בדיוק את הטלסקופ הנכון." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "יש משהו נצחי בקוסמוס." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "לא הוגדרו תוויות" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "דרך נהדרת לגלות מקומות נסתרים" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "פוסט חדש" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "עלינו" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "הכנס לפוסט" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "נדרשת פעולה" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "פעיל" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "הוסף מעט" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "הכל" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "כל הבלוגים" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "כל הבלוגים" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "לבד באוקיינוס" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "שילוב מרגש של רגיעה, תרבות, היסטוריה, חיות בר וטיולים רגליים." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "ארכיון" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "בארכיון" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "ארכיון" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "מאמר" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "מאמרים" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "אסטרונומיה" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "אסטרונומיה \"מככבת\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "כמות קבצים מצורפים" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "מחבר" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "שם הכותב" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "אווטר" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "תהיה מודע לדבר הזה שנקרא \"אסטרונומיה\"" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "להיות חלק מחברה של אסטרונומים חובבים מסורים." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "לפני שתבצע את הרכישה הראשונה..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "בלוג" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "שם בלוג" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "פרסום פוסט בבלוג" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "דפי פוסטים בבלוג" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "כותרת פוסט הבלוג" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "פוסטים של בלוג" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "כותרת הבלוג" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "תגית בלוג" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "קטגוריית תגית של בלוג" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "תגיות בלוג" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "כותרת בלוג" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "כותרת הבלוג" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "בלוגים" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "תחתון" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "פירורי לחם" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "קניית טלסקופ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"קניית הטלסקופ הנכון כדי לקחת את אהבתך לאסטרונומיה לשלב הבא היא הצעד הבא הבא " +"בפיתוח התשוקה שלך לכוכבים." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "יכול לפרסם" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "קלפים" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "קטגוריה" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "בחר תמונה מהספריה." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"לחץ על \"חדש\" בפינה השמאלית העליונה כדי לכתוב את הפוסט הראשון בבלוג " +"שלך." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "סגור" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "הערה" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "תגובות" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "תוכן" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "שער" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "מאפייני מעטפת" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "נוצר על-ידי" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "תאריך (חדש לישן)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "תאריך (ישן לחדש)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "תיאור" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "שם לתצוגה" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "האי מאוואי" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "ערוך מתוך המערכת" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "ערוך את '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "ערוך את הכותרת העליונה של הדף 'כל הבלוגים'." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "ערוך את הכותרת העליונה של הדף 'תוצאות מסנן'." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "פייסבוק" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "עובדות שכדאי לזכור." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "עקוב אחרינו" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "עקוב אחרינו" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "עוקבים" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "עוקבים (לקוחות/ספקים)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "רוחב מלא" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "קבל טלסקופ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "קבל היסטוריה" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "התחל" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "סעיף" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "קבץ לפי" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "יש הודעה" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "להלן כמה עובדות עיקריות שעליך לזכור:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "כמה נייד חייב הטלסקופ שלך להיות?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "כיצד לבחור את המלון הנכון" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "מזהה" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "אם מסומן, הודעות חדשות דורשות את תשומת לבך." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "אם מסומן, בחלק מההודעות קיימת שגיאת משלוח." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "ב" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "עוקב" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "מפורסם" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "איים" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "ג'ונגל" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "גדול" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על-ידי" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "עדכון אחרון ב" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "אחרונים" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "פוסטים אחרונים" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "עיצוב" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "מתקני פנאי" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "לינקדאין" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "רשימה" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "מיקום" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "אמצעי תקשורת" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "הודעת שגיאת שליחה" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "הודעות" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "האי מולוקאי" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "פוסטים נצפים ביותר" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "שם" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "פוסט חדש של בלוג" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "עדיין אין פוסט בבלוג." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "מספר צפיות" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "אין תוצאות עבור \"%s\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "לא נמצאו תוצאות עבור '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "עדיין לא הוגדרו תגיות." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "אף אחד" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "מספר פעולות" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "מספר השגיאות" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "מספר הודעות עם שגיאת משלוח" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "אחר" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "הבלוגים שלנו" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "צילום: SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "צילום: טדי קלי, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "פוסטים" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "תאריך פרסום" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "פורסם" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "פורסם (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "תאריך פרסום" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "פוסט שפורסם" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "אפשרויות פרסום" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "תאריך פרסום" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "דירוגים" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "קרא עוד" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "מסעדות, בתי קפה וברים" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "הגבל את הפרסום לאתר זה." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "קידום אתרים במנועי חיפוש" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "עבר אופטימיזציה לקידום אתרים" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "שגיאה בשליחת SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "דגימה" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "לווינים" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "חיפוש תמונה (לדוג' \"עסק\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "לראות את העולם מלמעלה" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "בחר בלוג" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "בחר בבלוג שאליו תרצה להוסיף את הפוסט." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "בחר פריט בתפריט זה כדי ליצור פוסט חדש בבלוג." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "שם Seo " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "הפרד כל מילת מפתח עם פסיק" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "הגדרת שער לפוסט." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "שתף קישורים" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "שתף בפייסבוק" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "שתף בלינקדאין" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "שתף בטוויטר" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "שתף את הפוסט" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "סרגל צד" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "טאראהומרה סיירה" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "התחל לכתוב כאן..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "סגנון" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "תת כותרת" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "כותרת משנה" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "קטגוריות תגיות" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "קטגוריית תגית" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "טופס קטגוריית תגית" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "טופס תגית" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "רשימת תגיות" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "שם התגית כבר קיים!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "תגיות" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "טיזר" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "תוכן טיזר" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "היופי באסטרונומיה הוא שכל אחד יכול לעשות את זה." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "הזמן הטוב ביותר לצפות בירח." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "כתובת האתר המלאה לגישה למסמך דרך אתר האינטרנט." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "ישנם שיקולים אחרים שיש להביא בחשבון להחלטת הרכישה הסופית שלך." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "תיבה זו לא תהיה גלויה למבקרים שלך" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "תווית זו כבר קיימת" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "זעיר" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "תיאור" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "טוויטר" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "לא פורסם (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "פוסט ללא שם" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "שימוש בסמליל לתצוגה מקדימה במכשירים חכמים." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "בשימוש ב:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "תצוגות" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "גלוי באתר האינטרנט הנוכחי" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "אתר אינטרנט" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "הודעות מאתר האינטרנט" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "מסנן קטעי אתר" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "כתובת אתר אינטרנט" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "היסטורית התקשרויות מאתר האינטרנט" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "תגית תיאור אתר אינטרנט" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "תגית מילות מפתח אתר אינטרנט" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "תגית כותרת אתר אינטרנט" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "תמונת opengraph של אתר אינטרנט" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "כתוב טקסט קצר כאן כדי לתאר את הבלוג או החברה שלך." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "הרפתקה" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "סימני דרך" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "על ידי" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "תגלית" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "מדריכים" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "פורסם ב" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "בתי מלון" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "ב" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "ב " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "ב " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "טלסקופים" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "להשאיר תגובה" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "לא פורסם" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "עדיין אין תגובות!" diff --git a/i18n/hr.po b/i18n/hr.po new file mode 100644 index 0000000..40e7a14 --- /dev/null +++ b/i18n/hr.po @@ -0,0 +1,2035 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Hrvoje Sić , 2022 +# Ivica Dimjašević , 2022 +# Vladimir Vrgoč, 2022 +# Marko Carević , 2022 +# Bole , 2022 +# Milan Tribuson , 2022 +# Tina Milas, 2022 +# Karolina Tonković , 2022 +# Martin Trigaux, 2022 +# Mario Jureša , 2022 +# Đurđica Žarković , 2022 +# Vladimir Olujić , 2022 +# Matej Mijoč, 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2022-09-22 05:56+0000\n" +"Last-Translator: Matej Mijoč, 2022\n" +"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopija)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Objavite svoju objavu na blogu kako bi bila vidljiva Vašim posjetiteljima." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Prijavi se" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Nova objava" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "O nama" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Pristupi objavi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Potrebna dodatna radnja" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktivan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Sve" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arhiviraj" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arhivirano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arhive" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Članak" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Broj priloga" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Ime autora" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Naziv bloga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blog objava" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Naslov blog objave" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blog objave" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Podnaslov bloga" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Oznaka bloga" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Oznake bloga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogovi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategorija" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Izaberi sliku iz knjižnice." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Zatvori" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Komentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Komentari" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Sadržaj" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Naslovna slika" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Svojstva naslovne slike" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Opis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Uredi u pozadini" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Pratitelji" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Pratitelji (Partneri)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Započnite" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Mreža" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupiraj po" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Ima poruku" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Ako je označeno, nove poruke zahtijevaju Vašu pažnju." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Ako je označeno neke poruke mogu imati grešku u dostavi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "U" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Je pratitelj" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "je objavljeno" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Veliko" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Zadnji doprinos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Promijenio" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Vrijeme promjene" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Izgled" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Lokacija" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medij" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Greška pri isporuci poruke" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Poruke" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Naziv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nova blog objava" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Bez naslovne slike" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Trenutno nema blog objava." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Broj posjeta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ništa" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Broj akcija" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Broj grešaka" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Broj poruka koje zahtijevaju aktivnost" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Broj poruka sa greškama pri isporuci" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Ostali" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Objave" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Objavljeno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Datum objavljivanja" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Objavljeni post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opcije objavljivanja" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Greška u slanju SMSa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Uzorak" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Odaberite ovu stavku izbornika za kreiranje nove blog objave." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Ovdje počnite pisati..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Pod naslov" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Podnaslov" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Forma oznaka" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Lista oznaka" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Oznake" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Puni URL za pristup dokumentu putem web stranice." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Naslov" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Objava bez naslova" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "Koristite ovu ikonu za pregled objava na blogu na mobilnim uređajima." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Koristi se u:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Pogledi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Vidljivo na trenutnoj web stranicama" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Web stranica" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Web blogovi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Poruke webstranica" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL web stranice" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Povijest komunikacije Web stranice" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Web meta opis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Web meta ključne riječi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Web meta naslov" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Kliknite ovdje za pristup blogu: " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "od" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "objavljeno na" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "u" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "neobjavljeno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/hu.po b/i18n/hu.po new file mode 100644 index 0000000..0a03879 --- /dev/null +++ b/i18n/hu.po @@ -0,0 +1,2390 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Tibor Kőnig , 2023 +# Gergő Kertész , 2023 +# sixsix six, 2023 +# Istvan , 2023 +# 5768b353f27900ae76ad88cc42dfd5b8_3bb349f, 2023 +# gezza , 2023 +# Ákos Nagy , 2023 +# Martin Trigaux, 2023 +# Tamás Németh , 2023 +# krnkris, 2023 +# Tamás Dombos, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Tamás Dombos, 2024\n" +"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (másolat)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml verzió=\"1.0\" kódolás=\"UTF-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Összes dátum" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Lépjen be" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Új bejegyzés: " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Rólunk" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Bejegyzés megtekintése" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Akció szükséges" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktív" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Összes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archiválás" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Archivált" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archívumok" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Cikk" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Cikkek" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Mellékletek száma" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Szerző" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Szerző neve" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatár" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Blog neve" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blog bejegyzés" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Blog bejegyzés címe" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blog bejegyzések" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blog alcím" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blog címke" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Blog címkék" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogok" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Alul" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Morzsamenü" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Publikálhat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kártyák" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategória" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Bezárás" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Megjegyzés" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Megjegyzések" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Tartalom" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Borító" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Borító beállításai" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Létrehozta" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Létrehozva" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Leírás" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Megjelenített név" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Szerkesztés ablakban" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Kövess minket" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Kövess minket" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Követők" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Követők (Partnerek)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Teljes szélesség" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Kezdje el" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Tarifatáblázat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Csoportosítás" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Van üzenet" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "Azonosító" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Ha be van jelölve, akkor az új üzenetek figyelmet igényelnek." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" +"Ha be van jelölve, akkor néhány üzenetnél kézbesítési hiba lépett fel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Ebben" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Követő" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Közzétett" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Nagy" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Utolsó közreműködő" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Frissítette" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Frissítve" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Elrendezés" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Helyszín" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Közepes" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Üzenetkézbesítési hiba" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Üzenetek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Név" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Új blog bejegyzés" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Nincs még blog bejegyzés." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Nézetek száma" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Nincs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Akciók száma" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Hibák száma" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Kézbesítési hibával rendelkező üzenetek száma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Egyebek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Bejegyzések" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Közzétett" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Közzétett bejegyzések" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb mező" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Értékelések" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Bővebben" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Közzététel korlátozása erre a weboldalra." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO optimalizált" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS kézbesítési hiba" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Minta" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Kattintson erre a menü elemre egy új blog bejegyzés létrehozásához." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Hivatkozások megosztása" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Oldalsáv" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stílus" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Al-cím" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Alcím" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Címke kategóriák" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Címke kategória" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Címke formátum" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Címke lista" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "A címke név már létezik!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Címkék" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" +"A teljes elérési út/URL a dokumentum weboldalon keresztüli eléréséhez." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Név" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Ebben használt:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Nézetek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Látható ezen a weboldalon" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Honlap" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Weboldal blogok" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Weboldal üzenetek" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Honlap címe" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Weboldal kommunikációs előzmények" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Weboldal meta leírás" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Weboldal meta kulcsszavak" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Weboldal meta cím" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Weboldal opengraph kép" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blogon. A bejegyzéshez való hozzáféréshez kattintson ide: " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "által" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "a(z) " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "hüvelyk" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "Nem közzétett" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/id.po b/i18n/id.po new file mode 100644 index 0000000..7dfa3ea --- /dev/null +++ b/i18n/id.po @@ -0,0 +1,2754 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2024 +# Abe Manyo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Abe Manyo, 2024\n" +"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (salin)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' header halaman." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Menunjukkan hasil untuk '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Semua tanggal" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Binocular itu ringan dan portabel. Kecuali Anda memiliki uang untuk " +"menyiapkan da n menggunakan observatorium, Anda kemungkinkan harus " +"travelling. Binocular mudah dibawa dan juga ringan untuk ditenteng dan " +"digunakan di mana saja ketimbang harus menggunakan perlengkapan teleskop " +"yang berat dan rumit." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Gunakan keterampilan pakar ahli. Jika Anda belum aktif di klub atau " +"perkumpulan astronomi, orang sales pada bagian toko teleskop dapat memandu " +"Anda ke perkumpulan yang aktif di daerah Anda. Setelah Anda memiliki koneksi" +" dengan orang yang memiliki teleskop, Anda dapat meminta nasehat mengenai " +"apa yang baiknya dilakukan dan apa yang dihindari, nasehat-nasehat yang " +"lebih berguna dibanding nasehat apapun yang dapat Anda temukan melalui " +"artikel online atau salesperson di Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Publikasikan blog post Anda agar dapat dilihat pengunjung Anda." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Masuk" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Coba sebelum membeli. Ini adalah keuntungan lain dari mengikuti field" +" trip dengan klub astronomi. Anda dapat menggunakan waktu dengan baik " +"bersama orang yang memahami teleskop dan sudah menyiapkan perlengkapan " +"sehingga Anda dapat belajar mengenai perlengkapan, aspek teknis utama, serta" +" mencoba menggunakan sebelum Anda mengeluarkan uang pada perlengkapan Anda " +"sendiri." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Tuliskan cerita Anda di sini. Gunakan toolbar di atas untuk " +"memberikan style ke teks Anda: tambahkan gambar atau tabel, jadikan bold " +"atau italic, dsb. Drag and drop blok penyusun untuk membuat lebih banyak " +"blog grafis." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Selain populasi asli, satwa liar lokal juga merupakan " +"atraksi yang memikat banyak orang." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Sangat penting bagi Anda untuk mendapatkan teleskop " +"yang tepat." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"Momen “Wow” tersebut adalah alasan kenapa kita " +"mencintai astrologi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Lebih banyak review yang Anda baca, semakin mudah bagi" +" Anda untuk menyadari bahwa review cenderung merupakan opini yang " +"ekstrim." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Ada sesuatu yang terasa abadi mengenai kosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Pembelajaran bulan Anda, seperti yang lainnya, dapat " +"berkembang dari simpel menjadi sangat rumit." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Tidak ada tags yang didefinisikan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Baca " +"Berikutnya" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Tunjukkan:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blog:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Cara hebat untuk menemukan tempat yang tersembunyi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Liburan ke Copper Canyon menjanjikan gabungan relaksasi, kultur, sejarah, " +"satwa liar dan hiking." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Post baru" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Penjelajah dapat memilih untuk menjelajahi daerah dengan hiking sekitar atau" +" memasuki lembah. Perencanaan detail dibutuhkan untuk mereka yang ingin " +"masuk lebih dalam ke lebmah. Ada beberapa perusahaan traveling yang " +"spesialis dalam mengorganisir tur ke daerah tersebut. Pengunjung dapat " +"terbang ke Copper Canyon menggunakan visa turis, yang valid selama 180 hari." +" Pengunjung juga dapat naik mobil dari manapun di Amerika Serikat dan " +"mendapatkan visa di stasiun bea cukai Meksiko pada perbatasan." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Tentang kami" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Hal terpenting adalah, untuk membuat hubungan dengan toko teleskop " +"terpercaya yang memperkerjakan karyawan yang memahami astrologi. Jika " +"Anda membeli teleskop di Wal-Mart atau toko serba ada, kemungkinan Anda " +"mendapatkan perlengkapan yang tepat sangat kecil." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Akses post" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Tindakan Diperluka" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktif" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Tambahkan beberapa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Semua" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Semua Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Semua blog" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Sendiri di laut" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Pada kalimat berikut, seberapa susah set up dan break down-nya?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Blog artikel yang luar biasa: %s! Lihat secara live: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "Gabungan seru relaksasi, kultur, sejarah, satwa liar dan hiking." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"When all is said and done, lengkapi peralatan Anda. Pencarian Anda " +"untuk teleskop yang lebih baru dan baik akan berlangsung seumur hidup. " +"Izinkan diri Anda agar kecanduan dengan astronomi dan pengalaman tersebut " +"akan memperkaya setiap aspek hidup Anda. Anda tidak akan mau melepaskan " +"adiksi astronomi tersebut." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Fitur unik Copper Canyon lainnya ialah kehadiran kultur Tarahumara Indian. " +"Orang semi-nomaden ini hidup di goa. Mata pencaharian mereka termasuk " +"bertani dan peternakan sapi." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arsip" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Diarsipkan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arsip" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artikel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artikel" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Klub astronomi adalah tempat bersemangat yang penuh amatir dengan " +"pengetahuan luas yang suka berbagi pengetahuan mereka dengan Anda. Dengan " +"harga snack serta coca cola, mereka akan menatap bintang dengan Anda dan " +"membanjiri Anda dengan trivia serta pengetahuan." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomi adalah \"menatap bintang\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Hitungan Lampiran" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Penulis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nama Pembuat" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Kamar hotel luar biasa" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Hati-hati akan hal ini yang disebut “astronomi”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Menjadi bagian dari perkumpulan astronomer amatir akan memberikan Anda akses" +" ke semua usaha terorganisir untuk meraih tingkat lebih baru dalam kemampuan" +" kita untuk mempelajari bulan Bumi." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Menjadi bagian dari perkumpulan astronomer amatir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Fasilitas Tempat Tidur" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Sebelum Anda mengeluarkan biaya besar, langkah berikut yang lebih baik dari " +"menggunakan mata adalah untuk membeli binocular yang bagus. Ada beberapa " +"binocular yang bahkan dapat digunakan untuk menatap bintang yang akan " +"bekerja cukup baik untuk memberikan Anda kemampuan ekstra untuk melihat " +"keajaiban alam semesta. Binocular yang dirancang baik juga memberikan banyak" +" sekali mobilitas dan kemampuan untuk memiliki “penglihatan ekstra” saat " +"pemandang yang menakjubkan tersebut muncul di depan Anda." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Sebelum Anda melakukan pembelian yang pertama..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Beyond The Eye" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nama Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Halaman Blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blog Post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Cover Blog Post" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Halaman Blog Post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Judul Blog Post" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blog Post" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Subtitle Blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Tag Blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Kategori Tag Blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Tag Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Judul Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Judul Blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Daftar Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Halaman Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Bawah" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Breadcrumb" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Namun bagaimana Anda menyaring pilihan luar biasa yang ditawarkan? Dan lebih" +" penting lagi, apakah Anda betul mempercayai foto dan keterangan hotel yang " +"mereka berikan ke mereka sendiri dengan tujuan untuk mendapatkan booking? " +"Ulasan pengunjung lain dapat membantu, tapi Anda juga harus berhati-hati. " +"Ulasan tersebut seringkali bias, terkadang terlalu tua, dan tidak selalu " +"membantu Anda. Bagaimana Anda dapat mengetahui bahwa fitur yang penting bagi" +" Anda juga penting bagi peninjau tersebut?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Membeli Teleskop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Membeli teleskop yang tepat untuk meningkatkan cinta Anda untuk astromoni " +"adalah langkah besar dalam pengembangan gairah Anda untuk bintang di " +"angkasa." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Dapat Dipublikasikan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kartu-Kartu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategori" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Fasilitas Anak" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Pilih gambar dari pustaka." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Klik di sini untuk menambahkan konten baru ke website Anda." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Klik pada \"Baru\" di pojok kanan-atas untuk menulis blog post " +"pertama Anda." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Tutup" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Komentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Komentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Statistik Komentar/View" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Konten" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon adalah salah satu dari 6 ngarai di daerah ini. Walau namanya " +"mungkin menyarankan bahwa ngarai ini memiliki kaitan dengan pertambangan " +"tembaga (copper), sebenarnya tidak begitu. Nama ngarai ini diambil dari " +"lumut berwarna tembaga dan hijau yang menutupi lembah ini. Copper Canyon " +"memiliki two zona klimaks. Fitur wilayah adalah klimax alpine di atas dan " +"klimat subtropikal di tingkat bawah. Musim panas termasuk kering dan panas. " +"Ibu kota, Chihuahua, adalah gurun daratan tinggi di mana cuaca merentang " +"dari musim dingin sampai musim panas. Wilayah ini unik karena beragam " +"ekosistem yang dimiliki." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Cover" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Properti Sampul" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Tanggal (baru ke lama)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Tanggal (lama ke baru)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Deskripsi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Drop Zone untuk Building Block" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "East Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Tur helikopter East Maui akan memberikan Anda pemandangan gunung berapi " +"sepuluh ribu kaki, Haleakala atau Rumah matahari. Gunung berapi ini bersifat" +" nonaktif dan terakhir meletus di 1790. Anda dapat melihat kawah gunung " +"berapi dan bumi yang kering serta gersang mengelili bagian Selatan leren " +"gunung berapi dengan tur helikopter Maui." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Edit di backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Edit '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Edit header halaman 'Semua Blog'." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Edit header halaman 'Filter Hasil'" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Edit judul Anda, subtitle bersifat opsional." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Masukkan judul post Anda" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Fakta yang harus Anda ingat." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Terakhir dan yang paling penting, tim inspeksi direktori kualitas hotel " +"seharusnya sudah mengunjungi hotel yang bersangkutan secara reguler, bertemu" +" dengan staf, tidur di kamar tidur dan mencoba makanan mereka. Tim inspeksi " +"mendapatkan pengalaman hotel sebagai tamu dan mereka berada dalam posisi " +"yang kuat untuk memberikan ulasan mengenai hotel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Ikuti Kami" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Ikuti kami" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Follower" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Follower (Mitra)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Bagi banyak dari kami yang merupakan penghuni kota, kami jarang melihat " +"langit di atas. Cahaya dari kota juga melakukan pekerjaan yang baik dalam " +"selalu menyembunyikan tampilan luar biasa di atas semua kepala kami. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Bagi banyak dari kami, pengalaman pertama kali dalam mendengar mengenai " +"benda angkasa dimulai saat kami melihat bulan penuh pertama di angkasa. " +"Bulan penuh merupakan pemandangan yang luar biasa untuk mata telanjang." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Dari bayi terkecil sampai ahli astrofisika paling pintar, ada sesuatu yang " +"tersedia untuk semua yang ingin menikmati astronomi. Faktanya, astrofisika " +"adalah ilmu pengetahuan yang sangat mudah diakses sehingga semua orang dapat" +" melakukannya secara virtual di manapun mereka berada. Semua yang mereka " +"perlu ketahui adalah bagaimana cara melihat ke atas." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Full-Width" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Dapatkan kutu buku" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Dapatkan teleskop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Dapatkan sejarah" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Mulai" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Grid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Dikelompokkan berdasarkan" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Memiliki Pesan" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Berikut adalah beberapa fakta utama yang harus Anda ingat:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Tips Hari Libur" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Efek Hover" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Bagaimana Cara Melihat Ke Atas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Seberapa rumit teleskop dan apakah Anda akan mendapatkan masalah dengan " +"perawatan? Networking untuk mendapatkan jawaban dari pertanyaan ini dan " +"lainnya. Jika Anda melakukan pekerjaan rumah seperti ini, Anda juga kan " +"menemukan teleskop yang tepat untuk langkah berikutnya di evolusi semangat " +"Anda untuk astronomi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Sebagus apa Anda ingin mobilitas teleskop Anda?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Bagaimana cara memilih hotel yang tepat" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Jika dicentang, pesan baru memerlukan penanganan dan perhatian Anda." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Jika dicentang, beberapa pesan mempunyai kesalahan dalam pengiriman." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Jika hotel Anda penting, sebagai contoh, di pantai, dekat ke taman hiburan, " +"atau dekat ke bandara, maka lokasi sangatlah penting. Direktori apapun yang " +"baik seharusnya memberikan peta lokasi hotel serta kelilingnya. Seharusnya " +"juga terdapat grafis jarak ke bandara sekaligus peta interaktif." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Jika langit malam jernih, Anda akan dapat melihat detail luar biasa dari permukaan bulan hanya dengan menatap bintang dari halaman belakang Anda.\n" +"Tentu saja, selagi cinta Anda berkembang untuk astronomi, Anda akan menemukan banyak benda di angkasa yang memukau. Tapi bulan mungkin selalu menjadi cinta pertama kami karena bulan adalah satu-satunya objek angkasa yang jauh namun tetap memiliki perbedaan unik yaitu berada dekat dengan bumi dan merupakan benda angkasa yang manusia pernah tapaki." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Masuk" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"Dalam banyak hal, merupakan langkah besar bagi seseorang yang hanya main-" +"main dengan astronomi ketimbang dengan murid yang serius dengan ilmi " +"pengetahuan astronomi. Namun Anda dan saya masing-masing tahu bahwa masih " +"ada satu langkah besar setelah membeli teleskop sebelum Anda betul-betul " +"mengerti cara menggunakan teleskop." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Tingkatkan Kemudahan Membaca" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Adalah Follower" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Dipublikasikan" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Pulau-Pulau" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Sangat menyenangkan untuk memulai mempelajari konstelasi, bagaimana cara " +"menavigasi langit malam dan menemukan planet serta bintang-bintang terkenal." +" Terdapat banyak website dan buku yang siap memandu Anda." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Sangatlah penting untuk memilih hotel yang membuat Anda nyaman – dari " +"perabotan kontemporer atau tradisional, decor lokal atau internasional, " +"formal atau santai. Direktori hotel yang ideal seharusnya memberitahu Anda " +"pilihan-pilihan yang tersedia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Bisa dibilang dalam hidup kita, terdapat beberapa momen dimana kita tertegun" +" saat kita bertatap muka langsung dengan besarnya alam semesta yang kita " +"lihat di langit malam hari." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Memang luar biasa, bila Anda pikir sebentar saja, bahwa kita bisa melihat ke" +" atas di malam hari, kita bisa melihat ratusan ribu bintang, sistem bintang," +" planet, bulan, asteroid, komet dan bahkan mungkin roket pesawat. Bahkan " +"lebih menakjubkan saat Anda menyadari bahwal angit yang Anda sedang melihat " +"untuk alasan apapun adalah langit yang sama yang leluhur kita ratusan ribu " +"tahun yang lalu juga lihat saat mereka menengok ke atas." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Hutan" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Ketahui apa yang Anda lihat" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Ketahui kapan untuk melihat" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Besar" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Kontributor Terakhir" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Terakhir Diperbarui oleh" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Terakhir Diperbarui pada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Terkini" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Blog Post Terakhir" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Layout" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Pelajari latar belakang penemuan luar biasa di astronomi akan membantu " +"membuat momen menatap bintang Anda lebih bermakna. Ini adalah salah satu " +"ilmu pengetahuan tertua di bumi jadi Anda akan menemukan banyak sekali " +"sejarah hebat mengenai mereka yang melihat bintang-bintang sebelum Anda." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Fasilitas Rekreasi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Daftar" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Tradisi memang bagus tapi restoran dan bar hotel dapat memainkan peran " +"penting selama masa tinggal Anda. Anda harus awas mengenai pilihan, style " +"dan apakah dress code mereka informal atau smart. Laporan hotel yang baik " +"seharusnya memberitahu Anda informasi ini, dan terutama mengenai fasilitas " +"sarapan." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Lokasi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Tur helikopter Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Tur helikopter Maui adalah cara hebat untuk melihat pulau dari perspektif " +"yang berbeda dan untuk mengalami petualangan yang menyenangkan. Jika Anda " +"belum pernah berada di helikopter sebelumnya, tur ini adalah pilihan yang " +"baik untuk memulai." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Tur helikopter Maui adalah cara hebat untuk melakukan tur pada tempat-tempat" +" yang tidak bisa dijangkau dengan kaki atau mobil. Tur akan berlangsung " +"kurang lebih selama satu jam dan memiliki kisaran biaya dari seratus delapan" +" puluh lima dolar sampai dua ratus empat puluh dolar per kepala. Untuk " +"banyak orang, ini adalah kesempatan sekali seumur hidup untuk melihat " +"pemandangan alam yang tidak akan tersedia lagi. Menggunakan kamera atau " +"video untuk menangkap momen istimewa ini memungkinkan Anda untuk melalui tur" +" ini lagi dan lagi selagi Anda mengenang momen ini di hari-hari kedepan." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Tur helikopter Maui memungkinkan Anda untuk melihat semua pemandangan ini. " +"Pastikan Anda membawa kamera atau video saat Anda naik helikopter untuk " +"menangkap keindahan pemandangan dan untuk menunjukkan ke teman dan kelaurga " +"di rumah semua hal-hal luar biasa yang Anda lihat selagi liburan." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Media" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Kesalahan Pengiriman Pesan" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Pesan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Keterangan Meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Keyword Meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Judul Meta" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Tur helikopter Molokai Maui akan membawa Anda ke pulau yang berbeda namun hanya 9 mil jauhnya dan mudah diakses dari udara. Pulau ini memiliki populasi sangat kecil dengan kultur dan pemandangan yang berbeda. Seluruh pantai timur laut memiliki jejeran tebing dan pantai terpencil. Bagian tersebut tidak dapat diakses oleh transportasi apapun kecuali dari udara.\n" +"Mereka yang tinggal di pulau tidak pernah melihat pemandangan luar biasa ini kecuali mereka menggunakan tur helikopter Maui. Saat cuaca mendung dan terdapat banyak hujan untuk musim tersebut Anda akan melihat banyak air terjun yang memukau." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Bagi wisatawan dengan keluarga, penting bagi Anda untuk mengetahui seberapa " +"child friendly sebuah hotel dari direktori sebelum mengambil keputusan. Satu" +" hal yang penting untuk diketahui adalah apakah hotel menawarkan layanan " +"babysitter. Untuk pebisnis yang ingin kabur dari anak ini juga sangat " +"relevan – mungkin hotel yang tidak child friendly akan lebih cocok!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Blog Post yang Paling Banyak Dilihat" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nama" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nama / Post Terkini" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Blog Post Baru" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Artikel Berikutnya" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Tidak ada Cover" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Belum ada blog post." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Jumlah Views" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Tidak ada hasil untuk \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Tidak ada hasil yang ditemukan untuk '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Belum ada tags yang didefinisikan." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Tidak Ada" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Hal-hal tersebut tidak menghalangi Anda dari maju kedepan dengan rencana " +"Anda untuk membuat sistem teleskop yang luar biasa. Pastikan saja Anda " +"mendapatkan nasihat dan pelatihan berkualitas mengenai cara konfigurasi " +"teleskop Anda agar sesuai dengan kebutuhan Anda. Menggunakan pedoman ini, " +"Anda dapat menikmati berjam-jam waktu melihat pemandangan femonenal di " +"langit malam yang tidak tampak dengan mata saja." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Tidak Dipublikasikan" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Tidak hanya mengetahui cuaca yang akan membuat menatap bintang lebih baik " +"tapi Anda jika mempelajari kapan hujan meteor yang besar dan kapan event " +"astronomi besar lainnya akan terjadi, ini akan mengobarkan kembali semangat " +"Anda untuk astronomi." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Jumlah Action" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Jumlah kesalahan" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Jumlah pesan yang membutuhkan tindakan" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Jumlah pesan dengan kesalahan pengiriman" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Tentu saja, untuk mengangkat pemujaan bulan Anda sampai ke titik tertinggi, " +"meningkatkan kualitas perlengkapan Anda dari teleskop pemula akan memberikan" +" Anda detail paling memulai mengenai permukaan bulan. Semua upgrade ini akan" +" meningkatkan pengetahuan dan kedalaman serta jangkauan apa yang Anda dapat " +"lihat secara geometris. Untuk banyak astronomer amatir, terkadang kita tidak" +" dapat melihat apa yang sebetulnya ingin kita lihat di angkasa." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"Pada bahasa default Anda, kosongkan keterangan blog post dan simpan untuk " +"mendapatkan ringkasan (yang diterjemahkan) otomatis." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Setelah Anda meninjau konten pada mobile, Anda dapat beralih kembali ke " +"tampilan normal dengan mengeklik di sini lagi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Lainnya" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Blog-blog kami" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto oleh Anton Reponne, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto oleh Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto oleh Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Foto oleh Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Foto oleh Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto oleh Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto oleh Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Foto oleh Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Foto oleh PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Foto oleh SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Foto oleh Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "kiriman" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Daftar Post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Tanggal Publikasi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Terpublikasi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Dipublikasikan (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Tanggal Publikasi" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Post Dipublikasi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opsi Publikasi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Tanggal publikasi" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Field Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Rating" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Lihat lebih lanjut" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Baca lebih lanjut " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restoran, Kafe dan Bar" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Batasi publikasi ke website ini." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Dioptimalkan SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Kesalahan Pengiriman SMS`" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Sampel" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satelit-Satelit" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Cari gambar (contohnya: ketik \"business\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Tepi laut vs gunung" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Melihat dunia dari atas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Pilih Blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Pilih blog yang Anda ingin berikan post ini." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Pilih item menu ini untuk membuat blog post baru." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Pilih untuk Dikomentari" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Pilih untuk di-Tweet" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Nama SEO" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Pisahkan setiap keyword menggunakan koma" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Pilih cover blog post." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Beberapa burung yang asli dan bermigrasi, mamal dan reptilia menyebut Copper" +" canyon sebagai rumah mereka. Satwa istimewa di ngarai yang hampir murni ini" +" sangat layak untuk dikunjungi." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Share Links" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Share ke Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Share ke LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Share ke Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Share post ini" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Sidebar" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, lebih popuier sebagai Copper Canyon, berada di Meksiko. " +"Daerah ini adalah tujuan favorit untuk mereka yang mencari liburan penuh " +"petualangan." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Langit" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Jadi sangat teramat penting bahwa Anda mendapatkan teleskop yang tepat untuk" +" di mana Anda berada dan preferensi Anda dalam menatap bintang. Untuk " +"memulai, mari mendiskusikan tiga jenis utama teleskop diikuti dengan konsep " +"\"Teleskop 101\" untuk meningkatkan kemungkinan Anda membeli teleskop yang " +"tepat." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Mungkin saja dalam setahun sekali kita liburan camping atau trip ke rumah " +"kerabat di pedesaan, adalah saat langit malam tiba-tiba memutuskan untuk " +"mengadakan pertunjukan spektakuler. Jika Anda mengalami momen seperti itu di" +" mana Anda terkagum sampai lupa bernapas oleh karena pemandangan langit " +"malam yang luar biasa, Anda pasti ingat momen itu di mana Anda tidak dapat " +"mengatakan apapun selain “wow” pada apa yang Anda lihat." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Maka untuk memilih teleskop yang tepat, tujuan Anda dalam menggunakan " +"teleskop juga penting. Untuk betul-betul memahami kekuatan dan kelemahan " +"dari tidak hanya rancangan lensa dan teleskop tapi juga dalam performa " +"teleskop dalam beberapa situasi menatap bintang yang beragam, sangat penting" +" bagi untuk terlebih dahulu mempelajari dan terpapar dengan situasi berbeda " +"tersebut. Maka sebelum Anda melakukan pembelian pertama Anda..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Jadi Anda akan keluar negeri, Anda telah memilih tujuan dan Anda sekarang " +"harus memilih hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" +"Seseorang yang terkenal di Sumber Judul" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Menemukan fauna" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Mulai menulis di sini..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Gaya" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Sub Judul" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtitle" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Tag Kategori" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Kategori tag" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Formulir Tag Kategori" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formulir Tag" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Daftar Tag" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "Tag kategori sudah ada!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Nama tag sudah ada!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Label" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Daftar Tag" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Mengambil gambar di kegelapan" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser & Tag" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Konten Teaser" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Sepuluh tahun lalu, Anda mungkin mengunjungi agen travel lokal dan " +"mempercayai nasehat langsung yang diberikan oleh 'ahli' mereka. Cara Abad " +"ke-21 untuk memilih dan booking hotel Anda tentunya di Internet, menggunakan" +" website travel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Moment “Wow” tersebut adalah alasan kita mencintai astrologi. Untuk beberapa" +" orang, moment wow tersebut menjadi gairah yang berujung pada karir " +"mempelajari bintang-bintang. Untuk beberapa orang yang beruntung, moment wow" +" tersebut menjadi obsesi besar yang berujung pada mereka mengembara ke " +"bintang menggunakan pesawat roket atau pada salah satu misi awal luar " +"angkasa. Tapi untuk kebanyakan dari kami astrologi mungkin menjadi hobi atau" +" hiburan biasa. Tapi kami membawa moment wow tersebut dengan kami selama " +"seumur hidup dan kami dapat mulai mencari cara untuk menggali lebih dalam " +"dan mempelajari lebih lanjut alam semesta yang spektakuler yang kita lihat " +"pada jutaan bintang di langit di atas kita setiap malamnya." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Keindahan astronomi adalah siapa pun juga dapat melihatnya." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Waktu terbaik untuk melihat bulan, tentunya, di malam hari saat tidak ada " +"awan dan cuaca mengakomodasi untuk pembelajaran yang panjang dan lama. " +"Seperempat pertama memberikan detail terbaik. Dan jangan tertipu saat " +"sebagian bulan terhapus saat tidak dalam tahap bulan purnama. Fenomena yang " +"dikenal sebagai “earthshine” memberikan Anda kemampuan untuk melihat bagian " +"gelap bulan dengan sedikit detail, bahkan bila bulan hanya seperempat atau " +"setengah." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Waktu terbaik untuk melihat bulan." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Blog post dapat dilihat oleh pengunjung Anda setelah tanggal ini pada " +"website bila sudah di setel sebagai dipublikasikan." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Tebing di wilayah ini termasuk yang paling tinggi di dunia dan untuk melihat" +" air mengalir turun dari puncak tinggi itu sungguh luar biasa. Jarak pendek " +"dari maui dengan tur helikopter Maui itu lebih dari setimpal untuk dapat " +"melihat keindahan pemandangan alam ini." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "URL lengkap untuk mengakses dokumen melalui website." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Hal berikutnya yang kita tentunya inginkan adalah teleskop yang bagus. Anda " +"mungkin melihat penghobi yang sudah jauh di pembelajaran menyiapkan teleskop" +" yang keren di bukit. Hal tersebut dapat meningkatkan semangat astronomer " +"amatir dalam diri Anda karena hal tersebut tentunya adalah langkah " +"berikutnya dalam perkembangan hobi Anda. Tapi bagaimana cara membeli " +"teleskop bagus dapat merupakan proses yang sangat membingungkan dan " +"mengintimidasi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"Sebuah website seharusnya menyediakan analisis rinci mengenai layanan " +"relaksasi di dalam hotel – spa, kolam renang, gim, sauna – sekaligus detail " +"mengenai fasilitas lain yang tidak jauh dari hotel seperti lapangan golf. 7." +" Kebutuhan Khusus: website direktori hotel seharusnya bisa menyarankan " +"pengunjung mengenai layanan kebutuhan khusus hotel dan kebijakan " +"aksesibilitas. Walau sekali lagi ini tidak dapat diterapkan untuk setiap " +"pengunjung, ini merupakan sesuatu yang vital untuk beberapa pengunjung." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Keputusan memilih aksesori atau tripod lainnya akan berubah secara " +"signifikan dengan teleskop yang akan berada di dek Anda dibandingkan dengan " +"teleskop yang Anda akan bawa ke lokasi yang terpencil." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"Pemandangan yang sungguh luar biasa dan pengalaman yang tidak ingin Anda " +"lupakan. Ini juga merupakan kesempatan untuk belajar dengan melihat dekat " +"gunung berapi non aktif, sesuatu yang biasanya tidak dapat Anda lihat. Di " +"sisi utara dan selatan gunung berapi, Anda dapat melihat pemandangan luar " +"biasa yang berbeda-beda. Sis-sisi ini subur dan hijau dan Anda dapat melihat" +" banyak air terjun dan tanaman yang indah. Banyak hutan hujan tropis di sisi" +" pulau ini dan ini merupakan sesuatu yang tidak dapat diakses dengan mudah " +"kecuali melalui udara." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Terdapat juga masalah mengenai motivasi peninjau. Lebih banyak review yang " +"Anda baca, semakin mudah bagi Anda untuk menyadari bahwa review cenderung " +"merupakan opini yang ekstrim. Di satu sisi, Anda memiliki review yang marah " +"dengan orang yang siap menyerang; di sisi lain, Anda memiliki pengunjung " +"yang puas memberikan pujian yang luar biasa besar sampai susah dipercaya. " +"Anda tidak akan kaget untuk menyadari hotel terkadang membuat review positif" +" mereka sendiri, atau banyak saingan yang mengantre untuk menyerang dengan " +"review negatif. Maka sangat masuk akal untuk mempertimbangkan apa yang " +"sebetulnya penting bagi Anda saat memilih hotel. Anda harus lalu memilih " +"direktori hotel online yang memberikan informasi paling penting yang up-to-" +"date, mandiri, dan netral." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Terdapat banyak pertimbangan yang harus Anda pikirkan sebelum menyetujui " +"pembelian final." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Ada sesuatu yang terasa abadi mengenai kosmos. Fakta bahwa planet dan bulan " +"dan bintang-bintang setelah mereka telah ada selama berabad-abad mengimbas " +"perasaan kita tentang tempat kita manusia di alam semesta. Faktanya, banyak " +"bintang-bintang yang kita “lihat” dengan mata telanjang adalah cahaya yang " +"datang dari bintang ratusan ribu tahun yang lalu. Cahaya tersebut baru " +"sekarang sampai ke bumi. Maka secara nyata, melihat ke atas itu mirip dengan" +" time travel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Hal-hal ini sungguh penting dan direktori hotel yang bagus seharusnya " +"memberikan Anda nasehat seperti ini mengenai kamar tidur – tidak hanya opsi " +"biasa yaitu jumlah kamar!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Kotak ini tidak akan terlihat untuk pengunjung Anda" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Tag ini sudah ada" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Kecil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Judul" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Judul di Atas Sampul" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Judul di Dalam Sampul" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Untuk melihat bulan dengan mata telanjang, biasakan diri Anda dengan peta " +"bulan yang akan membantu Anda memilih laut, kawah dan fenomena geografis " +"yang orang lain telah petakan untuk membuat pembelajaran Anda lebih " +"menyenangkan. Peta bulan dapat dibeli dari toko astronomi atau online apapun" +" dan mereka adalah investasi yang berharga." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Untuk memulai belajar cara mengamati bintang-bintang dengan lebih baik, " +"terdapat beberapa hal standar yang Anda harus kenali lebih dalam, melebihi " +"hanya apa yang dapat kita lihat dengan mata telanjang dan mulai membelajari " +"bintang-bintang sambil menikmati proses tersebut. Hal pertama yang Anda " +"butuhkan sama sekali bukan perlengkapan tapi literatur. Peta bintang yang " +"bagus akan menunjukkan Anda konstelasi mayor, lokasi bintang-bintang utama " +"yang kita gunakan untuk menavigasi langit dan planet-planet yang akan " +"terlihat lebih besar dari bintang-bintang. Dan bila Anda menambahkan kepada " +"peta tersebut beberapa materi introduksi lain ke dalam hobi astronomi, Anda " +"akan banyak berkembang. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Untuk berkembang lebih lanjut, sepasang binocular dapat membantu secara luar" +" biasa untuk detail yang Anda akan lihat di permukaan bulan. Untuk hasil " +"terbaik, gunakan pengaturan binocular dengan wide field yang bagus supaya " +"Anda dapat melihat keindahan permukaan bulan secara keseluruhan. Dan karena " +"hampir mustahil untuk memegang binocular tanpa bergerak untuk selama yang " +"Anda inginkan untuk sepenuhnya menatap benda-benda luar biasa di angkasa, " +"Anda mungkin ingin menambahkan ke gudang perlengkapan Anda tripod yang bagus" +" yang dapat Anda gunakan dengan binocular supaya Anda dapat mempelajari " +"bulan dengan nyaman dan viewing platform yang stabil." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Untuk membawa pengalaman Anda ke tingkat berikutnya, Anda mungkin ingin " +"menggunakan manfaat dari kemitraan dengan astronomer lain atau dengan " +"mengunjungi salah satu teleskop yang sungguh luar biasa yang telah disiapkan" +" oleh profesional yang memiliki teknis lebih baik untuk menghilangkan " +"gangguang atmosfer agar dapat melihat bulan dengan lebih baik. Internet akan" +" memberikan Anda akses ke Hubble dan lebih banyak lagi teleskop yang sangat " +"besar yang selalu melihat ke arah bulan. Terlebih lagi, banyak klub " +"astronomi yang bekerja untuk menggabungkan lebih dari satu teleskop, dengan " +"seksama disinkronisasi dengan komputer untuk mendapatkan pemandangan terbaik" +" permukaan bulan." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Banner Atas" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Travel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Belum Dipublikasikan (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Post Tanpa Judul" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Gunakan ikon ini untuk melihat pratinjua blog post Anda pada perangkat " +"mobile." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Digunakan di:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Viewpoint" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Tampilan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Terlihat di semua halaman blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Terlihat pada website saat ini" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "TULIS DI SINI ATAU TARIK BLOK PENYUSUN" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Website" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blog Website" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Pesan situs" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filter Snippet Website" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL Websi8te" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Sejarah komunikasi situs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Keterangan website" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Situs meta kata kunci" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Judul meta situs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Gambar opengraph Website" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Bagaimana Jika Mereka Mengizinkan Anda Mengontrol Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Walau siapapun dapat melihat ke atas dan jatuh cinta dengan bintang-bintang " +"kapanpun juga, kesenangan dari astronomi adalah mempelajari bagaimana cara " +"menjadi lebih dan jauh lebih terampil dalam menatap bintang serta memiliki " +"perlengkapan yang cocok supaya Anda dapat melihat dan memahami lebih banyak " +"setiap kali Anda melihat ke atas. Berikut adalah beberapa langkah-langkah " +"yang Anda dapat ambil untuk membuat waktu yang Anda gunakan untuk hobi " +"astronomi Anda lebih menyenangkan." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "With a View" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" +"Tuliskan teks kecil di sini sebagai keterangan untuk blog atau perusahaan " +"Anda." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Anda harus selalu mempertimbangkan dengan seksama jenis fasilitas yang Anda " +"butuhkan dari kamar tidur Anda dan temukan hotel yang memiliki fasilitas " +"yang Anda rasa penting. Website direktori hotel seharusnya menjelaskan hal-" +"hal tersebut seperti: ukuran ranjang, Akses Internet (biaya, apakah ada WiFi" +" atau koneksi kabel broadband), fasilitas gratis, pemandangan dari kamar dan" +" luxury offering seperti menu Bantal atau Shower, pilihan kamar merokok atau" +" bebas asap dsb." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Anda akan melihat semua keindahan yang Maui tawarkan bersama-bersama dengan " +"seluruh keluarga. Tur tidak terlalu mahal dan berlangsung dari empat puluh " +"menit sampai satu jam. Anda akan melihat tempat-tempat yang biasanya tidak " +"dapat diakses dengan tur helikopter Maui. Tempat-tempat yang tidak tersedia " +"dengan jalan kaki atau mobil dapat dilihat melalui udara. Pemandangan yang " +"sungguh luar biasa menunggu mereka yang siap untuk mengikuti tur helikopter " +"Maui. Jika Anda akan tinggal di pulau untuk waktu yang cukup lama, Anda " +"bahkan bisa mempertimbangkan lebih dari satu tur helikopter Maui." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "adventure" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Klik di sini untuk mengakses blog :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "breadcrumb" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "oleh" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "discovery" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "guides" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "telah dipublikasikan pada" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotels" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "di dalam" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "di " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "di " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "telescopes" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "untuk meninggalkan komentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "belum dipublikasikan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Belum ada komentar" diff --git a/i18n/is.po b/i18n/is.po new file mode 100644 index 0000000..009ed3d --- /dev/null +++ b/i18n/is.po @@ -0,0 +1,2019 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2022-09-22 05:56+0000\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"Language: is\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Þarfnast aðgerðar" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Virkur" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Geymt" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Höfundur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Flokkur" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Loka" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Búið til af" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Stofnað þann" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nafn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Fylgjendur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Fylgjendur (viðskiptafélagar)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Hópa eftir" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "Auðkenni" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "If checked, new messages require your attention." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Is Follower" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Síðast uppfært af" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Síðast uppfært þann" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Meðal" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Skilaboð" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nafn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ekkert" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Fjöldi aðgerða" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Fjöldi skilaboð sem bíða afgreiðslu" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Published" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Flokkar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "The full URL to access the document through the website." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titill" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Vefsíða" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Skilaboð frá vef" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Vefsíða Url" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Website communication history" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Website meta description" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Website meta keywords" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Website meta title" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/it.po b/i18n/it.po new file mode 100644 index 0000000..29485fc --- /dev/null +++ b/i18n/it.po @@ -0,0 +1,2742 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2023 +# Marianna Ciofani, 2024 +# Sergio Zanchetta , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Sergio Zanchetta , 2024\n" +"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (copia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' intestazione di pagina." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Mostrare risultati per '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Tutte le date" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"I binocoli sono leggeri e portatili. A meno che tu abbia il lusso di " +"realizzare e gestire un tuo osservatorio, dovrai probabilmente viaggiare per" +" filmare viste. I binocoli sono semplici da portare con sé, anche per il " +"peso, e da utilizzare rispetto ad un kit ingombrante di allestimento." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Scegli le competenze di un esperto. Se non sei già familiare con i " +"club o società di astronomia, gli addetti alle vendite dei negozi di " +"telescopi saranno in grado di indirizzarti verso le società attive nella tua" +" zona. Una volta che avrai stabilito un legame con le persone che hanno già " +"acquistato telescopi potrai farti un'idea di cosa funziona e cosa bisogna " +"evitare invece di affidarti semplicemente ad un articolo online o agli " +"addetti alle vendite di un grande magazzino." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Pubblica il tuo articolo per renderlo visibile ai visitatori." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Accedi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Provalo prima di comprarlo. Un altro vantaggio dell'esplorare il " +"campo. Puoi paassare alcune ore in compagnia di persone che conoscono i " +"telescopi e sanno come manovrare l'attrezzatura per imparare gli aspetti " +"tecnici chiave e testarli prima di investire denaro nel proprio impianto." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Scrivi qui la tua storia. Usa la barra degli strumenti superiore per " +"definire lo stile del tuo testo: aggiungi un'immagine o una tabella, scrivi " +"in grassetto o in corsivo, ecc. Trascina e rilascia i componenti per avere " +"un blog con più elementi visivi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Oltre alla popolazione autoctona, anche la fauna " +"selvatica è una delle principali attrattive per il pubblico." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"È di fondamentale importanza che tu abbia il " +"telescopio giusto." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"Quel momento \"Wow\" è ciò di cui si occupa " +"l'astrologia." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Più recensioni si leggono, più si nota come tendano a " +"raggrupparsi agli estremi delle opinioni." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "C'è qualcosa di senza tempo nel cosmo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Il tuo studio della luna, come qualsiasi altra cosa, " +"può andare dal semplice al molto complesso." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Nessuna etichetta definita" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Leggi " +"successivo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Mostra:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blog:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Un ottimo modo per scoprire luoghi nascosti" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Una vacanza nel Copper Canyon promette di essere un mix eccitante di relax, " +"cultura, storia, fauna selvatica ed escursioni." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Pubblicato un nuovo articolo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Un viaggiatore può scegliere di esplorare la zona camminando lungo il canyon" +" o avventurandosi all'interno. È richiesto un piano dettagliato per coloro " +"che vogliono esplorare il canyon in profondità. Esistono numerose agenzie di" +" viaggio specializzate nell'organizzazione di tour nella regione. I " +"visitatori possono volare verso il Copper Canyon utilizzando un visto " +"turistico, valido per 180 giorni. Inoltre, è possibile anche partire da " +"qualsiasi punto degli Stati Uniti e ottenere il visto presso la stazione " +"doganale messicana di confine." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Chi siamo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Innanzitutto, rivolgiti ad un negozio di telescopi rispettabile con " +"personale qualificato. Se compri il tuo telescopio da Wal-Mart o in un " +"grande magazzino, le possibilità di acquistare un buon prodotto sono molto " +"ridotte." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Accedi all'articolo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Azione richiesta" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Attivo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Aggiungi alcuni" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Tutti" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Tutti i blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Tutti i blog" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Soli nell'oceano" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "A questo proposito, quanto è difficile il montaggio e lo smontaggio?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Incredibile articolo di blog: %s! Controlla dal vivo: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Una emozionante miscela di relax, cultura, storia, natura ed escursionismo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"E quando tutto è detto e fatto, attrezzati. La tua ricerca di " +"telescopi sempre nuovi e migliori durerà per tutta la vita. Appassionati " +"dell' astronomia e l'esperienza arricchirà ogni aspetto della tua vita. Sarà" +" una passione che non vorrai più perdere." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Un'altra caratteristica unica del Copper Canyon è la presenza della cultura " +"indiana Tarahumara. La popolazione seminomade vive in abitazioni scavate " +"nelle caverne e i loro principali mezzi di sostentamento sono l'agricoltura " +"e l'allevamento di bestiame." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archivio" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "In archivio" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archivi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "articolo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "articoli" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"I club di astronomia sono luoghi vivaci pieni di amatori competenti che " +"amano condividere le loro conoscenze con te. Per il prezzo di una coca cola " +"e degli snack, andranno a guardare le stelle con te e ti sommergeranno di " +"banalità e grandi conoscenze." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "L'astronomia è \"celeste\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Flusso Atom" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Numero allegati" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autore" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nome autore" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Camere d'albergo impressionanti" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Fai attenzione a questa cosa chiamata \"astronomia\"" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Entrare a far parte della società degli astronomi dilettanti ti permetterà " +"di accedere a questi sforzi organizzati per raggiungere nuovi livelli nella " +"nostra capacità di studiare la Luna terrestre. Inoltre, ti darà la " +"possibilità di avere amici e coetanei che condividono la passione per " +"l'astronomia e che possono condividere la loro esperienza e le loro aree di " +"competenza mentre cerchi di capire dove guardare nell'immenso cielo " +"notturno, sulla Luna e oltre, nella ricerca di conoscenza dell'universo " +"apparentemente infinito che ci sovrasta." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Entra a far parte della società degli appassionati di astronomia." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Strutture camere da letto" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Prima di effettuare una spesa così grande, potrebbe essere una buona idea " +"investire in un buon binocolo. Esistono persino binocoli fatti per osservare" +" le stelle, che fanno un lavoro altrettanto buono per darti quella visione " +"in più di cui hai bisogno per vedere un po' meglio le meraviglie " +"dell'universo. Un binocolo ben progettato fornisce una maggiore mobilità e " +"la possibilità di avere una \"visione migliorata\" a portata di mano quando " +"ne hai bisogno." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Prima di fare il tuo primo acquisto..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Al di là degli occhi" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nome blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Pagina blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Articolo blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Copertina articolo blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Pagine post di blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Titolo per articolo blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Articoli blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Sottotitolo blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Etichetta blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Categoria etichetta blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Etichette blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Titolo blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Titolo del blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Elenco blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Pagina blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "In basso" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Percorso di navigazione" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Come passare al setaccio tutte le fantastiche offerte che ci vengono " +"proposte? Ti fidi davvero delle fotografie e descrizioni di hotel valutate " +"dalle agenzie stesse con lo scopo di ottenere più prenotazioni? Le " +"recensioni dei viaggiatori possono essere utili ma bisogna essere cauti: " +"spesso non sono obiettive e non adatte ai tuoi interessi. Come fate a sapere" +" se le caratteristiche importanti per l'autore della recensione sono " +"importanti anche per voi?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Acquistare un telescopio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Comprare il telescopio giusto per spingere il tuo amore per l'astronomia al " +"livello successivo è un grande passo avanti nello sviluppo della tua " +"passione per le stelle." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Può pubblicare" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Schede" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Categoria" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Servizi per bambini" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Scegli un immagine dalla libreria." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Fai clic qui per aggiungere nuovi contenuti al sito web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Clicca su \"Nuovo\" nell'angolo in alto a destra per scrivere il tuo " +"primo post sul blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Chiudi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Commento" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Commenti" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Commenti/statistiche visualizzazioni" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Contenuto" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Il Copper Canion è una delle sei gole presenti nell'area. Sebbene il nome " +"faccia allusione all'attività di estrazione del rame, non è questo il caso. " +"Infatti, il nome deriva dal rame e dai licheni verdi che ricoprono il " +"canion. Presenta due zone climatiche: nella parte alta c'è un clima alpino " +"mentre al sud il clima è subtropicale. Gli inverni sono freddi con tempeste " +"di neve frequenti in alta quota; invece l'estate è asciutta e molto calda. " +"La capitale, Chihuahua, è un deserto in alta quota dove il meteo è " +"caratterizzato da inverni freddi ed estati più calde. La regione è unica " +"proprio per via della varietà degli ecosistemi che la caratterizzano." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Copertina" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Proprietà copertina" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Data creazione" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Data (nuova a vecchia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Data (vecchia a nuova)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Descrizione" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Area di rilascio blocchi di costruzione" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Maui orientale" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"I tour in elicottero nella parte est dell'isola ti permetteranno di vedere " +"il vulcano Haleakala o \"casa del sole\", alto 3,055 metri. Si tratta di un " +"vulcano inattivo la cui ultima eruzione risale al 1790. Potrai vedere il " +"cratere del vulcano e la terra arida e secca che circonda il lato sud del " +"pendio." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Modifica da interfaccia" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Modifica '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Modifica l'intestazione della pagina 'Tutti i blog'." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Modifica l'intestazione della pagina 'Risultati Filtro'." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Modifica il titolo, il sottotitolo è facoltativo." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Inserisci il titolo del tuo post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Cose da tenere a mente" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Infine, il team di ispettori della qualità dovrebbe aver visitato " +"regolarmente l'hotel in questione, incontrato il personale, dormito in una " +"camera e provato il cibo. Dovrebbero vivere l'esperienza dell'hotel come " +"solo un ospite può fare e a quel punto saranno davvero in grado di scrivere " +"dell'hotel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Seguici" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Seguici" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Seguito da" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Seguito da (partner)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Per molti di noi, abitanti della città, non è un'abitudine guardare il cielo" +" in maniera regolare. Le luci della città nascondono il cielo sulle nostre " +"teste in qualsiasi momento." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Per molti di noi, la nostra prima esperienza con i corpi celesti è stata " +"vedere la nostra prima luna piena nel cielo. È davvero una vista magnifica " +"anche ad occhio nudo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Dal bambino più piccolo all'astrofisico più avanzato, c'è qualcosa per " +"chiunque voglia godersi l'astronomia. In effetti, è una scienza così " +"accessibile che praticamente chiunque può praticarla ovunque si trovi. " +"Bisogna solo saper guardare in alto." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Intera larghezza" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Diventa un fanatico della tecnologia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Compra un telescopio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Goditi un po' di storia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Esordiente" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Griglia" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Raggruppa per" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Contiene messaggio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Ecco alcuni punti chiave che dovreste tenere a mente:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Idee vacanza" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Effetto al passaggio" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Come guardare in alto" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Quanto è complesso il telescopio e avrà problemi di manutenzione? Mettiti in" +" contatto con altri per ottenere le risposte a queste e altre domande. Se " +"fai i compiti a casa in questo modo, troverai il telescopio giusto per " +"questo prossimo grande passo nell'evoluzione della tua passione per " +"l'astronomia." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Quanto deve essere mobile il tuo telescopio?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Come scegliere il giusto hotel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Se selezionata, nuovi messaggi richiedono attenzione." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Se selezionata, alcuni messaggi presentano un errore di consegna." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Ad esempio, se per te è importante che l'hotel si trovi in spiaggia, vicino " +"ad un parco tematico o vicino ad un aeroporto allora la posizione è " +"fondamentale. Un catalogo che si rispetti dovrebbe offrire una mappa degli " +"hotel e dei dintorni. Inoltre, dovrebbero esserci i grafici delle distanze " +"dall'aeroporto e una sorta di mappa interattiva." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"àSe la notte è serena, puoi osservare fantastici dettagli della superficie lunare semplicemente guardando le stelle nel tuo giardino.\n" +"Ovviamente, con la crescita del tuo amore per l'astrologia, scoprirari molti corpi celesti affascinanti. La luna forse resterà il nostro primo amore perché è l'unico oggetto lontano nello spazio che viaggia vicino alla Terra e sulla cui superficie l'uomo ha camminato. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Entro" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"Da più punti di vista, è possibile considerarlo un passo importante sia per " +"qualcuno che ama l'astronomia che per uno studente davvero interessato alla " +"scienza. Tuttavia, entrambi sappiamo che c'è un altro passo da compiere dopo" +" aver comprato un telescopio prima di sapere davvero come utilizzarlo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Aumenta leggibilità" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Sta seguendo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "È pubblicato" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Isole" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"È molto divertente iniziare a imparare le costellazioni, come navigare nel " +"cielo notturno e trovare i pianeti e le stelle famose. Ci sono siti web e " +"libri che ti guidano." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"È importante scegliere un hotel che ti faccia sentire a casa - arredamento " +"contemporaneo o tradizionale, decorazioni locali o internazionali, formale o" +" meno. L'elenco degli hotel ideale dovrebbe metterti a conoscenza delle " +"opzioni disponibili." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Si può dire che a un certo punto della nostra vita, ognuno di noi ha quel " +"momento in cui siamo improvvisamente storditi quando ci troviamo faccia a " +"faccia con l'enormità dell'universo che vediamo nel cielo notturno." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"È davvero incredibile il fatto che, alzando lo sguardo in una notte " +"qualsiasi, si possono vedere virtualmente centinaia di migliaia di stelle, " +"sistemi stellari, pianeti, lune, asteroidi, comete e forse anche una navetta" +" spaziale che passa di tanto in tanto. La cosa è ancora più strabiliante " +"quando ci si rende conto che il cielo che si sta guardando è a tutti gli " +"effetti lo stesso cielo di cui godevano i nostri antenati centinaia e " +"migliaia di anni fa quando alzavano semplicemente lo sguardo." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Giungla" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Sapere cosa si sta guardando" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Sapere quando guardare" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Grande" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Ultimo contributo di" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Più recente" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Ultimi post del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Struttura" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Studiare i retroscena delle grandi scoperte dell'astronomia renderà più " +"significativi i tuoi momenti di osservazione delle stelle. Si tratta di una " +"delle scienze più antiche della Terra, quindi scopri i grandi della storia " +"che hanno osservato le stelle prima di te." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Strutture ricreative" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "elenco" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Le tradizioni locali sono importanti ma anche i ristoranti e i bar possono " +"giocare un ruolo importante durante la tua permanenza. Dovresti essere " +"consapevole della scelta, conoscere lo stile e il livello di formalità. Un " +"buon resoconto dell'hotel dovrebbe darti tutte queste informazioni, in " +"particolare sul servizio per la prima colazione." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Posizione" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Giro in elicottero a Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"I tour in elicottero sull'isola di Maui ti permettono di vederla da un'altra" +" prospettiva e vivere un'avventura. Se non sei mai salito su un elicottero, " +"questa è l'occasione buona per farlo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"I tour in elicottero sono un bel modo di visitare posti che non possono " +"essere raggiunti a piedi o in auto. I tour durano all'incirca un'ora ed " +"hanno un costo che va da circa 185 a 240 dollari a persona. Per molti, si " +"tratta di un'opportunità che capita una volta nella vita. Non dimenticare " +"macchinette fotografiche e videocamere per catturare i momenti che ti " +"permetteranno di rivivere il tour tutte le volte che vorrai e mantenere vivo" +" il ricordo negli anni." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"I tour in elicottero di Maui ti permetteranno di vedere tutte queste " +"attrazioni. Assicurati di prendere una videocamera con te per catturare la " +"bellezza del paesaggio e per mostrare ad amici e parenti a casa tutte le " +"cose meravigliose che hai visto durante la vacanza." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Media" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Errore di consegna messaggio" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Messaggi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta descrizione" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Meta parole chiave" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta titolo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai e Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"I tour in elicottero di Molokai ti faranno scoprire un'altra isola a soli nove miglia di distanza e facilmente accessibile in aereo. L'isola ha una popolazione molto ridotta, appartenente a varie culture. L'intera costa nord-orientale è contornata da scogliere e spiagge remote. Sono completamente inaccessibili con qualsiasi altro mezzo di trasporto che non sia l'aereo.\n" +"Le persone che vivono sull'isola non hanno mai visto questo straordinario scenario, a meno che non abbiano fatto dei tour in elicottero di Maui per vederlo. Quando il tempo è piovoso e le precipitazioni sono abbondanti per la stagione, si possono vedere molte cascate stupefacenti." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Per le famiglie è molto importante capire se l'hotel scelto dispone di " +"servizi per bambini. In particolare, è bene controllare se l'hotel offre il " +"servizio di baby sitting. Per coloro che viaggiano per affari e vogliono " +"evitare la confusione forse un hotel che non accoglie famiglie potrebbe " +"essere più adatto!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "I post più visti del blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nome" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nome/ultimo post" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nuovo articolo del blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Prossimo articolo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Nessuna copertina" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Ancora nessun articolo nel blog." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "N. di visualizzazioni" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Nessun risultato per \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Nessun risultato trovato per '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Ancora nessuna etichetta definita." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Nessuno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Tutto questo non ti impedisce di andare avanti con i tuoi piani e assemblare" +" un fantastico sistema di telescopi. Assicurati soltanto di ottenere " +"informazioni e insegnamenti di qualità su come configurare il tuo " +"telescopio per rispondere ai tuoi bisogni. Utilizzando queste linee guida, " +"potrai godere di ore di divertimento nell'osservazione dello straordibnario " +"cielo notturno che vanno oltre l'occhio nudo. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Non pubblicato" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Non è sufficiente conoscere il meteo per osservare le stelle ma sapere " +"quando si verificheranno sciami meteorici e altri eventi astronomici ti " +"permettera di vivere l'emozione dell'astronomia." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Numero di azioni" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Numero di errori" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Numero di messaggi che richiedono un'azione" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Numero di messaggi con errore di consegna" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Naturalmente, per coltivare al massimo lo studio, procurarti un buon " +"telescopio di base ti permetterà di ottenere i dettagli più sorprendenti " +"della superficie lunare. Con ognuno di questi aggiornamenti, le tue " +"conoscenze, la profondità e la portata di ciò che sarai in grado di vedere " +"miglioreranno geometricamente. Per molti astronomi dilettanti, a volte non è" +" mai abbastanza quello che possiamo vedere grazie al nostro oggetto più " +"vicino allo spazio." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"Dalla lingua predefinita, svuota la descrizione dell'articolo del blog e " +"salva per ottenere un riassunto automatico (tradotto)." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Una volta che hai revisionato il conenuto sul telefono, puoi tornare alla " +"visualizzazione classica cliccando di nuovo qui" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Altri" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "I nostri blog" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto di Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto di Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto di Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Foto di Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Foto di Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto di Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto di Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Foto di Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Foto di PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Foto di SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Foto di Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Articoli" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Elenco post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Data di pubblicazione" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Pubblicato" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Pubblicato (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Data di pubblicazione" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Articolo pubblicato" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opzioni di pubblicazione" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Data pubblicazione" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Campo QWeb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Valutazioni" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Leggi di più" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Leggi di più " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Ristoranti, bar e pub" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Limita la pubblicazione a questo sito web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Ottimizzato SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Errore di consegna SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Campione" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satelliti" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Cerca un'immagine. (es. digita \"affari\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Mare vs. Montagna" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Vedere il mondo dall'alto" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Seleziona un blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Seleziona il blog al quale vuoi aggiungere l'articolo." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" +"Seleziona questa voce di menù per creare un nuovo articolo per il blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Seleziona per commentare" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Seleziona per twittare" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Nome SEO" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Separa ogni parola chiave con una virgola" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Imposta una copertina per l'articolo del blog." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Diversi uccelli migratori e nativi, mammiferi e rettili abitano Copper " +"Canyon. Anche la splendida fauna di questa terra quasi incontaminata merita " +"di essere visitata." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Condividere link" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Condividi su Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Condividi su Linkedln" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Condividi su Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Condividi articolo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Barra laterale" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"La Sierra Tarahumara, comunemente conosciuta come Copper Canyon, si trova in" +" Messico. La zona è una delle destinazioni preferite tra coloro che cercano " +"una vacanza avventurosa." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Cieli" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Quindi, è di vitale importanza acquistare il telescopio giusto per il posto " +"in cui ti trovi e le tue preferenze in materia di osservazione delle stelle." +" Per cominciare, parliamo dei tre tipi principali di telescopio per poi " +"affrontare alcuni concetti introduttivi sul mondo dei telescopi per " +"aumentare la possibilità di acquistare quello giusto." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Può capitare che una volta all'anno, durante una vacanza in campeggio o una " +"gita a casa di un parente in campagna, ci si ritrovi all'aperto quando il " +"cielo notturno decide improvvisamente di mettere in scena il suo spettacolo." +" Se ti è capitato di vivere quel tipo di momento in cui sei rimasto " +"letteralmente senza fiato di fronte allo spettacolo che il cielo notturno è " +"in grado di mostrarci, probabilmente ricorderai quel momento esatto in cui " +"non hai potuto dire altro che \"wow\"." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Per selezionare il tipo giusto di telescopio è importante capire quali sono " +"i tuoi scopi di utilizzo. Per capire davvero i punti di forza e debolezza " +"non solo delle lenti e della struttura dello strumento ma anche le " +"prestazioni del telescopio stesso in varie situazioni di osservazione delle " +"stelle, è meglio fare un po' di compiti a casa prima e conoscere i diversi " +"tipi di telescopio. Quindi, prima di procedere con l'acquisto..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Quindi stai andando all'estero, hai scelto la tua destinazione e ora devi " +"scegliere un hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Qualcuno noto in «Titolo fonte»" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Avvistamento della fauna" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Inizia a scrivere qui..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stile" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Sottotitolo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Sottotitolo" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Categorie etichetta" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Categoria etichetta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Modulo categoria etichetta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Modulo etichetta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Elenco etichette" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "La categoria tag esiste già!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Nome etichetta già esistente." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etichette" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Elenco tag" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Scattare foto al buio" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser e tag" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Contenuto del teaser" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Dieci anni fa, probabilmente avresti dovuto recarti nell'agenzia di viaggi " +"più vicina a te e fidarti dell'opinione dei così detti \"esperti\". Nel " +"ventunesimo secolo, puoi selezionare e prenotare il tuo hotel su Internet " +"tramite siti web di viaggio." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Quel \"wow\" corrisponde a tutto ciò che l'astrologia è. Per alcuni, quel " +"momento wow diventa una passione che porta ad una carriera improntata sullo " +"studio delle stelle. Per alcuni fortunati, quel momento di meraviglia " +"diventa un'ossessione che li porta a viaggiare verso le stelle con lo " +"shuttle o in una delle prime missioni spaziali. Tuttavia, er la maggior " +"parte di noi l'astrologia può diventare un passatempo o un hobby regolare. " +"Quel momento di meraviglia lo portiamo con noi per il resto della vita e " +"iniziamo a cercare modi per guardare più a fondo e imparare di più sullo " +"spettacolare universo che vediamo nei milioni di stelle sopra di noi, ogni " +"notte." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Il bello dell'astronomia è che chiunque può praticarla." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Il miglior momento per vedere la luna, ovviamente, è durante la notte quando" +" ci sono poche nuvole e il meteo permette di poterla studiare a lungo. Il " +"primo quarto è quello che offre la maggior parte dei dettagli da studiare. " +"Non lasciaterti ingannare dall'oscuramento di una parte quando non è in fase" +" di luna piena. Il fenomeno noto come \"earthshine\" consente di vedere " +"anche la parte oscurata della luna con un certo dettaglio, anche se la luna " +"è solo a un quarto o a metà della sua esposizione." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Il momento migliore per guardare la luna." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Se impostato a pubblicato, l'articolo del blog viene reso visibile ai " +"visitatori a partire da questa data." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Le scogliere sono tra le più alte nel mondo e vedere cascate d'acqua " +"altissime è qualcosa di incredibile. La breve gita da Maui in elicottero è " +"un'esperienza che vale la pena vivere per ammirare la bellezza della natura." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "URL completo per accedere al documento dal sito web." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"La prossima cosa che bisogna procurarsi è ovviamente un buon telescopio. " +"Avrai forse già visto un amatore che è già a buon punto nel suo studio e che" +" sta montando quei telescopi davvero belli su una collina da qualche parte. " +"L'atronomo principiante che è in te sarà entusiasta perché si tratta del " +"prossimo step che ti ritroverai ad affrontare. Tuttavia, comprare un buon " +"telescopio può davvero confonderti e metterti paura." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"Il posto dovrebbe offrire una descrizione dettagliata dei servizi offerti " +"dall'hotel come spa, piscina, palestra e sauna così come dettagli su " +"qualsiasi altra struttura nei paraggi come campi da golf. 7. Bisogni " +"speciali: l'hotel dovrebbe anche mettere al corrente i visitatori di ogni " +"servizio speciale così come della politica di accessibilità. È di vitale " +"importanza avere tali informazioni anche se non riguardano tutti i " +"visitatori." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Le decisioni relative al treppiede o ad altri accessori cambieranno " +"significativamente con un telescopio che rimarrà sul tuo ponte rispetto a " +"uno che hai intenzione di portare in diversi luoghi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"La vista è davvero mozzafiato, da non perdere. Inoltre, si tratta di " +"un'attività educativa che permette di vedere un vulcano inattivo da vicino, " +"qualcosa che non accade ogni giorno. Sul lato settentrionale e su quello " +"meridionale, tuttavia, si può osservare un panorama incredibilmente diverso." +" Questi lati sono rigogliosi e verdeggianti e potrai ammirare bellissime " +"cascate e splendidi cespugli. Le foreste pluviali tropicali abbondano su " +"questo lato dell'isola e non sono facilmente accessibili con altri mezzi se " +"non in aereo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Poi c'è il problema della motivazione. Più recensioni leggi, più ti accorgi " +"come tendano a raggrupparsi agli estremi. Da un lato, ci sono recensori " +"arrabbiati e dall'altro, ci sono ospiti deliziati che fanno elogi oltre ogni" +" aspettativa. Non ti sorprenderà sapere che a volte gli hotel pubblicano le " +"loro stesse recensioni entusiastiche o che i rivali fanno la fila per avere " +"la possibilità di criticare la concorrenza con recensioni negative. È " +"opportuno considerare ciò che è veramente importante quando scegli un hotel." +" Dovresti quindi scegliere un elenco di hotel online che fornisca " +"informazioni aggiornate, indipendenti e imparziali che contano davvero." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Ci sono altre considerazioni da fare nella vostra decisione finale di " +"acquisto." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Il cosmo è qualcosa di eterno. Il fatto che i pianeti, la luna e le stelle " +"siano state lì per secoli, ci fa capire qual è il nostro posto " +"nell'universo. Infatti, molte delle stelle che \"vediamo\" a occhio nudo " +"sono in realtà luce proveniente da quella stella centinaia di migliaia di " +"anni fa. Quella luce sta raggiungendo la Terra solo ora. Quindi, in un modo " +"molto reale, guardare in alto è come viaggiare nel tempo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Tutto questo è davvero importante e qualsiasi elenco di hotel dovrebbe " +"fornirti tali informazioni sulle camere, non solo il numero di camere, " +"opzione abituale!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Questa casella non sarà visibile ai tuoi visitatori" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Etichetta già esistente" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Minuscolo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titolo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Titolo sopra la copertina" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Titolo nella copertina" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Per guardare la luna a occhio nudo, familiarizzare con la mappa lunare ti " +"aiuterà a identificare mari, crateri e altri fenomeni geografici che altri " +"hanno già mappato per rendere lo studio più piacevole. Le mappe della luna " +"possono essere acquistate in qualsiasi negozio di astronomia o onlline e " +"vale la pena acquistarle." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Per iniziare a imparare come osservare le stelle ci sono alcune cose base da" +" approfondire oltre a ciò che possiamo vedere ad occhio nudo e iniziare a " +"studiare e apprezzare le stelle. La prima cosa di cui hai bisogno non è un " +"impianto ma della letteratura. Una buona mappa delle stelle ti mostrerà gran" +" parte delle costellazioni, la posizione delle stelle principali che " +"utilizziamo per navigare nelc ielo e i pianeti che appaiono più grandi delle" +" stelle. Se aggiungi del materiale introduttivo ben scritto al tuo hobby, " +"sei sulla buona strada." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Per dare un tocco in più, un buon binocolo può fare miracoli per i dettagli " +"che vedrai sulla superficie lunare. Per ottenere migliori risultati, è " +"consigliabile un buon campo largo nelle impostazioni del binocolo, in modo " +"da poter ammirare il paesaggio lunare in tutta la sua bellezza. Poiché è " +"quasi impossibile tenere fermo il binocolo per tutto il tempo che vorrai " +"dedicare a questo magnifico corpo celeste, potrai aggiungere al tuo arsenale" +" un buon treppiede su cui fissare il binocolo, in modo da poter studiare la " +"Luna in tutta comodità e con una piattaforma di osservazione stabile." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Per passare a un livello superiore, potresti approfittare di collaborazioni " +"con altri astronomi o visitare uno dei grandiosi telescopi che sono stati " +"allestiti da professionisti che hanno investito in tecniche migliori per " +"eliminare le interferenze atmosferiche, per vedere la luna ancora meglio. " +"Internet permette di accedere all'Hubble e a molti altri telescopi enormi " +"che sono costantemente puntati sulla Luna. Inoltre, molti club di astronomia" +" stanno studiando modi per combinare più telescopi, accuratamente " +"sincronizzati con i computer al fine di ottenere la migliore visione del " +"paesaggio lunare." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Intestazione superiore" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Viaggi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Non pubblicato (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Articolo senza titolo" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Usa questa icona per l'anteprima dell'articolo sui dispositivi " +"mobili." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Usato in:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Punti di vista" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "visualizzazioni" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Visibile in tutte le pagine del blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Visibile nel sito web corrente" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "SCRIVI QUI O TRASCINA I BLOCCHI" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Sito web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blog del sito web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Messaggi sito web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtro snippet sito web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL sito web" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Cronologia comunicazioni sito web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Meta descrizione sito web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Meta parole chiave sito web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Meta titolo sito web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Immagine Open Graph sito web" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "E se ti lasciassero guidare l'Hubble?" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Chiunque può guardare il cielo e innamorarsi delle stelle, in qualsiasi " +"momento, ma il divertimento dell'astronomia consiste nell'imparare come " +"diventare sempre più abile nell'osservazione delle stelle e capirne sempre " +"di più. Di seguito alcuni passi da seguire per rendere i momenti che dedichi" +" all'astronomia ancora più piacevoli." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Con vista" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" +"Scrivi qui un piccolo testo per descrivere il tuo blog o la tua azienda." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Dovresti sempre considerare attentamente il tipo di servizi di cui hai " +"bisogno per il tuo alloggio e trovare l'hotel che fornisca quelli che " +"ritieni importanti. Il sito web dell'hotel dovrebbe fornire informazioni su:" +" dimensioni del letto, connessione internet (costi, se è presente il WiFi o " +"una connessione cablata a banda larga), servizi gratuiti, vista dalla camera" +" e servizi di lusso come il menu dei cuscini o dei bagni, presenza di camere" +" fumatori o meno e altro." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Vedrai quanta bellezza ha da offrire Maui e trascorrerai una bella giornata " +"con la tua famiglia. I tour non sono costosi e durano da quarantacinque " +"minuti a un'ora. Potrai vedere posti che sono tipicamente inaccessibili, non" +" raggiungibili a piedi o con i mezzi ma visibili dall'alto. Ti aspettano " +"delle viste mozzafiato e se rimarrai sull'isola per molto tempo puoi anche " +"valutare di fare più tour." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "avventura" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr ". Fai clic per accedere :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "percorso di navigazione" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "di" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "scoperta" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "guide" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "sul blog" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "in" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "in " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "in " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "telescopi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "per lasciare un commento" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "non pubblicate" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Ancora nessun commento" diff --git a/i18n/ja.po b/i18n/ja.po new file mode 100644 index 0000000..df636ac --- /dev/null +++ b/i18n/ja.po @@ -0,0 +1,2470 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Ryoko Tsuda , 2023 +# Wil Odoo, 2024 +# Junko Augias, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Junko Augias, 2024\n" +"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (コピー)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "のページヘッダー。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "」。 次の結果を表示しています「" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- 全日付" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"双眼鏡は軽量で持ち運びに便利です。自宅のデッキに天文台を設置して観測を行うような贅沢ができる人でない限り、観測を行うには旅をしなければならないでしょう。双眼鏡は持ち運びが簡単で、面倒な望遠鏡の一式よりも軽量です。" +" " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"専門家の意見を聞くもし、 " +"まだ天文学会や天文クラブで活動していないのであれば、望遠鏡店の販売員が地域で活動している学会を教えてくれます。望遠鏡を購入した人たちとのつながりができれば、何が有益で何を避けるべきかについて、ウェブ記事やウォルマートの販売員から得るよりも有効なアドバイスを得ることができるでしょう。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "訪問者に表示させるにはあなたのブログの投稿を公開してください。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "サインイン" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"買う前に試してみましょう。これも、天文クラブで遠足に行くことの利点の一つです。望遠鏡に詳しく、機材をセットアップしている人たちと有意義な時間を過ごすことで、彼らの機材についてよく知り、重要な技術的側面を学び、自分の機材にお金をつぎ込む前に試してみることができるからです。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"あなたの記事をここに書きます上部のツールバーを使用してテキストのスタイルを設定します:画像や表を追加したり、太字や斜体などを設定します。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "原住民とは別に、現地の野生動物も観客を惹きつける大きな要因となっています。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "適切な望遠鏡を手に入れることがとても重要です。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "この“ワオ!”の瞬間こそが、占星術の全てなのです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "レビューを読めば読むほど、その意見が両極端に集まる傾向があることに気づくですしょう。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "宇宙には時代を超越した何かがあります。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "月についての研究も、他のことと同じように、単純なものから非常に複雑なものまで存在します。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "タグが定義されていません" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"次を読む" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "表示:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "ブログ:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "隠れた名所を発見する素晴らしい方法" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"コッパー・キャニオンでの休暇は、リラックス、文化、歴史、野生動物、ハイキングなどを多彩に取り揃え、エキサイティングなものになること間違いなしです!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "新しい投稿" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"訪れる人は、キャニオンの周りをハイキングしたり、キャニオンの中に入ってみたりして、このエリアを探索できます。峡谷の奥深くまで行きたい場合には、綿密に計画を立てましょう。この地域へのツアーを専門に企画する旅行会社が数多くあります。コッパー・キャニオンへは、180日間有効の観光ビザで、飛行機で行くことができます。また、アメリカ国内のどこからでも車で行くことが可能で、国境にあるメキシコの税関でビザを取得することもできます。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "会社概要" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"何よりも、商品についてよく知っている人が働いている、評判の良い望遠鏡店と関係を築くことです。ウォルマートやデパートで望遠鏡を買っても、ぴったりのものが手に入る確率は低いでしょう。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "投稿にアクセス" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "要アクション" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "有効化" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "以下をいくつか追加" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "全て" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "全てのブログ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "全てのブログ" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "海に独り" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "それに関連して、設定と故障の難易度は?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "素晴らしいブログ記事: %s! ライブで確認しましょう: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "リラックス、文化、歴史、野生動物、ハイキングが多彩に混ざる合った場所。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"そして、全てが終わったら、装備を整えましょう。より新しく、より良い望遠鏡への探求は生涯続くでしょう。天文学に魅了されると、その経験は人生のあらゆる側面を豊かにしてくれます。あなたは決してやめたくないほど夢中になることでしょう。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"コッパー・キャニオンのもうひとつの特徴は、タラフマラ・インディアン文化の存在です。この半遊牧民は洞窟住居に住んでいます。彼らは主に農業と牧畜で生計を立てています。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "アーカイブ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "アーカイブ済" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "アーカイブ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "記事" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "記事" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "天文学" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"天文クラブは、知識を分かち合うのが大好きな知識豊富なアマチュアでいっぱいの活気ある場所です。コーラとおやつを買う値段で、彼らはあなたと一緒に星を見に行き、トリビアと素晴らしい知識であなたを圧倒するでしょう。" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "天文学とは “星を眺めること\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom フィード" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "添付数" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "著作者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "著作者名" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "アバター" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "素晴らしいホテルの部屋" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "\"天文学 \"というものを意識しましょう" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"熱心なアマチュア天文家のクラブの一員になることで、月を研究する能力で新たなレベルに到達するための組織的な取り組みに参加できます。そして、天文への情熱を共有し、私たちの頭上に広がる果てしない宇宙についての知識を求めて、広大な夜空、月、そしてその向こうのどこを次に見ることができるかを探し求めながら、自分の経験や専門分野を分かち合える仲間や友人を得ることができるのです。" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "熱心なアマチュア天文家クラブの一員になること。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "寝室設備" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"大きな出費をする前に、肉眼の次のステップとして双眼鏡に投資してみるのもよいでしょう。星を眺めるのに適した双眼鏡で得られる視力によって、宇宙の驚異をさらによく見ることができます。また、デザイン性の高い双眼鏡を使えば、いつでも素晴らしい景色が目の前に現れたときに、“強化された視界”を手元に置いておけるので、機動性も格段に向上します。" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "最初の買い物をする前に..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "視界の向こう" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "ブログ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "ブログ名" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "ブログページ" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "ブログ投稿" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "ブログポストカバー" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "ブログポストページ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "ブログ投稿タイトル" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "ブログ記事" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "ブログのサブタイトル" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "ブログタグ" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "ブログタグカテゴリ" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "タグ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "ブログタイトル" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "ブログタイトル" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "ブログ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "ブログリスト" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "ブログページ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "下" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "パンくず" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"しかし、提供されている素晴らしい選択肢の中からどのようにふるいにかければいいのでしょう?さらに重要なことは、予約を取ってもらうために、ホテルが提供している写真や説明を本当に信用できるのでしょうか?旅行者のレビューは参考になりますが、注意が必要です。偏っていることも多かったり、古かったりして、全く役に立たないこともあります。レビュアーにとって重要な特徴が、自分にとって必要だとも限らないのです。" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "望遠鏡の購入" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "天文学への情熱を次の段階へと進めるために、適した望遠鏡を購入することは、星への情熱を発展させる大きな次のステップです。" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "公開可" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "カード" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "カテゴリー" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "子供用設備" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "ライブラリから画像を選択。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "ウェブサイトに新しいコンテンツを追加するには、ここをクリックして下さい。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "右上の\"新規作成\"をクリックし、最初のブログを書いて下さい。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "閉じる" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "コメント" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "コメント" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "コメント/ビューステータス" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "コンテンツ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"コッパー・キャニオンは、この地域にある6つの峡谷のひとつです。その名前から、この渓谷は銅の採掘と関係があるように思われますが、そうではありません。この名前は、峡谷を覆う赤銅色と緑の地衣類に由来します。コッパー・キャニオンには2つの気候帯が存在します。山頂部は高山気候で、下層部は亜熱帯気候です。冬は寒く、高地では吹雪が頻繁に起こります。夏は乾燥して暑くなります。首都チワワは標高の高い砂漠地帯で、冬は寒く夏は暑いです。この地域は、様々な生態系が存在するユニークな地域です。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "カバー" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "カバー性質" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "作成日" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "日付(新→旧)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "日付(旧→新)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "説明" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "デクスター" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "ビルディングブロックの保管場所" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "東マウイ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"マウイ島東部のヘリコプターツアーでは、標高1万フィートの火山、ハレアカラ(太陽の家)を眺めることができます。この火山は休火山で、最後に噴火したのは1790年です。マウイ島のヘリコプターツアーでは、火山のクレーターや、火山の南側の傾斜地を囲む乾燥した大地を見ることができます。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "バックエンドで編集" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "以下を編集:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "'全てのブログ'ページヘッダーを編集" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "'結果をフィルタ'ページヘッダーを編集" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "タイトルを編集。サブタイトルは任意です。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "ポストのタイトルを入力" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "心に留めておくべき事実。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"最後に、最も重要なこととして、クオリティ・ホテル・ディレクトリーの検査チームは、該当するホテルを定期的に訪れ、スタッフに会い、ベッドルームで眠り、料理を試食しているはずです。彼らは、ホテルの宿泊客だけができるようにホテルを経験します。そうすることでしか、ホテルについて書くことができるという、本当に強力な立場にいることはできないのです。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "よかったらフォローお願いします" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "よかったらフォローお願いします" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "フォロワー" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "フォロワー (取引先)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"都会に住む私たちの多くは、日常的にあの空に気づくことはないのです。街の明かりが、私たちの頭上にいつもある素晴らしい存在をうまく隠してしまうからです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "私たちの多くにとって、天体について学ぶ最初の経験は、初めて満月を見たときから始まります。それは肉眼で見ても実に壮大な眺めです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"小さな赤ちゃんから最先端の天体物理学者まで、天文学を楽しみたい人なら誰でも楽しむことができます。実際、天文学はとても身近な科学であり、事実上誰でもどこにいても天文学を学ぶことができます。その方法は、ただ見上げるだけで良いのです。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "フル幅" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "オタクになる" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "望遠鏡を手に入れる" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "歴史を知る" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "はじめましょう" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "グリッド" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "グループ化" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "メッセージあり" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "以下は、覚えておくべき重要な事実です:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "休暇のヒント" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "ホバー効果" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "探す方法" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"望遠鏡はどれくらい複雑で、手入れに困ることはないのか?このような疑問やその他の疑問に対する答えを得るために、ネットワークを構築しましょう。こうして下調べをすれば、あなたの天文への情熱を進化させる次の大きな一歩にふさわしい望遠鏡が見つかるはずです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "望遠鏡はどの程度移動可能でなければなりませんか?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "正しいホテルの選び方" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "チェックした場合は、新しいメッセージに注意が必要です。" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "チェックした場合は、一部のメッセージに配信エラーが発生されました。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"例えば、ホテルがビーチに面していたり、テーマパークに近かったり、空港へのアクセスが便利であったりすることが重要なのであれば、最も重要なのは立地です。まともなディレクトリであれば、ホテルとその周辺のロケーションマップを提供しているはずです。空港までの距離表やインタラクティブな地図もあるでしょう。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"夜に晴れていれば、自宅の裏庭で星を眺めるだけで、月面の驚くようなディテールを見ることができます。\n" +"もちろん、天文学への愛が深まれば、多くの天体に魅力を感じるようになります。けれども、月は、地球の近くを飛び、人類がその上を歩いたというユニークな特徴を持つ、はるか彼方の宇宙天体であるという点で、私たちが魅了される初めての星であることでしょう。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "に" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"多くの点で、それは、天文学をただ漠然と楽しんでいる人から、天文学を本格的に学ぶ人への大きな一歩です。けれども、望遠鏡の使い方を本当に知るまでには、望遠鏡を購入した後にもまだ大きなステップがあると、あなたも私も理解しているのです。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "読みやすさの向上" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "フォロー中 " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "公開済" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "島々" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"星座や夜空をナビゲートする方法、惑星や有名な星を見つける方法を学び始めるのはとても楽しいものです。ガイドとなってくれるウェブサイトや本も数多くあります。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"コンテンポラリーか伝統的か、現地の装飾か国際的か、フォーマルかリラックスかなど、心地よく過ごせるホテルを選ぶことが大切です。理想的なホテルのディレクトリには、利用可能なオプションが記載されているはずです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "夜空に広がる宇宙の大きさに直面し、唖然とする瞬間が誰の人生にもあるはずです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"どんな夜でも見上げるだけで、何十万もの星、星系、惑星、月、小惑星、彗星、そして時折スペースシャトルが通り過ぎるかもしれません。あなたが見上げている空は、何百年、何千年前の私たちの祖先がただ見上げて楽しんでいた空と、どこからどう見て全く同じなのです。" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "ジャングル" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "自分が見上げているものを知りましょう" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "いつ見るべきか知りましょう" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "大" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "最終更新者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "最新" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "最新ブログポスト" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "レイアウト" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"天文学の偉大な発見の背景を知ることで、星を眺める時間がより有意義なものになります。天文学は地球上で最も古い科学のひとつです。歴史上の偉人たちがどのように見てきたのかについて知りましょう。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "レジャー設備" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "リスト" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"地元のカラーも良いですが、ホテル直営のレストランやバーも滞在に重要な役割を果たします。選択肢やスタイル、スマートかインフォーマルかなどを意識する必要があります。特に朝食の設備については、優れたホテルのレポートで分るでしょう。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "ロケーション" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "マーリー" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "マウイヘリコプターツアー" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"マウイ島のヘリコプターツアーは、違った視点から島を見たり、楽しい冒険をしたりするのに最適な方法です。ヘリコプターに乗ったことがない方には、ぜひおすすめです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"マウイ島のヘリコプターツアーは、徒歩や車では行けないような場所を観光するのに最適な方法です。ツアーの所要時間は約1時間で、料金は1人185ドルから240ドル。多くの人にとって、これは二度と見ることのできない自然の風景を見る一生に一度の機会でしょう。カメラやビデオでその瞬間を撮影しておけば、何年経っても思い出に浸りながら何度でもツアーを楽しむことができます。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"マウイ島のヘリコプターツアーでは、これらの観光スポットを全て見ることができます。マウイ島ヘリコプターツアーに参加する際は、カメラやビデオを持っていくことをお忘れなく。美しい景色を写真に収め、休暇中に見た素晴らしい景色を友人や家族に見せることができます。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "中" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "メッセージ配信エラー" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "メッセージ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "メタディスクリプション" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "メタキーワード" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "メタタイトル" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "モロカイ・マウイ島" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"モロカイ・マウイ島ヘリコプターツアーは、たった9マイルしか離れていない、飛行機で簡単にアクセスできる別の島へご案内します。この島は人口がとても少なく、文化も景色も異なります。北東の海岸一帯は断崖絶壁で、人里離れたビーチが並んでいます。飛行機以外の交通手段では全くアクセスできない場所なのです。\n" +"島に住む人々は、マウイのヘリコプターツアーに参加しない限り、この素晴らしい景色を見たことすらないのです。天候が雨で、その季節に降雨量が多いときは、驚くような滝を数多く見ることができます。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"出張者よりも家族旅行者にとって重要なのは、そのホテルがどの程度子供に優しいかディレクトリから調べ、そこから判断することです。探す価値があるのは、ホテルがベビーシッターサービスを提供しているかどうかです。子連れを避けたいビジネス旅行者にとっても、これはもちろん非常に重要なことです。おそらく、子供に優しくないホテルであるということがより適切になるでしょう!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "最も閲覧されたブログポスト" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "名称" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "名前 / 最新ポスト" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "新しいブログ投稿" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "次の記事" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "表紙なし" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "ブログ投稿はまだありません。" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "ビュー数" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr " \"%s\"の結果がありません。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "次の検索結果が見つかりませんでした: 「" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "タグがまだ定義されていません。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "なし" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"このどれもあなたが素晴らしい望遠鏡システムを構築する計画を進めることを妨げにはなりません。ただ、自分のニーズに合った望遠鏡の設定方法について、質の高いアドバイスとトレーニングを受けるようにしましょう。これらのガイドラインを使えば、肉眼では見ることのできない夜空の驚異的な光景を、何時間でも星空観察で楽しむことができるでしょう。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "未公開" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"天気を知ることで星空観察が実りあるものになるだけでなく、大きな流星群やその他の天文学のビッグイベントがいつ起こるかを知れば、天文学の興奮をより生き生きと感じられるようになるでしょう。" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "アクション数" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "エラー数" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "アクションを必要とするメッセージの数" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "配信エラーが発生されたメッセージ数" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"もちろん、あなたの月面観測を究極のものにするために、機材を良いスターター望遠鏡にステップアップさせれば、月面の最も素晴らしいディテールを見ることができます。こうしたアップグレードを重ねるごとに、あなたの知識、観測の深さと範囲は幾何学的に向上していきます。多くのアマチュア天文家にとって、私たちの最も身近な天体である月で見えるものだけでは満足できないのです。" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "デフォルトの言語で、ブログ記事の説明を空にして保存すると、自動(翻訳)化された要約が表示されます。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "モバイルでコンテンツを確認したら、もう一度ここをクリックして通常の表示に切り替えることができます。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "その他" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "ブログ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "写真: Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "写真: Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "写真: Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "写真: Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" +"写真: \n" +"Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "写真: Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "写真: Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "写真: Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "写真: PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "写真: SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "写真: Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "投稿" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "ポストリスト" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "公開日" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "公開済" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "公開済 (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "公開日" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "公開済投稿" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "公開オプション" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "公開日" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qwebフィールド" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "評価" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "続きを読む" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "続きを読む" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "レストラン、カフェ、バー" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "このウェブサイトへの公開を制限。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO最適化済" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS配信エラー" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "サンプル" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "サテライト" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "画像を検索 (例: \"ビジネス\"と入力)" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "海側 vs 山側" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "上から世界を見る" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "ブログを選択" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "記事を追加したいブログを選択します。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "新しいブログ投稿を作成するには、このメニュー項目を選択します。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "コメントを選択" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "ツイートを選択" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "SEO名" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "コンマでキーワードごとに区切ります。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "ブログの投稿の表紙を設定してください。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"数種類の渡り鳥や在来種の鳥類、哺乳類、爬虫類がコッパーキャニオンを住処としています。手つかずの自然が残るこの土地に生息する見事な動物相も一見の価値があります。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "共有リンク" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Facebook上で共有" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "LinkedInで共有" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Twitterで共有" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "このポストを共有" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "サイドバー" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "シエラタラフマラ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "シエラタラフマラ、通称コッパーキャニオンはメキシコにあります。この地域は、冒険的な休暇を求める人々に人気の目的地です。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "スキー" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"そのため、自分が居る場所や星を見るときの好みに合った望遠鏡を手に入れることが非常に重要です。まずは、3つの主要な望遠鏡の種類について説明し、より正しいもの購入できる確率を上げるため、" +" “Telescope 101″ のコンセプトをご説明しましょう。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"年に一度の休暇でキャンプ場に行ったり、田舎の親戚の家に遊びに行ったりするとき、ふと気がつくと外で気前の良い夜空が壮大なショーを繰り広げていることがあります。夜空が私たちに見せてくれる気前の良さに、文字通り息をのむような衝撃を受けたことがある人なら、おそらく自分が見たものに「すごい!」としか言いようがなかったその瞬間を正確に覚えているはずです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"そのため、適切な種類の望遠鏡を選ぶには、望遠鏡を使う目的が重要です。レンズや望遠鏡のデザインだけでなく、さまざまな星を眺めるシチュエーションでの望遠鏡の性能の長所と短所を本当に理解するには、前もって下調べをし、さまざまな種類の望遠鏡に触れておくのが一番です。ですから、最初に購入する前に..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "海外に行くことになったあなたは、目的地を決め、次はホテルを選ばなければなりません。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr " ソースタイトルで有名な誰か" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "動物相の観察" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "ここで書き始めます..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "スタイル" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "サブタイトル" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "サブタイトル" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "タグカテゴリ" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "タグカテゴリ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "タグカテゴリフォーム" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "タグ フォーム" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "タグ リスト" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "タグカテゴリが既に存在します!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "タグ名がすでに存在します!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "タグ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "タグリスト" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "暗闇で写真を撮る" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "ティーザー" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "ティーザー & タグ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "ティーザーのコンテンツ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"10年前なら、おそらく地元の旅行代理店を訪れ、いわゆる'専門家'と呼ばれる人たちによる対面のアドバイスを信用したことでしょう。21世紀のホテル選びと予約の方法は、もちろんインターネットで、旅行ウェブサイトを利用することです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"その“すごい!” という瞬間こそが、占星術の全てなのです。その瞬間が情熱となり、星を研究する仕事に就く人もいます。幸運な一部の人たちは、その“すごい!”" +" " +"という瞬間が、スペースシャトルや初期の宇宙ミッションで星々を旅することにつながる、すべてを飲み込むほどの執着心につながることもあります。けれども、私たちの多くは、占星術を娯楽や普通の趣味として楽しむようになるでしょう。それでも、私たちはその感動を一生持ち続け、毎晩私たちの頭上にある何百万もの星々の中に見える壮大な宇宙について、もっと深く見たり学んだりする方法を探し始めるのです。" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "天文学の素晴らしさは、誰にでもできることです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"月を眺めるのに最適なのは、雲が少なく、長く観察できる天候の夜であることは言うまでもありません。初めの学期に、最も詳細な研究を行います。また、満月でないときに月の一部が滲んで見えることがあるが、騙されてはいけません。“地球照”" +" として知られる現象により、たとえ月が4分の1または半分しか見えていなくても、月の暗くなった部分をある程度詳細に見ることができるのです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "月を眺めるのに最適な時間" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "ブログ記事は、公開日が設定されている場合、ウェブサイト上のこの日付の時点で訪問者に表示されます。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"この地域の断崖は世界でも有数の高さを誇り、高い峰から流れ落ちる水はまさに息をのむ美しさです。マウイ島からのマウイヘリコプターツアーは短時間であっても、この美しい自然環境を見る価値があるのです。" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "サイト経由して、文書にアクセスする完全なURL。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"次に手に入れたいのは、当然ながら良い望遠鏡です。自分の研究を順調に進めているアマチュアの人が、どこかの丘の上にとても格好良く見える望遠鏡を設置しているのを見たことがあるかもしれません。それは、趣味を育てて行くための理にかなった次のステップに違いないので、あなたの中のアマチュア天文学者を興奮させます。しかし、いかにして良い望遠鏡を購入するかは、実に困惑し、重荷に感じるものです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"ホテル内のレジャーサービス(スパ、プール、ジム、サウナなど)の詳細な分析、およびゴルフコースなど近隣の施設の詳細も掲載して下さい。7. " +"特別なニーズ:ホテルディレクトリーサイトでは、各ホテルの特別なニーズに対するサービスや利用ポリシーについて、旅行者にアドバイスする必要があります。全ての旅行者に当てはまるわけではありませんが、これらも、一部の旅行者には絶対に欠かせない情報です。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "三脚やその他のアクセサリーの選択は、自宅のデッキで使用する望遠鏡と、遠隔地に頻繁に持ち運ぶ予定の望遠鏡では大きく変わってきます。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"この景色は本当に息をのむほど美しく、見逃すことのできない光景です。また、休火山を間近に見ることができ、日頃見ることのできない貴重な体験をすることができます。火山の北側と南側では、驚くほど違った景色を見ることができるのです。これらの側面は緑豊かで、美しい滝や壮大に茂る草を見ることができます。島のこちら側には熱帯雨林が多く、飛行機以外の手段では簡単にアクセスできないのです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"それから、レビュアーの動機という問題もあります。レビューを読めば読むほど、意見が両極端に集中する傾向があることに気づくでしょう。恨みを持った怒っているレビュアーがいる一方で、驚くほどの賞賛を惜しまない大喜びのゲストがいます。ホテルが自分たちの熱烈なレビューを投稿することもあれば、競合他社が悪いレビューで他社を非難するチャンスを狙って列をなしていることを知っても驚きはしないでしょう。ホテルを選ぶ際には、自分にとって何が本当に重要なのかを考えることが大切です。そして、最新で、独立し、公平に、本当に重要な情報を提供するオンラインホテルディレクトリーを選ぶべきなのです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "最終的に購入を決定する際には、他にも考慮すべき点があります。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"宇宙には時間を超越した何かがある。惑星や月、そしてその先にある星々がはるか昔からそこにあったという事実は、私たちが宇宙の中でどのような位置を占めているかということを教えてくれます。実際、私たちが肉眼で" +" “見ている” " +"星の多くは、実は何十万年も前にその星からやってきた光なのです。その光が今、地球に届いています。つまり、空を見上げることは、非常に現実的なタイムトラベルのようなものなのです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"こうしたことは本当に重要で、きちんとしたホテルディレクトリーであれば、通常の選択肢である部屋数だけでなく、ベッドルームについてもこのようなアドバイスをくれるでしょう!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "この箱は訪問者には表示されません" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "このタグは既に存在します" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "小さい" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "タイトル" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "表紙上のタイトル" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "表紙内のタイトル" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"肉眼で月を眺めるには、月の地図に慣れ親しんでおくと、海やクレーターなど、他の人がすでに地図化した地理的現象を見つけ出すことができるので、学ぶことがより楽しくなります。月の地図は、天文ショップやオンラインショップで入手でき、投資する価値は十分にあります。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"星をよりよく観察する方法を学ぶには、肉眼で見えるものに加えて、より深く星を観察する、そして星を楽しむだけでなく、星を研究し始めるのに必要な基本的なものがいくつかあります。まず必要なのは、道具ではなく文献です。良い星図があれば、主要な星座、星空をナビゲートするのに使う主要な星の位置、星よりも大きく見える惑星がわかります。そしてその地図に加えて、天文学という趣味の良質な入門書があれば、道は開けるでしょう。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"双眼鏡があれば、月面のディテールをより鮮明に見ることができます。最高の結果を得るには、双眼鏡の設定で広視野を確保し、月の風景の美しさを余すところなく観察できるようにすることです。また、この壮大な天体を見つめている間、双眼鏡を静止させることはほぼ不可能なため、双眼鏡を固定できる三脚を機材に加えておくと、安定した観望台で快適に月を観察することができます。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"月をよりよく見るためには、他の天文学者との提携を利用したり、大気の影響を排除する優れた技術に投資した専門家が設置した、本当に素晴らしい望遠鏡を見学しに行くのも良いでしょう。インターネットを使えば、ハッブル望遠鏡や、常に月を観測している巨大な望遠鏡の多くにアクセスすることができます。さらに、多くの天文クラブが複数の望遠鏡を組み合わせてコンピューターと丁寧に同期させ、月のある光景を最もよく見えるようにする方法を研究しているのです。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "トップバナー" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "旅行" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "未公開 (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "無題の投稿" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "このアイコンを使用して、携帯端末ブログ投稿をプレビューします。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "以下で使用:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "観点" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "ビュー" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "全てのブログページで閲覧可能" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "現在のサイトに表示" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "ここに書き込むか、ブロックをドラッグ" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "ウェブサイト" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "ウェブサイトのブログ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "ウェブサイトメッセージ" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "サイトスニペットフィルタ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "サイトURL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "ウェブサイト通信履歴" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "サイトメタディスクリプション" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "サイトメタキーワード" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "サイトメタタイトル" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "サイトopengraph画像" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "もしハッブル望遠鏡の操作をさせてもらえたら?" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"いつでも誰でも星空を見上げることができ、星に恋することができますが、天文の楽しみは、見上げるたびに、より多くの星が見え、より多くのことを理解できるように、星を眺める技術を身につけることです。ここでは、天文という趣味に没頭できる時間をさらにもっと楽しくするために、あなたができるいくつかのステップをご紹介します。" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "眺望あり" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "ブログや会社を説明する短い文章をここに書きましょう。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"寝室にどのような設備が必要かを常に慎重に検討し、重要だと思う設備があるホテルを見つけて下さい。ホテルディレクトリーウェブサイトでは、以下のような情報を掲載しているはずです:" +" " +"ベッドサイズ、インターネットアクセス(料金、WIFIか有線ブロードバンド接続か)、無料アメニティ、部屋からの眺め、ピローメニューやバスメニューのような豪華なサービス、喫煙・禁煙ルームの選択などです。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"マウイ島の持つ全ての美しさを堪能し、家族全員で素晴らしい時間を過ごすことができます。ツアーはそれほど高価ではなく、所要時間は45分から1時間以上です。マウイヘリコプターツアーでは、通常アクセスできない場所を見ることができます。徒歩や乗り物では行くことができない場所を空から見ることができるのです。マウイヘリコプターツアーに参加すれば、息をのむような景色があなたを待っています。マウイ島にゆっくりと滞在されるのであれば、複数のマウイヘリコプターツアーに参加することをお勧めします。" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "冒険" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "ブログ。 ブログにアクセスするには、ここをクリックしてください:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "パンくず" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "by" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "発見" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "ガイド" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "ここに掲載されます" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "ホテル" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "に" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "内" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "内" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "双眼鏡" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "コメントを残す" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "未公開" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| まだコメントがありません" diff --git a/i18n/ka.po b/i18n/ka.po new file mode 100644 index 0000000..ddd2f68 --- /dev/null +++ b/i18n/ka.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-06-27 15:58+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Georgian (http://www.transifex.com/odoo/odoo-9/language/ka/)\n" +"Language: ka\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "ჩვენს შესახებ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "ავტორი" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "შემქმნელი" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "შექმნის თარიღი" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "დაჯგუფება" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "იდენტიფიკატორი" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "ბოლოს განაახლა" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "ბოლოს განახლებულია" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "საშუალო" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "სახელი" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "არცერთი" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "არ არის გამოქვეყნებული" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "გამოქვეყნებულია" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "ქვესათაური" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "იარლიყები" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "სახელწოდება" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "ვებსაიტი" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/kab.po b/i18n/kab.po new file mode 100644 index 0000000..e551404 --- /dev/null +++ b/i18n/kab.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2015-09-19 08:26+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Kabyle (http://www.transifex.com/odoo/odoo-9/language/kab/)\n" +"Language: kab\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Talɣut fella naɣ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Iɣbaren" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Ameskar" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Ablug" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Isem n ublug" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Awennit n ublug" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Azwel n uwennit n ublug" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Iwenniten n ublug" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Adazwel n ublug" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Tabzimt n ublug" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Tibzimin n Ublug" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Iblugen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Agbur" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Yerna-t" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Yerna di" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Ḍefreɣ-d" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Sdukel s" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "Asulay" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Aleqqem aneggaru sɣuṛ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Aleqqem aneggaru di" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Isem" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Amḍan n tmeẓriyin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ulac" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Isental n wawal" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Asentel n wawal isegdedin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Adazwel " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Adazwel " + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Tibzimin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Tineɣremt" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Iţuseqdec di:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Asmel Web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Iblugen n usmel Web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Iznan n n usmel Web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Amazray n Taywalt n usmel Web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "s" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/km.po b/i18n/km.po new file mode 100644 index 0000000..454d5b9 --- /dev/null +++ b/i18n/km.po @@ -0,0 +1,2025 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Sengtha Chay , 2018 +# Chan Nath , 2018 +# Samkhann Seang , 2018 +# AN Souphorn , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2018-10-08 06:49+0000\n" +"Last-Translator: AN Souphorn , 2018\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"Language: km\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "សកម្ម" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "ឯកសារ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "ឯកសារចាស់ៗ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "អ្នកបង្កើត" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "ឈ្មោះកំណត់ហេតុ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "ប្រភេទ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "បិទ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "មាតិកា" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "បង្កើតដោយ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "បង្កើតនៅ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "ជា​ក្រុម​តាម" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "សារ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "ឈ្មោះ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "ចេញផ្សាយ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "ចំណងជើងតូច" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "ចំណងជើងតូច" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "ធែក" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "ចំណងជើង​" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "វែបសាយ" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "សារវែបសាយ" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "ប្រវត្តិទំនាក់ទំនងវែបសាយ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/ko.po b/i18n/ko.po new file mode 100644 index 0000000..65922cf --- /dev/null +++ b/i18n/ko.po @@ -0,0 +1,2566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (사본)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' 페이지 머리말." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. 다음에 대한 결과 표시 중 '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- 모든 날짜" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"쌍안경은 가볍고 휴대할 수 있습니다. 만약 여러분이 갑판에서 전망대를 세우고 운영할 수 있는 사치가 없다면, 여러분은 아마 " +"여러분의 시야를 보여주기 위해 여행을 할 것입니다. 쌍안경은 여러분에게 훨씬 더 쉽게 어울리며 여러분이 거추장스러운 망원경 설치 키트보다" +" 여러분이 그곳에 있는 동안 사용하기 더 가볍습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"전문가의 두뇌를 골라보세요. 만약 여러분이 이미 천문학 사회나 클럽에서 활동하지 않는다면, 망원경 가게에 있는 영업 사원들은" +" 여러분이 속한 지역의 활동적인 사회로 여러분을 안내할 수 있을 것입니다. 일단 여러분이 망원경을 구입한 사람들과 연결되면, 여러분은 웹" +" 기사나 월마트의 영업 사원으로부터 얻을 수 있는 어떤 것보다 더 효과적이고 어떤 것을 피해야 하는지에 대한 조언을 얻을 수 있습니다." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "블로그 게시물을 게시하여 방문자가 볼 수 있도록 합니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "로그인" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"사기 전에 한번 해보세요. 이것은 천문학 클럽과 함께 견학을 가는 또 다른 장점입니다. 여러분은 망원경을 아는 사람들과 함께" +" 좋은 시간을 예약할 수 있습니다. 그리고 장비를 설치해서 장비를 검사하고, 핵심 기술적 측면을 배우고, 돈을 여러분 자신의 시설에 " +"투자하기 전에 그것들을 시험해 볼 수 있습니다." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"여기에 당신의 이야기를 쓰세요. 상단 도구 모음을 사용하여 이미지 또는 테이블을 추가하고 굵게 또는 기울임꼴로 설정하는 등의" +" 텍스트를 스타일링할 수 있습니다. 더 많은 그래픽 블로그를 위해 빌딩 블록을 끌어다 놓습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "원주민과는 별도로, 지역 야생동물들도 주요 관광원입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "여러분이 올바른 망원경을 얻는 것은 매우 중요합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "“우와”하는 순간은 점성술의 전부입이다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"더 많은 리뷰를 읽을수록, 여러분은 그 리뷰들이 어떻게 극단적인 의견으로 군집하는지를 더 많이 " +"알게 됩니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "우주에는 시대를 초월한 무언가가 있습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"달에 대한 여러분의 연구는 다른 것들과 마찬가지로 단순한 것에서 아주 복잡한 것으로 갈 수 " +"있습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "정의된 태그 없음" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"다음 " +"보기" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "보기:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "블로그:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "숨겨진 장소를 발견하는 좋은 방법" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "코퍼 캐년으로의 휴가는 휴식, 문화, 역사, 야생 동물 및 하이킹의 흥미로운 혼합이 될 것을 약속합니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "새로운 게시물" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"여행자는 협곡 주변을 하이킹하거나 주변을 뚫어 주변을 탐험 할 수 있습니다. 협곡 깊이를 탐험하려는 사람들에게는 자세한 계획이 " +"필요합니다. 이 지역으로 여행을 조직하는 여행 회사가 많이 있습니다. 방문객들은 180 일 동안 유효한 관광 비자를 사용하여 코퍼 " +"캐년으로 비행 할 수 있습니다. 여행자는 미국 어느 곳에서나 운전할 수 있으며 국경의 멕시코 세관에서 비자를 취득 할 수 있습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "회사 소개" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"무엇보다도, 그들의 물건을 잘아는 사람들을 고용하는 평판이 좋은 망원경 가게와 관계를 맺으십시오.\n" +"월마트나 백화점에서 망원경을 구입하면 옳은 것을 얻을 확률은 멀기만 합니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "게시물 열기" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "조치 필요" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "활성화" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "일부 추가" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "전체" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "모든 블로그" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "모든 블로그" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "바다에서 홀로" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "그 선들을 따라 설치와 고장이 얼마나 어렵습니까?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "놀라운 블로그 기사: %s! 실시간 확인 : %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "문화, 역사, 야생 동물 그리고 하이킹이나 휴가와 관련된 재미있는 내용들을 찾아보실 수 있습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"그리고 모든 것이 말되고 완료되면 장비를 갖추십시오. 새롭고 더 나은 망원경에 대한 당신의 탐구는 평생 지속될 것입니다. " +"천문학에 중독되면 인생의 모든면이 풍요로워질 것입니다. 절대 끊고 싶지 않은 중독이 될 것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"쿠퍼 캐논의 또 다른 독특한 특징은 타라후마라 인디언 문화의 존재이다. 이 반유목민들은 동굴에서 살고 있습니다. 그들의 생계는 주로 " +"농사와 소 목축에 달려 있습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "보관" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "보관됨" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "보관" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "기사" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "기사" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "천문학" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"천문학 클럽은 지식을 당신과 나누기를 좋아하는 지식이 풍부한 아마추어들로 가득한 활기찬 곳입니다. 코카콜라와 간식의 가격을 위해, 그들은" +" 당신을 응시하고 별과 훌륭한 지식으로 당신을 압도할 것입니다." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "천문학은 “별자리\"입니다" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "아톰 피드" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "첨부 파일 수" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "작성자" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "작성자 이름" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "아바타" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "근사한 호텔 객실" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr " “천문학”이라고 불리는 것을 알아두세요." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"헌신적인 아마추어 천문학자들의 사회의 일부가 되는 것은 여러분이 지구의 달을 연구하는 우리의 능력에 새로운 수준에 도달하기 위한 조직적인" +" 노력에 접근할 수 있도록 해줄 것입니다. 그리고 그것은 여러분에게 천문학에 대한 열정을 공유하고, 거대한 밤하늘, 달 그리고 그 " +"너머에서 우리 위에 끝이 없어 보이는 우주에 대한 지식을 찾기 위한 여러분의 탐색에서 그들의 경험과 전문분야를 공유할 수 있는 동료와 " +"친구들에게 줄 것입니다." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "헌신적인 아마추어 천문학자들의 사회의 일부가 되었습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "침실 시설" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"그 큰 비용을 들이기 전에, 좋은 쌍안경에 투자하는 것이 육안으로부터 다음 단계로 나아질지도 모릅니다. 심지어 별을 관찰하는데 적합한 " +"쌍안경도 있습니다. 이 쌍안경은 우주의 경이로움을 조금 더 잘 보고 싶은 시력을 더 잘 제공할 것입니다. 또한 잘 설계된 쌍안경 세트는 " +"놀라운 시야가 사용자에게 보여질 때 \"강화된 비전\"을 손끝에 유지할 수 있는 이동성과 능력을 훨씬 더 많이 제공합니다." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "첫 구매를 하기 전에 말이죠..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "이면" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "블로그" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "블로그 이름" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "블로그 페이지" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "블로그 게시물" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "블로그 게시물 표지" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "블로그 게시물 페이지" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "블로그 게시물 제목" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "블로그 게시물" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "블로그 소제목" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "블로그 태그" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "블로그 태그 범주" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "블로그 태그" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "블로그 제목" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "블로그 제목" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "블로그" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "블로그 목록" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "블로그 페이지" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "맨 아래" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "사이트 이동 경로" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"하지만 여러분은 어떻게 제안된 놀라운 선택들을 걸러낼 수 있을까요? 그리고 더 중요한 것은, 호텔 예약의 동기를 부여받은 호텔의 사진과 " +"설명을 정말로 신뢰하고 있습니까? 여행자 리뷰는 도움이 될 수 있지만, 주의할 필요가 있습니다. 그들은 종종 편견을 가지고, 때로는 " +"시대에 뒤떨어져, 여러분의 이익에 전혀 도움이 되지 않을 수도 있습니다. 검토자에게 중요한 기능이 귀하에게 중요하다는 것을 어떻게 알 수" +" 있습니까?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "망원경 사기" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"천문학에 대한 당신의 사랑을 다음 단계로 끌어 올리기 위해 올바른 망원경을 구입하는 것은 별에 대한 열정을 발전시키는 데 있어 큰 다음 " +"단계입니다." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "게시 가능" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "카드" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "카테고리" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "어린이 시설" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "라이브러리에서 이미지를 선택하십시오." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "웹사이트에 새 콘텐츠를 추가하려면 여기를 클릭하세요." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "첫 번째 블로그 게시물을 작성하려면 오른쪽 상단 모서리에 있는 \"새로 만들기\"를 클릭하십시오." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "닫기" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "댓글" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "의견" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "댓글/조회수 통계" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "내용" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"구리 협곡은 이 지역에 있는 여섯 개의 협곡 중 하나입니다. 비록 그 이름이 그 협곡은 구리 채굴과 어느 정도 관련이 있을 수 있다는 " +"것을 암시하지만, 사실은 그렇지 않습니다. 그 이름은 협곡을 덮고 있는 구리와 녹색 이끼에서 유래되었습니다. 구리 협곡에는 두 개의 기후" +" 지역이 있습니다. 이 지역은 상층부에 고산 기후가 있고 하층부에 아열대 기후가 있습니다. 높은 고도에서 잦은 눈보라로 겨울은 춥습니다." +" 여름은 건조하고 덥습니다. 수도 치와와는 추운 겨울에서 더운 여름까지 날씨가 이어지는 고지대 사막입니다. 그 지역은 그 안에 존재하는 " +"다양한 생태계 때문에 독특합니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "표지" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "표지 속성" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "작성일자" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "날짜 (최근 날짜 순)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "날짜 (오래된 날짜 순)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "설명" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "표시명" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "빌딩 블록 드롭존" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "서 마우이" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"이스트 마우이 헬리콥터 투어는 당신에게 만 피트의 화산, 할레아칼라 또는 태양의 집을 볼 수 있게 해 줄 것입니다. 이 화산은 " +"1790년에 마지막으로 분출되었습니다. 여러분은 마우이 헬리콥터 투어를 통해 화산의 분화구와 화산 슬롭의 남쪽을 둘러싸고 있는 건조하고 " +"건조한 대지를 볼 수 있을 것입니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "백엔드에서 편집하기" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "편집 '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "'모든 블러그' 페이지 머릿말을 편집하기." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "'필터 결과' 페이지 헤더를 편집하기." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "제목을 변경하세요, 소제목은 선택 사항입니다." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "글 제목을 입력합니다" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "페이스북" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "당신이 명심해야 할 사실." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"마지막으로 가장 중요한 것은 품질 좋은 호텔 디렉토리 검사팀이 정기적으로 해당 호텔을 방문해서 직원들을 만나고 침실에서 잠을 자고 음식을" +" 먹어봤어야 한다는 것입니다. 그들은 호텔 투숙객만이 할 수 있는 것처럼 호텔을 경험해야 하며, 그때서야 비로소 호텔에 대해 글을 쓸 수" +" 있는 유리한 위치에 서게 됩니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "팔로우하세요" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "함께하기" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "팔로워" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "팔로워 (협력사)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"도시 거주자인 우리들 중 많은 사람들은 일상적으로 저 위의 하늘을 보지 못합니다. 도시의 불빛은 항상 우리 머리 위에 있는 놀라운 전시를" +" 잘 위장합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"우리들 중 많은 사람들에게, 천체에 대한 우리의 첫 번째 경험은 하늘에 있는 우리의 첫 보름달을 보았을 때 시작됩니다. 육안으로도 정말 " +"장관입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"가장 작은 아기부터 가장 발달된 천체물리학자에 이르기까지, 천문학적인 것을 즐기려는 사람이라면 누구나 할 수 있는 것이 있습니다. 사실," +" 과학은 매우 접근하기 쉬운 과학입니다. 사실상 누구나 어디서든 거의 할 수 있습니다. 그들이 아는 것은 위를 올려다보는 것 뿐입니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "폭 채우기" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "괴짜를 잡으세요" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "망원경을 받으세요" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "역사를 좀 찾아보세요." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "시작함" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "그리드" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "그룹별" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "메시지가 있습니다" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "기억해야 할 주요 사실은 다음과 같습니다." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "휴일 팁" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "마우스 오버 효과" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "찾는 방법" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"망원경은 얼마나 복잡하고 유지관리에 문제가 있습니까? 네트워크로 이러한 질문과 기타 질문에 대한 답을 얻을 수 있습니다. 만약 여러분이 " +"이렇게 숙제를 한다면, 여러분은 천문학에 대한 열정의 진화에 있어 이 다음 큰 단계를 위한 적절한 망원경을 찾을 수 있을 것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "당신의 망원경은 얼마나 이동성이 있어야 합니까?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "올바른 호텔을 선택하는 방법" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "만약 선택하였으면, 신규 메시지에 주의를 기울여야 합니다." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "이 옵션을 선택하면 일부 정보가 전달 오류를 생성합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"호텔이 해변이나 테마 파크 근처에 있거나 공항이 편리하다는 점이 중요한 경우, 위치가 가장 중요합니다. 괜찮은 디렉토리는 호텔과 호텔 " +"주변의 위치 지도를 제공해야 합니다. 공항까지의 거리 도표와 대화형 맵이 제공되어야 합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"만약 밤이 맑다면, 여러분은 달 표면의 놀라운 디테일을 볼 수 있습니다. 별들이 뒷마당을 바라보고 있을 뿐이죠.\n" +"자연적으로, 여러분이 천문학에 대한 사랑에 자라면서, 여러분은 많은 천체들이 매혹적이라는 것을 발견하게 될 거예요. 하지만 달은 항상 우리의 첫사랑일 수 있습니다. 왜냐하면 달은 지구 가까이에서 인간이 걸어온 유일한 우주 물체이기 때문입니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "In" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"여러 면에서, 이것은 천문학으로 장난치고 있는 사람에서 진지한 과학의 학생으로 가는 큰 진전입니다. 하지만 여러분이나 저나 모두 망원경을" +" 산 후에 여러분이 망원경을 정말 어떻게 사용하는지 알기 전에 또 다른 큰 단계가 있다는 것을 알고 있습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "가독성 향상" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "팔로워임" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "게시 여부" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "섬" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"별자리, 밤하늘을 항해하는 법, 그리고 행성과 유명한 별들을 찾는 법을 배우기 시작하는 것은 아주 재미있어요. 여러분을 안내할 웹사이트와" +" 책 갈로어가 있습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"현대적이든 전통적이든, 지역적인 장식이나 국제적이든, 형식적이든 편안함을 느낄 수 있는 호텔을 선택하는 것이 중요합니다. 이상적인 호텔 " +"디렉토리에서 사용 가능한 옵션을 알 수 있습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"우리 삶의 어느 순간, 우리 모두는 밤하늘에서 볼 수 있는 우주의 거대함과 마주쳤을 때 갑자기 기절할 때가 있다고 해도 과언이 아닙니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"생각해보면 정말 놀랍습니다. 어떤 특정한 밤을 올려다보는 것 만으로도, 사실상 수십만 개의 별, 별 시스템, 행성, 달, 소행성, 혜성," +" 그리고 가끔 우주 왕복선이 떠돌 수도 있다는 것을 볼 수 있습니다. 여러분이 올려다보고 있는 하늘이 모든 면에서 그리고 목적상 우리의 " +"조상들이 방금 올려다 보았을 때 즐겼던 바로 그 하늘이라는 것을 알게 되면 훨씬 더 숨이 막힐 것입니다." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "정글" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "당신이 보고 있는 것을 이해하세요." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "언제 찾아야 하는지 알고 있습니다." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "크게" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "마지막 기여자" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "최근 갱신 일자" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "최근" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "최신 블로그 게시물" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "배치" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"천문학에서 이루어진 위대한 발견에 대한 배경을 배우면 별을 바라보는 순간이 더 의미 있게 될 것입니다. 지구 상에서 가장 오래된 과학 " +"지식 중의 하나인 것을 상기하며 역사의 위인들이 발견한 별들을 직접 찾아보십시오." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "레저 시설" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "링크드인" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "목록" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"지역적인 색상은 좋지만, 호텔의 자체적인 식당과 바는 여러분이 머무는 동안 중요한 역할을 할 수 있습니다. 여러분은 선택, 스타일, " +"그리고 그것들이 똑똑한지 아니면 비공식적인지 알아야 합니다. 좋은 호텔 보고서는 특히 아침식사 시설에 대해 알려줄 것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "위치" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "마우이 헬리콥터 투어" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"마우이 헬리콥터 투어는 다른 관점에서 섬을 관광하고 신나는 모험을 하기에 더없이 좋은 방법입니다. 이전에 헬리콥터를 타본 경험이 없다면," +" 이곳이야말로 최고의 장소입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"마우이 헬리콥터 투어는 도보나 자동차로는 갈 수 없는 곳을 여행하는 좋은 방법입니다. 투어는 약 1 시간 동안 진행되며, 비용은 1 " +"인당 1008 달러에서 240 달러까지 다양합니다. 대부분의 관광객들에게 평생에 한번 있을만한 멋진 자연 경관을 감상할 수 있는 좋은 " +"기회일 것입니다. 카메라나 비디오로 영상을 순간 포착하여 이후 몇 년동안 이 여행을 추억하면서 계속해서 투어에 참가하는 것처럼 기억할 수" +" 있게 해줄 것입니다. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"마우이 헬리콥터 투어를 통해 이 모든 명소들을 둘러보실 수 있습니다. 마우이 헬리콥터 투어에는 반드시 카메라나 캠코더를 가지고 가서 " +"아름다운 풍광을 포착하여 휴가 중에 본 이 모든 멋진 광경들을 집에서 친구들과 가족들에게 보여주세요." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "중간" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "메시지 전송 오류" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "메시지" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "메타 설명" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "메타 핵심어" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "메타 제목" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "몰로카이 마우이" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"몰로카이 마우이 헬리콥터 여행은 여러분을 다른 섬으로 데려다 줄 것이지만 9마일 밖에 떨어져 있지 않고 공기로 쉽게 접근할 수 있는 곳으로 데려다 줄 것입니다. 이 섬은 문화와 풍경이 다른 매우 적은 인구를 가지고 있습니다. 북동쪽 해안 전체가 절벽과 외딴 해변으로 늘어서 있습니다. 그것들은 공기가 아닌 다른 교통수단으로 완전히 접근할 수 없습니다.\n" +"이 섬에 사는 사람들은 마우이 헬리콥터 여행을 가서 보지 않으면 이 놀라운 광경을 본 적이 없어요. 날씨가 비가 오고 그가 계절에 맞는 많은 강우량이 있을 때, 여러분은 놀라운 폭포를 많이 볼 것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"출장 여행자보다 가족 여행자에게 더 중요한 것은, 그 명단에서 호텔이 얼마나 어린이 친화적인지 알아내고 거기서부터 결정을 내려야 한다는 " +"것입니다. 한 가지 찾아볼 만한 것은 호텔이 베이비 시터 서비스를 제공하는지 여부이다. 어린이를 탈출시키고자 하는 비즈니스 여행자들에게 " +"이것은 물론 매우 적절합니다 - 아마도 어린이 친화적이지 않은 호텔이 더 적절할 것입니다!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "가장 많이 본 블로그 게시물" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "이름" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "이름 / 최근 게시물" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "새 블로그 게시물" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "다음 게시물" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "표지 없음" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "아직 블로그 게시물이 없습니다." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "조회수" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "\"%s\"에 대한 결과가 없습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "' 에 대한 결과를 찾을 수 없습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "정의된 태그가 없습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "없음" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"이 중 어떤 것도 여러분이 멋진 망원경 시스템을 만들려는 계획을 추진하는 것을 방해하지 않습니다. 여러분의 필요에 맞게 망원경을 구성하는" +" 방법에 대해 좋은 조언과 훈련을 받는 것을 잊지 마세요. 이 지침을 사용하면, 여러분은 육안으로는 볼 수 없는 밤하늘의 경이로운 " +"광경에서 몇 시간 동안 별빛을 볼 수 있습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "게시 안됨" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"날씨를 아는 것은 여러분의 별을 바라보는 것을 보람있게 할 뿐만 아니라, 여러분이 큰 유성우와 다른 큰 천문학 사건이 언제 일어날지를 " +"알게 된다면 천문학의 흥분이 여러분에게 살아날 것입니다." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "작업 수" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "오류 횟수" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "조치가 필요한 메시지 수" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "전송 오류가 발생한 메시지 수입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"달 표면의 모습을 좀 더 자세히 관측하고 싶으시다면 좀 더 좋은 퀄리티의 스타터 망원경으로 업그레이드하실 수 있습니다. 장비의 " +"업그레이드가 이루어질 때마다 여러분의 지식과 관측 가능한 범위는 기하학적으로 향상됩니다. 많은 아마추어 천문학자들은 지구에서 가장 가까운" +" 우주 천체에서 볼 수 있는 것에 만족하지 못하고 있습니다." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "모바일에서 콘텐츠를 확인한 후 여기를 클릭하면 일반 화면으로 다시 전환할 수 있습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "기타" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "우리의 블로그" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "사진 : Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "사진 : Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "사진 : Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "사진 : Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "사진 : Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "사진 : Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "사진 : Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "사진 : Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "사진 : PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "사진 : SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "사진 : Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "게시물" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "게시물 목록" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "게시 날짜" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "게시 됨" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "게시됨 (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "게시한 날" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "게시한 게시물" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "게시 선택 사항" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "게시 날짜" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb 필드" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "평가" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "더 읽기" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "더 읽기 " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "레스토랑, 카페 및 바" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "해당 웹사이트로의 게시를 제한합니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "검색엔진 최적화" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO 최적화" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS 전송 에러" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "견본" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "위성" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "이미지를 검색합니다. (예: \"비즈니스\" 입력)" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "해변 대 산악지대" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "위에서 내려다본 세상" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "블로그 선택" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "게시물을 추가할 블로그를 선택하십시오." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "새로운 블로그 게시물을 작성하려면 이 메뉴를 선택하십시오." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "댓글 남기기 선택" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "트윗하기 선택" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Seo 이름" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "모든 키워드는 쉼표로 구분하십시오" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "블로그 게시물 표지를 설정합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"몇몇 철새와 토종새, 포유류 그리고 파충류는 구리 협곡을 그들의 집이라고 부릅니다. 거의 원시인 이 땅의 절묘한 동물도 확인해 볼 " +"만합니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "공유 링크" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "페이스북에서 공유하기" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "링크드인에서 공유하기" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "트위터에서 공유하기" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "이 게시물 공유하기" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "사이드바" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "시에라 타라우마라" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"구리 협곡으로 널리 알려진 시에라 타라후마라는 멕시코에 위치해 있습니다. 그 지역은 모험적인 휴가를 원하는 사람들 사이에서 가장 인기 " +"있는 장소이다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "하늘" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"따라서 여러분이 어디에 있는지, 별을 바라보는 선호가 무엇인지 제대로 된 망원경을 얻는 것이 매우 중요합니다. 우선, 3가지 주요 " +"망원경에 대해 토론한 다음, 여러분이 올바른 것을 살 가능성을 증가시키기 위해 몇 가지 “텔레스코프 101″ 개념을 정하세요." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"그래서 1년에 한 번 캠핑장으로 휴가를 가거나 시골에 있는 친척 집으로 여행을 가는 것은 밤하늘의 소비자가 갑자기 멋진 쇼를 하기로 " +"결정했을 때 우리가 바깥에서 발견하는 것일 수도 있습니다. 만약 여러분이 말 그대로 밤하늘이 우리에게 보여줄 수 있는 소비자에 의해 숨이" +" 막힐 때 그런 순간이 있었다면, 여러분은 아마 여러분이 본 것에 대해 “우와” 말고는 거의 말할 수 없었던 바로 그 순간을 기억할 수 " +"있을 것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"그래서 적절한 종류의 망원경을 선택하기 위해서, 망원경을 사용하는 여러분의 목표는 중요합니다. 렌즈와 망원경 설계의 장단점뿐만 아니라 " +"다양한 별을 응시하는 상황에서 망원경이 어떻게 작동하는지 이해하기 위해서, 미리 숙제를 하고 다른 종류에 노출되는 것이 가장 좋습니다. " +"그래서 첫 구매를 하기 전에 말이죠..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "그래서 당신은 해외로 가고, 목적지를 선택했고, 이제 호텔을 선택해야 합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "소스 제목으로 유명한 사람" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "동물 관찰하기" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "여기에서 글을 시작하십시오 ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "스타일" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "소제목" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "소제목" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "태그 범주" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "태그 범주" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "태그 범주 양식" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "태그 양식" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "태그 목록" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "태그 카테고리가 이미 존재합니다!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "태그명이 이미 존재합니다!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "태그" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "태그 목록" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "어두운 곳에서 사진 촬영하기" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "티저" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "티저 & 태그" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "티저 내용" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"10년 전에는 현지 여행사를 찾아가 이른바 전문가들로부터 직접 받은 조언을 신뢰했을 것입니다. 여러분의 호텔을 선택하고 예약하는 21세기" +" 방법은 물론 여행 웹사이트를 통해 인터넷에서 이루어집니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"그 “우와” 순간은 점성술의 전부이다. 어떤 사람들에게는, 그 와우 순간이 스타들을 연구하는 직업으로 이어지는 열정이 됩니다. 운 " +"좋게도, 그 순간은 우주 왕복선이나 우리의 초기 우주 임무 중 하나를 수행하면서 별들을 여행하게 만드는 모든 것을 소비하는 집착이 있기 " +"때문입니다. 하지만 우리 대부분에게 점성술은 유희이거나 평범한 취미가 될 수 있다. 하지만 우리는 그 와우 순간을 평생 간직하고 " +"있습니다. 그리고 매일 밤 우리 위에 있는 수백만 개의 별에서 볼 수 있는 놀라운 우주에 대해 더 깊이 들여다보고 배울 방법을 찾기 " +"시작합니다." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "천문학의 아름다움은 누구나 할 수 있다는 것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"달을 보기 가장 좋은 시기는, 분명히, 구름이 거의 없고 날씨가 길고 지속적인 연구에 적합할 때이다. 1/4분기가 가장 상세한 연구 " +"결과를 낳습니다. 그리고 달이 보름달에 있지 않을 때 달의 일부가 깜빡이는 것 말고 속지 마세요. \"지광\"이라고 알려진 이 현상은 " +"달이 1/4 또는 절반만 전시되어 있더라도 달의 어두운 부분을 세부적으로 볼 수 있는 능력을 제공합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "달을 볼 수 있는 가장 좋은 시간입니다." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "블로그 게시물이 게시된 것으로 설정된 경우 이 날짜 현재 방문자를 볼 수 있습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"이 지역의 절벽은 세계에서 가장 높은 곳에 있고 높은 봉우리에서 물이 폭포처럼 쏟아지는 것을 보는 것은 정말 숨막힐 정도이다. 마우이 " +"헬리콥터 투어와 함께 하는 짧은 여행은 이 자연 환경의 아름다움을 볼 가치가 충분히 있습니다." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "웹사이트를 통해 문서에 접근 하는 전체 URL입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"다음으로 우리가 자연스레 얻고 싶은 것은 좋은 망원경입니다. 여러분은 아마 연구를 잘 하는 취미가 있는 사람이 어딘가의 언덕에 정말 " +"멋있어 보이는 망원경을 설치하는 것을 본 적이 있을 거예요. 그것은 여러분 안에 있는 아마추어 천문학자를 흥분시킵니다. 왜냐하면 그것이 " +"여러분의 취미가 성장하는 데 있어 논리적인 다음 단계여야 하기 때문입니다. 하지만 좋은 망원경을 사는 방법은 완전히 혼란스럽고 위협적일 " +"수 있습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"이 사이트는 호텔 내 레저 서비스 – 온천, 수영장, 체육관, 사우나 – 와 골프장 등 인근 시설에 대한 세부 분석을 제공해야 합니다. " +"7. 특별 요구 사항 : 호텔 디렉토리 사이트는 각 호텔의 특별한 필요 서비스와 접근성 정책을 방문객에게 알려야 합니다. 모든 " +"방문객에게는 적용되지 않지만, 일부 방문객에게는 절대적으로 중요합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"삼각대나 다른 부속품 결정은 여러분이 많은 외딴 곳에 데려가려고 계획한 망원경과 비교하여 여러분의 갑판에 살 망원경으로 크게 바뀔 " +"것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"이것의 경치는 정말 숨막힐 정도로 아름다우며 놓쳐서는 안 될 광경입니다. 휴화산을 가까이서 볼 수 있는 기회도 매우 교육적입니다. 매일 " +"볼 수 없는 것이죠. 하지만 화산의 북쪽과 남쪽에서는 믿을 수 없을 정도로 다른 광경을 볼 수 있습니다. 이 면들은 푸르고 푸르고 " +"여러분은 아름다운 폭포와 멋진 붓을 볼 수 있을 거예요. 열대 우림은 섬의 이쪽에 풍부하고, 그것은 공기가 아닌 다른 어떤 수단으로도 " +"쉽게 접근할 수 없는 것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"그러면 검토자의 동기부여에 문제가 있습니다. 더 많은 리뷰를 읽을수록, 여러분은 그 리뷰들이 어떻게 극단적인 의견으로 군집하는지를 더 " +"많이 알게 됩니다. 한 쪽에는 성난 평론가가 있고, 다른 쪽에는 믿을 수 없을 정도로 칭찬을 아끼지 않는 손님들을 기쁘게 하였습니다. " +"호텔이 때로는 자체적인 열렬한 리뷰를 게시하거나, 경쟁업체들이 나쁜 리뷰로 경쟁 우위를 선점할 기회를 제공한다는 사실을 알게 되면 " +"여러분은 놀라지 않을 것입니다. 호텔을 고를 때 당신에게 정말 중요한 것이 무엇인지 생각해 보는 것이 이치에 맞습니다. 그런 다음 정말로" +" 중요한 최신 독립적이고 공정한 정보를 제공하는 온라인 호텔 디렉토리를 선택해야 합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "최종 구매 결정 시 고려해야 할 다른 사항이 있습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"우주에는 시대를 초월한 무언가가 있습니다. 행성, 달, 그리고 그들 너머의 별들이 오랫동안 그곳에 있었다는 사실은 우주에서 우리의 위치에" +" 대한 우리의 감각에 영향을 미칩니다. 사실, 우리가 육안으로 “보는” 많은 별들은 사실 수십만년 전에 그 별에서 온 빛입니다. 그 빛은" +" 지금 막 지구에 도달하고 있습니다. 그래서 실제로 위를 쳐다보는 것은 시간 여행과 같습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"이런 것들이 정말 중요하고, 괜찮은 호텔 안내 책자는 여러분에게 침실에 대한 이런 종류의 조언을 해 줄 것입니다. – 단지 일반적인 " +"방들의 숫자만이 아니라요!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "이 상자는 방문자가 볼 수 없습니다." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "이 태그는 이미 존재합니다" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "얇게" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "제목" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "표지 위 제목" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "표지 내부 제목" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"육안으로 달을 바라보기 위해, 달 지도를 친숙하게 만드는 것은 여러분의 공부를 더 즐겁게 하기 위해 다른 사람들이 이미 매핑한 바다, " +"분화구, 그리고 다른 지리적 현상들을 선택하는 데 도움을 줄 것입니다. 달 지도는 어느 천문학 가게나 온라인에서나 구할 수 있으며 투자할" +" 가치가 충분히 있습니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"별을 훨씬 더 잘 관찰하는 법을 배우기 시작하기 위해서, 우리가 육안으로 볼 수 있는 것 외에도 별을 즐길 뿐만 아니라 별을 연구하기 " +"시작하는 몇 가지 기본적인 것들이 있습니다. 가장 먼저 필요한 것은 문학을 제외하고는 장비가 아닙니다. 좋은 별자리 지도는 주요 별자리," +" 우리가 하늘을 항해할 때 사용하는 주요 별들의 위치, 그리고 별들보다 더 크게 나타날 행성들을 보여줄 것입니다. 그리고 이 지도에 " +"천문학의 취미에 잘 만들어진 입문 자료를 더하면, 여러분은 잘 가고 있는 것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"그것을 한 단계 높이려고, 좋은 쌍안경 한 쌍은 여러분이 달 표면에서 볼 수 있는 세부사항에 놀라운 일을 할 수 있습니다. 최상의 결과를" +" 얻으려면, 쌍안경으로 좋은 넓은 들판을 얻어서 여러분이 달의 아름다운 경치를 볼 수 있도록 하세요. 그리고 이 쌍안경을 우주에서 이 " +"웅장한 몸을 응시하고 싶을 만큼 오랫동안 가만히 있는 것은 거의 불가능하기 때문에, 여러분은 여러분의 장비에 쌍안경을 부착할 수 있는 " +"좋은 삼각대를 추가해서 여러분이 편안하고 안정된 시야의 플랫폼으로 달을 연구할 수 있도록 하고 싶을 것입니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"자연적인 다음 단계로 나아가기 위해서, 여러분은 다른 천문학자들과의 파트너십을 이용하거나, 달을 더 잘 보기 위해 더 나은 대기 간섭을 " +"제거하는 기술에 투자한 전문가들에 의해 세워진 정말로 훌륭한 망원경 중 하나를 방문함으로써 그것을 이용하고 싶을 지도 모릅니다. 인터넷은" +" 여러분에게 허블 망원경과 달을 항상 가리키는 많은 거대한 망원경에 접근할 수 있게 해 줄 수 있습니다. 게다가, 많은 천문학 클럽들은 " +"달 경관을 가장 잘 볼 수 있도록 컴퓨터와 세심하게 동기화된 여러 망원경을 결합하는 방법을 연구하고 있습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "상단 배너" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "여행" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "트위터" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "게시 안함 (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "제목없는 게시물" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "이 아이콘을 사용하여 모바일 장치의 블로그 게시물을 미리 볼 수 있습니다." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "다음에서 사용 :" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "관점" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "화면" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "모든 블로그 페이지에 표시" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "현재 웹 사이트에 공개" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "웹사이트" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "웹사이트 블로그" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "웹사이트 메시지" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "웹사이트 스니펫 필터" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "웹 사이트 URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "웹사이트 대화 이력" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "웹사이트 메타 설명" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "웹사이트 메타 핵심어" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "웹사이트 메타 제목" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "웹사이트 오픈그래프 이미지" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "그들이 허블을 달릴 수 있다면 어떨까요?" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"누구나 언제라도 올려다보고 별들과 사랑에 빠질 수 있는 반면, 천문학은 여러분이 올려다볼 때마다 점점 더 많이 보고 이해할 수 있는 별을" +" 바라보는 것에 점점 더 능숙해지고 장비를 갖추는 방법을 배우고 있습니다. 여기 여러분이 천문학이라는 취미에 전념할 수 있는 순간들을 " +"훨씬 더 즐겁게 하기 위해 취할 수 있는 몇 가지 단계들이 있습니다." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "보기 포함" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "블로그나 회사를 설명하기 위해 여기에 작은 문구를 작성하십시오." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"여러분은 항상 여러분이 침실에서 필요로 하는 시설의 종류를 신중히 고려해야 하고 여러분이 중요하게 여기는 호텔들을 찾아야 합니다. 호텔 " +"디렉토리 웹 사이트는 침대 크기, 인터넷 액세스(비용, WIFI 또는 유선 광대역 연결 여부), 무료 편의 시설, 실내에서 보는 뷰 및 " +"베스 메뉴와 같은 고급 서비스, 흡연 또는 비흡연실 선택 등의 문제에 대해 자세히 설명해야 합니다." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"여러분은 마우이가 제공하는 모든 아름다움을 보게 될 것이고 온 가족을 위해 즐거운 시간을 보낼 수 있을 거예요. 투어는 너무 비싸지 않고" +" 45분에서 1시간 이상 지속됩니다. 마우이 헬리콥터 투어를 통해 일반적으로 접근할 수 없는 장소를 볼 수 있습니다. 발이나 차량으로 " +"이용할 수 없는 장소는 공기로도 볼 수 있습니다. 즐거운 마우이 헬리콥터 여행을 위해 일어나는 사람들을 위해 숨 쉬는 광경이 기다리고 " +"있습니다. 만약 여러분이 이 섬에 상당 기간 머무르고 있다면, 여러분은 마우이 헬리콥터 여행을 여러 번 하는 것에 대해 생각하고 싶을 " +"지도 모릅니다." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "모험" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "블로그. 블로그에 접근하려면 여기를 클릭하십시오 :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "사이트 이동 경로" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "작성자" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "발견" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "안내" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "다음에 게시되었습니다 " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "호텔" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "분류" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "분류 " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "분류 " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "망원경" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "의견을 남기기" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "게시 안함" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| 아직 댓글이 없습니다" diff --git a/i18n/lb.po b/i18n/lb.po new file mode 100644 index 0000000..4ce82d3 --- /dev/null +++ b/i18n/lb.po @@ -0,0 +1,2019 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2019-08-26 09:15+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"Language: lb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/lt.po b/i18n/lt.po new file mode 100644 index 0000000..d5a7c6e --- /dev/null +++ b/i18n/lt.po @@ -0,0 +1,2405 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Silvija Butko , 2023 +# Šarūnas Ažna , 2023 +# Arminas Grigonis , 2023 +# Arunas V. , 2023 +# digitouch UAB , 2023 +# Ramunė ViaLaurea , 2023 +# Martin Trigaux, 2023 +# Rolandas , 2023 +# Arunas Vaitekunas , 2023 +# grupoda2 , 2023 +# Aleksandr Jadov , 2023 +# Audrius Palenskis , 2023 +# Jonas Zinkevicius , 2023 +# UAB "Draugiški sprendimai" , 2023 +# Gailius Kazlauskas, 2023 +# Antanas Muliuolis , 2023 +# Linas Versada , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Linas Versada , 2024\n" +"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopija)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" kodavimas=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Paskelbkite savo tinklaraščio įrašą, kad jis taptų matomas jūsų " +"lankytojams." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Prisijungti" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Čia parašykite savo istoriją. Teksto formatavimui naudokite viršutinę" +" meniu juostą: pridėkite paveikslėlį ar lentelę, pastorinkite ar pabraukite " +"tekstą ir t.t. Norėdami, kad jūsų tiklaraštis būtų vizualesnis, pridėkite " +"turinio blokų." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Naujas įrašas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Apie mus" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Įrašo prieiga" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Reikalingas veiksmas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktyvus" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Visi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Visi tinklaraščiai" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archyvuoti" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Archyvuotas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archyvai" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Straipsnis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom srautas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Prisegtukų skaičius" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autorius" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Autoriaus vardas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Portretas" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Tinklaraštis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Tinklaraščio pavadinimas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Tinklaraščio įrašas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Tinklaraščio įrašo pavadinimas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Tinklaraščio įrašai" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Tinklaraščio paantraštė" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Tinklaraščio žyma" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Tinklaraščio žymos kategorija" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Tinklaraščio žymos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Tinklaraščiai" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Apačia" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Kelias" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Gali publikuoti" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategorija" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Pasirinkite paveikslėlį iš bibliotekos." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Uždaryti" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Komentaras" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Komentarai" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Turinys" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Viršelis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Viršelio savybės" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Aprašymas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Redaguoti programinį kodą" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Sekėjai" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Sekėjai (partneriai)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Pradėkite" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Tinklelis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupuoti pagal" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Turi žinutę" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Jeigu pažymėta, naujiems pranešimams reikės jūsų dėmesio." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Jei pažymėta, yra žinučių, turinčių pristatymo klaidų." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr " " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Yra sekėjas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Paskelbta" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Didelis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Paskutinis autorius" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Išdėstymas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Sąrašas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Vieta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Vidutinis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Žinutės pristatymo klaida" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Žinutės" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Vardas, Pavardė" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Naujas tinklaraščio įrašas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Tinklaraštyje dar nėra įrašų." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Peržiūrų skaičius" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Nieko" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Veiksmų skaičius" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Klaidų kiekis" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Žinučių su pristatymo klaida skaičius" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Kiti" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Įrašai" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Paskelbtas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Paskelbtas (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Paskelbimo data" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Paskelbtas įrašas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Skelbimo nustatymai" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Skelbimo data" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "QWEB laukas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Įvertinimai" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Skaityti daugiau" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Apriboti skelbimą šioje svetainėje." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO optimizuotas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS pristatymo klaida" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Pavyzdis" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Pasirinkti tinklaraštį" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" +"Pasirinkite šį meniu elementą, kad sukurtumėte naują tinklaraščio įrašą." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "SEO pavadinimas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Nustatykite tinklaraščio įrašo viršelį." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Dalintis nuorodomis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Pasidalinti \"Facebook\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Pasidalinti \"LinkedIn\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Pasidalinti \"Twitter\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Pradėkite rašyti čia..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stilius" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Paantraštė" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Paantraštė" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Žymų kategorijos" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Žymos kategorija" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Žymos kategorijos forma" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Žymos forma" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Žymų sąrašas" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Žymos pavadinimas jau egzistuoja!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Žymos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Anonsas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Anonso turinys" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Tinklaraščio įrašas bus matomas jūsų lankytojams nuo tos datos, kada jis " +"nustatytas kaip paskelbtas." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Pilna nuoroda dokumento pasiekimui per svetainę." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Pavadinimas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Nepaskelbtas (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Be pavadinimo" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Naudokite šią piktogramą jūsų tinklaraščio įrašo peržiūrai mobiliuosiuose" +" įrenginiuose." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Naudojama:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Rodiniai" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Matomas dabartinėje svetainėje" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Svetainė" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Svetainės tinklaraščiai" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Interneto svetainės žinutės" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Svetainės nuoroda" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Svetainės komunikacijos istorija" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Svetainės meta aprašymas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Svetainės meta raktažodžiai" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Svetainės meta pavadinimas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Svetainės Opengraph paveikslėlis" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "tinklaraštis. Paspauskite, kad pasiektumėte tinklaraštį:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "kelias" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "pagal" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "buvo paskelbtas" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "yra" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "nepaskelbta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/lv.po b/i18n/lv.po new file mode 100644 index 0000000..ec00d43 --- /dev/null +++ b/i18n/lv.po @@ -0,0 +1,2385 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# InfernalLV , 2023 +# Martin Trigaux, 2023 +# Arnis Putniņš , 2023 +# Armīns Jeltajevs , 2023 +# Anzelika Adejanova, 2023 +# JanisJanis , 2023 +# ievaputnina , 2023 +# Will Sensors, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Will Sensors, 2024\n" +"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopija)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Pierakstīties" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Par mums" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Nepieciešama darbība" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktīvs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Visi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arhīvs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arhivēts" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arhīvi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Pielikumu skaits" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autors" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Autora vārds" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Ikona" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategorija" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Aizvērt" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Komentārs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Comments" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Saturs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Apraksts" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Rediģēt aizmugursistēmā" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Sekotāji" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Sekotāji (kontaktpersonas)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Grid" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupēt pēc" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Ir ziņojums" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Ja atzīmēts, jums jāpievērš uzmanība jauniem ziņojumiem." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Ja atzīmēts, dažiem ziņojumiem ir piegādes kļūda." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Pēc" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Ir sekotājs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Large" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Pēdējais Papildinājs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Pēdējoreiz atjaunināja" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Pēdējoreiz atjaunināts" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Izkārtojums" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Saraksts" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Atrašanās vieta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Vidējs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Ziņojuma piegādes kļūda" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Ziņojumi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nosaukums" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Skatījumu skaits" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Nav" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Darbību skaits" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Kļūdu skaits" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "To ziņojumu skaits, kuros nepieciešama rīcība" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Ziņojumu, kas satur piegādes kļūdu, skaits" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicēts" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Reitingi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS piegādes kļūda" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stils" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtitle" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Birkas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "The full URL to access the document through the website." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Nosaukums" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Skatījumi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Mājas lapa" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Tīmekļa vietnes ziņojumi" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Website URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Tīmekļa vietnes saziņas vēsture" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Website meta description" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Website meta keywords" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Website meta title" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr " " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "iekš" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/mk.po b/i18n/mk.po new file mode 100644 index 0000000..91bc438 --- /dev/null +++ b/i18n/mk.po @@ -0,0 +1,2026 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Aleksandar Vangelovski , 2016 +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-06-10 12:29+0000\n" +"Last-Translator: Aleksandar Vangelovski \n" +"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"#-#-#-#-# mk.po (Odoo 9.0) #-#-#-#-#\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" +"#-#-#-#-# mk.po (Odoo 9.0) #-#-#-#-#\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "За нас" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Архиви" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Автор" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Профил слика" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Блог" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Име на блог" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Порака на блог" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Наслов на постот на блогот" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Постови на блог" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Поднаслов на блог" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Ознака на блог" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Блогови" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Избери слика од библиотеката." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Содржина" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Следете не" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Групирај по" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Последен соработник" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Средно" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Име" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Нов пост на блог" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Сеуште нема постовио на блогот" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Број на погледи" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ништо" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Необјавено" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Постови" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Објавен" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Изберете го ова мени за да креирате нов пост на блог" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Почнете да пишувате овде..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Превод" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Поднаслов" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Етикети" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Титула" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Користено во:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Вебсајт" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Вебсајт блогови" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Пораки на веб сајт" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Историја на веб комуникација" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "од" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/mn.po b/i18n/mn.po new file mode 100644 index 0000000..61b17d4 --- /dev/null +++ b/i18n/mn.po @@ -0,0 +1,2033 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Munkhbilguun Altankhuyag , 2022 +# Батмөнх Ганбат , 2022 +# Batmunkh Ganbat , 2022 +# tserendavaa tsogtoo , 2022 +# Bayarkhuu Bataa, 2022 +# baaska sh , 2022 +# hish, 2022 +# Otgonbayar.A , 2022 +# Uuganbayar Batbaatar , 2022 +# Martin Trigaux, 2022 +# Baskhuu Lodoikhuu , 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2022-09-22 05:56+0000\n" +"Last-Translator: Baskhuu Lodoikhuu , 2022\n" +"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n" +"Language: mn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (хуулбар)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' хуудсын толгой" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Бүх өдрүүд" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Уншигчдад харуулахын тулд нийтлэлийг нийтлэнэ үү." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Нэвтрэх" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "Та өөрийн түүхийг энд бичнэ үү. Текстийн загварыг өөрчлөхийн тулд дээр байрлах багажуудыг ашиглаарай: зураг эсвэл хүснэгт нэмэх, тод эсвэл налуу болгох, г.м. Баригч блокуудыг чирж тавин блогоо илүү үзэмжтэй болгоорой." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Шинэ нийтлэл" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Бидний тухай" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Нийтлэл рүү хандах" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Үйлдэл шаардсан" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Идэвхтэй" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Бүх" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Бүх блогууд" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Бүх бичлэгүүд" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Архив" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Архивласан" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Архив" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Өгүүлэл" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Өгүүлэлүүд" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomy is “stargazing\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Хавсралтын тоо" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Зохиогч" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Зохиогчийн нэр" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Зураг" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Bedroom Facilities" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Beyond The Eye" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Блог" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Блогийн Нэр" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Блог Нийтлэл" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Блог Нийтлэлийн Гарчиг" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Блог Нийтлэлүүд" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Блогийн Дэд гарчиг" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Блог Шошго" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Блог пайзын ангилал" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Блог Шошгууд" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Блог гарчиг" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Блогийн гарчиг" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Блог" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Доод хэсэг" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Дотор тал" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Buying A Telescope" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Нийтлэж болно" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Ангилал" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Children’s’ Facilities" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Сангаас зураг сонгоно уу." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Хаах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Сэтгэгдэл" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Сэтгэгдэл" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Агуулга" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Нүүр царай" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Коверын Шинж чанарууд" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Үүсгэсэн этгээд" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Үүсгэсэн огноо" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Тайлбар" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "East Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Арын төгсгөлд засах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "'Бүх блогнууд' хуудсын толгойг засах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "'Шүүлтүүрийг үр дүн' хуудсын толгойг засах" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Биднийг дагах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Дагагчид" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Дагагчид (Харилцагчид)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Бүтэн-өргөн" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Эхлүүлцгээе." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Хүснэгт" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Бүлэглэлт" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Мессежтэй" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Хэрэв сонгогдсон бол, шинэ зурвасууд таны анхаарлыг шаардана." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Үүнийг сонговол алдаа үүсэх үед зурвасууд ирнэ." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Дотор" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Дагагч эсэх" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Нийтлэгдсэн эсэх" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Том" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Сүүлийн Хувь Нэмэр оруулагч" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Сүүлд зассан этгээд" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Сүүлд зассан огноо" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Сүүлчийнх" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Хэв загвар" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Leisure Facilities" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Жагсаалт" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Байрлал" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Maui helicopter tours" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Дундаж" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Зурвас илгээх алдаа" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Зурвасууд" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Мета тодорхойлт" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Мета түлхүүр үгс" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Мета гарчиг" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Нэр" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Шинэ Блог Нийтлэл" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Ковер алга" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Одоогоор блог нийтлэл алга." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Үзсэн тоо" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Пайз хараахан тодорхойлогдоогүй байна" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Байхгүй" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Үйлдлийн тоо" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Алдааны тоо" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Үйлдэл шаардсан зурвасын тоо" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Алдааны мэдэгдэл бүхий зурвасын тоо" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Бусад" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Манай Блогууд" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Зургыг Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Зургыг Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Зургыг Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Зургыг Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Зургыг Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Зургыг Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Зургыг Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Зургыг Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Зургыг PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Зургыг SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Зургыг Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Бичлэгүүд" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Нийтлэгдсэн" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Нийтэлсэн (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Нийтлэсэн Огноо" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Нийтлэсэн Нийтлэл" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Нийтлэх Сонголтууд" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Нийтлэгдсэн огноо" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Дэлгэрэнгүй унших" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Ресторан, кафе, баар" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Энэ вебсайтад нийтлэхийг хязгаарлах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO-г оновчлох" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS илгээлтийн алдаа" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Блог сонгох" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Нийтлэхийг хүсэж буй блог оо сонго уу" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Шинэ блог нийтлэл үүсгэхийн тулд энэ цэсийг сонгоно уу." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Seo нэр" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Блог нийтлэлийн ковер тохируулна уу." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Холбоосуудыг хуваалцах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Facebook-д хуваалцах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "LinkedIn-д хуваалцах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Twitter-д хуваалцах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Нийтлэлийг хуваалцах" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Алдартай нэгэн Эх гарчиг" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Энд бичиж эхлэнэ үү..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Загвар" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Дэд Гарчиг" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Дэд гарчиг" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Пайзын ангилалууд" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Пайзын ангилал" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Пайзын ангилалаас" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Пайзын Форм" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Пайзын Жагсаалт" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Пайз" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Зар" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Зарын Агуулга" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Вебсайтаар дамжин баримт руу хандах бүтэн URL." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Гарчиг" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Жиргээ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Нийтлэгдээгүй (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Гарчиггүй Нийтлэл" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "Блог нийтлэлийг гар утсан дээр хэрхэн харагдахыг шалгах бол энэ дүрсийг ашиглана уу." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Ашиглах газар:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Харагдац" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Бүх блогийн хуудсуудыг харах" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Одоогийн вебсайт дээр харагдах" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Вэбсайт" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Вэбсайт Блогууд" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Вебсайтын зурвас" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Вебсайт URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Вебсайтын харилцааны түүх" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Вебсайт тодорхойлох тайлбар" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Вебсайт тодорхойлох түлхүүр үгс" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Вебсайт тодорхойлох гарчиг" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Вэбсайт opengraph зураг" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr ". Блог руу орох бол энд дарна уу :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "Дотор тал" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "аар" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "нь дараах блог дээр нийтлэгдлээ " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "байрлал" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "in " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "in " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "Сэтгэгдэлд үлдээх" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "нийтлэгдээгүй" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Сэтгэгдэл хараахан байхгүй" diff --git a/i18n/nb.po b/i18n/nb.po new file mode 100644 index 0000000..843ad0d --- /dev/null +++ b/i18n/nb.po @@ -0,0 +1,2025 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Jorunn D. Newth, 2019 +# Marius Stedjan , 2019 +# Martin Trigaux, 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2019-08-26 09:15+0000\n" +"Last-Translator: Martin Trigaux, 2019\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Publiser bloggartikkelen for å gjøre den synlig for de besøkende." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Logg inn" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "Skriv historien din her. Bruk verktøylinjen øverst for å endre stil på teksten, legge til bilder og tabeller, gjøre tekst halvfet eller sette i kursiv, osv. For en mer grafisk bloggpost, dra og slipp innholdsblokker." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "En ny artikkel" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Om oss" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Gå til artikkel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Handling påkrevd" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Alle" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arkiver" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arkivert" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arkiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artikkel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom-feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Antall vedlegg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Forfatter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "logg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Bloggnavn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Bloggartikkel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Tittel på bloggartikkel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Bloggartikler" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Undertittel på blogg" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blogg-tag" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Blogg-tagger" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogger" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategori" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Velg et bilde fra biblioteket." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Lukk" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Kommentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Kommentarer" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Innhold" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Forsidebilde-egenskaper" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Opprettet" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Rediger i backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Følgere" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Følgere (partnere)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupper etter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Er følger" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Stor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Siste bidragsyter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Meldinger" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Navn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Ny bloggartikkel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Ingen bloggartikler enda." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Antall visninger" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Antall handlinger" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Antall meldinger som krever handling" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Artikler" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Publisert dato" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Publisert artikkel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Publiseringsvalg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Publiseringsdato" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Les mer" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Begrens publisering til dette nettstedet" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO-optimalisert" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Velg dette i menyen for å opprette en ny bloggartikkel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Sett et forsidebilde for bloggartikkelen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Begynn å skrive her..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Undertittel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Undertittel" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Tag-skjema" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Tag-liste" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Tagger" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "Hvis bloggartikkelen settes som publisert, vil den være tilgjengelig for dine besøkende fra denne datoen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Fullstendig URL for å nå dokumentet via nettstedet." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Tittel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Artikkel uten navn" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "Bruk dette ikonet for å forhåndsvise bloggartikkelen din på mobile enheter." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Brukt i:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Synlig på gjeldende nettsted" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Nettsted" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogger på nettsted" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Meldinger fra nettsted" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Nettsted-URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historikk for kommunikasjon på nettsted" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Metabeskrivelse for nettsted" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Meta-nøkkelord for nettsted" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Meta-tittel for nettsted" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blogg. Klikk her for å komme til bloggen:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "brødsmule" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "etter" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "er publisert på" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "i" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "upublisert" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/nl.po b/i18n/nl.po new file mode 100644 index 0000000..7e1769b --- /dev/null +++ b/i18n/nl.po @@ -0,0 +1,2752 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Jolien De Paepe, 2024 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Dutch (https://app.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: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopie)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' pagina header." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Resultaten weergeven voor '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Alle datums" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Verrekijkers zijn lichtgewicht en draagbaar. Maar niet als je de luxe" +" hebt om een observatorium vanaf je dek op te zetten en te bedienen, ga je " +"waarschijnlijk reizen om je bezichtigingen uit te voeren. Een verrekijker " +"gaat veel gemakkelijker met je mee en ze zijn lichter om het land in te " +"dragen en te gebruiken terwijl je daar bent dan een omslachtige set voor het" +" opzetten van een telescoop." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Kies de hersenen van de experts. Als je nog niet actief bent in een " +"astronomische vereniging of club, kunnen de verkopers van de telescoopwinkel" +" je begeleiden naar de actieve verenigingen in je omgeving. Als je eenmaal " +"connecties hebt met mensen die telescopen hebben gekocht, kun je advies " +"krijgen over wat werkt en wat je kunt vermijden, dat meer geldig is dan " +"alles wat je krijgt van een webartikel of een verkoper bij Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Publiceer je blog om het zichtbaar te maken voor je bezoekers." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Aanmelden" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Probeer voordat je koopt. Dit is nog een voordeel van een aantal " +"excursies met de astronomieclub. Je kunt wat quality hours reserveren met " +"mensen die telescopen kennen en hun rigs hebben opgezet om hun uitrusting te" +" onderzoeken, de belangrijkste technische aspecten te leren en ze uit te " +"proberen voordat je geld in je eigen set-up zinkt." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Schrijf hier je verhaal.Gebruik de bovenste werkbalk om je tekst te " +"stijlen: voeg een afbeelding of tabel toe, stel vet of cursief in, enz. " +"Sleep de bouwblokken op de pagina's en laat ze los voor meer grafische " +"blogs." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Naast de inheemse bevolking is ook de lokale fauna een" +" grote publiekstrekker." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Het is enorm belangrijk dat je de juiste telescoop " +"hebt." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"Dat “Wow” moment is alles waar astronomie om " +"draait." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Hoe meer recensies je leest, hoe meer je merkt dat ze " +"de neiging hebben zich te clusteren in de uitersten van meningen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Er is iets tijdloos aan de kosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Je onderzoek van de maan, net zoals eender wat, kan " +"van heel simpel tot enorm complex gaan." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Geen labels gedefinieerd" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Volgende " +"lezen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Toon:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogs:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Een geweldige manier om verborgen plaatsen te ontdekken" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Een vakantie naar de Copper Canyon belooft een spannende mix te worden van " +"ontspanning, cultuur, geschiedenis, natuur en wandelen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Een nieuwe post" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Een reiziger kan ervoor kiezen om het gebied te verkennen door rond de kloof" +" te wandelen of zich er in te wagen. Gedetailleerde planning is vereist voor" +" degenen die zich in de diepten van de kloof willen wagen. Er zijn een " +"aantal reisorganisaties die gespecialiseerd zijn in het organiseren van " +"reizen naar de regio. Bezoekers kunnen naar Copper Canyon vliegen met een " +"toeristenvisum, dat 180 dagen geldig is. Reizigers kunnen ook vanaf elke " +"plek in de Verenigde Staten rijden en een visum krijgen bij het Mexicaanse " +"douanestation aan de grens." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Over ons" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Bouw vooral, een relatie op met een gerenommeerde telescoopwinkel " +"die mensen in dienst heeft die hun spullen kennen. Als je je telescoop bij " +"een Wal-Mart of warenhuis koopt, is de kans klein dat je het juiste krijgt." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Bekijk post" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Actie gevraagd" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Actief" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Wat toevoegen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Alle" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Alle blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Alle blogs" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Alleen in de oceaan" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Hoe moeilijk is het opzetten en afbreken volgens die lijnen?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Geweldig blogartikel: %s! Bekijk het live: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Een spannende mix van ontspanning, cultuur, historiek, natuur en wandelen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"En als alles is gezegd en gedaan, wees dan uitgerust. Jouw zoektocht " +"naar nieuwere en betere telescopen zal levenslang duren. Laat je verslaafd " +"raken aan astronomie en de ervaring zal elk aspect van het leven verrijken. " +"Het wordt een verslaving die je nooit wilt doorbreken." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Een ander uniek kenmerk van Copper Canyon is de aanwezigheid van de " +"Tarahumara Indiase cultuur. Deze semi-nomadische mensen leven in " +"grotwoningen. Hun levensonderhoud hangt voornamelijk af van landbouw en " +"veeteelt." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archiveren" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Gearchiveerd" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archieven" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artikel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artikelen" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Astronomieclubs zijn levendige plaatsen vol deskundige amateurs die hun " +"kennis graag met je delen. Voor de prijs van een cola en snacks gaan ze met " +"je naar de sterren kijken en je overweldigen met trivia en grote kennis." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomie is “sterrenkijken\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom-feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Aantal bijlagen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Auteur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Naam auteur" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Geweldige hotelkamers" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Wees er bewust van dit ding genaamd “astronomie”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Als je deel gaat uitmaken van de samenleving van toegewijde " +"amateurastronomen, krijg je toegang tot deze georganiseerde inspanningen om " +"nieuwe niveaus te bereiken in ons vermogen om de maan van de aarde te " +"bestuderen. En het geeft je leeftijdsgenoten en vrienden die je passie voor " +"astronomie delen en die hun ervaring en expertisegebieden kunnen delen " +"terwijl je zoekt naar waar je het volgende zou kunnen kijken in de enorme " +"nachtelijke hemel, naar de maan en daarbuiten in je zoektocht naar kennis " +"over het schijnbaar eindeloze universum boven ons." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Deel uitmaken van de community van toegewijde amateur astronomen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Slaapkamerfaciliteiten" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Voordat je tot die grote uitgave gaat, is het misschien een betere volgende " +"stap om met het blote oog te investeren in een goede verrekijker. Er is " +"zelfs een verrekijker die geschikt is om naar de sterren te kijken en die je" +" net zo goed dat extra zicht geeft dat je de wonderen van het universum net " +"iets beter wilt zien. Een goed ontworpen verrekijker geeft je ook veel meer " +"mobiliteit en het vermogen om je “verbeterd zicht” binnen handbereik te " +"houden wanneer dat geweldige uitzicht zich net aan je voordoet." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Voordat je je eerste inkoop maakt..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Voorbij het oog" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Blognaam" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Blogpagina" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blogpost" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Blogpost omslag" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Blogpostpagina's" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Blogpost titel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blogposts" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blog subtitel" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Bloglabel" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Blog label categorie" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Bloglabels" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Titel blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Titel blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Lijst met blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Blogpagina" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Onder" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Kruimelpad" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Maar hoe doorzoek je de geweldige keuzes die worden aangeboden? En nog " +"belangrijker: vertrouw je echt op de foto's en beschrijvingen van de hotels " +"die ze zichzelf hebben toegekend als motivatie om boekingen te krijgen? " +"Beoordelingen van reizigers kunnen nuttig zijn, maar je moet voorzichtig " +"zijn. Ze zijn vaak bevooroordeeld, soms verouderd, en dienen misschien " +"helemaal niet je belangen. Hoe weet je dat de functies die belangrijk zijn " +"voor de recensent, belangrijk voor je zijn?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Een telescoop kopen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Het kopen van de juiste telescoop om je liefde voor astronomie naar een " +"hoger niveau te tillen, is een grote volgende stap in de ontwikkeling van je" +" passie voor de sterren." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Kan publiceren" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kaarten" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Categorie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Voorzieningen voor kinderen" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Kies een afbeelding uit de bibliotheek." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Klik hier om nieuwe inhoud aan je website toe te voegen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Klik op \"Nieuw\" in de rechterbovenhoek om je eerste blogpost te " +"schrijven." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Afsluiten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Opmerking" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Opmerkingen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Statistieken voor opmerkingen/weergaven" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Inhoud" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon is een van de zes kloven in de omgeving. Hoewel de naam " +"suggereert dat de kloof enige relevantie kan hebben voor kopermijnbouw, is " +"dit niet het geval. De naam is afgeleid van het koper en groene korstmos dat" +" de kloof bedekt. Copper Canyon heeft twee klimaatzones. De regio heeft een " +"alpien klimaat aan de top en een subtropisch klimaat op de lagere niveaus. " +"De winters zijn koud met regelmatig sneeuwstormen op grotere hoogte. De " +"zomers zijn droog en heet. De hoofdstad, Chihuahua, is een woestijn op grote" +" hoogte waar het weer varieert van koude winters tot hete zomers. De regio " +"is uniek vanwege de verschillende ecosystemen die erin bestaan." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Omslag" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Cover eigenschappen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Datum (nieuw naar oud)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Datum (oud naar nieuw)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Omschrijving" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Dropzone voor bouwblokken" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Oost Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Helikoptervluchten in Oost-Maui geven je uitzicht op de tienduizend meter " +"hoge vulkaan, Haleakala of het huis van de zon. Deze vulkaan is inactief en " +"is voor het laatst uitgebarsten in 1790. Je zult de krater van de vulkaan en" +" de droge, dorre aarde rondom de zuidkant van de vulkaanafgrond kunnen zien " +"met Maui helikoptervluchten." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Bewerken in backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Wijzig de '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Wijzig de paginakop voor 'Alle blogs'." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Wijzig de 'Filter resultaten' paginakop." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Bewerk je titel, de ondertitel is optioneel." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Voer de titel van je bericht in" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Feiten waarmee je rekening moet houden." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Ten slotte, en het belangrijkste, had het inspectieteam van de " +"kwaliteitshotels van hotels het hotel in kwestie regelmatig moeten bezoeken," +" het personeel moeten ontmoeten, in een slaapkamer moeten slapen en het eten" +" moeten proberen. Ze moeten het hotel ervaren zoals alleen een hotelgast dat" +" kan en pas dan zijn ze echt in een sterke positie om over het hotel te " +"schrijven." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Volg ons" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Volg ons" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Volgers" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Volgers (Relaties)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Voor velen van ons die stadsbewoners zijn, merken we die lucht daar niet " +"routinematig. De lichten van de stad verdoezelen goed de verbazingwekkende " +"vertoning die altijd boven ons hoofd hangt." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Voor velen van ons begint onze allereerste ervaring met het leren over de " +"hemellichamen toen we onze eerste volle maan aan de hemel zagen. Het is " +"werkelijk een schitterend uitzicht, zelfs met het blote oog." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Van de allerkleinste baby tot de meest geavanceerde astrofysicus, er is iets" +" voor iedereen die van astronomie wil genieten. In feite is het een " +"wetenschap die zo toegankelijk is dat vrijwel iedereen het vrijwel overal " +"kan doen. Het enige wat ze moeten weten, is opzoeken." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Volledige breedte" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Zoek een nerd" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Koop een telescoop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Krijg wat historiek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Ga van start" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Matrix" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Groeperen op" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Heeft bericht" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Hier zijn de belangrijkste feiten waarmee je rekening moet houden:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Vakantie tips" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Hoover effect" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Hoe op te zoeken" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Hoe complex is de telescoop en heb je moeite met onderhoud? Netwerk om de " +"antwoorden op deze en andere vragen te krijgen. Als je je huiswerk op deze " +"manier doet, zul je precies de juiste telescoop vinden voor deze volgende " +"grote stap in de evolutie van je passie voor astronomie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Hoe mobiel moet je telescoop zijn?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Hoe het juiste hotel te kiezen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Indien aangevinkt vragen nieuwe berichten je aandacht." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Indien aangevinkt hebben sommige berichten een leveringsfout." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Als het uitmaakt dat je hotel bijvoorbeeld aan het strand ligt, dichtbij het" +" attractiepark of gunstig gelegen is ten opzichte van de luchthaven, dan " +"staat de locatie voorop. Elke fatsoenlijke directory zou een locatiekaart " +"van het hotel en zijn omgeving moeten bevatten. Er moeten afstandskaarten " +"tot de luchthaven worden aangeboden, evenals een vorm van interactieve " +"kaart." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Als de nacht helder is, kun je verbazingwekkende details van het maanoppervlak zien terwijl je gewoon naar de sterren staart in je achtertuin.\n" +"Natuurlijk zul je naarmate je liefde voor astronomie groeit, veel hemellichamen fascinerend vinden. Maar de maan kan altijd onze eerste liefde zijn, want het is het enige verre ruimtevoorwerp dat de unieke onderscheiding heeft om dicht bij de aarde te vliegen en waarop de mens heeft gelopen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "In" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"In veel opzichten is het een grote stap van iemand die gewoon met astronomie" +" aan het rommelen is naar een serieuze student van de wetenschap. Maar jij " +"en ik weten allebei dat er nog een grote stap is na het kopen van een " +"telescoop voordat je echt weet hoe je hem moet gebruiken." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Vergroot de leesbaarheid" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Is een volger" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Is gepubliceerd" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Eilanden" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Het is heel leuk om de sterrenbeelden te leren kennen, door de nachtelijke " +"hemel te navigeren en de planeten en de beroemde sterren te vinden. Er zijn " +"websites en boeken in overvloed om je te begeleiden." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Het is belangrijk om een hotel te kiezen waar je je op je gemak voelt – " +"modern of traditioneel meubilair, lokaal decor of internationaal, formeel of" +" ontspannen. De ideale hotelgids zou je op de hoogte moeten stellen van de " +"beschikbare opties." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Het is veilig om te zeggen dat op een bepaald punt in ons leven, ieder van " +"ons dat moment heeft waarop we plotseling verbluft zijn als we oog in oog " +"komen te staan met de enorme omvang van het universum dat we aan de " +"nachtelijke hemel zien." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Het is echt verbazingwekkend als je erover nadenkt dat je, door op een " +"willekeurige nacht omhoog te kijken, vrijwel honderdduizenden sterren, " +"sterrenstelsels, planeten, manen, asteroïden, kometen en misschien zelfs af " +"en toe voorbij zou kunnen zien. . Het is zelfs nog adembenemender als je je " +"realiseert dat de lucht waar je naar kijkt in feite exact dezelfde hemel is " +"waar onze voorouders honderden en duizenden jaren geleden van genoten toen " +"ze gewoon opkeken." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Jungle" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Weet waar je naar op zoek bent" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Weet wanneer te kijken" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Groot" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Laatste bijdrage" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Laatste" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Laatste blogberichten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Layout" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Door de achtergrond van de grote ontdekkingen in de astronomie te leren, " +"zullen je momenten zinvoller worden om naar de sterren te kijken. Het is een" +" van de oudste wetenschappen op aarde, dus ontdek de groten uit de " +"geschiedenis die vóór je naar deze sterren hebben gekeken." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Recreatieve voorzieningen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lijst" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"De lokale kleur is geweldig, maar de restaurants en bars van het hotel " +"kunnen een belangrijke rol spelen tijdens je verblijf. Je moet je bewust " +"zijn van keuze, stijl en of ze slim of informeel zijn. Een goed hotelrapport" +" zou je dit moeten vertellen, en dan vooral over de ontbijtfaciliteiten." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Locatie" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Maui helicopter tours" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Maui helikoptervluchten zijn een geweldige manier om het eiland vanuit een " +"ander perspectief te zien en een leuk avontuur te beleven. Als je nog nooit " +"in een helikopter hebt gezeten, is dit een geweldige plek om het te doen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Maui helikoptervluchten zijn een geweldige manier om die plaatsen te " +"verkennen die niet te voet of met de auto bereikbaar zijn. De rondleidingen " +"duren ongeveer een uur en variëren van ongeveer honderdacht vijf dollar tot " +"tweehonderd veertig dollar per persoon. Voor velen is dit een once in a " +"lifetime kans om natuurlijke landschappen te zien die niet meer beschikbaar " +"zullen zijn. Door camera's en video's te nemen om de momenten vast te " +"leggen, kun je de tour keer op keer opnieuw beleven terwijl je door de jaren" +" heen herinneringen ophaalt." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Met helikoptervluchten in Maui kun je al deze bezienswaardigheden zien. Zorg" +" ervoor dat je een camera of video meeneemt wanneer je op Maui " +"helikoptervluchten gaat om de schoonheid van het landschap vast te leggen en" +" om vrienden en familie thuis alle prachtige dingen te laten zien die je " +"tijdens je vakantie hebt gezien." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Bericht afleverfout" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Berichten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta omschrijving" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Meta trefwoorden" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta titel" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Molokai Maui helikoptervluchten brengen je naar een ander eiland, maar een eiland dat slechts 14 mijl verderop ligt en gemakkelijk bereikbaar is per vliegtuig. Dit eiland heeft een zeer kleine bevolking met een andere cultuur en landschap. De hele kust van het noordoosten is bekleed met kliffen en afgelegen stranden. Ze zijn volledig ontoegankelijk met enig ander vervoermiddel dan door de lucht.\n" +"Mensen die op het eiland wonen, hebben dit opmerkelijke landschap nog nooit gezien, maar niet als ze Maui-helikoptervluchten hebben gemaakt om het te bekijken. Als het regenachtig weer is en er in het seizoen veel regen valt, zie je veel verbazingwekkende watervallen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Belangrijker voor de gezinsreiziger dan de zakenreiziger, je moet uit de " +"gids te weten komen hoe kindvriendelijk het hotel is en van daaruit je " +"beslissing nemen. Een ding dat de moeite waard is, is of het hotel een " +"babysitterservice biedt. Voor de zakenreiziger die aan kinderen wil " +"ontsnappen is dit natuurlijk ook heel relevant – misschien is een hotel dat " +"niet kindvriendelijk is iets geschikter!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Meest bekeken blogberichten" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Naam" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Naam / Laatste bericht" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nieuw blogpost" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Volgend artikel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Geen omslag" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Nog geen blogposts." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Aantal keer bekeken" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Geen resultaten voor \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Er zijn geen resultaten gevonden voor '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Nog geen labels gedefinieerd." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Geen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Dit alles belet je niet verder te gaan met je plannen om een geweldig " +"telescoopsysteem samen te stellen. Zorg ervoor dat je kwaliteitsadvies en " +"training krijgt over hoe je je telescoop kunt configureren om aan je " +"behoeften te voldoen. Aan de hand van deze richtlijnen kun je urenlang " +"sterrenkijken naar de fenomenale bezienswaardigheden aan de nachtelijke " +"hemel die zich buiten het blote oog bevinden." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Niet gepubliceerd" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Als je niet alleen het weer kent, zal je sterrenkijken lonend zijn, maar als" +" je leert wanneer de grote meteorenregen en andere grote astronomische " +"gebeurtenissen zullen plaatsvinden, zal de opwinding van de astronomie voor " +"jou tot leven komen." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Aantal acties" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Aantal fouten" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Aantal berichten die actie vereisen" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Aantal berichten met leveringsfout" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Om je maanverering tot het uiterste te tillen, krijg je natuurlijk de meest " +"verbluffende details van het maanoppervlak als je je uitrusting naar een " +"goede startertelescoop tilt. Met elk van deze upgrades zullen je kennis en " +"de diepte en reikwijdte van wat je kunt zien geometrisch verbeteren. Voor " +"veel amateurastronomen kunnen we soms geen genoeg krijgen van wat we kunnen " +"zien op dit ons dichtstbijzijnde ruimtevoorwerp." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"Maak in je standaardtaal de blogpostbeschrijving leeg en sla op om een " +"geautomatiseerde (vertaalde) samenvatting te krijgen." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Nadat je de inhoud op mobiel heeft bekeken, kun je teruggaan naar de normale" +" weergave door hier nogmaals te klikken" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Andere" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Onze blogs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto gemaakt door Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto gemaakt door Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto gemaakt door Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Foto gemaakt door Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Foto gemaakt door Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto gemaakt door Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto gemaakt door Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Foto gemaakt door Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Foto gemaakt door PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Foto gemaakt door SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Foto gemaakt door Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Posts" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Lijst met berichten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Publicatiedatum" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Gepubliceerd" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Gepubliceerd (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Publicatiedatum" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Gepubliceerde post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Publicatie opties" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Publicatiedatum" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb veld" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Beoordelingen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Lees meer" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Meer lezen " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restaurants, cafés en bars" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Publiceren op deze website beperken." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO geoptimaliseerd" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS fout bij versturen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Voorbeeld" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satellieten" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Zoek naar een afbeelding. (bijvoorbeeld: typ \"bedrijf\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Kust versus bergzijde" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "De wereld van bovenaf zien" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Selecteer blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Selecteer de blog waar je deze post aan wilt toevoegen." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Selecteer dit menu item om een nieuw blogpost aan te maken." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Selecteer om commentaar te geven" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Selecteer om te tweeten" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "SEO naam" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Splits elk sleutelwoord met een komma" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Stel een omslag voor een blogpost in." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Verschillende trekvogels en inheemse vogels, zoogdieren en reptielen noemen " +"Copper Canyon hun thuis. De voortreffelijke fauna in dit bijna ongerepte " +"land is ook de moeite van het bekijken waard." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Links delen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Deel op Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Deel op LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Deel op Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Deel deze post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Zijbalk" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, in de volksmond bekend als Copper Canyon, ligt in Mexico." +" Het gebied is een favoriete bestemming onder mensen die op zoek zijn naar " +"een avontuurlijke vakantie." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Luchten" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Het is dus van cruciaal belang dat je precies de juiste telescoop krijgt " +"voor waar je je bevindt en wat je voorkeuren voor sterrenkijken zijn. Laten " +"we om te beginnen de drie belangrijkste soorten telescopen bespreken en " +"vervolgens enkele “Telescope 101″ -concepten bespreken om je kansen te " +"vergroten dat je het juiste koopt." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Het kan dus zijn dat we eens per jaar een vakantie naar een kampeerplek of " +"een uitstapje naar het huis van een familielid op het platteland vinden dat " +"we ons buiten bevinden wanneer de spender van de nachtelijke hemel " +"plotseling besluit zijn spectaculaire show op te zetten. Als je dat soort " +"moment hebt gehad waarop je letterlijk buiten adem werd geslagen door de " +"spender die de nachtelijke hemel ons kan laten zien, kun je je " +"waarschijnlijk dat exacte moment herinneren waarop je weinig anders kon " +"zeggen dan “wauw” over wat je zag." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Dus om precies de juiste soort telescoop te selecteren, zijn je " +"doelstellingen bij het gebruik van de telescoop belangrijk. Om echt de " +"sterke en zwakke punten te begrijpen, niet alleen van de lenzen en het " +"ontwerp van de telescoop, maar ook van hoe de telescoop presteert in " +"verschillende sterrenkijksituaties, is het het beste om van tevoren wat " +"huiswerk te maken en kennis te maken met de verschillende soorten. Dus " +"voordat je je eerste aankoop doet ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Dus je gaat naar het buitenland, je hebt een bestemming gekozen en nu moet " +"je een hotel uitkiezen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Iemand bekend in bron titel" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "De fauna spotten" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Start hier met schrijven..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stijl" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Ondertitel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtitel" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Labelcategorieën" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Labelcategorie" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Label categorie formulier" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Labelformulier" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Labellijst" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "Labelcategorie bestaat al!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Labelnaam bestaat al!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Labels" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Lijst met labels" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Foto's maken in het donker" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser & LAbels" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Teaser inhoud" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Tien jaar geleden had je waarschijnlijk je plaatselijke reisagent bezocht en" +" vertrouwd op het persoonlijke advies dat je kreeg van de zogenaamde " +"‘experts’. De 21e-eeuwse manier om je hotel te selecteren en te boeken is " +"natuurlijk via internet, via reissites." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Dat “Wow” -moment is waar astrologie om draait. Voor sommigen wordt dat wow-" +"moment een passie die leidt tot een carrière waarin ze de sterren " +"bestuderen. Voor een paar gelukkigen is dat wow-moment een allesverslindende" +" obsessie die ertoe leidt dat ze naar de sterren reizen in de spaceshuttle " +"of op een van onze vroege ruimtemissies. Maar voor de meesten van ons kan " +"astrologie een tijdverdrijf of een gewone hobby worden. Maar we dragen dat " +"wow-moment met ons mee voor de rest van ons leven en gaan op zoek naar " +"manieren om dieper te kijken en meer te leren over het spectaculaire " +"universum dat we elke nacht in de miljoenen sterren boven ons zien." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "De schoonheid van astronomie is dat iedereen het kan doen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"De beste tijd om de maan te zien is natuurlijk 's nachts, wanneer er weinig " +"bewolking is en het weer geschikt is voor een langdurige studie. Het eerste " +"kwartaal levert het grootste detail van onderzoek op. En laat je niet " +"misleiden, maar het uitwissen van een deel van de maan als het niet in het " +"stadium van de volle maan is. Het fenomeen dat bekend staat als “earthshine”" +" geeft je de mogelijkheid om het verduisterde deel van de maan ook met enig " +"detail te zien, zelfs als de maan slechts op kwart of half wordt " +"weergegeven." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "De beste tijd om de maan te bekijken." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Het blogpost zal zichtbaar zijn op je website voor je bezoekers vanaf deze " +"datum indien het ingesteld is als gepubliceerd." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"De kliffen in deze regio behoren tot de hoogste ter wereld en het is gewoon " +"adembenemend om het water vanaf de hoge toppen te zien stromen. Het korte " +"uitstapje vanuit Maui met Maui helikoptervluchten is de moeite waard om de " +"schoonheid van deze natuurlijke omgeving te zien." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" +"De volledige URL om toegang tot het document te krijgen via de website." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Het volgende dat we natuurlijk willen hebben, is een goede telescoop. Je " +"hebt misschien wel eens een hobbyist gezien die al goed met zijn studie " +"bezig is die echt cool uitziende telescopen ergens op een heuvel neerzet. " +"Dat prikkelt de amateurastronoom in jou, want dat moet de logische volgende " +"stap zijn in de groei van je hobby. Maar hoe je een goede telescoop koopt, " +"kan ronduit verwarrend en intimiderend zijn." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"De site moet een gedetailleerde analyse bieden van vrijetijdsdiensten in het" +" hotel – spa, zwembad, fitnessruimte, sauna - evenals details van andere " +"faciliteiten in de buurt, zoals golfbanen. 7. Speciale behoeften: de site " +"van de hotelgids moet de bezoeker informeren over de speciale behoeften en " +"het toegankelijkheidsbeleid van elk hotel. Hoewel dit nogmaals niet voor " +"elke bezoeker geldt, is het voor sommigen absoluut essentieel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Beslissingen over het statief of andere accessoires zullen aanzienlijk " +"veranderen met een telescoop die op je dek zal leven, in plaats van een " +"telescoop die je naar veel afgelegen locaties wilt brengen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"Het uitzicht hiervan is werkelijk adembenemend en een bezienswaardigheid die" +" je niet mag missen. Het is ook zeer leerzaam met de kans om een slapende " +"vulkaan van dichtbij te zien, iets dat je niet elke dag kunt zien. Aan de " +"noord- en zuidkant van de vulkaan zie je echter een ongelooflijk ander " +"uitzicht. Deze kanten zijn weelderig en groen en je zult een aantal " +"prachtige watervallen en prachtige struiken kunnen zien. Tropische " +"regenwouden zijn er aan deze kant van het eiland en het is iets dat op geen " +"enkele andere manier gemakkelijk te bereiken is dan door de lucht." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Dan is er het probleem van de motivatie van de recensent. Hoe meer recensies" +" je leest, hoe meer je merkt dat ze de neiging hebben zich te clusteren in " +"de uitersten van meningen. Aan de ene kant heb je boze recensenten met " +"bijlen om te slijpen; aan de andere kant heb je gasten in verrukking " +"gebracht die onvoorstelbaar overdadig lovend zijn. Het zal je niet verbazen " +"dat hotels soms hun eigen lovende recensies plaatsen, of dat de concurrentie" +" van die concurrent de kans krijgt om de concurrentie te verslaan met " +"slechte recensies. Het is logisch om bij het kiezen van een hotel te " +"bedenken wat echt belangrijk voor jou is. Kies dan een online hotellijst met" +" actuele, onafhankelijke en onpartijdige informatie die er echt toe doet." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Er zijn nog overwegingen waarmee je rekening moet houden voor je " +"uiteindelijke aankoopbeslissing." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Er is iets tijdloos aan de kosmos. Het feit dat de planeten en de maan en de" +" sterren erachter er al eeuwen zijn, doet iets met ons gevoel van onze " +"plaats in het universum. In feite zijn veel van de sterren die we met ons " +"blote oog “zien”, in feite licht dat honderdduizenden jaren geleden van die " +"ster kwam. Dat licht bereikt nu net de aarde. Dus op een heel reële manier " +"is omhoog kijken als tijdreizen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Deze dingen doen er echt toe en elke fatsoenlijke hotelgids zou je dit soort" +" advies over slaapkamers moeten geven – niet alleen het aantal kamers, wat " +"de gebruikelijke optie is!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Dit blok is niet zichtbaar voor je bezoekers" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Dit label bestaat al" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Klein" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Titel boven omslag" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Titel binnen omslag" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Door met het blote oog naar de maan te staren en vertrouwd te raken met de " +"maankaart, kun je de zeeën, kraters en andere geografische verschijnselen " +"die anderen al in kaart hebben gebracht, uitkiezen om je studie aangenamer " +"te maken. Maankaarten zijn verkrijgbaar bij elke astronomiewinkel of online " +"en ze zijn de investering meer dan waard." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Om te beginnen te leren hoe we de sterren veel beter kunnen observeren, zijn" +" er enkele basiszaken die we nodig hebben om dieper te kijken, verder dan " +"wat we met het blote oog kunnen zien en om de sterren te bestuderen en ervan" +" te genieten. Het eerste dat je nodig heeft, is helemaal geen apparatuur, " +"maar literatuur. Een goede sterrenkaart toont je de belangrijkste " +"sterrenbeelden, de locatie van de belangrijkste sterren die we gebruiken om " +"door de lucht te navigeren en de planeten die groter lijken dan sterren. En " +"als je aan die kaart wat goed gedaan inleidend materiaal toevoegt over de " +"hobby astronomie, ben je goed op weg." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Om het een tandje hoger te krijgen, kan een goede verrekijker wonderen doen " +"voor het detail dat je op het maanoppervlak ziet. Voor de beste resultaten " +"verkrijg je een goed breed veld in de verrekijkerinstellingen, zodat je het " +"maanlandschap in al zijn schoonheid kunt bewonderen. En omdat het bijna " +"onmogelijk is om de verrekijker stil te houden voor de tijd dat je naar dit " +"magnifieke lichaam in de ruimte wilt staren, wil je misschien een goed " +"statief toevoegen aan je apparatuurarsenaal waar je de verrekijker op kunt " +"bevestigen, zodat jij dat kunt doen. bestudeer de maan comfortabel en met " +"een stabiel uitkijkplatform." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Om het naar een natuurlijk volgend niveau te tillen, wil je misschien " +"profiteren van partnerschappen met andere astronomen of door een van de " +"werkelijk geweldige telescopen te bezoeken die zijn opgezet door " +"professionals die hebben geïnvesteerd in betere technieken om atmosferische " +"interferentie te elimineren om de maan te zien nog beter. Het internet kan " +"je toegang geven tot de Hubble en veel van de enorme telescopen die de hele " +"tijd op de maan gericht zijn. Verder werken veel astronomieclubs aan " +"manieren om meerdere telescopen te combineren, zorgvuldig gesynchroniseerd " +"met computers voor het beste zicht op het maanlandschap." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Topbanner" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Reis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Niet gepubliceerd (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Naamloze post" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Gebruik dit icoon om je blogposts te bekijken op mobiele toestellen." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Gebruikt in:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Gezichtspunten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Weergaven" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Zichtbaar in alle blogs hun pagina's" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Zichtbaar op huidige website" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "SCHRIJF HIER OF SLEEP BOUWBLOKKEN" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Website" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Website blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Websiteberichten" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Website snippet filter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Website URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Website communicatie geschiedenis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Website meta omschrijving" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Website meta keywords" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Website meta titel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Website opengraph afbeelding" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Wat als je de Hubble telescoop kon gebruiken" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Hoewel iedereen op elk moment naar de sterren kan kijken en verliefd kan " +"worden, is het plezier van astronomie het leren hoe je steeds vaardiger en " +"toegeruster kunt worden in sterrenkijken die je elke keer dat je omhoog " +"kijkt steeds meer ziet en begrijpt. Hier zijn enkele stappen die je kunt " +"nemen om de momenten die je aan je astronomische hobby kunt besteden, veel " +"aangenamer te maken." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Met uitzicht" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Schrijf een korte tekst om je blog of bedrijf te omschrijven." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Je moet altijd goed nadenken over het soort faciliteiten dat je vanuit je " +"slaapkamer nodig heeft en het hotel zoeken dat de faciliteiten heeft die je " +"belangrijk vindt. De website van de hotelgids moet ingaan op zaken als: " +"grootte van het bed, internettoegang (de kosten, of er wifi of een vaste " +"breedbandverbinding is), gratis voorzieningen, uitzicht vanuit de kamer en " +"luxe aanbiedingen zoals een kussenmenu of badmenu, keuze uit roken of niet " +"roken kamers etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Je zult al het moois zien dat Maui te bieden heeft en een geweldige tijd " +"beleven voor het hele gezin. Rondleidingen zijn niet al te duur en duren van" +" vijfenveertig minuten tot meer dan een uur. Je kunt plaatsen zien die " +"doorgaans niet toegankelijk zijn met helikoptervluchten op Maui. Plaatsen " +"die niet te voet of met de auto bereikbaar zijn, kunnen per vliegtuig worden" +" bekeken. Adembenemende bezienswaardigheden wachten op degenen die zin " +"hebben in leuke Maui-helikoptervluchten. Als je een aanzienlijke tijd op het" +" eiland verblijft, kun je overwegen om meerdere Maui-helikoptervluchten te " +"doen." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "avontuur" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Klik hier om de blog te bekijken:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "kruimelpad" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "in" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "ontdekking" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "gidsen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "is gepubliceerd op het" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotels" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "in" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "in " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "in " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "telescopen" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "om een reactie achter te laten" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "niet gepubliceerd" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Nog geen reacties" diff --git a/i18n/pl.po b/i18n/pl.po new file mode 100644 index 0000000..747f220 --- /dev/null +++ b/i18n/pl.po @@ -0,0 +1,2740 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2024 +# Larissa Manderfeld, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Larissa Manderfeld, 2024\n" +"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopiuj)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' nagłówek strony." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Wyświetl wyniki dla '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Wszystkie daty" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Lornetki są lekkie i przenośne. Jeśli nie możesz sobie pozwolić na " +"obserwatorium na swoim tarasie, zapewne będziesz podróżować, aby dokonać " +"obserwacji. Lornetka jest lżejsza i łatwiej ją zabrać ze sobą w odległe " +"miejsca niż nieporęczny zestaw do montażu teleskopu." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Poradź się ekspertów. Jeśli nie należysz jeszcze do żadnego " +"stowarzyszenia lub klubu astronomicznego, sprzedawcy w sklepie z teleskopami" +" będą w stanie wskazać Ci aktywne stowarzyszenia w Twojej okolicy. Po " +"nawiązaniu kontaktów z ludźmi, którzy kupili teleskopy, możesz uzyskać " +"porady dotyczące tego, co działa, a czego należy unikać, które są bardziej " +"wiarygodne niż to, czego dowiesz się z artykułu w Internecie lub od " +"sprzedawcy w Wal-Marcie." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Opublikuj swój post na blogu, aby był widoczny dla odwiedzających." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Zaloguj się" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Wypróbuj zanim kupisz. To kolejna zaleta wyjazdu na wycieczki " +"terenowe z klubem astronomicznym. Możesz spędzić ładnych parę godzin z " +"ludźmi, którzy znają się na teleskopach i mają wypracowane kalibracje, aby " +"zbadać ich sprzęt, poznać kluczowe aspekty techniczne i wypróbować je, zanim" +" wydasz krocie na swój własny zestaw." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Napisz swoją historię tutaj. Użyj górnego paska narzędzi, aby " +"ukształtować tekst: dodaj obraz lub tabelę, ustaw pogrubienie lub kursywę " +"itp. Przeciągnij i upuść bloki konstrukcyjne, aby uzyskać bardziej graficzne" +" blogi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Oprócz rodzimej ludności, miejscowa dzika przyroda " +"również przyciąga tłumy." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"To niezwykle ważne, abyś zakupił odpowiedni " +"teleskop." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "W astrologii chodzi właśnie o ten moment \"Wow\"." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Im więcej recenzji czytasz, tym bardziej zauważasz, że" +" mają one tendencję do skupiania się na skrajnych opiniach." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Jest coś ponadczasowego w kosmosie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Twoje badania nad Księżycem, jak wszystko inne, mogą " +"zacząć się od czegoś prostego do czegoś bardzo złożonego." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Brak zdefiniowanych znaczników" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Czytaj " +"następne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Pokaż:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogi:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Świetny sposób na odkrycie ukrytych miejsc" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Wakacje nad Miedzianym Kanionem zapowiadają się jako ekscytująca mieszanka " +"relaksu, kultury, historii, dzikiej przyrody i wędrówek." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Nowy wpis" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Podróżnik może zdecydować się na zwiedzanie okolicy, wędrując wokół kanionu " +"lub zapuszczając się w jego głąb. Ci, którzy chcą zapuścić się w głąb " +"kanionu, powinni ułożyć szczegółowy plan. Istnieje wiele biur podróży, które" +" specjalizują się w organizowaniu wycieczek do tego regionu. Turyści mogą " +"przylecieć nad Miedziany Kanion korzystając z wizy turystycznej, która jest " +"ważna przez 180 dni. Podróżni mogą również jechać z dowolnego miejsca w " +"Stanach Zjednoczonych i nabyć wizę na meksykańskiej stacji celnej na " +"granicy." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "O nas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Przede wszystkim nawiąż kontakt z renomowanym sklepem z teleskopami, " +"w którym pracują ludzie znający się na rzeczy. Jeśli kupisz teleskop w Wal-" +"Marcie lub domu towarowym, szanse na to, że dostaniesz dobry model, są " +"znikome." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Dostęp do postu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Wymagane działanie" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktywne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Dodaj trochę" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Wszystko" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Wszystkie Blogi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Wszystkie blogi" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Samemu w oceanie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Jak trudny jest montaż i demontaż?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Niesamowity artykół: %s! Sprawdź teraz: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Ekscytująca mieszanka relaksu, kultury, historii, dzikiej przyrody i " +"wędrówek." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"A kiedy już wszystko będzie zostanie powiedziane, przygotuj " +"się. Twoje poszukiwania coraz to nowszych i lepszych teleskopów będą " +"trwały przez całe życie. Pozwól sobie na uzależnienie od astronomii, a " +"doświadczenie to wzbogaci każdy aspekt życia. Będzie to uzależnienie, " +"którego nigdy nie będziesz chciał przerwać." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Inną unikalną atrakcją Miedzianego Kanionu jest obecność kultury Indian " +"Tarahumara. Ci półkoczowniczy ludzie żyją w jaskiniach. Ich utrzymanie " +"zależy głównie od rolnictwa i hodowli bydła." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archiwizuj" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Zarchiwizowane" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archiwa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artykuł" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artykuły" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Kluby astronomiczne to tętniące życiem miejsca pełne znających się na rzeczy" +" amatorów, którzy chętnie podzielą się z Tobą swoją wiedzą. Za cenę coli i " +"przekąsek pójdą z tobą na obserwację gwiazd i przytłoczą cię ciekawostkami i" +" ogromną wiedzą." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomia to \"patrzenie w gwiazdy\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Liczba załączników" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nazwisko Autora" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Awatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Świetne pokoje hotelowe" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Bądź świadomy tej rzeczy zwanej \"astronomią\"" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Przynależność do stowarzyszenia oddanych astronomów amatorów da Ci dostęp do" +" tych zorganizowanych wysiłków mających na celu osiągnięcie nowych poziomów " +"w naszej zdolności do badania Księżyca Ziemi. Da Ci też przyjaciół, którzy " +"podzielają twoją pasję do astronomii i którzy mogą dzielić się swoim " +"doświadczeniem i obszarami wiedzy, gdy będziesz szukał, gdzie możesz " +"spojrzeć dalej na ogromnym nocnym niebie, na Księżyc i poza nim w swoim " +"poszukiwaniu wiedzy o pozornie nieskończonym wszechświecie nad nami." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Stawać się częścią stowarzyszenia oddanych astronomów amatorów." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Sypialnie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Zanim jednak zdecydujesz się na tak duży wydatek, lepszym rozwiązaniem może " +"być zainwestowanie w dobry zestaw lornetek. Istnieją nawet lornetki " +"przystosowane do obserwacji gwiazd, które równie dobrze sprawdzą się w roli " +"dodatkowych urządzeń pozwalających lepiej dostrzec cuda wszechświata. Dobrze" +" zaprojektowany zestaw lornetek zapewnia również znacznie większą mobilność " +"i możliwość utrzymania \"ulepszonego widzenia\" na wyciągnięcie ręki, gdy " +"tylko pojawi się niesamowity widok." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Przed dokonaniem pierwszego zakupu..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Poza Okiem" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nazwa bloga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Strona bloga" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Wpis bloga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Okładka Artykułu" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Strony postów na blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Tytuł wpisu bloga" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Wpisy bloga" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Podtytuł bloga" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Tag bloga" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Kategoria znaczników blogów" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Tagi bloga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Tytuł Bloga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Tytuł Bloga" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Lista blogów" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Strona blogów" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Dół" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Okruszek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Ale jak przebrnąć przez niesamowity wybór w ofercie? A co ważniejsze, czy " +"naprawdę ufasz zdjęciom i opisom hoteli, które sami sobie przyznali w celu " +"uzyskania rezerwacji? Opinie podróżnych mogą być pomocne, ale należy " +"zachować ostrożność. Często są one stronnicze, czasami nieaktualne i mogą w " +"ogóle nie służyć twoim interesom. Skąd wiesz, że cechy, które są ważne dla " +"recenzenta, są ważne dla Ciebie?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Zakup teleskopu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Zakup odpowiedniego teleskopu, aby przenieść swoją miłość do astronomii na " +"wyższy poziom, to duży krok w rozwoju pasji do gwiazd." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Można publikować" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Karty" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategoria" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Udogodnienia dla dzieci" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Wybierz obraz z biblioteki" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Kliknij tutaj by dodać nową zawartość dla swojej strony." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Kliknij \"Nowy\" w prawym górnym rogu, aby napisać swój pierwszy wpis" +" na blogu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Zamknij" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Komentarz" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Komentarz" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Statystyki komentarzy/odwiedzin" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Zawartość" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon to jeden z sześciu wąwozów w okolicy. Chociaż nazwa sugeruje, " +"że wąwóz może mieć jakiś związek z wydobyciem miedzi, tak nie jest. Nazwa " +"pochodzi od miedzianych i zielonych porostów pokrywających kanion. Copper " +"Canyon ma dwie strefy klimatyczne. Region charakteryzuje się klimatem " +"alpejskim na górze i subtropikalnym na niższych poziomach. Zimy są mroźne z " +"częstymi burzami śnieżnymi na wyższych wysokościach. Lata są suche i gorące." +" Stolica, Chihuahua, to wysoko położona pustynia, gdzie pogoda waha się od " +"mroźnych zim do gorących lat. Region ten jest wyjątkowy ze względu na różne " +"ekosystemy, które w nim występują." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Okładka" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Właściwości okładki" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Utworzył(a)" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Data utworzenia" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Data (nowa do starej)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Data (stara do nowej)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Opis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Strefa zrzutu dla bloków konstrukcyjnych" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Wschodnie Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Wycieczki helikopterem na wschodnie Maui zapewnią widok na wulkan Haleakala " +"lub Dom Słońca o wysokości dziesięciu tysięcy stóp. Wulkan ten jest uśpiony," +" a jego ostatnia erupcja miała miejsce w 1790 roku. Będziesz mógł zobaczyć " +"krater wulkanu i suchą, jałową ziemię otaczającą południową stronę zbocza " +"wulkanu podczas wycieczek helikopterem Maui." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Edytuj na backendzie" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Edytuj '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Edytuj 'Wszystkie Blogi' nagłówka strony." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Edytuj 'Filtruj Wyniki' nagłówka strony." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Edytuj tytuł, podtytuł jest opcjonalny." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Wprowadź tytuł swojego wpisu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Fakty, o których należy pamiętać." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Wreszcie, co najważniejsze, zespół kontrolujący katalog hoteli wysokiej " +"jakości powinien regularnie odwiedzać dany hotel, spotykać się z personelem," +" spać w sypialni i próbować jedzenia. Powinni doświadczyć hotelu tak, jak " +"może to zrobić tylko gość hotelowy i tylko wtedy mają naprawdę mocną pozycję" +" do napisania o hotelu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Obserwuj nas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Obserwuj nas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Obserwatorzy" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Obserwatorzy (partnerzy)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Wielu z nas, mieszkańców miast, nie zauważa tego nieba na co dzień. Światła " +"miasta dobrze maskują niesamowity widok, który przez cały czas znajduje się " +"nad naszymi głowami." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Dla wielu z nas nasze pierwsze doświadczenia związane z poznawaniem ciał " +"niebieskich rozpoczęły się, gdy zobaczyliśmy naszą pierwszą pełnię księżyca " +"na niebie. To naprawdę wspaniały widok, nawet gołym okiem." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Od najmniejszego dziecka po najbardziej zaawansowanego astrofizyka - każdy, " +"kto chce cieszyć się astronomią, znajdzie coś dla siebie. W rzeczywistości " +"jest to nauka, która jest tak przystępna, że praktycznie każdy może ją " +"uprawiać praktycznie gdziekolwiek się znajduje. Wszystko, co muszą wiedzieć," +" jak to zrobić, to spojrzeć w górę." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Pełna szerokość" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Zostań geekiem" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Kup teleskop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Zapoznaj się z historią" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Rozpocznij" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Siatka" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupuj wg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Ma wiadomość" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Oto kilka kluczowych faktów, o których należy pamiętać:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Wskazówki dotyczące wakacji" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Efekt najechania kursorem" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Jak sprawdzić" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Jak skomplikowany jest teleskop i czy będziesz miał problemy z jego " +"konserwacją? Połącz się w sieć, aby uzyskać odpowiedzi na te i inne pytania." +" Jeśli odrobisz pracę domową w ten sposób, znajdziesz odpowiedni teleskop na" +" kolejny duży krok w ewolucji swojej pasji do astronomii." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Jak mobilny musi być teleskop?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Jak wybrać odpowiedni hotel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Jeśli zaznaczone, nowe wiadomości wymagają twojej uwagi." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" +"Jeśli zaznaczone, niektóre wiadomości napotkały błędy podczas doręczenia." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Jeśli ważne jest, aby hotel znajdował się na przykład na plaży, w pobliżu " +"parku rozrywki lub w dogodnej odległości od lotniska, to lokalizacja jest " +"najważniejsza. Każdy przyzwoity katalog powinien oferować mapę lokalizacji " +"hotelu i jego okolic. Powinny być dostępne wykresy odległości do lotniska, a" +" także jakaś forma interaktywnej mapy." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Jeśli noc jest pogodna, można dostrzec niesamowite szczegóły powierzchni Księżyca, obserwując gwiazdy na swoim podwórku.\n" +"Naturalnie, w miarę rozwoju zamiłowania do astronomii, wiele ciał niebieskich stanie się dla nas fascynujących. Ale Księżyc zawsze będzie naszą pierwszą miłością, ponieważ jest jedynym odległym obiektem kosmicznym, który ma wyjątkową zaletę latania blisko Ziemi i po którym chodził człowiek." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "W" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"Pod wieloma względami jest to duży krok od kogoś, kto po prostu bawi się " +"astronomią, do poważnego studenta tej nauki. Ale oboje wiemy, że po zakupie " +"teleskopu jest jeszcze jeden duży krok, zanim naprawdę będziesz wiedział, " +"jak go używać." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Zwiększ czytelność" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Jest obserwatorem" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Opublikowane" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Wyspy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Świetną zabawą jest rozpoczęcie nauki konstelacji, nawigacji po nocnym " +"niebie oraz znajdowania planet i słynnych gwiazd. Dostępnych jest wiele " +"stron internetowych i książek, które mogą Cię w tym pomóc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Ważne jest, aby wybrać hotel, który sprawi, że poczujesz się komfortowo - " +"współczesne lub tradycyjne meble, lokalny wystrój lub międzynarodowy, " +"formalny lub zrelaksowany. Idealny katalog hoteli powinien informować o " +"dostępnych opcjach." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Można śmiało powiedzieć, że w pewnym momencie naszego życia, każdy z nas ma " +"ten moment, kiedy nagle jesteśmy oszołomieni, gdy stajemy twarzą w twarz z " +"ogromem wszechświata, który widzimy na nocnym niebie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"To naprawdę niesamowite, gdy pomyślisz o tym, że po prostu patrząc w górę w " +"dowolną noc, możesz zobaczyć praktycznie setki tysięcy gwiazd, układów " +"gwiezdnych, planet, księżyców, asteroid, komet, a może nawet okazjonalny " +"prom kosmiczny. Jest to jeszcze bardziej zapierające dech w piersiach, gdy " +"zdasz sobie sprawę, że niebo, na które patrzysz, jest dokładnie tym samym " +"niebem, którym cieszyli się nasi przodkowie setki i tysiące lat temu, gdy " +"tylko spojrzeli w górę." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Dżungla" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Wiedz, na co się patrzysz" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Wiedz, kiedy szukać" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Duży" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Ostatni Współtwórca" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Ostatnio aktualizowane przez" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Data ostatniej aktualizacji" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Ostatnie" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Ostatnie artykuły" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Układ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Poznanie tła wielkich odkryć w astronomii sprawi, że chwile spędzone na " +"obserwowaniu gwiazd będą bardziej znaczące. Jest to jedna z najstarszych " +"nauk na ziemi, więc dowiedz się, którzy wielcy ludzie w historii patrzyli w " +"gwiazdy przed tobą." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Obiekty rekreacyjne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Lokalny koloryt jest świetny, ale hotelowe restauracje i bary mogą odegrać " +"ważną rolę w Twoim pobycie. Powinieneś być świadomy wyboru, stylu i tego, " +"czy są one eleganckie czy nieformalne. Dobry raport hotelowy powinien ci to " +"powiedzieć, a zwłaszcza o udogodnieniach śniadaniowych." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Miejsce" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Wycieczki helikopterem na Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Wycieczki helikopterem na Maui to świetny sposób, aby zobaczyć wyspę z innej" +" perspektywy i przeżyć zabawną przygodę. Jeśli nigdy wcześniej nie leciałeś " +"helikopterem, jest to świetne miejsce, aby to zrobić." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Wycieczki helikopterem na Maui to świetny sposób na zwiedzanie miejsc, do " +"których nie można dotrzeć pieszo lub samochodem. Wycieczki trwają około " +"godziny i wahają się od około stu ośmiu pięciu dolarów do dwustu " +"czterdziestu dolarów za osobę. Dla wielu jest to jedyna w życiu okazja, aby " +"zobaczyć naturalną scenerię, która nie będzie ponownie dostępna. Zabranie " +"aparatów fotograficznych i nagrań wideo w celu uwiecznienia chwil pozwoli " +"również na ponowne przeżycie wycieczki i wspominanie jej przez lata." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Wycieczki helikopterem na Maui pozwolą Ci zobaczyć wszystkie te zabytki. " +"Upewnij się, że zabrałeś ze sobą aparat fotograficzny lub wideo podczas " +"wycieczek helikopterem Maui, aby uchwycić piękno scenerii i pokazać znajomym" +" i rodzinie w domu wszystkie wspaniałe rzeczy, które widziałeś podczas " +"wakacji." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Błąd doręczenia wiadomości" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Wiadomości" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Opis Meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Słowa Kluczowe Meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Tytuł Meta" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Wycieczki helikopterem na Molokai Maui zabiorą Cię na inną wyspę, ale oddaloną o zaledwie dziewięć mil i łatwo dostępną drogą powietrzną. Wyspa ta ma bardzo małą populację z inną kulturą i scenerią. Całe wybrzeże północno-wschodnie jest wyłożone klifami i odległymi plażami. Są one całkowicie niedostępne innymi środkami transportu niż samolot.\n" +"Ludzie mieszkający na wyspie nigdy nawet nie widzieli tej niezwykłej scenerii, chyba że wybrali się na wycieczkę helikopterem Maui, aby ją zobaczyć. Kiedy pogoda jest deszczowa i jest dużo opadów w sezonie, można zobaczyć wiele zdumiewających wodospadów." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Ważniejsze dla osób podróżujących z rodziną niż w interesach jest " +"sprawdzenie w katalogu, czy hotel jest przyjazny dzieciom i podjęcie decyzji" +" na tej podstawie. Jedną z rzeczy, na które warto zwrócić uwagę, jest to, " +"czy hotel oferuje usługi opiekunki do dziecka. Dla osób podróżujących " +"służbowo, które chcą uciec od dzieci, jest to oczywiście również bardzo " +"istotne - być może hotel, który nie jest przyjazny dzieciom, byłby czymś " +"bardziej odpowiednim!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Najczęściej wyświetlane artykuły" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nazwa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nazwa / ostatni post" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nowy wpis bloga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Następny artykuł" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Brak okładki" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Brak wpisów na blogu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Liczba wyświetleń" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Brak wyników dla \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Nie znaleziono wyników dla '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Brak zdefiniowanych znaczników." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Brak" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Nic z tego nie stoi na przeszkodzie, aby realizować swoje plany dotyczące " +"stworzenia niesamowitego systemu teleskopów. Po prostu upewnij się, że " +"otrzymałeś wysokiej jakości poradę i szkolenie na temat tego, jak " +"skonfigurować teleskop, aby spełniał twoje potrzeby. Korzystając z tych " +"wskazówek, będziesz mógł cieszyć się godzinami obserwacji fenomenalnych " +"widoków na nocnym niebie, które są poza zasięgiem gołego oka." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Nieopublikowane" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Nie tylko znajomość pogody sprawi, że obserwowanie gwiazd będzie " +"satysfakcjonujące, ale jeśli dowiesz się, kiedy odbędą się wielkie pokazy " +"meteorów i inne ważne wydarzenia astronomiczne, sprawi, że emocje związane z" +" astronomią ożyją." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Liczba akcji" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Liczba błędów" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Liczba wiadomości wymagających akcji" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Liczba wiadomości z błędami przy doręczeniu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Oczywiście, aby wynieść swoje uwielbienie dla Księżyca na najwyższy poziom, " +"należy rozszerzyć swój sprzęt do dobrego teleskopu startowego, który zapewni" +" najbardziej oszałamiające szczegóły powierzchni Księżyca. Z każdym z tych " +"ulepszeń twoja wiedza oraz głębia i zakres tego, co będziesz w stanie " +"zobaczyć, poprawią się geometrycznie. Dla wielu amatorów astronomii, czasami" +" nie możemy się nacieszyć tym, co możemy zobaczyć na naszym najbliższym " +"obiekcie kosmicznym." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Po przejrzeniu zawartości na urządzeniu mobilnym można powrócić do " +"normalnego widoku, klikając ponownie tutaj" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Inne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Nasze blogi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Zdjęcie: Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Zdjęcie Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Zdjęcie Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Zdjęcie Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Zdjęcie Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Zdjęcie Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Zdjęcie autorstwa Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Zdjęcie: Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Zdjęcie autorstwa PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Zdjęcie wykonane przez SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Zdjęcie Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Wpisy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Lista wpisów" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Data publikacji" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Opublikowano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Opublikowane (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Data publikacji" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Wpis opublikowano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opcje publikowania" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Data publikacji" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Pole Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Oceny" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Czytaj więcej" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Czytaj więcej " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restauracje, kawiarnie i bary" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Ogranicz publikowanie do tej strony." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Zoptymalizowane SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Błąd dostarczenia wiadomości SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Próbka" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satelity" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Szukaj obrazu. (np. wpisz \"biznes\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Nadmorska vs górska strona" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Patrzenie na świat z góry" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Wybierz Blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Wybierz blog do którego chcesz dodać blog." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Wybierz ten element menu, aby utworzyć nowy post na blogu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Wybierz, aby skomentować" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Wybierz, aby tweetować" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Nazwa SEO" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Oddziel każde słowo kluczowe przecinkiem" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Ustaw okładkę postu bloga." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Kilka migrujących i rodzimych ptaków, ssaków i gadów nazywa Copper Canyon " +"swoim domem. Wykwintna fauna w tej niemal dziewiczej krainie jest również " +"warta sprawdzenia." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Udostępnij linki" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Udostępnij na Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Udostępnij na LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Udostępnij na Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Udostępnij ten artykuł" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Pasek boczny" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, popularnie znany jako Miedziany Kanion, znajduje się w " +"Meksyku. Obszar ten jest ulubionym miejscem wśród osób poszukujących pełnych" +" przygód wakacji." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Niebo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Dlatego też niezwykle ważne jest, aby kupić teleskop odpowiedni do miejsca, " +"w którym się znajdujemy i naszych preferencji w zakresie obserwacji gwiazd. " +"Na początek omówimy trzy główne rodzaje teleskopów, a następnie przedstawimy" +" kilka koncepcji \"Teleskopu 101\", aby zwiększyć szanse na zakup właściwej " +"rzeczy." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Może się więc zdarzyć, że raz w roku wybierzemy się na wakacje na kemping " +"lub wycieczkę do domu krewnego na wsi, gdzie znajdziemy się na zewnątrz, gdy" +" rozrzutnik nocnego nieba nagle zdecyduje się zaprezentować swój " +"spektakularny pokaz. Jeśli miałeś taki moment, w którym dosłownie zaparło ci" +" dech w piersiach to, co może nam pokazać nocne niebo, prawdopodobnie " +"pamiętasz dokładnie ten moment, kiedy mogłeś powiedzieć tylko \"wow\" na " +"widok tego, co zobaczyłeś." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Tak więc, aby wybrać odpowiedni rodzaj teleskopu, ważne są twoje cele w " +"korzystaniu z teleskopu. Aby naprawdę zrozumieć mocne i słabe strony nie " +"tylko soczewek i konstrukcji teleskopu, ale także tego, jak teleskop " +"sprawdza się w różnych sytuacjach obserwacyjnych, najlepiej jest wcześniej " +"odrobić pracę domową i zapoznać się z różnymi rodzajami teleskopów. Przed " +"dokonaniem pierwszego zakupu..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Wybierasz się za granicę, wybrałeś miejsce docelowe, a teraz musisz wybrać " +"hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Ktoś sławny w Tytule źródłowym" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Wypatrywanie fauny" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Zacznij pisać tutaj..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Styl" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Podtytuł" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Podtytuł" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Kategorie znaczników" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Kategorie znaczniików" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr " Formularz kategorii znaczników " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formularz tagu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Lista tagów" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Nazwa etykiety już istnieje!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Tagi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Lista tagów" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Robienie zdjęć w ciemności" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Zwiastun" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Zwiastun i tagi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Treść zwiastuna" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Dziesięć lat temu prawdopodobnie odwiedziłbyś lokalne biuro podróży i zaufał" +" poradom udzielonym przez tak zwanych \"ekspertów\". W XXI wieku wybór i " +"rezerwacja hotelu odbywa się oczywiście przez Internet, za pośrednictwem " +"stron internetowych dla podróżnych." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Ten moment \"Wow\" jest tym, o co chodzi w astrologii. Dla niektórych ten " +"moment wow staje się pasją, która prowadzi do kariery w badaniu gwiazd. Dla " +"nielicznych szczęśliwców ten moment \"wow\" staje się pochłaniającą obsesją," +" która prowadzi do podróży do gwiazd promem kosmicznym lub jedną z naszych " +"wczesnych misji kosmicznych. Ale dla większości z nas astrologia może stać " +"się rozrywką lub zwykłym hobby. Ale nosimy ten moment wow ze sobą przez " +"resztę naszego życia i zaczynamy szukać sposobów, aby spojrzeć głębiej i " +"dowiedzieć się więcej o spektakularnym wszechświecie, który widzimy w " +"milionach gwiazd nad nami każdej nocy." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Piękno astronomii polega na tym, że każdy może ją uprawiać." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Najlepszą porą na oglądanie Księżyca jest oczywiście noc, kiedy jest " +"niewiele chmur, a pogoda sprzyja długim i długotrwałym obserwacjom. Pierwsza" +" kwadra zapewnia największą szczegółowość obserwacji. I nie daj się zwieść " +"zjawisku zasłaniania części Księżyca, gdy nie jest on w fazie pełni. " +"Zjawisko znane jako \"blask ziemi\" daje możliwość zobaczenia zaciemnionej " +"części księżyca z pewnymi szczegółami, nawet jeśli księżyc jest tylko w " +"ćwiartce lub w połowie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Najlepszy czas na oglądanie księżyca." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Wpis blogu będzie widoczny dla odwiedzających od tej daty na stronie " +"internetowej, jeśli jest ustawiony jako opublikowany." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Klify w tym regionie należą do najwyższych na świecie, a widok wody " +"spływającej kaskadami z wysokich szczytów po prostu zapiera dech w " +"piersiach. Krótka wycieczka z Maui helikopterem jest warta zobaczenia piękna" +" tego naturalnego środowiska." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Pełny adres URL dostępu do dokumentu przez stronę." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Kolejną rzeczą, którą naturalnie chcemy nabyć, jest dobry teleskop. Być może" +" widziałeś hobbystę, który jest na zaawansowanym etapie swoich badań i " +"ustawia te naprawdę fajnie wyglądające teleskopy gdzieś na wzgórzu. To " +"ekscytuje astronoma amatora, ponieważ musi to być logiczny kolejny krok w " +"rozwoju jego hobby. Ale jak kupić dobry teleskop może być wręcz zagmatwane i" +" onieśmielające." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"Strona powinna zawierać szczegółową analizę usług rekreacyjnych w hotelu - " +"spa, basen, siłownia, sauna - a także szczegóły dotyczące wszelkich innych " +"obiektów w pobliżu, takich jak pola golfowe. 7. Specjalne potrzeby: strona " +"katalogu hoteli powinna informować gości o usługach specjalnych i polityce " +"dostępności każdego hotelu. Chociaż nie dotyczy to każdego gościa, dla " +"niektórych jest to absolutnie niezbędne." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Decyzje dotyczące statywu lub innych akcesoriów znacznie się zmienią w " +"przypadku teleskopu, który będzie mieszkał na pokładzie, w porównaniu z " +"teleskopem, który planujesz zabrać w wiele odległych miejsc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"Widok ten naprawdę zapiera dech w piersiach i jest widokiem, którego nie " +"można przegapić. Jest to również bardzo pouczająca okazja, aby zobaczyć " +"uśpiony wulkan z bliska, coś, czego nie można zobaczyć każdego dnia. Po " +"północnej i południowej stronie wulkanu zobaczysz jednak zupełnie inny " +"widok. Te strony są bujne i zielone, a będziesz mógł zobaczyć piękne " +"wodospady i wspaniałe zarośla. Tropikalne lasy deszczowe obfitują po tej " +"stronie wyspy i jest to coś, co nie jest łatwo dostępne w żaden inny sposób " +"niż drogą powietrzną." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Do tego dochodzi problem motywacji recenzenta. Im więcej recenzji czytasz, " +"tym bardziej zauważasz, że mają one tendencję do skupiania się na skrajnych " +"opiniach. Z jednej strony mamy wściekłych recenzentów, którzy mają coś do " +"ukrycia, a z drugiej zachwyconych gości, którzy nie szczędzą pochwał. Nie " +"będziesz zaskoczony, gdy dowiesz się, że hotele czasami publikują własne " +"pochlebne recenzje lub że konkurenci ustawiają się w kolejce, aby mieć " +"szansę na zniesławienie konkurencji złymi recenzjami. Przy wyborze hotelu " +"warto zastanowić się, co jest dla nas naprawdę ważne. Następnie należy " +"wybrać internetowy katalog hoteli, który zapewnia aktualne, niezależne i " +"bezstronne informacje, które naprawdę mają znaczenie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Istnieją również inne czynniki, które należy wziąć pod uwagę przy " +"podejmowaniu ostatecznej decyzji o zakupie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"W kosmosie jest coś ponadczasowego. Fakt, że planety, księżyc i gwiazdy poza" +" nimi istnieją od wieków, ma wpływ na nasze poczucie miejsca we " +"wszechświecie. W rzeczywistości wiele gwiazd, które \"widzimy\" gołym okiem," +" to w rzeczywistości światło, które pochodzi z tej gwiazdy setki tysięcy lat" +" temu. Światło to dopiero teraz dociera do Ziemi. Tak więc w bardzo realny " +"sposób patrzenie w górę jest jak podróż w czasie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Te rzeczy naprawdę mają znaczenie i każdy przyzwoity katalog hotelowy " +"powinien zawierać tego rodzaju porady dotyczące pokoi - a nie tylko liczbę " +"pokoi, co jest typową opcją!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "To pole nie będzie widoczne dla odwiedzających" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Ten znacznik już istnieje" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Malutki" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Tytuł" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Tytuł nad okładką" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Tytuł w okładce" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Aby spojrzeć na Księżyc gołym okiem, zapoznanie się z mapą Księżyca pomoże " +"ci wybrać morza, kratery i inne zjawiska geograficzne, które inni już " +"zmapowali, aby uczynić twoje badania przyjemniejszymi. Mapy Księżyca można " +"nabyć w każdym sklepie astronomicznym lub online i są one warte swojej ceny." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Aby zacząć uczyć się, jak lepiej obserwować gwiazdy, istnieje kilka " +"podstawowych rzeczy, których możemy potrzebować, aby spojrzeć głębiej, poza " +"to, co możemy zobaczyć gołym okiem i zacząć badać gwiazdy, a także cieszyć " +"się nimi. Pierwszą rzeczą, której potrzebujesz, nie jest wcale sprzęt, ale " +"literatura. Dobra mapa gwiazd pokaże ci główne konstelacje, lokalizację " +"kluczowych gwiazd, których używamy do nawigacji po niebie oraz planety, " +"które wydają się większe niż gwiazdy. A jeśli dodamy do tego dobrze wykonane" +" materiały wprowadzające w hobby astronomii, jesteśmy na dobrej drodze." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Dobra lornetka może zdziałać cuda, jeśli chodzi o szczegóły widoczne na " +"powierzchni Księżyca. Aby uzyskać najlepsze rezultaty, ustaw lornetkę na " +"szerokie pole, aby móc podziwiać księżycowy krajobraz w całej jego krasie. A" +" ponieważ prawie niemożliwe jest utrzymanie lornetki w bezruchu przez czas, " +"w którym będziesz chciał wpatrywać się w to wspaniałe ciało w kosmosie, " +"warto dodać do swojego arsenału sprzętu dobry statyw, do którego można " +"przymocować lornetkę, aby móc wygodnie i stabilnie obserwować Księżyc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Aby wznieść się na wyższy poziom, warto skorzystać z możliwości współpracy z" +" innymi astronomami lub odwiedzić jeden z naprawdę wspaniałych teleskopów, " +"które zostały skonfigurowane przez profesjonalistów, którzy zainwestowali w " +"lepsze techniki eliminowania zakłóceń atmosferycznych, aby jeszcze lepiej " +"widzieć Księżyc. Internet umożliwia dostęp do Hubble'a i wielu innych " +"ogromnych teleskopów, które cały czas skierowane są na Księżyc. Co więcej, " +"wiele klubów astronomicznych pracuje nad sposobami łączenia wielu " +"teleskopów, starannie zsynchronizowanych z komputerami w celu uzyskania " +"najlepszego widoku księżycowego krajobrazu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Baner górny" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Podróż" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Nieopublikowane (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Wpis bez tytułu" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Użyj tej ikony, aby wyświetlić podgląd wpisu na blogu na urządzeniach " +"mobilnych." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Zastosowane w:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Punkty widokowe" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Widoki" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Widoczne na stronach wszystkich blogów " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Widoczne na obecnej stronie" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Strona internetowa" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogi witryny" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Wiadomości" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Wyszukiwarka szablonów" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Adres strony internetowej" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historia komunikacji" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Opis strony - meta" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Słowa kluczowe dla strony - meta" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Tytuł strony - meta" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Obrazek typu opengraph dla strony" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Co by było, gdyby pozwolili ci uruchomić Hubble'a?" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Chociaż każdy może spojrzeć w górę i zakochać się w gwiazdach w dowolnym " +"momencie, zabawa z astronomią polega na uczeniu się, jak stawać się coraz " +"bardziej wykwalifikowanym i wyposażonym w obserwację gwiazd, aby widzieć i " +"rozumieć coraz więcej za każdym razem, gdy spojrzysz w górę. Oto kilka " +"kroków, które możesz podjąć, aby chwile, które możesz poświęcić swojemu " +"hobby, jakim jest astronomia, były o wiele przyjemniejsze." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Z widokiem" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Napisz tekst tutaj by opisać Twój blog lub firmę." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Powinieneś zawsze dokładnie rozważyć rodzaj udogodnień, których potrzebujesz" +" w sypialni i znaleźć hotel, który ma te, które uważasz za ważne. Strona " +"internetowa z katalogiem hoteli powinna zawierać szczegółowe informacje na " +"temat takich kwestii, jak: rozmiar łóżka, dostęp do Internetu (jego koszt, " +"czy jest WIFI lub przewodowe połączenie szerokopasmowe), bezpłatne " +"udogodnienia, widoki z pokoju i luksusowe oferty, takie jak menu poduszek " +"lub menu kąpieli, wybór pokoi dla palących lub niepalących itp." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Zobaczysz całe piękno, które Maui ma do zaoferowania i możesz spędzić miło " +"czas z całą rodziną. Wycieczki nie są zbyt drogie i trwają od czterdziestu " +"pięciu minut do ponad godziny. Dzięki wycieczkom helikopterem Maui można " +"zobaczyć miejsca, które zazwyczaj są niedostępne. Miejsca, które nie są " +"dostępne pieszo lub pojazdem, można zobaczyć z powietrza. Zapierające dech w" +" piersiach widoki czekają na tych, którzy są gotowi na zabawne wycieczki " +"helikopterem Maui. Jeśli zamierzasz pozostać na wyspie przez dłuższy czas, " +"możesz pomyśleć o odbyciu wielu wycieczek helikopterem Maui." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "przygoda" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Kliknij tutaj, aby uzyskać dostęp do bloga:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "okruszek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "przez" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "odkrycie" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "przewodniki" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "został opublikowany na stronie" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotele" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "w" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "w " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "w" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "teleskopy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "by zostawić komentarz" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "nieopublikowane" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Brak komentarzy na ten moment" diff --git a/i18n/pt.po b/i18n/pt.po new file mode 100644 index 0000000..4559c3c --- /dev/null +++ b/i18n/pt.po @@ -0,0 +1,2388 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2023 +# Vasco Rodrigues, 2024 +# Rita Bastos, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Rita Bastos, 2024\n" +"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (cópia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. A mostrar resultados para '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Iniciar sessão" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Uma nova publicação" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Sobre nós" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Ação Necessária" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Ativo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Tudo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arquivar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arquivados" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arquivos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artigo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artigos" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Número de Anexos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nome de Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nome do Blogue" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Publicação no Blogue" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Título da Publicação no Bloque" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Publicações do 'Blog'" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Subtítulo do Bloque" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Etiquetas do Blogue" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogues" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Pode publicar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Quadros" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Categoria" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Escolher um imagem da biblioteca." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Fechar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Comentário" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Comentários" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Conteúdo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Propriedades da Capa" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Data (novo a antigo)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Data (antigo a novo)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Descrição" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Editar no backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Siga-nos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Seguidores" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Seguidores (Parceiros)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Começar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Grelha" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Há Mensagem" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Se selecionado, há novas mensagens que requerem a sua atenção." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Se estiver marcado, algumas mensagens têm um erro de entrega." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "No" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "É Seguidor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Está publicado" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Grande" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Último contribuinte" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última Atualização por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última Atualização em" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Aspeto" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Localização" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Médio" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Erro de Envio de Mensagem" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Mensagens" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nome" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Novo Artigo de Blogue" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Nenhum Publicação no Blogue" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Número de Visualizações" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Nenhum resultado encontrado para '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Nenhum(a)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Não publicado" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Número de Ações" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Número de erros" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Número de mensagens que requerem ação" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Número de mensagens com um erro de entrega" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Outros" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Posts" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opções de Publicação" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Classificações" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Ler mais" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Restringir publicação a este site." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Otimizado para SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Erro de Envio de SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Amostra" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Selecione este Item de Menu para Criar um Nova Publicação." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Nome de SEO" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Barra lateral" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Comece a digitar aqui..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Estilo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Subtítulo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtítulo" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Já existe um marcador com este nome!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiquetas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "O URL completo para aceder ao documento através do Website." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Publicação Sem Título" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Vistas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Visível no website atual" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Website" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogue do WebSite" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mensagens do Website" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtro de bloco de código do site" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL do Website" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Histórico de comunicação do Website" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Website Meta Descrição" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Website meta Palavra-Chaves" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Website meta Título" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Imagem opengraph do site" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "por" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "in" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po new file mode 100644 index 0000000..c09b1ed --- /dev/null +++ b/i18n/pt_BR.po @@ -0,0 +1,2734 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2024 +# Maitê Dietze, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Maitê Dietze, 2024\n" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (cópia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "'." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Mostrando resultados para '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Todas as datas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Os binóculos são leves e portáteis. A menos que você tenha o luxo de " +"montar e operar um observatório em seu deck, provavelmente terá que viajar " +"para realizar suas visualizações. Binóculos vão com você muito mais " +"facilmente e são mais leves para transportar para o país e usar enquanto " +"você estiver lá do que um kit pesado de montagem de telescópio." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Faça perguntas a especialistas. Se você ainda não participa de uma " +"sociedade ou clube de astronomia, os vendedores da loja de telescópios " +"poderão orientá-lo sobre as sociedades ativas em sua área. Depois de " +"estabelecer conexões com pessoas que compraram telescópios, você pode obter " +"conselhos sobre o que funciona e o que evitar, o que é mais válido do que " +"qualquer coisa que você pode conseguir de um artigo da web." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Publique seu post para torná-lo visível aos seus visitantes." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Faça login" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Teste antes de comprar. Essa é outra vantagem de fazer alguns " +"passeios com o clube de astronomia. Você pode reservar algumas horas de " +"qualidade com pessoas que conhecem telescópios e pode examinar seus " +"equipamentos, aprender os principais aspectos técnicos e testá-los antes de " +"gastar dinheiro com seu próprio equipamento." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Escreva sua história aqui. Use a barra de ferramentas superior para " +"estilizar seu texto: adicione uma imagem ou tabela, formate em negrito ou " +"itálico etc. Arraste e solte blocos de construção para mais blogs gráficos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Além da população nativa, a vida selvagem local também" +" atrai multidões." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"É extremamente importante que você obtenha o " +"telescópio certo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "Esse momento “uau” é a essência da astronomia." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Quanto mais comentários você lê, mais você percebe " +"como eles tendem a se agrupar nos extremos de opinião." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Há algo atemporal sobre o cosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Seu estudo da lua, como qualquer outra coisa, pode ir " +"do simples ao muito complexo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Nenhum marcador definido" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Ler o " +"próximo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Exibir:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogs:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Uma ótima maneira de descobrir lugares escondidos" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Umas férias no Copper Canyon prometem ser uma excitante mistura de " +"relaxamento, cultura, história, vida selvagem e caminhadas." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Uma nova publicação" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"O viajante pode optar por explorar a área caminhando ao redor do cânion ou " +"aventurando-se nele. Um planejamento detalhado é necessário para aqueles que" +" desejam se aventurar nas profundezas do cânion. Existem várias agências de " +"viagens especializadas na organização de excursões à região. Os visitantes " +"podem voar para Copper Canyon usando um visto de turista, que é válido por " +"180 dias. Os viajantes também podem dirigir de qualquer lugar dos Estados " +"Unidos e adquirir um visto na alfândega mexicana na fronteira." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Sobre nós" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Acima de tudo, estabelecer um relacionamento com uma loja de telescópios " +"de boa reputação que emprega pessoas que conhecem o que vendem. Se você " +"comprar seu telescópio em um Walmart ou loja de departamentos, as chances de" +" obter a coisa certa são remotas." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Acessar publicação" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Requer ação" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Ativo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Adicione" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Tudo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Todos os blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Todos os blogs" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Solitário" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Nesse sentido, quão difícil é a montagem e a desmontagem?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Artigo impressionante do blog: %s! Confira ao vivo: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Uma emocionante mistura de relaxamento, cultura, história, vida selvagem e " +"caminhadas." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"E quando tudo estiver dito e feito, prepare-se. Sua busca por " +"telescópios mais novos e melhores será para toda a vida. Fique viciado em " +"astronomia e a experiência irá enriquecer todos os aspectos da sua vida. " +"Será um vício que você nunca vai querer quebrar." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Outro destaque único do Copper Canyon é a presença da cultura indígena " +"Tarahumara. Essas pessoas seminômades vivem em cavernas. Seu sustento " +"depende principalmente da agricultura e da pecuária." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arquivar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arquivado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arquivos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artigo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artigos" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Os clubes de astronomia são lugares animados, cheios de amadores experientes" +" que adoram compartilhar seus conhecimentos com você. Pelo preço de uma coca" +" e lanches, eles vão olhar as estrelas com você e sobrecarregá-lo com " +"curiosidades e grande conhecimento." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomia é “observar estrelas\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Feed Atom" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Contagem de anexos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nome do autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Quartos de hotel incríveis" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Cuidado com essa coisa chamada “astronomia”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Tornar-se parte da sociedade de devotos astrônomos amadores lhe dará acesso " +"a esses esforços organizados para alcançar novos níveis em nossa capacidade " +"de estudar a lua da Terra. E isso lhe dará colegas e amigos que compartilham" +" sua paixão pela astronomia e que podem compartilhar suas experiências e " +"áreas de especialização enquanto você procura o que mais olhar no imenso céu" +" noturno, na lua e além dela, em sua busca por conhecimento sobre o universo" +" aparentemente infinito acima de nós." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Tornando-se parte da sociedade de astrônomos amadores devotos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Instalações de quarto" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Antes de partir para o próximo gasto, pode ser interessante investir em um " +"bom binóculo. Até têm binóculos que servem para observar as estrelas e que " +"te dão aquela visão extra para ver um pouco melhor as maravilhas do " +"universo. Um binóculo bem projetado também dá mais mobilidade e habilidade " +"para manter a sua “visão aprimorada” na ponta dos dedos quando esta visão " +"incrível se mostrar à você." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Antes de fazer sua primeira compra..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Além do olho" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nome do blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Página do blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Publicação no blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Capa da publicação" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Páginas de publicações no blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Título da publicação" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Publicações de blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Subtítulo do blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Marcador do blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Categoria do marcador do blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Marcadores do blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Título do blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Título do blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Lista de blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Página de blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Inferior" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Trilha de Navegação" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Mas como analisar as incríveis opções oferecidas? E o mais importante, você " +"realmente confia nas fotografias e descrições dos hotéis que eles mesmos " +"concederam com a motivação de conseguir reservas? As avaliações dos " +"viajantes podem ser úteis, mas você precisa ter cuidado. Elas costumam ser " +"tendenciosas, às vezes desatualizadas e podem não servir aos seus " +"interesses. Como saber se os recursos que são importantes para o avaliador " +"são importantes para você?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Comprando um telescópio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Comprar o telescópio certo para levar seu amor pela astronomia ao próximo " +"nível é um grande próximo passo no desenvolvimento de sua paixão pelas " +"estrelas." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Pode publicar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Cartões" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Categoria" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Instalações infantis" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Escolha uma imagem da biblioteca." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Clique aqui para adicionar novo conteúdo ao seu site." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Clique em “Novo” no canto superior direito para escrever sua primeira" +" publicação no blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Fechar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Comentário" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Comentários" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Stats dos comentários/visualizações" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Conteúdo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"O Copper Canyon é um dos seis desfiladeiros da região. Embora o nome sugira " +"que o desfiladeiro possa ter alguma relevância para a mineração de cobre, " +"esse não é o caso. O nome é derivado do cobre e do líquen verde que cobrem o" +" cânion. O Copper Canyon tem duas zonas climáticas. A região apresenta um " +"clima alpino no topo e um clima subtropical nos níveis mais baixos. Os " +"invernos são frios, com frequentes tempestades de neve nas altitudes mais " +"elevadas. Os verões são secos e quentes. A capital, Chihuahua, é um deserto " +"de alta altitude onde o clima varia de invernos frios a verões quentes. A " +"região é única devido aos vários ecossistemas que existem nela." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Capa" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Propriedades da capa" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Data (novo a antigo)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Data (antigo a novo)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Descrição" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Área de encaixe para blocos de construção" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Leste de Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Os passeios de helicóptero no leste de Maui lhe proporcionarão uma vista do " +"vulcão de 3.000 metros, o Haleakala ou Casa do Sol. Esse vulcão está inativo" +" e entrou em erupção pela última vez em 1790. Você poderá ver a cratera do " +"vulcão e a terra seca e árida que circunda o lado sul da encosta do vulcão " +"com os passeios de helicóptero em Maui." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Editar no backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Edite o cabeçalho da página '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Edite o cabeçalho da página 'Todos os blogs'." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Edite o cabeçalho da página 'Resultados do filtro'." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Escreva um título, o subtítulo é opcional." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Insira o título da sua publicação" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Fatos que você deve ter em mente." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Por fim, e mais importante, a equipe de inspeção do diretório de hotéis de " +"qualidade deveria ter visitado o hotel em questão regularmente, conhecido os" +" funcionários, dormido em um quarto e experimentado a comida. Eles devem " +"vivenciar o hotel como somente um hóspede pode vivenciar, e só então estarão" +" realmente em uma posição forte para escrever sobre o hotel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Siga-nos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Siga-nos" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Seguidores" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Seguidores (usuários)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Muitos de nós, que moramos em cidades, geralmente não percebem o céu lá em " +"cima. As luzes da cidade disfarçam bem a incrível exibição que está acima " +"das nossas cabeças o tempo todo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Para muitos de nós, nossa primeira experiência de aprendizado sobre os " +"corpos celestes começou quando vimos nossa primeira lua cheia no céu. É " +"realmente uma visão magnífica, mesmo a olho nu." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Desde crianças até o astrofísico mais avançado, há algo para qualquer pessoa" +" que queira saber mais sobre astronomia. Na verdade, é uma ciência tão " +"acessível que praticamente qualquer pessoa pode praticá-la em qualquer " +"lugar. É só olhar para cima." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Largura total" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Get a Geek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Consiga um telescópio" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Saiba mais sobre a história" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Começar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Grade" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Tem uma mensagem" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Aqui estão alguns fatos importantes que você deve ter em mente:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Dicas de feriado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Efeito hover" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Como olhar para cima" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Qual é a complexidade do telescópio e, quais problemas teria com a " +"manutenção? Converse com pessoas da área para obter as respostas a essas e " +"outras perguntas. Se fizer a lição de casa assim, você encontrará o " +"telescópio certo para o próximo grande passo na evolução de sua paixão pela " +"astronomia." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "O quão móvel o telescópio deve ser?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Como escolher o hotel certo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Se marcado, novas mensagens solicitarão sua atenção." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Se marcado, algumas mensagens têm um erro de entrega." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Se for importante que seu hotel esteja, por exemplo, na praia, perto de um " +"parque temático ou no caminho do aeroporto, a localização é fundamental. " +"Qualquer diretório decente deve oferecer um mapa de localização do hotel e " +"de seus arredores. Deve haver gráficos de distância até o aeroporto, bem " +"como alguma forma de mapa interativo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Se o céu estiver limpo, você poderá ver detalhes incríveis da superfície lunar apenas observando as estrelas em seu quintal.\n" +"Naturalmente, conforme o seu amor pela astronomia vai evoluindo, você achará muitos corpos celestes fascinantes. Mas a Lua talvez seja sempre o nosso primeiro amor, pois é o único objeto espacial distante que tem a distinção única de voar perto da Terra e sobre o qual o homem já caminhou." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Em" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"De muitas formas, é um grande passo ir de alguém que está apenas brincando " +"com a astronomia a alguém que estuda a ciência seriamente. Mas você e eu " +"sabemos que ainda há outro grande passo após a compra de um telescópio, " +"antes de você realmente saber como usá-lo." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Melhorar legibilidade" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "É um seguidor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Está publicado" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Ilhas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"É muito divertido começar a aprender sobre as constelações, como navegar no " +"céu noturno e encontrar os planetas e as famosas estrelas. Existem sites e " +"livros em abundância para guiá-lo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"É importante escolher um hotel que o faça sentir confortável – mobília " +"contemporânea ou tradicional, decoração local ou internacional, formal ou " +"descontraído. O diretório de hotéis ideal deve informá-lo sobre as opções " +"disponíveis." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"É seguro dizer que, em algum momento de nossas vidas, todos nós temos aquele" +" momento em que ficamos repentinamente atordoados quando nos deparamos com a" +" enormidade do universo que vemos no céu noturno." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"É muito incrível saber que, apenas olhando para cima em qualquer noite, você" +" pode ver centenas de milhares de estrelas, sistemas estelares, planetas, " +"luas, asteroides, cometas e talvez até mesmo um ônibus espacial ocasional " +"pode passar. É ainda mais impressionante quando você percebe que o céu para " +"o qual está olhando é, para todos os efeitos, exatamente o mesmo céu que " +"nossos ancestrais desfrutaram centenas e milhares de anos atrás quando " +"apenas olhavam para cima." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Selva" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Saiba para o que está olhando" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Saiba quando olhar" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Grande" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Último contribuidor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Mais recente" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Publicações recentes no blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Layout" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Aprender o contexto de grandes descobertas da astronomia tornará seus " +"momentos de contemplação das estrelas mais significativos. É uma das " +"ciências mais antigas da Terra, então descubra os grandes nomes da história " +"que observaram essas estrelas antes de você." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Instalações de lazer" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"A cor do local é ótima, mas os restaurantes e bares do próprio hotel podem " +"desempenhar um papel importante na sua estadia. Você deve estar ciente da " +"escolha, estilo e se eles são elegantes ou informais. Um bom relatório de " +"hotel deve informar isso e, principalmente, sobre as instalações para café " +"da manhã." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Local" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Tour de helicóptero por Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Os passeios de helicóptero em Maui são uma ótima maneira de ver a ilha de " +"uma perspectiva diferente e ter uma aventura divertida. Se você nunca esteve" +" em um helicóptero antes, este é um ótimo lugar para fazê-lo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Os passeios de helicóptero em Maui são uma ótima maneira de visitar os " +"lugares que não podem ser alcançados a pé ou de carro. Os passeios duram " +"aproximadamente uma hora e variam de aproximadamente 185 a 240 dólares por " +"pessoa. Para muitos, esta é uma oportunidade única na vida de ver paisagens " +"naturais que não estarão disponíveis novamente. Levar câmeras e vídeos para " +"capturar os momentos também permitirá que você reviva o passeio várias vezes" +" enquanto relembra ao longo dos anos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Os passeios de helicóptero em Maui permitirão que você veja todos esses " +"pontos turísticos. Certifique-se de levar uma câmera ou filmadora com você " +"ao fazer passeios de helicóptero em Maui para capturar a beleza da paisagem " +"e mostrar aos amigos e familiares em casa todas as coisas maravilhosas que " +"você viu durante as férias." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Médio" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Erro na entrega da mensagem" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Mensagens" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Metadescrição" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Palavras-chave meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Metatítulo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Os passeios de helicóptero Molokai - Maui o levarão a uma ilha diferente, mas que fica a apenas 15 quilômetros de distância e é facilmente acessível por via aérea. Esta ilha tem uma população muito pequena com uma cultura e paisagens diferentes. Todo o litoral do nordeste é margeado por falésias e praias remotas. Eles são completamente inacessíveis por qualquer outro meio de transporte além do ar.\n" +"As pessoas que vivem na ilha nunca viram essa paisagem notável, a menos que tenham feito passeios de helicóptero em Maui para vê-la. Quando o tempo está chuvoso ou quando há muitas chuvas na estação, você pode ver muitas cachoeiras surpreendentes." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Mais importante para o viajante em família do que para o viajante a " +"negócios, você deve descobrir se o hotel é adequado para crianças no " +"diretório e tomar sua decisão a partir daí. Um aspecto que vale a pena " +"observar é se o hotel oferece serviço de babá. Para o viajante a negócios " +"que deseja escapar das crianças, isso também é muito relevante – talvez um " +"hotel que não seja adequado para crianças seja mais apropriado!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Publicações mais visualizadas" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nome" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Nome/publicação mais recente" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nova publicação no blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Próximo artigo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Sem capa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Nenhuma publicação ainda." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Número de visualizações" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Nenhum resultado para “%s”." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Nenhum resultado encontrado para '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Nenhum marcador definido ainda." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Nenhum" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Nada disso o impede de seguir em frente com seus planos de montar um " +"incrível sistema de telescópio. Apenas procure conselho e treinamento de " +"qualidade sobre como configurar seu telescópio para atender às suas " +"necessidades. Usando essas sugestões, você desfrutará de horas de prazer " +"observando as vistas fenomenais do céu noturno que estão além do olho nu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Não publicado" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Não apenas saber o clima garantirá que sua observação das estrelas seja " +"recompensadora, mas se você souber quando as grandes chuvas de meteoros e " +"outros grandes eventos astronômicos acontecerão, isso fará com que a emoção " +"da astronomia seja ainda mais intensa." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Número de ações" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Número de erros" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Número de mensagens que requerem ação" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Número de mensagens com erro de entrega" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"É claro que, para levar sua adoração à lua ao máximo, subir de nível " +"adquirindo um bom telescópio de iniciante fornecerá os detalhes mais " +"impressionantes da superfície lunar. Com cada uma dessas atualizações, seu " +"conhecimento e a profundidade e abrangência do que você poderá ver " +"melhorarão geometricamente. Para muitos astrônomos amadores, não dá pra " +"enjoar de ver este nosso objeto espacial mais próximo." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"Em seu idioma padrão, limpe a descrição do post do blog e salve para obter " +"um resumo automático (traduzido)." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Após visualizar o conteúdo no dispositivo móvel, você pode retornar à " +"visualização normal clicando aqui novamente" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Outros" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Nossos blogs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Foto por Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Foto por Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Foto por Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Foto por Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Foto por Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Foto por Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Foto por Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Foto por Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Foto por PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Foto por SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Foto por Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Publicações" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Lista de publicações" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Data de publicação" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Publicado (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Data de publicação" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Postagem publicada" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opções de publicação" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Data de publicação" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Campo Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Avaliações" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Leia mais" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Leia mais " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restaurantes, cafés e bares" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Restringir publicação a este site." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Otimizado para SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Erro no envio de SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Amostra" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satélites" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Pesquise uma imagem (ex: digite “negócios”)." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Perto do mar ou das montanhas" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Vendo o mundo lá de cima" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Selecionar blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Selecione o blog onde você deseja adicionar a publicação." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Selecione este item de menu para criar uma nova publicação." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Selecione para comentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Selecione para tweetar" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Nome de SEO" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Separe cada palavra-chave com uma vírgula" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Defina uma capa para a publicação." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Vários pássaros migratórios e nativos, mamíferos e répteis chamam o Copper " +"Canyon de lar. Também vale a pena conferir a fauna requintada nesta terra " +"quase intocada." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Compartilhar links" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Compartilhar no Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Compartilhar no Linkedin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Compartilhar no X (Twitter)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Compartilhar esta publicação" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Barra lateral" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, popularmente conhecida como Copper Canyon, está situada " +"no México. A área é um destino favorito entre aqueles que procuram umas " +"férias de aventura." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Céus" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Portanto, é extremamente importante que você obtenha o telescópio certo para" +" onde você está e quais são suas preferências de observação de estrelas. " +"Para começar, vamos discutir os três principais tipos de telescópios e, em " +"seguida, estabelecer alguns conceitos iniciais para aumentar suas chances de" +" comprar a coisa certa." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Então pode ser naquelas férias uma vez ao ano em um acampamento ou uma " +"viagem para a casa de um parente no campo. Se nos encontrarmos do lado de " +"fora, então poderemos ver o esplendor do céu noturno fazer seu show " +"espetacular. Se você já teve aquele tipo de momento em que ficou " +"literalmente sem fôlego com o esplendor que o céu noturno pode nos mostrar, " +"provavelmente se lembra do momento exato em que não dá pra dizer muito além " +"de “uau” sobre o que viu." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Portanto, para selecionar o tipo certo de telescópio, seus objetivos ao usar" +" o telescópio são importantes. Para realmente entender os pontos fortes e " +"fracos, não apenas das lentes e do design do telescópio, mas também de como " +"o telescópio funciona em várias situações de observação de estrelas, é " +"melhor fazer o dever de casa com antecedência e testar os diferentes tipos. " +"Por isso, antes de fazer sua primeira compra..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Você vai viajar para o exterior, já decidiu o destino e agora precisa " +"escolher um hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Alguém famoso no título de origem" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Explorando a fauna" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Comece a escrever aqui..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Estilo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Subtítulo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtítulo" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Categorias de marcadores" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Categoria de marcador" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Formulário de categoria de marcador" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formulário de marcador" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Lista de marcadores" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "A categoria de marcador já existe!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Já existe um marcador com este nome." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Marcadores" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Lista de marcadores" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Tirando fotos no escuro" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Prévia" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser e marcadores" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Conteúdo da prévia" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Dez anos atrás, você provavelmente teria visitado seu agente de viagens " +"local e confiado nos conselhos pessoais que recebia dos chamados " +"'especialistas'. A maneira do século 21 de selecionar e reservar seu hotel " +"é, obviamente, na internet, usando sites de viagens." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Esse momento “uau” é a essência da astronomia. Para alguns, esse momento " +"ocasiona uma paixão que os leva a uma carreira estudando as estrelas. Para " +"alguns sortudos, esse momento ocasiona uma obsessão que os leva a viajar " +"para as estrelas em um ônibus espacial ou em uma de nossas primeiras missões" +" espaciais. Mas para a maioria de nós, a astronomia pode se tornar um " +"passatempo ou um hobby. Mas carregamos esse momento conosco pelo resto de " +"nossas vidas e começamos a procurar maneiras de olhar mais profundamente e " +"aprender mais sobre o universo espetacular que vemos nos milhões de estrelas" +" acima de nós todas as noites." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "A beleza da astronomia é que qualquer um pode estudá-la." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"A melhor hora para ver a lua, obviamente, é à noite, quando há poucas nuvens" +" e o clima é propício para um longo estudo. O primeiro trimestre produz o " +"maior detalhe de estudo. E não se engane com o “sumiço” de parte da lua " +"quando não está no estágio de lua cheia. O fenômeno conhecido como “brilho " +"da terra” também lhe dá a capacidade de ver a parte escura da lua com alguns" +" detalhes, mesmo que a lua esteja mostrando apenas um quarto ou metade dela." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "O melhor momento para ver a lua." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"A publicação ficará visível no site para os seus visitantes a partir desta " +"data se estiver definido como publicada." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Os penhascos desta região estão entre os mais altos do mundo e ver a água " +"caindo dos altos picos é simplesmente de tirar o fôlego. O curto passeio de " +"Maui de helicóptero vale a pena para ver a beleza deste ambiente natural." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "A URL completa para acessar o documento através do site." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"A próxima coisa que naturalmente queremos é um bom telescópio. Você pode ter" +" visto alguém que está bem adiantado em seu estudo instalando aqueles " +"telescópios de aparência muito legal em uma colina em algum lugar. Isso " +"anima o astrônomo amador que existe em você, porque esse deve ser o próximo " +"passo no desenvolvimento do seu hobby. Mas comprar um bom telescópio pode " +"ser totalmente confuso e intimidador." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"O site deve oferecer uma análise detalhada dos serviços de lazer dentro do " +"hotel – spa, piscina, academia, sauna – bem como detalhes de quaisquer " +"outras instalações próximas, como campos de golfe. 7. Necessidades " +"especiais: o site do diretório de hotéis deve informar o visitante sobre os " +"serviços para necessidades especiais e a política de acessibilidade de cada " +"hotel. Embora, novamente, isso não se aplique a todos os visitantes, é " +"absolutamente vital para alguns." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"O tripé ou outros acessórios mudarão significativamente com um telescópio " +"que ficará em seu deck comparado a um que você planeja levar para locais " +"remotos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"A visão disso é realmente de tirar o fôlego e é uma visão que não se pode " +"perder. Também é altamente educativo, tendo a chance de ver de perto um " +"vulcão adormecido, algo que não pode ser visto todos os dias. Nos lados " +"norte e sul do vulcão, você verá uma visão diferente incrível. Esses lados " +"são exuberantes e verdes e você poderá ver algumas belas cachoeiras e lindos" +" arbustos. As florestas tropicais são abundantes neste lado da ilha, e é " +"algo que não é facilmente acessível por qualquer outro meio que não seja o " +"ar." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"E então, há o problema da motivação do revisor. Quanto mais comentários você" +" lê, mais percebe como eles tendem a se agrupar nos extremos de opinião. De " +"um lado, você tem revisores furiosos levantando machados; no outro, você " +"encantou os convidados, que dispensam elogios inacreditavelmente. Não é " +"surpreendente saber que os hotéis às vezes publicam suas próprias críticas " +"elogiosas, ou procuram qualquer problema para ter a chance de criticar a " +"concorrência com críticas negativas. Faz sentido considerar o que é " +"realmente importante para você ao selecionar um hotel. Você deve então " +"escolher um diretório de hotéis online que forneça informações atualizadas, " +"independentes e imparciais, que realmente importam." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "Há outras considerações a fazer antes de tomar uma decisão de compra." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Há algo atemporal sobre o cosmos. O fato de que os planetas, a lua e as " +"estrelas além deles estão lá há eras mexe com o senso de nosso lugar no " +"universo. Na verdade, muitas das estrelas que “vemos” a olho nu são, na " +"verdade, luz que veio daquela estrela centenas de milhares de anos atrás. " +"Essa luz está agora mesmo alcançando a Terra. Então, de uma forma muito " +"real, olhar para cima é como viajar no tempo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Essas coisas realmente importam e qualquer diretório de hotel decente deve " +"dar a você esse tipo de conselho sobre quartos - não só o número de quartos," +" que é a opção comum!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Esta caixa não será visível a seus visitantes" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Este marcador já existe" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Muito pequeno" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Título" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Título acima da capa" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Título dentro da capa" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Para olhar a lua a olho nu, familiarizar-se com o mapa lunar ajudará você a " +"identificar os mares, crateras e outros fenômenos geográficos que outros já " +"mapearam para tornar seu estudo mais agradável. Os mapas lunares podem ser " +"adquiridos em qualquer loja de astronomia ou online e valem o investimento." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Para começar a aprender a observar as estrelas muito melhor, existem algumas" +" coisas básicas que talvez precisemos observar mais profundamente, além do " +"que podemos ver a olho nu, e começar a estudar as estrelas além de apreciá-" +"las. A primeira coisa que você precisa não é equipamento, mas literatura. Um" +" bom mapa estelar mostrará as principais constelações, a localização das " +"principais estrelas que usamos para navegar no céu e os planetas que " +"parecerão maiores que as estrelas. E se você adicionar a esse mapa alguns " +"materiais introdutórios bem elaborados ao hobby da astronomia, estará no " +"caminho certo." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Para subir ainda mais o nível, um bom par de binóculos pode fazer maravilhas" +" pelos detalhes que você verá na superfície lunar. Para obter os melhores " +"resultados, use um campo amplo nas definições dos binóculos para que possa " +"contemplar a paisagem lunar em toda a sua beleza. E porque é quase " +"impossível manter os binóculos parados por muito tempo para contemplar este " +"magnífico corpo no espaço, pode ser bom adicionar ao seu arsenal de " +"equipamentos um bom tripé onde você possa fixar os binóculos, para estudar a" +" lua com conforto e com uma plataforma de observação estável." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Para levá-lo a um próximo nível, você pode aproveitar parcerias com outros " +"astrônomos ou visitar um dos grandes telescópios que foram montados por " +"profissionais que investiram em melhores técnicas para eliminar a " +"interferência atmosférica para ver a lua melhor ainda. A internet pode lhe " +"dar acesso ao Hubble e a muitos dos enormes telescópios que estão apontados " +"para a lua o tempo todo. Além disso, muitos clubes de astronomia estão " +"trabalhando em maneiras de combinar vários telescópios, cuidadosamente " +"sincronizados com computadores para a melhor visão da paisagem lunar." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Banner superior" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Viagem" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "X (Twitter)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Não publicado (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Publicação sem título" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Use este ícone para pré-visualizar sua publicação em dispositivos " +"móveis." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Usado em:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Pontos de vista" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Visualizações" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Visível em todas as páginas dos blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Visível neste site" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "ESCREVA AQUI OU ARRASTE BLOCOS DE CONSTRUÇÃO" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Site" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogs do site" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mensagens do site" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtro de bloco de código do site" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL do site" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Histórico de comunicação do site" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Metadescrição do site" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Palavras-chave meta do site" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Metatítulo do site" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Imagem opengraph do site" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "E se eles te deixassem usar o Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Enquanto qualquer um pode olhar para cima e se apaixonar pelas estrelas a " +"qualquer momento, a diversão da astronomia é aprender como se tornar cada " +"vez mais habilidoso e equipado na observação de estrelas para ver e entender" +" cada vez mais a cada vez que olha para cima. Aqui estão alguns passos que " +"você pode tomar para tornar os momentos se dedicando ao seu hobby de " +"astronomia muito mais agradáveis." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Com uma visualização" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Escreva um texto curto aqui para descrever o blog ou empresa." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Você deve sempre ponderar cuidadosamente os tipos de instalações que " +"necessita para o seu quarto e encontrar o hotel que tenha aquelas que " +"considere importantes. O site do diretório de hotéis deve detalhar questões " +"como: tamanho da cama, acesso à internet (seu custo, se há Wi-Fi ou conexão " +"de banda larga com fio), comodidades de cortesia, vistas do quarto e " +"serviços de luxo, como menu de travesseiros ou menu de banho, escolha de " +"quartos para fumantes ou não fumantes etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Você verá toda a beleza que Maui tem a oferecer e poderá se divertir muito " +"com toda a família. Os passeios não são muito caros e duram de 45 minutos a " +"mais de uma hora. Você pode ver lugares que normalmente são inacessíveis com" +" os passeios de helicóptero em Maui. Lugares que não estão disponíveis a pé " +"ou de veículo podem ser vistos por via aérea. Vistas deslumbrantes aguardam " +"aqueles que estão dispostos a fazer passeios divertidos de helicóptero em " +"Maui. Se você vai ficar na ilha por um período de tempo razoável, considere " +"fazer vários passeios de helicóptero em Maui." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "aventura" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Clique aqui para acessar o blog:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "trilha de navegação" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "por" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "descoberta" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "guias" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "foi publicado em" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotéis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "em" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "em " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "em " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "telescópios" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "para deixar um comentário" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "não publicado" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Nenhum comentário ainda" diff --git a/i18n/ro.po b/i18n/ro.po new file mode 100644 index 0000000..696e45b --- /dev/null +++ b/i18n/ro.po @@ -0,0 +1,2031 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Martin Trigaux, 2022 +# Foldi Robert , 2022 +# Hongu Cosmin , 2022 +# Cozmin Candea , 2023 +# Dorin Hongu , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2022-09-22 05:56+0000\n" +"Last-Translator: Dorin Hongu , 2023\n" +"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (copie)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' antet pagină." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Afișare rezultate pentru '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Toate datele" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "Binoclul este ușor și portabil. Dacă nu aveți luxul să înființați și să operați un observator de pe puntea dvs., probabil că veți călători pentru a vă viziona. Binoclurile merg cu tine mult mai ușor și sunt mai ușoare de transportat în țară și de folosit în timp ce ești acolo decât un set greoi de instalare a telescopului." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "Alegeți creierul experților.Dacă nu sunteți deja activ într-o societate sau club de astronomie, oamenii de vânzări de la magazinul de telescoape vă vor putea îndruma către societățile active din zona dvs. Odată ce aveți conexiuni cu oameni care au cumpărat telescoape, puteți primi sfaturi despre ceea ce funcționează și ce să evitați este mai valabil decât orice veți obține de la un articol web sau de la un agent de vânzări de la Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Publicați-vă postarea de blog pentru a fi vizibilă vizitatorilor" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Logare" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "TÎncercați înainte de a cumpăra. Acesta este un alt avantaj al excursiilor cu clubul de astronomie. Puteți lăsa deoparte câteva ore de calitate cu oameni care cunosc telescoape și au instalate platformele lor pentru a-și examina echipamentele, pentru a afla aspectele tehnice cheie și pentru a le încerca înainte de a scufunda banii în propriul set." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "Scrie-ți povestea aici. Utilizați bara de instrumente de sus pentru a vă stiliza textul: adăugați o imagine sau un tabel, setați caractere aldine sau cursive etc. Trageți și fixați blocuri de construcție pentru bloguri mai grafice." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "În afară de populația nativă, viața sălbatică locală este, de asemenea, o atracție majoră a mulțimii." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "Este extrem de important să luați doar telescopul potrivit." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "Momentul “Wow” este tot ce este astrologia." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Există ceva atemporal în cosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "Studiul dvs. asupra lunii, ca orice altceva, poate merge de la simplu la foarte complex." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Nu sunt etichete definite" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "O modalitate excelentă de a descoperi locuri ascunse" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "O vacanță la Copper Canyon promite să fie un amestec captivant de relaxare, cultură, istorie, viață sălbatică și drumeții." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "O nouă postare" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "Un călător poate alege să exploreze zona făcând drumeții în jurul canionului sau aventurându-se în el. Este necesară o planificare detaliată pentru cei care doresc să se aventureze în adâncurile canionului. Există o serie de companii de turism specializate în organizarea de tururi în regiune. Vizitatorii pot zbura la Copper Canyon folosind o viză de turist, valabilă 180 de zile. Călătorii pot conduce, de asemenea, de oriunde din Statele Unite și pot obține o viză la stația vamală mexicană de la graniță." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Despre noi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "Mai presus de toate, stabiliți o relație cu un magazin de telescoape de renume care angajează oameni care cunosc lucrurile. Dacă vă cumpărați telescopul la un magazin Wal-Mart sau la un magazin universal, șansele de a obține ceea ce trebuie sunt mici." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Accesează postarea" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Intervenție necesară" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Activ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Adăugați ceva" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Tot" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Toate Blogurile" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Toate blogurile" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "În această direcție, cât de dificilă este instalarea și defectarea?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Articol Blog Uimitor%s! Verifică-l în direct: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "Un amestec captivant de relaxare, cultură, istorie, animale sălbatice și drumeții." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "And when all is said and done, echipați-vă. Căutarea dvs. de telescoape mai noi și mai bune va fi una pe tot parcursul vieții. Lasă-te dependent de astronomie și experiența va îmbogăți fiecare aspect al vieții. Va fi o dependență pe care nu vrei să o rupi niciodată." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "O altă caracteristică unică a Copper Canyon este prezența culturii indiene Tarahumara. Acești oameni semi-nomazi trăiesc în locuințe rupestre. Mediul lor de trai depinde în principal de agricultură și creșterea vitelor." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arhivează" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arhivat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arhive" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Articol" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Articole" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "Cluburile de astronomie sunt locuri pline de viață, pline de amatori cunoscuți, cărora le place să vă împărtășească cunoștințele. Pentru prețul unei cocsuri și gustări, ei vor merge stele privindu-vă cu voi și vă vor copleși cu trivia și cunoaștere mare" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomia “privește stelele”" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Număr atașamente" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Nume autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Fiți conștient de acest lucru numit “astronomie”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "Devenind parte a societății astronomilor amatori devotați, veți avea acces la aceste eforturi organizate pentru a atinge noi niveluri în capacitatea noastră de a studia luna Pământului. Și vă va oferi colegi și prieteni care vă împărtășesc pasiunea pentru astronomie și care își pot împărtăși experiența și domeniile de expertiză în timp ce căutați să aflați unde ați putea privi în imensul cer de noapte, la lună și dincolo de ea în căutarea cunoașterea despre universul aparent nesfârșit de deasupra noastră." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Devenind parte a societății dedicate astronomilor amatori." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Dotări pentru dormitor" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "Înainte de a merge la acea cheltuială mare, ar putea fi un pas mai bun din ochiul liber să investești într-un set bun de binocluri. Există chiar și binocluri care sunt potrivite pentru privirea stelelor, care vor face la fel de bine o treabă oferindu-vă acea viziune suplimentară pe care doriți să o vedeți puțin mai bine minunile universului. Un set de binocluri bine conceput vă oferă, de asemenea, mult mai multă mobilitate și capacitate de a vă menține “viziunea îmbunătățită” la îndemână, atunci când acea vedere uimitoare tocmai vi se prezintă." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Înainte de a face prima achiziție ..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Dincolo de ochi" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Nume Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Postare Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Coperta postării pe blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Titlu Postare Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Postări pe blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Subtitlu Blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Etichetă blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Categorie etichetă blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Etichete Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Titlu de Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Titlul Blogului" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Jurnale" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Jos" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Breadcrumb" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "Dar cum treceți în revistă opțiunile uimitoare oferite? Și, mai important, chiar aveți încredere în fotografiile și descrierile hotelurilor pe care și le-au acordat cu motivația de a primi rezervări? Recenziile călătorilor pot fi utile, dar trebuie să aveți grijă. Ele sunt adesea părtinitoare, uneori depășite, și este posibil să nu vă servească deloc interesele. De unde știți că caracteristicile importante pentru examinator sunt importante pentru tine?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Cumpărarea unui telescop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "Cumpărarea telescopului potrivit pentru a vă duce dragostea de astronomie la nivelul următor este un mare pas următor în dezvoltarea pasiunii pentru stele." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Poate Publica" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Carduri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Categorie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Facilități pentru copii" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Alegeți o imagine din bibliotecă." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Faceți clic aici pentru a adăuga conținut nou pe site-ul dvs. web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "Clic pe \"Nou\" în colțul de dreapta sus pentru a scrie prima postare blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Închide" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Comentariu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Comentarii" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Conținut" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "Copper Canyon este unul dintre cele șase chei din zonă. Deși numele sugerează că defileul ar putea avea o anumită relevanță pentru exploatarea cuprului, acest lucru nu este cazul. Numele este derivat din lichenul de cupru și verde care acoperă canionul. Copper Canyon are două zone climatice. Regiunea prezintă un climat alpin în partea de sus și un climat subtropical la nivelurile inferioare. Iernile sunt reci, cu furtuni de zăpadă frecvente la altitudini mai mari. Verile sunt uscate și fierbinți. Capitala, Chihuahua, este un deșert la mare altitudine, unde vremea variază de la ierni reci până la veri calde. Regiunea este unică datorită diverselor ecosisteme care există în interiorul ei." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Copertă" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Proprietăți Copertă" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Creat în" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Data (nou la vechi)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Data (vechi la nou)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Descriere" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Estul Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "Tururile cu elicopterul din Estul Maui vă vor oferi o vedere asupra vulcanului de zece mii de picioare, Haleakala sau Casa soarelui. Acest vulcan este latent și a erupt ultima dată în 1790. Veți putea vedea craterul vulcanului și pământul uscat și arid care înconjoară partea de sud a pantei vulcanului cu tururi cu elicopterul Maui." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Editează în spate" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Editați '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Editați antetul paginii „Toate blogurile”." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Editați antetul paginii „Filtrare rezultate”." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Fapte pe care ar trebui să le rețineți." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "În cele din urmă și cel mai important, echipa de inspecție a directorului hotelier de calitate ar fi trebuit să viziteze hotelul în cauză în mod regulat, să se întâlnească cu personalul, să se culce într-un dormitor și să încerce mâncarea. Ei ar trebui să experimenteze hotelul așa cum o poate face doar oaspeții hotelului și abia atunci sunt într-o poziție puternică pentru a scrie despre hotel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Urmărește-ne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Urmărește-ne" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Persoane interesate" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Urmăritori (Parteneri)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "Pentru mulți dintre noi, care locuim în oraș, nu prea observăm cerul acela acolo sus, în mod obișnuit. Luminile orașului fac o treabă bună de a masca afișajul uimitor care este deasupra tuturor capetelor noastre tot timpul." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "Pentru mulți dintre noi, prima noastră experiență de a învăța despre corpurile cerești începe atunci când am văzut prima noastră lună plină pe cer. Este cu adevărat o priveliște magnifică chiar și cu ochiul liber." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "De la cel mai mic bebeluș până la cel mai avansat astrofizician, există ceva pentru oricine dorește să se bucure de astronomie. De fapt, este o știință atât de accesibilă încât practic oricine o poate face practic oriunde s-ar afla. Tot ce trebuie să știe să facă este să privească în sus." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Lățime Maximă" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Ia-ți un tocilar" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Ia un telescop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Obțineți o istorie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Să începem" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Grilă" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupează după" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Are mesaj" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Iată câteva dintre faptele cheie pe care ar trebui să le aveți în vedere:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Sfaturi de vacanță" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Efect hover" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Cum să căutați" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "Cât de complex este telescopul și veți avea probleme cu întreținerea? Rețea pentru a obține răspunsurile la aceste și la alte întrebări. Dacă îți faci astfel de teme, vei găsi doar telescopul potrivit pentru următorul mare pas în evoluția pasiunii tale pentru astronomie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Cât de mobil trebuie să fie telescopul tău?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Cum să alegeți hotelul potrivit" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Dacă este selectat, mesajele noi necesită atenția dumneavoastră." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Dacă este bifată, unele mesaje au o eroare de livrare." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "Dacă este important ca hotelul dvs. să fie, de exemplu, pe plajă, aproape de parcul tematic sau convenabil pentru aeroport, atunci locația este primordială. Orice director decent ar trebui să ofere o hartă a locației hotelului și a împrejurimilor sale. Ar trebui să existe diagrame la distanță până la aeroport oferite, precum și o formă de hartă interactivă." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Dacă noaptea este senină, puteți vedea detalii uimitoare ale suprafeței lunare, doar stea care se uită în curtea din spate.\n" +"Bineînțeles, pe măsură ce crești în dragostea ta pentru astronomie, vei găsi multe corpuri cerești fascinante. Dar luna poate fi întotdeauna prima noastră iubire, deoarece este obiectul spațial îndepărtat care are distincția unică de a zbura aproape de pământ și pe care a mers omul." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "În" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "În multe privințe, este un pas mare de la cineva care doar se prostește cu astronomia la un student serios al științei. Dar amândoi știm că există încă un alt pas important după ce ați cumpărat un telescop înainte de a ști cu adevărat cum să-l folosiți." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Este urmăritor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Este Publicat" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "Este foarte distractiv să începi să înveți constelațiile, cum să navighezi pe cerul nopții și să găsești planetele și celebrele stele. Există site-uri web și cărți la îndemână pentru a vă ghida." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "Este important să alegeți un hotel care să vă facă să vă simțiți confortabil – mobilier contemporan sau tradițional, decor local sau internațional, formal sau relaxat. Directorul hotelier ideal ar trebui să vă informeze despre opțiunile disponibile." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "Este sigur să spunem că la un moment dat al vieții noastre, fiecare dintre noi are acel moment în care suntem brusc uimiți când ne întâlnim față în față cu enormitatea universului pe care îl vedem pe cerul nopții." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "Este cu adevărat uimitor când te gândești la asta că doar prin privirea în sus într-o anumită noapte, ai putea vedea practic sute de mii de stele, sisteme stelare, planete, luni, asteroizi, comete și poate chiar și o navetă spațială ocazională ar putea rătăci prin . Este și mai uluitor când îți dai seama că cerul la care te uiți este din toate punctele de vedere același cer de care strămoșii noștri s-au bucurat acum sute și mii de ani când tocmai au ridicat privirea." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Știți la ce vă uitați" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Știți când să vă uitați" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Larg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Ultimul colaborator" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare pe" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Ultimul" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Aspect" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "Învățarea fundalului marilor descoperiri în astronomie va face ca momentele tale să privească în stele mai semnificative. Este una dintre cele mai vechi științe de pe pământ, așa că aflați marii istoriei care au privit aceste stele înaintea voastră." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Facilitati de relaxare" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Listă" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "Culoarea locală este excelentă, dar restaurantele și barurile hotelului pot juca un rol important în șederea dumneavoastră. Ar trebui să fiți conștienți de alegere, stil și dacă sunt sau nu inteligenți sau informali. Un raport bun despre hotel ar trebui să vă spună acest lucru și, în special, despre facilitățile de mic dejun." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Locație" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Tururi cu elicopterul Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "Tururile cu elicopterul Maui sunt o modalitate excelentă de a vedea insula dintr-o perspectivă diferită și de a avea o aventură distractivă. Dacă nu ați fost niciodată cu un elicopter înainte, acesta este un loc minunat pentru a face acest lucru." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "Tururile cu elicopterul Maui sunt o modalitate excelentă de a vizita acele locuri în care nu se poate ajunge pe jos sau cu mașina. Tururile durează aproximativ o oră și variază de la aproximativ o sută opt cinci dolari la două sute patruzeci de dolari persoană. Pentru mulți, aceasta este o ocazie o dată în viață de a vedea peisaje naturale care nu vor mai fi disponibile din nou. Luarea de camere și videoclipuri pentru a surprinde momentele vă va permite, de asemenea, să retrăiți turul din nou și din nou, pe măsură ce vă amintiți de-a lungul anilor." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "Tururile cu elicopterul Maui vă vor permite să vedeți toate aceste obiective. Asigurați-vă că luați o cameră sau un videoclip cu dvs. atunci când faceți excursii cu elicopterul Maui pentru a surprinde frumusețea peisajului și pentru a arăta prietenilor și familiei acasă toate lucrurile minunate pe care le-ați văzut în vacanță." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Mediu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Eroare livrare mesaj" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Mesaje" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta Descriere" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Cuvinte cheie meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Titlu Meta" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Tururile cu elicopterul Molokai Maui vă vor duce pe o insulă diferită, dar una care este la doar nouă mile distanță și ușor accesibilă pe calea aerului. Această insulă are o populație foarte mică, cu o cultură și un peisaj diferit. Întreaga coastă a nord-estului este căptușită cu stânci și plaje îndepărtate. Sunt complet inaccesibile prin orice alt mijloc de transport decât aerian.\n" +"Oamenii care locuiesc pe insulă nu au văzut niciodată acest peisaj remarcabil decât dacă au făcut tururi cu elicopterul Maui pentru a-l vedea. Când vremea a fost ploioasă și sunt multe precipitații pentru sezon, veți vedea multe cascade uimitoare." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "Mai important pentru călătorul de familie decât pentru călătorul de afaceri, ar trebui să aflați cât de prietenos este hotelul din director și să luați decizia de acolo. Un lucru care merită căutat este dacă hotelul oferă un serviciu de baby sitting. Pentru călătorii de afaceri care doresc să scape de copii, acest lucru este, desigur, foarte relevant – poate că un hotel care nu este potrivit pentru copii ar fi ceva mai potrivit!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Nume" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Postare nouă pe blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Nici o postare pe blog încă." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Număr de vizualizări" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Nu există rezultate pentru \"%s”." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Nu sunt rezultate pentru '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Nu există etichete definite încă." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Fără" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "Nimic din toate acestea nu vă împiedică să mergeți mai departe cu planurile voastre de a pune împreună un sistem minunat de telescop. Asigurați-vă că primiți sfaturi de calitate și instruire cu privire la modul de configurare a telescopului pentru a vă satisface nevoile. Folosind aceste linii directoare, vă veți bucura de ore de plăcere la privirea stelelor la obiectivele fenomenale din cerul nopții care sunt dincolo de ochiul liber." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Nepublicat" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "Nu numai că știți vremea, vă veți asigura că privirea stelară este plină de satisfacții, dar dacă aflați când vor avea loc averse mari de meteori și alte evenimente astronomice mari, veți face ca entuziasmul astronomiei să prindă viață pentru voi." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Număr de acțiuni" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Numărul de erori" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Număr de mesaje ce necesită intervenție" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Numărul de mesaje cu eroare de livrare" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "Bineînțeles, pentru a vă duce închinarea la Lună la final, ridicarea echipamentului până la un telescop de pornire bun vă va oferi cele mai uimitoare detalii ale suprafeței lunare. Cu fiecare dintre aceste actualizări, cunoștințele dvs., precum și profunzimea și scopul a ceea ce veți putea vedea se vor îmbunătăți geometric. Pentru mulți astronomi amatori, uneori nu putem obține suficient din ceea ce putem vedea pe cel mai apropiat obiect spațial al nostru." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Altele" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Blogurile noastre" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Fotografie de Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Fotografie de Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Fotografie de Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Fotografie de Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Fotografie de Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Fotografie de Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Fotografie de Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Fotografie de Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Fotografie de PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Fotografie de SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Fotografie de Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Postări" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Data publicării" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Publicat (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Dată publicată" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Postare Publicată" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Opțiuni publicare" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Dată de publicare" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Citeste mai mult" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Resturante, Cafenele și Baruri" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Limitați publicarea pe acest site web." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Optimizat SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Eroare livrare SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Probă" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Căutați o imagine. (de exemplu: tastați \"afacere\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Selectați Blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Selectați blogul la care doriți să adăugați postarea." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Selectați acest element de meniu pentru a crea o nouă postare pe blog." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Nume SEO" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Separați fiecare cuvânt cheie cu virgulă" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Setați o postare de blog copertă." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "Mai multe păsări migratoare și native, mamifere și reptile numesc Copper Canyon casa lor. Fauna rafinată din acest ținut aproape curat merită, de asemenea, verificată." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Distribuire Linkuri" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Distribuiți pe Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Partajați pe Linkedln" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Partajează pe Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Partajați această postare" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Bară laterală" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "Sierra Tarahumara, cunoscută popular sub numele de Copper Canyon, este situată în Mexic. Zona este o destinație preferată printre cei care caută o vacanță plină de aventuri." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "Deci, este extrem de important să obțineți doar telescopul potrivit pentru locul în care vă aflați și care sunt preferințele dvs. privind privirea la stea. Pentru început, să discutăm cele trei tipuri majore de telescoape și apoi să stabilim câteva concepte “Telescop 101” pentru a vă crește șansele de a cumpăra ceea ce trebuie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "Așadar, s-ar putea ca, o dată pe an, o vacanță la un loc de camping sau o excursie la casa unei rude în țară, pe care o găsim afară, când cheltuitorul cerului de noapte se hotărăște brusc să-și facă spectacolul spectaculos. Dacă ați avut acel moment în care ați fost literalmente lovit fără suflare de cheltuitorul pe care ni-l poate arăta cerul nopții, probabil că vă puteți aminti acel moment exact în care ați putea spune puțin altceva decât “wow” la ceea ce ați văzut." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "Deci, pentru a selecta tipul potrivit de telescop, obiectivele dvs. în utilizarea telescopului sunt importante. Pentru a înțelege cu adevărat punctele tari și punctele slabe ale lentilelor și ale designului telescopului, ci și în ceea ce privește performanța telescopului în diferite situații de observare a stelelor, este mai bine să faceți niște teme în față și să vă expuneți la diferite tipuri. Deci, înainte de a face prima achiziție ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "Așadar, plecați în străinătate, v-ați ales destinația și acum trebuie să alegeți un hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Cineva Faimos în Source Title" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Începeți scriind aici..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Subtitlu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtitlu" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Categorii Etichete" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Categorie de etichete" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Formular de categorie de etichete" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formular de etichetare" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Listă Etichete" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etichete" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Teaser Content" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "În urmă cu zece ani, probabil că ați fi vizitat agentul de turism local și ați fi avut încredere în sfaturile față în față pe care vi le-au dat așa-numiții ‘experții’. Modul secolului 21 de a selecta și rezerva hotelul dvs. este, desigur, pe internet, utilizând site-uri web de călătorie." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "Momentul “Wow” este astrologia. Pentru unii, acel moment wow devine o pasiune care duce la o carieră care studiază stelele. Pentru câțiva norocoși, acel moment uimitor, deoarece o obsesie care consumă totul, care îi determină să călătorească către stele în naveta spațială sau într-una din misiunile noastre spațiale timpurii. Dar pentru majoritatea dintre noi astrologia poate deveni o distracție sau un hobby obișnuit. Dar purtăm acel moment wow cu noi pentru restul vieții noastre și începem să căutăm modalități de a privi mai adânc și de a afla mai multe despre universul spectaculos pe care îl vedem în milioanele de stele de deasupra noastră în fiecare noapte." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Frumusețea astronomiei este că oricine o poate face." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "Cel mai bun moment pentru a vedea luna, evident, este noaptea când sunt puțini nori și vremea este potrivită pentru un studiu lung și de durată. Primul trimestru oferă cele mai mari detalii de studiu. Și nu vă lăsați păcăliți, ci ștergerea unei părți a lunii atunci când nu se află în stadiul de lună plină. Fenomenul cunoscut sub numele de “strălucire a pământului” vă oferă posibilitatea de a vedea partea întunecată a lunii și cu unele detalii, chiar dacă luna este afișată doar la sfert sau jumătate." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Cel mai bun moment pentru a vedea luna." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "Postarea de pe blog va fi vizibilă pentru vizitatorii dvs. începând cu această dată pe site, dacă este setată ca publicată." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "Stâncile din această regiune sunt printre cele mai înalte din lume și a vedea apa în cascadă din vârfurile înalte este pur și simplu uluitor. Scurta excursie de la Maui cu tururi cu elicopterul Maui merită să văd frumusețea acestui mediu natural." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "URL-ul complet pentru accesarea documentului prin intermediul site-ului web." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "Următorul lucru pe care vrem să-l obținem în mod natural este un telescop bun. S-ar putea să fi văzut un hobbyist care să lucreze bine în studiul lor înființând undeva telescoapele cu aspect foarte cool pe un deal. Asta îl entuziasmează pe astronomul amator din tine, deoarece acesta trebuie să fie următorul pas logic în creșterea hobby-ului tău. Dar cum să cumperi un telescop bun poate fi de-a dreptul confuz și intimidant." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "Site-ul ar trebui să ofere o analiză detaliată a serviciilor de agrement din cadrul hotelului - spa, piscină, sală de gimnastică, saună - precum și detalii despre orice alte facilități din apropiere, cum ar fi terenuri de golf. 7. Nevoi speciale: site-ul directorului hotelier ar trebui să informeze vizitatorul cu privire la serviciile și nevoile speciale de acces ale fiecărui hotel. Deși acest lucru nu se aplică din nou fiecărui vizitator, este absolut vital pentru unii." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "Trepiedul sau alte decizii accesorii se vor schimba semnificativ cu un telescop care va locui pe punte față de unul pe care intenționați să îl duceți în multe locații îndepărtate." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "Priveliștea este cu adevărat uluitoare și este o priveliște de neratat. Este, de asemenea, extrem de educativ, cu șansa de a vedea de aproape un vulcan adormit, ceva ce nu poate fi văzut în fiecare zi. Pe laturile nordice și sudice ale vulcanului, veți vedea totuși o vedere incredibil de diferită. Aceste părți sunt luxuriante și verzi și veți putea vedea câteva cascade frumoase și o perie superbă. Pădurile tropicale tropicale abundă pe această parte a insulei și este ceva care nu este ușor accesibil prin alte mijloace decât prin aer." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "Apoi, există problema motivației recenzorului. Cu cât citești mai multe recenzii, cu atât observi mai mult cum tind să se grupeze la extremele opiniei. La un capăt, aveți recenzii supărați cu topoare; la cealaltă, ați încântat oaspeții care aduc laudă dincolo de credință. Nu veți fi surprinși să aflați că hotelurile își postează uneori propriile recenzii strălucitoare sau că linia concurentului pentru șansa de a pierde concurența cu recenzii proaste. Este logic să luați în considerare ceea ce este cu adevărat important pentru dvs. atunci când alegeți un hotel. Apoi ar trebui să alegeți un director hotelier online care să ofere informații actualizate, independente, imparțiale, care contează cu adevărat" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "Există și alte considerații care trebuie luate în considerare în decizia finală de cumpărare." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "Există ceva atemporal în cosmos. Faptul că planetele și luna și stelele de dincolo de ele au fost acolo de veacuri ne ajută să simțim locul nostru în univers. De fapt, multe dintre stelele pe care le “vedem” cu ochiul liber sunt de fapt lumina care a venit de la steaua aceea cu sute de mii de ani în urmă. Această lumină abia acum ajunge pe pământ. Deci, într-un mod foarte real, privirea în sus este ca o călătorie în timp" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "Aceste lucruri chiar contează și orice director hotelier decent ar trebui să vă ofere acest tip de sfaturi cu privire la dormitoare – nu doar numărul de camere, care este opțiunea obișnuită!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Această casetă nu va fi vizibilă vizitatorilor dvs." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Această etichetă există deja" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Micuț" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titlu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "A privi luna cu ochiul liber, familiarizându-vă cu harta lunară vă va ajuta să alegeți mările, craterele și alte fenomene geografice pe care alții le-au cartografiat deja pentru a vă face studiul mai plăcut. Hărțile lunii pot fi obținute de la orice magazin de astronomie sau online și merită investiția." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "Pentru a începe să învățăm cum să observăm stelele mult mai bine, există câteva lucruri de bază de care ar trebui să ne uităm mai adânc, dincolo de ceea ce putem vedea cu ochiul liber și să începem să studiem stelele și să ne bucurăm de ele. Primul lucru de care aveți nevoie nu este deloc echipament, ci literatura. O hartă bună a stelelor vă va arăta constelațiile majore, locația stelelor cheie pe care le folosim pentru a naviga pe cer și planetele care vor apărea mai mari decât stelele. Și dacă adăugați la acea hartă câteva materiale introductive bine făcute în hobby-ul astronomiei, sunteți pe drumul cel bun." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "Pentru a lovi o crestătură, o pereche bună de binocluri poate face minuni pentru detaliile pe care le veți vedea pe suprafața lunară. Pentru cele mai bune rezultate, obțineți un câmp larg bun în setările binoculare, astfel încât să puteți admira peisajul lunar în toată frumusețea sa. Și pentru că este aproape imposibil să țineți binoclul nemișcat pentru perioada de timp în care veți dori să priviți acest corp magnific din spațiu, poate doriți să adăugați la arsenalul echipamentului dvs. un trepied bun la care să puteți fixa binoclul, astfel încât să puteți studiați luna confortabil și cu o platformă stabilă de vizionare." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "Pentru a-l duce la un următor nivel natural, poate doriți să profitați de parteneriatele cu alți astronomi sau vizitând unul dintre telescoapele cu adevărat grozave care au fost înființate de profesioniști care au investit în tehnici mai bune pentru a elimina interferențele atmosferice pentru a vedea luna. chiar mai bine. Internetul vă poate oferi acces la Hubble și la multe dintre telescoapele uriașe care sunt îndreptate către lună tot timpul. Mai mult, multe cluburi de astronomie lucrează la modalități de a combina mai multe telescoape, sincronizate cu grijă cu computerele pentru a oferi cea mai bună vedere a peisajului lunar." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Călătorie" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Nepublicat (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Postare fără titlu" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "Folosiți această iconiță pentru a previzualiza postarea blog pe dispozitivele mobile." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Utilizat în:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Vizualizări" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Vizibil în toate paginile blogurilor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Vizibil pe site-ul curent" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Pagină web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Bloguri de site-uri web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mesaje Website" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtru fragment de site" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL website" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Istoric comunicare website" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Website meta descriere" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Website meta cuvinte cheie" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Metatitlu website" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Imagine grafică deschisă a site-ului web" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Ce se întâmplă dacă vă lasă să rulați Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "În timp ce oricine poate ridica ochii și se poate îndrăgosti de stele în orice moment, distracția astronomiei este să înveți cum să devii din ce în ce mai priceput și mai echipat în privirea stelelor pe care le vezi și înțelegi tot mai mult de fiecare dată când ridici privirea. Iată câțiva pași pe care îi puteți face pentru ca momentele pe care le puteți dedica hobby-ului dvs. de astronomie să fie mult mai plăcute." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Scrie un mic text aici pentru a descrie blogul sau compania ta." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "Ar trebui să luați întotdeauna în considerare cu atenție tipul de facilități de care aveți nevoie în dormitor și să găsiți hotelul care are cele pe care le considerați importante. Site-ul directorului hotelier ar trebui să detalieze aspecte precum: dimensiunea patului, acces la Internet (costul acestuia, indiferent dacă există conexiune WIFI sau conexiune în bandă largă prin cablu), facilități gratuite, vedere din cameră și oferte de lux, cum ar fi un meniu de perne sau un meniu de baie, alegerea camere pentru fumători sau nefumători etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "Veți vedea toată frumusețea pe care Maui o poate oferi și se poate distra de minune pentru întreaga familie. Tururile nu sunt prea scumpe și durează de la patruzeci și cinci de minute la peste o oră. Puteți vedea locuri care sunt de obicei inaccesibile cu tururile cu elicopterul Maui. Locurile care nu sunt disponibile pe jos sau cu vehiculul pot fi văzute pe calea aerului. Atracții uluitoare îi așteaptă pe cei care sunt pregătiți să facă niște excursii distractive cu elicopterul Maui. Dacă veți sta pe insulă pentru o perioadă considerabilă de timp, vă recomandăm să faceți mai multe tururi cu elicopterul Maui." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "aventură" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Faceți clic aici pentru a accesa blogul:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "breadcrumb" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "de" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "descoperire" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "Ghizi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "a fost publicat pe" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hotele" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "în" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "în " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "în " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "telescoape" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "pentru a lăsa un comentariu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "nepublicat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Niciun comentariu încă" diff --git a/i18n/ru.po b/i18n/ru.po new file mode 100644 index 0000000..ce025ee --- /dev/null +++ b/i18n/ru.po @@ -0,0 +1,2758 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Viktor Pogrebniak , 2023 +# Sergey Vilizhanin, 2023 +# Irina Fedulova , 2023 +# Андрей Гусев , 2023 +# alenafairy, 2023 +# Vladimir Lukianov , 2023 +# ILMIR , 2023 +# Martin Trigaux, 2023 +# Ivan Kropotkin , 2023 +# Vasiliy Korobatov , 2023 +# Сергей Шебанин , 2023 +# Alena Vlasova, 2023 +# Collex100, 2023 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (копия)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' Заголовок страницы." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Отображение результатов для '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Все даты" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Бинокли легки и портативны. Если у вас нет возможности установить и " +"эксплуатировать обсерваторию на своей палубе, вы, скорее всего, будете " +"путешествовать, чтобы наблюдать. Бинокль гораздо легче взять с собой и " +"использовать, пока вы находитесь за городом, чем громоздкий комплект для " +"установки телескопа." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Узнайте мнение экспертов. Если вы еще не являетесь активным членом " +"астрономического общества или клуба, продавцы в магазине телескопов смогут " +"подсказать вам, какие общества активно действуют в вашем регионе. Если у вас" +" есть связи с людьми, которые уже покупали телескопы, вы сможете получить " +"совет о том, что работает, а чего следует избегать, который будет более " +"действенным, чем все, что вы получите из статьи в Интернете или от продавца " +"в Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Опубликовать свой блог, чтобы сделать его видимым для ваших " +"посетителей." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Войти" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Попробуйте, прежде чем купить. Это еще одно преимущество выездов на " +"природу с астрономическим клубом. Вы можете выделить несколько часов на " +"общение с людьми, которые разбираются в телескопах и имеют свои установки, " +"чтобы изучить их оборудование, узнать основные технические аспекты и " +"опробовать его, прежде чем вкладывать деньги в свою собственную установку." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Напишите свою историю здесь Используйте верхнюю панель инструментов ," +" чтобы настроить стиль вашего текста: добавите изображение или таблицу, " +"установите полужирным шрифтом или курсивом и т.д. Перетащите и киньте " +"строительные блоки для большего графически в блогах." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Помимо коренного населения, местные дикие животные " +"также привлекают большое количество туристов." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Очень важно, чтобы вы приобрели именно тот телескоп, " +"который вам нужен." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "Этот момент \"Вау\" и есть суть астрологии." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Чем больше обзоров вы читаете, тем больше замечаете, " +"что они, как правило, сгруппированы по крайним точкам зрения." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "В космосе есть что-то вечное." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Изучение Луны, как и любое другое занятие, может идти " +"от простого к очень сложному." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Теги не определены" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Читать " +"далее" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Показать:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Блоги:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Отличный способ открыть для себя скрытые места" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Отдых в Медном каньоне обещает стать захватывающим сочетанием релаксации, " +"культуры, истории, дикой природы и пеших прогулок." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Новый пост" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Путешественник может отправиться в поход по каньону или войти в него. Для " +"тех, кто хочет проникнуть в глубины каньона, требуется детальное " +"планирование. Существует ряд туристических компаний, которые " +"специализируются на организации туров в этот регион. Посетители могут " +"прилететь в Медный каньон по туристической визе, которая действительна в " +"течение 180 дней. Путешественники также могут приехать на машине из любой " +"точки США и получить визу на мексиканской таможне на границе." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "О нас" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Прежде всего, установите отношения с авторитетным магазином " +"телескопов, в котором работают люди, знающие свое дело. Если вы " +"покупаете телескоп в магазине Wal-Mart или универмаге, вероятность того, что" +" вы получите правильную вещь, очень мала." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Доступ к публикации" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Требуются действия" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Активный" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Добавь немного" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Все" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Все блоги" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Все блоги" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Один в океане" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Насколько сложна установка и поломка?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Потрясающая статья в блоге: %s! Проверьте это вживую: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Захватывающее сочетание отдыха, культуры, истории, дикой природы и пеших " +"прогулок." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"И когда все будет сказано и сделано, снаряжайтесь. Поиск новых и " +"лучших телескопов будет продолжаться всю жизнь. Позвольте себе увлечься " +"астрономией, и этот опыт обогатит все аспекты жизни. Это будет зависимость, " +"от которой вы никогда не захотите отказаться." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Еще одна уникальная особенность Медного каньона - присутствие индейской " +"культуры тарахумара. Эти полукочевые люди живут в пещерных жилищах. Их " +"средства к существованию в основном зависят от земледелия и скотоводства." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Архив" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Архивировано" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Архивы" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Статья" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Статьи" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Астрономия" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Астрономические клубы - это оживленные места, полные знающих любителей, " +"которые с удовольствием поделятся с вами своими знаниями. За цену колы и " +"закуски они отправятся с вами смотреть на звезды и завалят вас пустяками и " +"великими знаниями." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Астрономия - это \"наблюдение за звездами\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Количество вложений" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Автор" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Имя автора" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Аватар" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Великолепные номера в отеле" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Помните о такой вещи, как \"астрономия\"" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Став частью общества преданных астрономов-любителей, вы получите доступ к " +"этим организованным усилиям, направленным на достижение новых уровней в " +"изучении земной Луны. Кроме того, у вас появятся коллеги и друзья, которые " +"разделяют вашу страсть к астрономии и могут поделиться своим опытом и " +"знаниями, пока вы ищете, куда бы посмотреть в следующий раз на огромном " +"ночном небе, на Луне и за ее пределами в поисках знаний о кажущейся " +"бесконечной Вселенной над нами." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Станьте частью общества преданных астрономов-любителей." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Удобства в спальне" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Прежде чем идти на такие большие расходы, лучше вложить деньги в хороший " +"бинокль. Существуют даже бинокли, предназначенные для наблюдения за " +"звездами, которые так же хорошо справятся с этой задачей и обеспечат вам " +"дополнительное зрение, чтобы вы смогли лучше разглядеть чудеса Вселенной. " +"Хорошо сконструированный бинокль также обеспечивает большую мобильность и " +"возможность держать \"улучшенное зрение\" под рукой, когда перед вами " +"открывается удивительный вид." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Прежде чем совершить первую покупку.." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "За пределами глаза" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Блог" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Название блога" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Страница блога" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Сообщение блога" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Обложка для записи в блоге" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Страницы для записей в блоге" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Заголовок поста блога" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Сообщения в блоге" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Подзаголовок блога" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Тег блога" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Категория Теги блога" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Тэги Блога" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Название блога" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Название блога" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Блоги" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Список блогов" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Страница блогов" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Низ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Хлебные крошки" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Но как просеять удивительный выбор? И, что еще важнее, действительно ли вы " +"доверяете фотографиям и описаниям отелей, которые они сами себе присвоили, " +"чтобы получить возможность забронировать номер? Отзывы путешественников " +"могут быть полезны, но следует проявлять осторожность. Они часто бывают " +"предвзятыми, иногда устаревшими и могут вовсе не отвечать вашим интересам. " +"Откуда вы знаете, что те характеристики, которые важны для автора отзыва, " +"важны и для вас?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Покупка телескопа" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Покупка подходящего телескопа, который позволит вам выйти на новый уровень " +"увлечения астрономией, станет важным шагом в развитии вашей страсти к " +"звездам." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Можно опубликовать" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Карточки" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Категория" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Детские учреждения" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Выберите изображение из библиотеки." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Нажмите здесь, чтобы добавить новый контент на свой сайт." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Нажмите на кнопку\"Новый\" в правом верхнем углу, чтобы написать свою" +" первую запись в блоге." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Закрыть" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Комментарий" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Комментарии" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Комментарии/Просмотры Статистика" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Содержание" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Медный каньон - одно из шести ущелий в этом районе. Хотя название наводит на" +" мысль, что ущелье может иметь какое-то отношение к добыче меди, это не так." +" Название происходит от медного и зеленого лишайника, покрывающего каньон. " +"Медный каньон имеет две климатические зоны. В верхней части региона царит " +"альпийский климат, а в нижней - субтропический. На больших высотах зимы " +"холодные, с частыми снежными бурями. Лето сухое и жаркое. Столица штата, " +"город Чиуауа, представляет собой высокогорную пустыню, где погода " +"варьируется от холодной зимы до жаркого лета. Этот регион уникален благодаря" +" различным экосистемам, существующим в его пределах." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Обложка" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Свойства обложки" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Создано" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Создано" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Дата (от новой к старой)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Дата (от старой до новой)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Описание" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Декстер" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Зона падения для строительных блоков" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Восточный Мауи" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Вертолетные туры на Восточный Мауи позволят вам увидеть десятитысячефутовый " +"вулкан Халеакала, или Дом солнца. Этот вулкан находится в спящем состоянии и" +" последний раз извергался в 1790 году. Во время вертолетных экскурсий на " +"Мауи вы сможете увидеть кратер вулкана и сухую, засушливую землю, окружающую" +" южную сторону склона вулкана." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Редактировать в бэкэнд" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Отредактируйте '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Отредактируйте заголовок страницы \"Все блоги\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Отредактируйте заголовок страницы \"Результаты фильтрации\"." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Отредактируйте название, подзаголовок необязателен." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Введите название вашего сообщения" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Факты, которые следует иметь в виду." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"И, наконец, самое главное: команда, проверяющая качество гостиничного " +"каталога, должна регулярно посещать отель, встречаться с персоналом, спать в" +" номере и пробовать еду. Они должны испытать отель так, как это может " +"сделать только гость отеля, и только тогда они смогут написать о нем по-" +"настоящему убедительный отзыв." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Подписывайтесь на нас" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Подписывайтесь на нас" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Подписчики" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Подписчики" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Многие из нас, живущих в городах, не замечают этого неба в обыденной жизни. " +"Городские огни отлично маскируют удивительное зрелище, которое постоянно " +"находится над нашими головами." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Для многих из нас самое первое знакомство с небесными телами началось с того" +" момента, когда мы впервые увидели на небе полную луну. Это поистине " +"великолепное зрелище, доступное даже невооруженному глазу." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Для каждого, кто хочет заниматься астрономией, найдется занятие по душе - от" +" самого маленького ребенка до самого продвинутого астрофизика. На самом " +"деле, эта наука настолько доступна, что практически любой человек может " +"заниматься ею в любом месте. Все, что нужно уметь делать, - это смотреть " +"вверх." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Полная ширина" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Станьте гиком" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Купите телескоп" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Узнайте немного истории" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Начать" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Сетка" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Группировать по" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Есть сообщение" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Вот некоторые ключевые факты, которые вам следует иметь в виду:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Советы по проведению праздников" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Эффект наведения" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Как искать" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Насколько сложен телескоп и будут ли у вас проблемы с его обслуживанием? " +"Чтобы получить ответы на эти и другие вопросы, зайдите в сеть. Если вы " +"будете выполнять домашнее задание подобным образом, вы найдете именно тот " +"телескоп, который нужен для следующего большого шага в развитии вашей " +"страсти к астрономии." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Насколько мобильным должен быть ваш телескоп?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Как выбрать подходящий отель" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" +"Если флажок установлен, значит, новые сообщения требуют вашего внимания." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Если отмечено, некоторые сообщения имеют ошибку доставки." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Если вам важно, чтобы отель находился, например, на пляже, рядом с парком " +"развлечений или удобным аэропортом, то расположение имеет первостепенное " +"значение. Любой приличный каталог должен предлагать карту расположения отеля" +" и его окрестностей. Должны быть предложены схемы расстояния до аэропорта, а" +" также интерактивная карта." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Если ночь будет ясной, вы сможете увидеть удивительные детали лунной поверхности, просто наблюдая за звездами на своем заднем дворе.\n" +"Естественно, по мере роста вашей любви к астрономии вы будете находить множество небесных тел, вызывающих восхищение. Но Луна, возможно, навсегда останется нашей первой любовью, потому что это единственный далекий космический объект, который имеет уникальную возможность пролетать близко к Земле и по которому ходил человек." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "В" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"Во многих отношениях это большой шаг от человека, который просто увлекается " +"астрономией, к серьезному изучению этой науки. Но мы-то с вами знаем, что " +"после покупки телескопа предстоит сделать еще один большой шаг, прежде чем " +"вы научитесь им пользоваться." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Повышение удобочитаемости" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Является подписчиком" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Опубликовано" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Острова" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Изучать созвездия, ориентироваться в ночном небе, находить планеты и " +"знаменитые звезды - это очень увлекательно. Существует множество веб-сайтов " +"и книг, которые помогут вам в этом." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Важно выбрать отель, в котором вы будете чувствовать себя комфортно: " +"современная или традиционная обстановка, местный декор или международный, " +"формальный или расслабленный. Идеальный каталог отелей должен предоставить " +"вам информацию о доступных вариантах." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Можно с уверенностью сказать, что в какой-то момент жизни у каждого из нас " +"наступает момент, когда мы вдруг ошеломляемся, столкнувшись лицом к лицу с " +"огромностью Вселенной, которую мы видим в ночном небе." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Это действительно удивительно, когда вы думаете о том, что, просто посмотрев" +" вверх в любую ночь, вы можете увидеть практически сотни тысяч звезд, " +"звездных систем, планет, лун, астероидов, комет и, возможно, даже случайный " +"космический шаттл, пролетающий мимо. Еще больше захватывает дух, когда " +"понимаешь, что небо, на которое ты смотришь, - это, по сути, то же самое " +"небо, которым наслаждались наши предки сотни и тысячи лет назад, когда " +"просто смотрели вверх." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Джунгли" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Знайте, на что вы смотрите" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Знайте, когда искать" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Большой" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Последний вкладчик" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Последнее обновление" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Последнее обновление" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Последние" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Последние сообщения в публикации" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Макет" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Изучение истории великих открытий в астрономии сделает ваши минуты " +"наблюдения за звездами более осмысленными. Это одна из старейших наук на " +"Земле, поэтому узнайте, кто из великих людей смотрел на звезды до вас." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Места отдыха" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Список" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Местный колорит - это прекрасно, но рестораны и бары самого отеля могут " +"сыграть важную роль в вашем отдыхе. Вы должны быть осведомлены о выборе, " +"стиле и о том, являются ли они элегантными или неформальными. Хороший отчет " +"об отеле должен рассказать вам об этом, в частности, о завтраках." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Местоположение" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Марли" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Вертолетные экскурсии на Мауи" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Вертолетные туры на Мауи - это отличный способ увидеть остров с другой " +"стороны и получить удовольствие от приключения. Если вы никогда раньше не " +"летали на вертолете, это отличное место, чтобы сделать это." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Вертолетные туры на Мауи - отличный способ осмотреть те места, куда " +"невозможно добраться пешком или на машине. Экскурсии длятся около часа и " +"стоят примерно от ста восьми пяти долларов до двухсот сорока долларов на " +"человека. Для многих это возможность раз в жизни увидеть природные пейзажи, " +"которые больше не будут доступны. Взяв с собой фотоаппараты и видео, чтобы " +"запечатлеть моменты, вы сможете снова и снова вспоминать об этом туре на " +"протяжении многих лет." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Вертолетные туры на Мауи позволят вам увидеть все эти достопримечательности." +" Отправляясь в вертолетные туры на Мауи, обязательно возьмите с собой " +"фотоаппарат или видео, чтобы запечатлеть красоту пейзажей и показать друзьям" +" и родным все то, что вы увидели во время отпуска." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Средний" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Ошибка доставки сообщения" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Сообщения" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Мета описание" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Мета ключевые слова" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Мета Заголовок" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Молокаи Мауи" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Вертолетные туры на Молокаи Мауи доставят вас на другой остров, который находится всего в девяти милях от острова и до которого легко добраться по воздуху. На этом острове очень мало жителей, здесь другая культура и пейзажи. Все побережье на северо-востоке усеяно скалами и отдаленными пляжами. Они совершенно недоступны для любого другого вида транспорта, кроме воздушного.\n" +"Люди, живущие на острове, никогда не видели этих удивительных пейзажей, если только не совершали вертолетные туры на Мауи. В дождливую погоду, когда выпадает большое количество осадков для этого сезона, вы увидите множество удивительных водопадов." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Для семейного путешественника важнее, чем для делового, вам следует узнать " +"из справочника, насколько отель дружелюбен к детям, и уже на основании этого" +" принимать решение. Стоит обратить внимание на то, предлагает ли отель " +"услуги няни. Для делового путешественника, желающего уехать с детьми, это, " +"конечно, тоже очень важно - возможно, отель, не дружелюбный к детям, будет " +"более подходящим вариантом!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Самые просматриваемые записи блога" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Имя" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Имя / Последняя должность" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Новая запись в блоге" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Следующая статья" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Нет обложки" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "В блоге пока нет записей." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Нет просмотров" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Нет результатов для \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Не найдено результатов для '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Метки еще не определены." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Нет" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Все это не мешает вам двигаться вперед, чтобы собрать потрясающую систему " +"телескопов. Просто убедитесь, что вы получите качественную консультацию и " +"обучение по настройке телескопа в соответствии с вашими потребностями. " +"Используя эти рекомендации, вы сможете часами наслаждаться наблюдением за " +"феноменальными видами ночного неба, недоступными невооруженному глазу." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Не опубликовано" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Не только знание погоды обеспечит вам удовольствие от наблюдения за " +"звездами, но и если вы узнаете, когда случаются большие метеоритные дожди и " +"другие крупные астрономические события, вы сможете с радостью наблюдать за " +"астрономией." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Число действий" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Число ошибок" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Количество сообщений, требующих принятия мер" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Количество недоставленных сообщений" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Конечно, для того чтобы довести поклонение Луне до совершенства, необходимо " +"довести свое оборудование до уровня хорошего стартового телескопа, который " +"позволит вам получить самые потрясающие детали лунной поверхности. С каждой " +"такой модернизацией ваши знания, глубина и масштаб того, что вы сможете " +"увидеть, будут улучшаться в геометрической прогрессии. Многим астрономам-" +"любителям порой бывает недостаточно того, что мы можем увидеть на этом " +"ближайшем к нам космическом объекте." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"Выберите язык по умолчанию, опустошите описание записи в блоге и сохраните, " +"чтобы получить автоматическое (переведенное) резюме." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"После просмотра содержимого в мобильном режиме вы можете вернуться к " +"обычному виду, нажав здесь еще раз" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Другие" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Наши блоги" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Фото Антона Реппонена, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Фото Арто Марттинен, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Фото: Борис Смокрович, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Фото: Денис Невожай, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Фото: Грег Ракози, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Фото: Джейсон Бриско, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Фото: Джон Лай, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Фото: Патрик Бринкзма, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Фото: PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Фото: SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Фото: Тедди Келли, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Записи" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Список записей" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Дата публикации" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Опубликовано" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Опубликовано (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Дата публикации" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Опубликован Пост" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Варианты публикации" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Дата публикации" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Поле Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Рейтинги" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Подробнее" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "Читать далее " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Рестораны, кафе и бары" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Ограничьте публикацию на этом сайте." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO-оптимизированный" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Ошибка доставки SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Пример" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Спутники" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Поиск изображения. (например, введите \"бизнес\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Приморский берег против горного" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Смотреть на мир сверху" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Выберите блог" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Выберите блог, в который вы хотите добавить запись." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Выберите этот пункт меню, чтобы создать новую запись в блоге." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Выберите для комментария" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Выберите в Твиттер" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Имя Seo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Выделите каждое ключевое слово запятой" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Установите публикацию поста обложку." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Несколько перелетных и местных птиц, млекопитающих и рептилий называют " +"Коппер-Каньон своим домом. Изысканная фауна этой почти нетронутой земли " +"также заслуживает внимания." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Поделиться ссылкой" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Поделиться в Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Поделиться в LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Поделиться в Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Поделиться этой записью" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Боковая панель" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Сьерра-Тараумара" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Сьерра-Тараумара, известная в народе как Медный каньон, находится в Мексике." +" Этот район является излюбленным местом отдыха для тех, кто ищет " +"приключений." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Глупый Чико" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Небо" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Поэтому очень важно, чтобы вы приобрели именно тот телескоп, который вам " +"нужен и который соответствует вашим предпочтениям в наблюдении за звездами. " +"Для начала давайте обсудим три основных вида телескопов, а затем изложим " +"несколько концепций \"Телескопа 101\", чтобы повысить ваши шансы на то, что " +"вы купите правильную вещь." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Возможно, раз в год мы отправляемся на отдых в кемпинг или едем к " +"родственникам за город и оказываемся на улице в тот самый момент, когда " +"кудесник ночного неба вдруг решает устроить свое захватывающее шоу. Если у " +"вас был такой момент, когда вы были буквально поражены тем, что может " +"показать нам ночное небо, вы, вероятно, можете вспомнить тот самый момент, " +"когда вы не могли сказать ничего другого, кроме \"вау\", от увиденного." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Поэтому для выбора правильного телескопа важны ваши цели использования " +"телескопа. Чтобы действительно понять сильные и слабые стороны не только " +"объективов и конструкции телескопа, но и то, как телескоп работает в " +"различных ситуациях наблюдения за звездами, лучше всего заранее выполнить " +"домашнее задание и ознакомиться с различными видами телескопов. Поэтому " +"прежде чем совершить свою первую покупку.." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Итак, вы собираетесь за границу, выбрали место назначения и теперь вам нужно" +" выбрать отель." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Знаменитость в названии источника" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Наблюдение за фауной" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Начните писать здесь..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Стиль" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Подзаголовок" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Подзаголовок" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Категории тегов" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Тег категории" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Форма категории тегов" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Форма вкладки" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Список тегов" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "Категория тегов уже существует!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Название тега уже существует!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Теги" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Теги" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Фотографирование в темноте" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Тизер" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Тизер и теги" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Содержание тизера" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Десять лет назад вы, скорее всего, посетили бы местное туристическое " +"агентство и доверились бы советам так называемых \"экспертов\", полученным " +"при личной встрече. В XXI веке выбрать и забронировать отель можно, конечно " +"же, в Интернете, на туристических сайтах." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Этот момент \"вау\" и есть суть астрологии. Для некоторых этот момент " +"становится страстью, которая приводит к карьере в изучении звезд. Для " +"немногих счастливчиков этот момент превращается во всепоглощающую " +"одержимость, которая приводит к путешествию к звездам на космическом шаттле " +"или в одной из наших ранних космических миссий. Но для большинства из нас " +"астрология может стать развлечением или обычным хобби. Но мы остаемся с этим" +" впечатлением на всю жизнь и начинаем искать способы заглянуть глубже и " +"узнать больше о впечатляющей Вселенной, которую мы видим в миллионах звезд " +"над головой каждую ночь." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Прелесть астрономии в том, что ею может заниматься каждый." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Лучшее время для наблюдения Луны, очевидно, - ночь, когда мало облаков и " +"погода располагает к длительному и продолжительному изучению. Первая " +"четверть дает наибольшую детальность изучения. И пусть вас не обманывает " +"затуманивание части Луны, когда она не находится в стадии полнолуния. " +"Явление, известное как \"земной свет\", дает возможность увидеть затемненную" +" часть Луны с некоторыми деталями, даже если Луна находится только в " +"четверти или половине." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Лучшее время для наблюдения за Луной." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Запись в блоге будет видна посетителям с этой даты на сайте, если она " +"установлена как опубликованная." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Скалы в этом регионе - одни из самых высоких в мире, а от вида воды, " +"каскадом стекающей с высоких пиков, просто захватывает дух. Короткая поездка" +" с Мауи с вертолетными турами стоит того, чтобы увидеть красоту этой " +"природы." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Полный URL-адрес для доступа к документу через веб-сайт." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Следующее, что мы, естественно, хотим приобрести, - это хороший телескоп. " +"Возможно, вы видели, как любители, достигшие значительных успехов в изучении" +" астрономии, устанавливают эти действительно крутые телескопы где-нибудь на " +"холме. Это возбуждает в вас астронома-любителя, потому что это должно быть " +"логичным следующим шагом в развитии вашего хобби. Но как купить хороший " +"телескоп, может быть совершенно непонятно и пугающе." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"На сайте должен быть подробный анализ услуг по организации досуга в отеле - " +"спа, бассейн, тренажерный зал, сауна, - а также подробная информация о любых" +" других объектах поблизости, например, о полях для гольфа. 7. Особые " +"потребности: сайт-каталог отелей должен информировать посетителей об услугах" +" для особых потребностей и политике доступности каждого отеля. Хотя, опять " +"же, это касается не каждого посетителя, для некоторых это просто жизненно " +"необходимо." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Выбор штатива и других аксессуаров существенно изменится, если телескоп " +"будет стоять на вашей палубе, а не в тех местах, которые вы планируете брать" +" с собой в дальние поездки." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"От такого вида просто захватывает дух, и это зрелище нельзя пропустить. " +"Кроме того, это очень познавательно: вы сможете увидеть спящий вулкан " +"вблизи, что бывает не каждый день. Однако на северной и южной сторонах " +"вулкана вы увидите невероятно разные виды. Эти стороны пышные и зеленые, и " +"вы сможете увидеть несколько красивых водопадов и великолепные кустарники. " +"Тропические леса изобилуют на этой стороне острова, и это то, до чего " +"нелегко добраться никаким другим способом, кроме как по воздуху." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Кроме того, существует проблема мотивации рецензента. Чем больше отзывов вы " +"читаете, тем больше замечаете, что они, как правило, сгруппированы по " +"крайним точкам зрения. На одном конце - злобные рецензенты, у которых есть " +"на что опираться, на другом - восторженные гости, которые рассыпаются в " +"похвалах до бесконечности. Вы не удивитесь, узнав, что отели иногда " +"публикуют собственные хвалебные отзывы или что конкуренты выстраиваются в " +"очередь, чтобы получить возможность обрушиться на соперников с плохими " +"отзывами. При выборе отеля имеет смысл подумать о том, что для вас " +"действительно важно. Затем следует выбрать онлайновый каталог отелей, " +"который предоставляет актуальную, независимую, беспристрастную информацию, " +"которая действительно имеет значение." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Есть и другие соображения, которые следует учитывать при принятии " +"окончательного решения о покупке." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"В космосе есть что-то вечное. Тот факт, что планеты, Луна и звезды за их " +"пределами существуют уже много веков, накладывает свой отпечаток на наше " +"представление о своем месте во Вселенной. На самом деле, многие звезды, " +"которые мы видим невооруженным глазом, - это свет, который исходил от звезды" +" сотни тысяч лет назад. Этот свет только сейчас достигает Земли. Так что в " +"самом деле, смотреть вверх - это как путешествовать во времени." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Такие вещи действительно имеют значение, и любой приличный каталог отелей " +"должен дать вам подобную информацию о спальнях, а не просто о количестве " +"комнат, как это обычно бывает!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Это поле не будет видно вашим посетителям" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Этот тег уже существует" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Крошечный" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Заголовок" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Название над обложкой" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Название Внутренняя сторона обложки" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Чтобы посмотреть на Луну невооруженным глазом, ознакомьтесь с лунной картой " +"- она поможет вам выбрать моря, кратеры и другие географические явления, " +"которые уже были нанесены на карту другими людьми, и сделает ваше изучение " +"более приятным. Лунные карты можно приобрести в любом астрономическом " +"магазине или через Интернет, и они стоят того, чтобы вложить в них деньги." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Для того чтобы начать учиться наблюдать за звездами гораздо лучше, " +"необходимо знать некоторые основные вещи, которые помогут нам заглянуть " +"глубже, за пределы того, что мы можем увидеть невооруженным глазом, и начать" +" изучать звезды, а также наслаждаться ими. Первое, что вам понадобится, - " +"это вовсе не оборудование, а литература. Хорошая звездная карта покажет вам " +"основные созвездия, расположение ключевых звезд, по которым мы ориентируемся" +" на небе, и планет, которые кажутся крупнее звезд. А если к этой карте " +"добавить несколько хорошо сделанных вводных материалов в астрономическое " +"хобби, то вы уже на верном пути." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Хороший бинокль сделает чудеса с деталями, которые вы увидите на лунной " +"поверхности. Для достижения наилучших результатов установите в бинокле " +"широкое поле, чтобы вы могли увидеть лунный пейзаж во всей его красоте. А " +"поскольку бинокль практически невозможно удержать в неподвижном состоянии в " +"течение длительного времени, пока вы будете смотреть на это великолепное " +"космическое тело, возможно, вам захочется добавить в свой арсенал " +"оборудования хороший штатив, на который вы сможете установить бинокль, чтобы" +" изучать Луну с комфортом и на устойчивой смотровой площадке." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Чтобы выйти на новый естественный уровень, вы можете воспользоваться " +"партнерскими отношениями с другими астрономами или посетить один из " +"действительно великих телескопов, установленных профессионалами, которые " +"вложили средства в лучшие методы устранения атмосферных помех, чтобы видеть " +"Луну еще лучше. Через Интернет можно получить доступ к \"Хабблу\" и многим " +"другим огромным телескопам, которые постоянно направлены на Луну. Кроме " +"того, многие астрономические клубы работают над тем, чтобы объединить " +"несколько телескопов, тщательно синхронизированных с компьютерами для " +"наилучшего обзора лунного ландшафта." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Верхний баннер" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Путешествия" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Неизданное (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Без названия" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Используйте этот значок для предварительного просмотра записи в блоге на " +"мобильных устройствах." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Используется в:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Точки зрения" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Просмотры" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Виден на страницах всех блогов" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Видимый на текущем веб-сайте" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "НАПИШИТЕ ЗДЕСЬ ИЛИ ПЕРЕТАЩИТЕ СТРОИТЕЛЬНЫЕ БЛОКИ" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Сайт" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Блоги веб-сайтов" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Веб-сайт сообщения" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Фильтр сниппетов веб-сайтов" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Адрес сайта" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "История общений с сайта" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Мета-описание веб-сайта" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Мета-ключевые слова сайта" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Мета-название Веб-сайта" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Изображение на сайте opengraph" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Что, если они позволят вам управлять \"Хабблом" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Хотя каждый может посмотреть на звезды и влюбиться в них в любое время, " +"удовольствие от астрономии заключается в том, чтобы научиться становиться " +"все более опытным и подготовленным в наблюдении за звездами, чтобы видеть и " +"понимать все больше и больше каждый раз, когда вы смотрите вверх. Вот " +"несколько шагов, которые вы можете предпринять, чтобы сделать моменты, " +"которые вы можете посвятить своему хобби - астрономии, гораздо более " +"приятными." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "С видом" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Напишите здесь небольшой текст, описывающий ваш блог или компанию." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Вы всегда должны тщательно продумать, какие удобства вам нужны в спальне, и " +"найти отель, в котором есть те, которые вы считаете важными. На сайте отеля " +"должны быть подробно описаны такие вопросы, как размер кровати, доступ в " +"Интернет (его стоимость, наличие WIFI или проводного широкополосного " +"соединения), дополнительные удобства, вид из номера и роскошные предложения," +" такие как меню подушек или меню ванн, выбор номеров для курящих или " +"некурящих и т. д." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Вы увидите все красоты, которые может предложить Мауи, и сможете отлично " +"провести время всей семьей. Туры не слишком дороги и длятся от сорока пяти " +"минут до часа. С помощью вертолетных экскурсий на Мауи вы сможете увидеть " +"места, которые обычно недоступны. Места, недоступные пешком или на " +"автомобиле, можно увидеть с воздуха. Захватывающие дух достопримечательности" +" ждут тех, кто решил совершить увлекательные вертолетные экскурсии на Мауи. " +"Если вы собираетесь провести на острове значительное количество времени, вам" +" стоит подумать о том, чтобы совершить несколько вертолетных экскурсий на " +"Мауи." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "приключения" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "блог. Нажмите здесь, чтобы перейти к блогу:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "хлебные крошки" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "от" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "открытие" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "гиды" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "было опубликовано на" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "отели" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "в" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "в " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "в " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "телескопы" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "оставить комментарий" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "неопубликовано" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Комментариев пока нет" diff --git a/i18n/sk.po b/i18n/sk.po new file mode 100644 index 0000000..2b0b3cd --- /dev/null +++ b/i18n/sk.po @@ -0,0 +1,2401 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Tomáš Píšek, 2024 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kópia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Prihlásiť sa" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "O nás" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Potrebná akcia" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktívne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Všetko" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Archivovať" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Archivovaný" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Archívy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Článok" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Články" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom zdroj" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Počet príloh" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Meno autora" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Názov blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Príspevok blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Nadpis príspevku blogu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Príspevky blogu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Podtitul blogu" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Tag blogu" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Tagy blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Dno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Breadcrumb" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Ako však prechádzať úžasnými možnosťami ponuky? A čo je dôležitejšie, " +"skutočne dôverujete fotografiám a popisom hotelov, ktoré ocenili sami, s " +"motiváciou získavať rezervácie? Recenzie od cestovateľov môžu byť užitočné, " +"ale musíte byť opatrní. Často sú zaujaté, niekedy neaktuálne a nemusia vôbec" +" slúžiť vašim záujmom. Ako viete, že funkcie, ktoré sú dôležité pre " +"recenzenta, sú pre vás dôležité?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Môžete publikovať" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategória" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Vybrať obrázok z knižnice" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Zatvoriť" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Komentár" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Komentáre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Obsah" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Obálka" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Vlastnosti obálky" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Popis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Editovať v backedne" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Sledujte nás" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Nasleduj nás" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Odberatelia" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Odberatelia (partneri)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Plná šírka" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Začať" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Mriežka" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Zoskupiť podľa" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Má správu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Ak označené, potom nové správy vyžadujú vašu pozornosť." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Ak označené, potom majú niektoré správy chybu dodania." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "V" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Odberateľ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Publikované" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Veľké" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Posledný prispievateľ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Usporiadanie" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Zoznam" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Miesto" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Médium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Chyba zobrazovania správ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Správy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Meno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nový príspevok blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Žiadna obálka" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Zatiaľ žiadny príspevok blogu." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Počet zobrazení" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Nenašli sa výsledky pre '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Žiadne" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Počet akcií" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Počet chýb" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Počet správ, ktoré vyžadujú akciu" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Počet doručených správ s chybou" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Iní" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Príspevky" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publikovať" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Zverejnený príspevok" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb pole" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Hodnotenia" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Čítaj viac" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Obmedzte publikovanie na túto webstránku." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Optimalizované SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Chyba doručenia SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Vzorka" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Vyberte túto položku menu pre vytvorenie nového príspevku blogu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Seo meno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Zdieľajte odkazy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Začnite písať sem..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Štýl" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Pod titul" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Titulka" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Tag kategórie" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Formulár tagu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Zoznam tagu" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Názov značky už existuje!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Tagy" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Úplná URL na prístup k dokumentu cez webové stránky." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Malý" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titul" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Nenazvaný príspevok" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Použité v:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Zobrazenia" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Viditeľné na aktuálnej webstránke" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Webstránka" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogy webstránky" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Správy webstránok" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL Webstránok" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "História komunikácie webstránok" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Meta popis webstránky" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Meta kľúčové slová webstránky" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Meta nadpis webstránky" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Obrázok otvorenej webstránky" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Uvidíte všetku krásu, ktorú Maui ponúka a môže sa skvele baviť s celou " +"rodinu. Prehliadky nie sú príliš drahé a trvajú od štyridsaťpäť minút do " +"vyše hodiny. Môžete vidieť miesta, ktoré sú zvyčajne neprístupné pri " +"prehliadkach helikoptérou ponad Maui. Letecky je možné vidieť miesta, ktoré " +"nie sú dostupné pešo alebo autom. Na tých, ktorí sa chystajú na vrtuľníkové " +"prehliadky Maui, čakajú dychberúce zážitky. Ak zostanete na ostrove " +"dostatočne dlho, možno budete chcieť premýšľať o viacerých prehliadkach " +"Maui." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "breadcrumb" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "pomocou" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "v" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "nepublikované" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/sl.po b/i18n/sl.po new file mode 100644 index 0000000..928018a --- /dev/null +++ b/i18n/sl.po @@ -0,0 +1,2392 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# matjaz k , 2023 +# laznikd , 2023 +# Boris Kodelja , 2023 +# Tadej Lupšina , 2023 +# Matjaz Mozetic , 2023 +# Martin Trigaux, 2023 +# Jasmina Macur , 2023 +# Katja Deržič, 2024 +# Tomaž Jug , 2024 +# Grega Vavtar , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Grega Vavtar , 2024\n" +"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopija)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Prikazani rezultati za '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Objavite svoj blog, da bo viden vašim obiskovalcem." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Prijava" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Tu napišite svojo zgodbo. Uporabite zgornjo orodno vrstico za " +"oblikovanje besedila: dodajte sliko ali tabelo, nastavite krepko ali poševno" +" pisavo itd. Vlečite in spustite gradnike za več grafičnih blogov." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "O nas" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Potreben je ukrep" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktivno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Vse" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arhiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arhivirano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arhivi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Članek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Članki" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Število prilog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Avtor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Ime avtorja" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Naziv bloga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Članek na blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Naslov članka na blogu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Članki na blogu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Podnaslov bloga" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Oznaka bloga" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Oznake bloga" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Spodaj" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Drobtine (Breadcrumb)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Lahko objavite" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kartice" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategorija" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Zaključi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Komentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Komentarji" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Prispevek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Poln obseg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Lastnosti naslovnice" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Opis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Uredi v ozadju" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Sledi nam" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Sledite nam" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Sledilci" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Sledilci (partnerji)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Celotna širina" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Mreža" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Združi po" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Ima sporočilo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Če je označeno, zahtevajo nova sporočila vašo pozornost." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Če je označeno, nekatera sporočila vsebujejo napako pri dostavi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "V" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Je sledilec" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Je objavljen" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Široko" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Avtor zadnjega prispevka" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Postavitev" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Seznam" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Lokacija" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medij" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Napaka pri dostavi sporočila" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Sporočila" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Naziv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nov članek na blogu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Ni še člankov na blogu." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Število ogledov" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Ni rezultatov za \"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Brez" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Ne objavljeno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Število aktivnosti" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Število napak" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Število sporočil, ki zahtevajo ukrepanje" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Število sporočil, ki niso bila pravilno dostavljena." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Članki" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Objavljeno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Datum objave" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Objavljeni članki" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Možnosti objavljanja" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Datum objave" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb polje" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Ocene" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Omejitev objav na to spletno stran." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO optimizirano" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Napaka pri dostavi SMS " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Vzorec" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Izberite to postavko menija, da bi ustvarili nov članek na blogu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Seo ime" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Stranska vrstica" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Podnaslov" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Podnaslov" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Kategorije oznak" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Obrazec oznak" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Seznam oznak" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Ključne besede" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Napovednik" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Vsebina napovednika" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Objava na blogu bo vašim obiskovalcem vidna od tega datuma dalje, če je " +"označena kot objavljeno." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Polna URL povezava za dostop do dokumenta preko spletne strani." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Naslov" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Objava brez naslova" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Uporabljeno pri:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Prikazi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Vidno na trenutni spletni strani" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Spletna stran" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Blogi spletne strani" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Sporočila iz spletne strani" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filtriranje gradnikov s spletne strani" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL spletne strani" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Kronologija komunikacij spletne strani" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Meta opis spletne strani" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Meta ključne besede spletne strani" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Meta naziv spletne strani" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Spletna opengraph slika" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Kliknite tukaj za dostop do bloga:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "dobtinice" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "po" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "je bil objavljen na" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "za komentiranje" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "neobjavljeno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Še nobenega komentarja" diff --git a/i18n/sq.po b/i18n/sq.po new file mode 100644 index 0000000..12ecc83 --- /dev/null +++ b/i18n/sq.po @@ -0,0 +1,2021 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2016-03-31 13:44+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Albanian (http://www.transifex.com/odoo/odoo-9/language/sq/)\n" +"Language: sq\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Krijuar nga" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Krijuar me" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Emri i paraqitur" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupo Nga" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Modifikuar per here te fundit nga" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Modifikuar per here te fundit me" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Emri" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Mesazhe të Website-it" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Historiku i Komunikimeve të Website-it" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/sr.po b/i18n/sr.po new file mode 100644 index 0000000..fc00326 --- /dev/null +++ b/i18n/sr.po @@ -0,0 +1,2730 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Martin Trigaux, 2023 +# Dragan Vukosavljevic , 2023 +# Milan Bojovic , 2023 +# コフスタジオ, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: コフスタジオ, 2024\n" +"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopija)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' page header." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Prikazuje rezultate za '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- All dates" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Publish your blog post to make it visible to your visitors." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Prijavi se" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"It is critically important that you get just the right" +" telescope." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"That “Wow” moment is what astrology is all about." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "There is something timeless about the cosmos." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "No tags defined" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Read " +"Next" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Show:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Blogs:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "A great way to discover hidden places" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "A new post" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "O nama" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Access post" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Potrebna akcija" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktivno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Add some" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Sve" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "All Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "All blogs" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Alone in the ocean" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Along those lines, how difficult is the set up and break down?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Amazing blog article: %s! Check it live: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "An exciting mix of relaxation, culture, history, wildlife and hiking." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arhiva" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arhivirano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arhive" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Članak" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Članci" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomy is “stargazing\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Feed" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Broj priloga" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Ime autora" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Awesome hotel rooms" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Be aware of this thing called “astronomy”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Becoming part of the society of devoted amateur astronomers." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Bedroom Facilities" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Before you make your first purchase…" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Beyond The Eye" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Blog Name" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Blog Page" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blog Post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Blog Post Cover" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Blog Post Pages" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Blog Post Title" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blog Posts" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blog Subtitle" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blog Tag" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Blog Tag Category" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Blog Tags" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Blog Title" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Blog's Title" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Blogs List" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Blogs Page" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Dno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Breadcrumb" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Buying A Telescope" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Može da objavljuje" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kartice" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategorija" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Children’s’ Facilities" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Choose an image from the library." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Click here to add new content to your website." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Zatvori" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Komentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Komentari" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Statistika komentara/pregleda" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Sadržaj" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Naslovana strana" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Svojstva naslovnice" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Datum (novije ka starijem)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Datum (stariji ka novijem)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Opis" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Drop Zone for Building Blocks" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "East Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Uredi u pozadini" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Edit the '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Edit the 'All Blogs' page header." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Edit the 'Filter Results' page header." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Edit your title, the subtitle is optional." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Enter your post's title" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Facts you should bear in mind." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Pratite nas" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Follow us" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Pratioci" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Pratioci (Partneri)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Full-Width" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Get a geek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Get a telescope" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Get some history" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Kreni" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Matrica" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupiši po" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Ima poruku" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Here are some of the key facts you should bear in mind:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Holiday tips" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Hover effect" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "How To Look Up" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "How mobile must your telescope be?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "How to choose the right hotel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Ako je označeno, nove poruke zahtevaju vašu pažnju." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Ako je označeno, neke poruke imaju grešku u isporuci." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "In" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Increase Readability" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Je pratilac" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Je objavljeno" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Islands" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Jungle" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Know what you are looking at" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Know when to look" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Veliko" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Last Contributor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Poslednji put ažurirao" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Poslednji put ažurirano" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Latest" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Latest Blog Posts" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Izgled" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Leisure Facilities" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Lokacija" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Maui helicopter tours" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Posrednik" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Greška pri isporuci poruke" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Poruke" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta Description" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Meta Keywords" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta Title" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Most Viewed Blog Posts" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Naziv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Name / Latest Post" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "New Blog Post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Next Article" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "No Cover" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "No blog post yet." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Broj pogleda" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "No results for \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Nema pronađenih rezultata za '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "No tags defined yet." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Ništa" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Nije objavljeno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Broj akcija" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Broj grešaka" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Broj poruka koje zahtevaju akciju" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Broj poruka sa greškom u isporuci" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Drugi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Our blogs" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Photo by Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Photo by Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Photo by Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Photo by Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Photo by Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Photo by Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Photo by Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Photo by Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Photo by PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Photo by SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Photo by Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Postovi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Posts List" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Datum objaljivanja" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Objavljeno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Published (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Objavljeno dana" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Published Post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Publishing Options" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Publishing date" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb Field" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Ocene" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Pročitaj više" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restaurants, Cafes and Bars" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Ograniči objavljivanje na ovom website-u." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO optimizovano" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Greška u dostavi SMS-a" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Uzorak" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Satellites" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Search for an image. (eg: type \"business\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Seaside vs mountain side" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Seeing the world from above" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Select Blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Select the blog you want to add the post to." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Select this menu item to create a new blog post." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Označi da komentarišeš" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Select to Tweet" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "SEO naziv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Separate every keyword with a comma" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Set a blog post cover." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Podeli linkove" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Podeli na Facebook-u" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Podeli na LinkedIn-u" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Podeli na Twitter-u" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Share this post" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Pokretna traka" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Skies" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Someone famous in Source Title" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Spotting the fauna" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Start writing here..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Sub Title" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Subtitle" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Tag Categories" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Tag Category" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Tag Category Form" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Tag Form" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Tag List" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Naziv oznake već postoji!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Oznake" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Tags List" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Taking pictures in the dark" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Teaser" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser & Tags" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Teaser Content" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "The beauty of astronomy is that anybody can do it." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "The best time to view the moon." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Kompletna URL adresa za pristup dokumentima putem website-a." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"There are other considerations to factor into your final purchase decision." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "This box will not be visible to your visitors" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "This tag already exists" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Tiny" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Naslov" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Title Above Cover" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Title Inside Cover" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Top Banner" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Travel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Unpublished (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Untitled Post" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "Use this icon to preview your blog post on mobile devices." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Used in:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Viewpoints" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Pregledi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Visible in all blogs' pages" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Vidljivo na trenutnom website-u" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "WRITE HERE OR DRAG BUILDING BLOCKS" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Web stranica" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Website Blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Website poruke" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filter website snippet-a" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Website URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Istorija website komunikacije" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Website meta opis" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Website meta ključne reči" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Website meta naslov" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Website opengraph slika" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "What If They Let You Run The Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "With a View" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Write a small text here to describe your blog or company." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "avantura" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Click here to access the blog :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "breadcrumb" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "od" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "otkrivanje" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "guides" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "has been published on the" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "hoteli" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "in" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "u " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "u " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "teleskopi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "da ostaviš komentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "neobjavljeno" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Još uvek nema komentara" diff --git a/i18n/sr@latin.po b/i18n/sr@latin.po new file mode 100644 index 0000000..6560c84 --- /dev/null +++ b/i18n/sr@latin.po @@ -0,0 +1,2025 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Djordje Marjanovic , 2017 +# Ljubisa Jovev , 2017 +# Martin Trigaux , 2017 +# Nemanja Dragovic , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:50+0000\n" +"PO-Revision-Date: 2017-10-24 09:00+0000\n" +"Last-Translator: Nemanja Dragovic , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"Language: sr@latin\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Binoculars are lightweight and portable. Unless you have the luxury to set up and operate an observatory from your deck, you are probably going to travel to perform your viewings. Binoculars go with you much easier and they are more lightweight to carry to the country and use while you are there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Pick the brains of the experts. If you are not already active in an astronomy society or club, the sales people at the telescope store will be able to guide you to the active societies in your area. Once you have connections with people who have bought telescopes, you can get advice about what works and what to avoid that is more valid than anything you will get from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Try before you buy. This is another advantage of going on some field trips with the astronomy club. You can set aside some quality hours with people who know telescopes and have their rigs set up to examine their equipment, learn the key technical aspects, and try them out before you sink money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Apart from the native population, the local wildlife is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "It is critically important that you get just the right telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Your study of the moon, like anything else, can go from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "Read Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A holiday to the Copper Canyon promises to be an exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "A traveler may choose to explore the area by hiking around the canyon or venturing into it. Detailed planning is required for those who wish to venture into the depths of the canyon. There are a number of travel companies that specialize in organizing tours to the region. Visitors can fly to Copper Canyon using a tourist visa, which is valid for 180 days. Travelers can also drive from anywhere in the United States and acquire a visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Above all, establish a relationship with a reputable telescope shop that employs people who know their stuff. If you buy your telescope at a Wal-Mart or department store, the odds you will get the right thing are remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktivan" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "And when all is said and done, get equipped. Your quest for newer and better telescopes will be a lifelong one. Let yourself get addicted to astronomy and the experience will enrich every aspect of life. It will be an addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Another unique feature of Copper Canyon is the presence of the Tarahumara Indian culture. These semi-nomadic people live in cave dwellings. Their livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arhivirani" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Astronomy clubs are lively places full of knowledgeable amateurs who love to share their knowledge with you. For the price of a coke and snacks, they will go star gazing with you and overwhelm you with trivia and great knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Autor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers will give you access to these organized efforts to reach new levels in our ability to study the Earth’s moon. And it will give you peers and friends who share your passion for astronomy and who can share their experience and areas of expertise as you seek to find where you might look next in the huge night sky, at the moon and beyond it in your quest for knowledge about the seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Before you go to that big expense, it might be a better next step from the naked eye to invest in a good set of binoculars. There are even binoculars that are suited for star gazing that will do just as good a job at giving you that extra vision you want to see just a little better the wonders of the universe. A well designed set of binoculars also gives you much more mobility and ability to keep your “enhanced vision” at your fingertips when that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "But how do you sift through the amazing choices on offer? And more importantly, do you really trust the photographs and descriptions of the hotels that they have awarded themselves with the motivation of getting bookings? Traveler reviews can be helpful, but you need to exercise caution. They are often biased, sometimes out of date, and may not serve your interests at all. How do you know that the features that are important to the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Buying the right telescope to take your love of astronomy to the next level is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Click on \"New\" in the top-right corner to write your first blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Sadržaj" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Copper Canyon is one of the six gorges in the area. Although the name suggests that the gorge might have some relevance to copper mining, this is not the case. The name is derived from the copper and green lichen covering the canyon. Copper Canyon has two climatic zones. The region features an alpine climate at the top and a subtropical climate at the lower levels. Winters are cold with frequent snowstorms at the higher altitudes. Summers are dry and hot. The capital city, Chihuahua, is a high altitude desert where weather ranges from cold winters to hot summers. The region is unique because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Datum kreiranja" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui helicopter tours will give you a view of the ten thousand foot volcano, Haleakala or House of the sun. This volcano is dormant and last erupted in 1790. You will be able to see the crater of the volcano and the dry, arid earth surrounding the south side of the volcano’s slop with Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Finally and most importantly, the quality hotel directory inspection team should have visited the hotel in question on a regular basis, met the staff, slept in a bedroom and tried the food. They should experience the hotel as only a hotel guest can and it is only then that they are really in a strong position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "For many of us who are city dwellers, we don’t really notice that sky up there on a routine basis. The lights of the city do a good job of disguising the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "For many of us, our very first experience of learning about the celestial bodies begins when we saw our first full moon in the sky. It is truly a magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "From the tiniest baby to the most advanced astrophysicist, there is something for anyone who wants to enjoy astronomy. In fact, it is a science that is so accessible that virtually anybody can do it virtually anywhere they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupiši po" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How complex is the telescope and will you have trouble with maintenance? Network to get the answers to these and other questions. If you do your homework like this, you will find just the right telescope for this next big step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "If it matters that your hotel is, for example, on the beach, close to the theme park, or convenient for the airport, then location is paramount. Any decent directory should offer a location map of the hotel and its surroundings. There should be distance charts to the airport offered as well as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "In many ways, it is a big step from someone who is just fooling around with astronomy to a serious student of the science. But you and I both know that there is still another big step after buying a telescope before you really know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It is great fun to start learning the constellations, how to navigate the night sky and find the planets and the famous stars. There are web sites and books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "It is important to choose a hotel that makes you feel comfortable – contemporary or traditional furnishings, local decor or international, formal or relaxed. The ideal hotel directory should let you know of the options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "It is safe to say that at some point on our lives, each and every one of us has that moment when we are suddenly stunned when we come face to face with the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "It really is amazing when you think about it that just by looking up on any given night, you could see virtually hundreds of thousands of stars, star systems, planets, moons, asteroids, comets and maybe a even an occasional space shuttle might wander by. It is even more breathtaking when you realize that the sky you are looking up at is for all intents and purposes the exact same sky that our ancestors hundreds and thousands of years ago enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Promenio" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Vreme promene" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Learning the background to the great discoveries in astronomy will make your moments star gazing more meaningful. It is one of the oldest sciences on earth so find out the greats of history who have looked at these stars before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Local color is great but the hotel’s own restaurants and bars can play an important part in your stay. You should be aware of choice, style and whether or not they are smart or informal. A good hotel report should tell you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to see the island from a different perspective and have a fun adventure. If you have never been on a helicopter before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours are a great way to tour those places that can not be reached on foot or by car. The tours last approximately one hour and range from approximately one hundred eight five dollars to two hundred forty dollars person. For many, this is a once in a lifetime opportunity to see natural scenery that will not be available again. Taking cameras and videos to capture the moments will also allow you to relive the tour again and again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Maui helicopter tours will allow you to see all of these sights. Make sure to take a camera or video with you when going on Maui helicopter tours to capture the beauty of the scenery and to show friends and family at home all the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "More important to the family traveler than the business traveler, you should find out just how child friendly the hotel is from the directory and make your decision from there. One thing worth looking for is whether the hotel offers a baby sitters service. For the business traveler wishing to escape children this is of course very relevant too – perhaps a hotel that is not child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Naziv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Prazno" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "None of this precludes you from moving forward with your plans to put together an awesome telescope system. Just be sure you get quality advice and training on how to configure your telescope to meet your needs. Using these guidelines, you will enjoy hours of enjoyment stargazing at the phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Not only knowing the weather will make sure your star gazing is rewarding but if you learn when the big meteor showers and other big astronomy events will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Of course, to take your moon worship to the ultimate, stepping your equipment up to a good starter telescope will give you the most stunning detail of the lunar surface. With each of these upgrades your knowledge and the depth and scope of what you will be able to see will improve geometrically. For many amateur astronomers, we sometimes cannot get enough of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Several migratory and native birds, mammals and reptiles call Copper Canyon their home. The exquisite fauna in this near-pristine land is also worth checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. The area is a favorite destination among those seeking an adventurous vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So it is critically important that you get just the right telescope for where you are and what your star gazing preferences are. To start with, let’s discuss the three major kinds of telescopes and then lay down some “Telescope 101″ concepts to increase your chances that you will buy the right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "So it might be that once a year vacation to a camping spot or a trip to a relative’s house out in the country that we find ourselves outside when the spender of the night sky suddenly decides to put on it’s spectacular show. If you have had that kind of moment when you were literally struck breathless by the spender the night sky can show to us, you can probably remember that exact moment when you could say little else but “wow” at what you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "So to select just the right kind of telescope, your objectives in using the telescope are important. To really understand the strengths and weaknesses not only of the lenses and telescope design but also in how the telescope performs in various star gazing situations, it is best to do some homework up front and get exposure to the different kinds. So before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "So you’re going abroad, you’ve chosen your destination and now you have to choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Oznake" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Ten years ago, you’d have probably visited your local travel agent and trusted the face-to-face advice you were given by the so called ‘experts’. The 21st Century way to select and book your hotel is of course on the Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "That “Wow” moment is what astrology is all about. For some, that wow moment becomes a passion that leads to a career studying the stars. For a lucky few, that wow moment because an all consuming obsession that leads to them traveling to the stars in the space shuttle or on one of our early space missions. But for most of us astrology may become a pastime or a regular hobby. But we carry that wow moment with us for the rest of our lives and begin looking for ways to look deeper and learn more about the spectacular universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon, obviously, is at night when there are few clouds and the weather is accommodating for a long and lasting study. The first quarter yields the greatest detail of study. And don’t be fooled but the blotting out of part of the moon when it is not in full moon stage. The phenomenon known as “earthshine” gives you the ability to see the darkened part of the moon with some detail as well, even if the moon is only at quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "The blog post will be visible for your visitors as of this date on the website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The cliffs in this region are among the highest in the world and to see water cascading from the high peaks is simply breathtaking. The short jaunt from Maui with Maui helicopter tours is well worth seeing the beauty of this natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "The next thing we naturally want to get is a good telescope. You may have seen a hobbyist who is well along in their study setting up those really cool looking telescopes on a hill somewhere. That excites the amateur astronomer in you because that must be the logical next step in the growth of your hobby. But how to buy a good telescope can be downright confusing and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "The site should offer a detailed analysis of leisure services within the hotel – spa, pool, gym, sauna – as well as details of any other facilities nearby such as golf courses. 7. Special Needs: the hotel directory site should advise the visitor of each hotel’s special needs services and accessibility policy. Whilst again this does not apply to every visitor, it is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "The tripod or other accessory decisions will change significantly with a telescope that will live on your deck versus one that you plan to take to many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "The view of this is truly breathtaking and is a sight not to be missed. It is also highly educational with a chance to see a dormant volcano up close, something that can not be seen every day. On the northern and southern sides of the volcano, you will see an incredible different view however. These sides are lush and green and you will be able to see some beautiful waterfalls and gorgeous brush. Tropical rainforests abound on this side of the island and it is something that is not easily accessible by any other means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Then there’s the problem of the reviewer’s motivation. The more reviews you read, the more you notice how they tend to cluster at the extremes of opinion. On one end, you have angry reviewers with axes to grind; at the other, you have delighted guests who lavish praise beyond belief. You’ll not be surprised to learn that hotels sometimes post their own glowing reviews, or that competitor’s line up for the chance to lambaste the competition with bad reviews. It makes sense to consider what is really important to you when selecting a hotel. You should then choose an online hotel directory that gives up-to-date, independent, impartial information that really matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos. The fact that the planets and the moon and the stars beyond them have been there for ages does something to our sense of our place in the universe. In fact, many of the stars we “see” with our naked eye are actually light that came from that star hundreds of thousands of years ago. That light is just now reaching the earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "These things really do matter and any decent hotel directory should give you this sort of advice on bedrooms – not just the number of rooms which is the usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Naslov" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To gaze at the moon with the naked eye, making yourself familiar with the lunar map will help you pick out the seas, craters and other geographic phenomenon that others have already mapped to make your study more enjoyable. Moon maps can be had from any astronomy shop or online and they are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "To get started in learning how to observe the stars much better, there are some basic things we might need to look deeper, beyond just what we can see with the naked eye and begin to study the stars as well as enjoy them. The first thing you need isn’t equipment at all but literature. A good star map will show you the major constellations, the location of the key stars we use to navigate the sky and the planets that will appear larger than stars. And if you add to that map some well done introductory materials into the hobby of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To kick it up a notch, a good pair of binoculars can do wonders for the detail you will see on the lunar surface. For best results, get a good wide field in the binocular settings so you can take in the lunar landscape in all its beauty. And because it is almost impossible to hold the binoculars still for the length of time you will want to gaze at this magnificent body in space, you may want to add to your equipment arsenal a good tripod that you can affix the binoculars to so you can study the moon in comfort and with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "To take it to a natural next level, you may want to take advantage of partnerships with other astronomers or by visiting one of the truly great telescopes that have been set up by professionals who have invested in better techniques for eliminating atmospheric interference to see the moon even better. The internet can give you access to the Hubble and many of the huge telescopes that are pointed at the moon all the time. Further, many astronomy clubs are working on ways to combine multiple telescopes, carefully synchronized with computers for the best view of the lunar landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Internet stranica" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Website poruke" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Istorija komunikacije Web stranice" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "While anyone can look up and fall in love with the stars at any time, the fun of astronomy is learning how to become more and more skilled and equipped in star gazing that you see and understand more and more each time you look up. Here are some steps you can take to make the moments you can devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "You should always carefully consider the type of facilities you need from your bedroom and find the hotel that has those you consider important. The hotel directory website should elaborate on matters such as: bed size, Internet Access (its cost, whether there is WIFI or wired broadband connection), Complimentary amenities, views from the room and luxury offerings like a Pillow menu or Bath menu, choice of smoking or non smoking rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "You will see all the beauty that Maui has to offer and can have a great time for the entire family. Tours are not too expensive and last from forty five minutes to over an hour. You can see places that are typically inaccessible with Maui helicopter tours. Places that are not available by foot or vehicle can be seen by air. Breathtaking sights await those who are up for some fun Maui helicopter tours. If you will be staying on the island for a considerable amount of time, you may want to think about doing multiple Maui helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/sv.po b/i18n/sv.po new file mode 100644 index 0000000..b514024 --- /dev/null +++ b/i18n/sv.po @@ -0,0 +1,2404 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# lasch a , 2023 +# Levi Siuzdak (sile), 2023 +# Robin Calvin, 2023 +# Daniel Osser , 2023 +# Patrik Lermon , 2023 +# Kristoffer Grundström , 2023 +# Björn Hayer, 2023 +# Martin Wilderoth , 2023 +# Daniel Löfgren, 2023 +# Mikael Åkerberg , 2023 +# Simon S, 2023 +# Christelle Wehbe , 2023 +# Fredrik Arvas , 2023 +# Chrille Hedberg , 2023 +# Lasse L, 2023 +# Martin Trigaux, 2023 +# Kim Asplund , 2023 +# Anders Wallenquist , 2024 +# Jakob Krabbe , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jakob Krabbe , 2024\n" +"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopia)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Visar resultat för '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Alla datum" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Logga in" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Ett bra sätt att upptäcka gömda platser" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Ett nytt inlägg" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Om oss" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Åtgärd Krävs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Aktiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Alla" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Alla bloggar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arkiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arkiverad" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arkiv" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Artikel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Artiklar" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom-flöde" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Antal Bilagor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Författare" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Författare" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Före du gör första inköpet..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blogg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Bloggnamn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blogginlägg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Blogginläggs titel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blogginlägg" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blogg underrubrik" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Bloggetikett" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Bloggetiketter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Bloggar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Undre" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Brödsmula" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Kan publicera" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kort" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategori" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Välj en bild från biblioteket." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Stäng" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Kommentar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Kommentarer" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Innehåll" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Omslag" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Egenskaper för omslag" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Datum (ny till gammal)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Datum (gammal till ny)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Beskrivning" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Redigera i backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Följ oss" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Följ oss" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Följare" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Följare (kontakter)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Full bredd" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Kom igång" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Matris" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Gruppera efter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Har meddelande" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Om markerad så finns det meddelanden som kräver din uppmärksamhet." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Om markerad, en del meddelanden har leveransfel." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "I" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Är Följare" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Är publicerad" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Stor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Senaste författare" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad den" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Layout" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Lista" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Plats" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Medium" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Fel vid leverans meddelande" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Meddelanden" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Namn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Nytt blogginlägg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Inga blogginlägg än." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Antal visningar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Inga resultat hittades för '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Inga" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Publicerad av" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Antal åtgärder" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Antal fel" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Antal meddelanden som kräver åtgärd" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Antal meddelanden med leveransfel" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Andra" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Inlägg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Publiceringsdatum" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Publicerad" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Publiceringsdatum" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Publicerade inlägg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Publiceringsoptioner" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb-fält" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Betyg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Begränsa publicering till denna webbplats." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO optimerad" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS leveransfel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Prov" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Välj det här menyalternativet för att skapa ett nytt blogginlägg." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "SEO titel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Dela länkar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Dela på Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Dela på Linkedin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Dela på X" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Dela detta inlägg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Sidofält" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Underrubrik" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Underrubrik" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Etikettkategorier" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Etikettkategori" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Etikettformulär" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Etikettlista" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiketter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Fullständig URL för åtkomst av dokument via webbplatsen." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Titel" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Använd i:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Vyer" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Synlig på vald webbplats" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Webbplats" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Webbplatsbloggar" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Webbplatsmeddelanden" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Filter för Webplatssnippet" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Webbplatsens URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Webbplatsens kommunikationshistorik" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Webbplatsens metabeskrivning" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Webbplatsens metanyckelord" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Webbplatsens metatitel" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Webbplats opengraph-bild" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "synlig sökväg" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "av" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "har blivit publicerad på" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "i" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "opublicerad" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/th.po b/i18n/th.po new file mode 100644 index 0000000..0fb26df --- /dev/null +++ b/i18n/th.po @@ -0,0 +1,2724 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2024 +# Rasareeyar Lappiam, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Rasareeyar Lappiam, 2024\n" +"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (สำเนา)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "หัวเพจ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "กำลังแสดงผลลัพธ์สำหรับ " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- วันที่ทั้งหมด" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"กล้องส่องทางไกลมีน้ำหนักเบาและพกพาได้ง่าย " +"เว้นแต่คุณจะชอบความหรูหราในการติดตั้งและต้องการใช้งานหอดูดาวจากดาดฟ้าของคุณ " +"หรือคุณอาจจะอยากเดินทางไปดูด้วยตัวคุณเอง " +"กล้องส่องทางไกลสามารถไปกับคุณได้ทุกที่และมีน้ำหนักเบาเหมาะแก่การพกพาไปในสถานที่ต่าง" +" ๆ และใช้งานในขณะที่คุณอยู่ที่นั่นมากกว่าชุดติดตั้งกล้องโทรทรรศน์ที่ยุ่งยาก" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"เลือกสมองของผู้เชี่ยวชาญหากคุณยังไม่ได้ทำงานในสมาคมดาราศาสตร์หรือชมรม" +" " +"พนักงานขายที่ร้านขายกล้องโทรทรรศน์จะสามารถแนะนำคุณเกี่ยวกับกลุ่มสังคมที่กระตือรือร้นภายในพื้นที่ของคุณ" +" เมื่อคุณมีความสัมพันธ์อันดีกับผู้ที่ซื้อกล้องโทรทรรศน์แล้ว " +"คุณจะได้รับคำแนะนำเกี่ยวกับสิ่งที่มีประโยชฯืแก่คุณอย่างแท้จริง " +"และสิ่งที่ควรหลีกเลี่ยงซึ่งมีประโยขน์มากกว่าสิ่งที่คุณจะได้รับจากบทความบนเว็บหรือพนักงานขายที่" +" Wal-Mart" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"เผยแพร่บล็อกโพสต์ของคุณเพื่อให้ผู้เยี่ยมชมของคุณสามารถมองเห็นได้ " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "ลงชื่อเข้าใช้" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"ทดลองใช้ก่อนซื้อ " +"นี่เป็นข้อดีอีกอย่างของการไปทัศนศึกษากับชมรมดาราศาสตร์ " +"คุณสามารถจัดสรรชั่วโมงที่เปี่ยมคุณภาพกับผู้ที่รู้จักกล้องโทรทรรศน์และเตรียมอุปกรณ์เพื่อตรวจสอบอุปกรณ์ของพวกเขา" +" เรียนรู้ด้านเทคนิคต่างๆ ที่สำคัญ " +"และทดลองใช้งานก่อนที่คุณจะใช้จ่ายไปกับการตั้งค่าด้วยตัวคุณเอง" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"เขียนเรื่องราวของคุณที่นี้ " +"ใช้แถบเครื่องมือด้านบนเพื่อจัดรูปแบบข้อความของคุณ " +"คุณสามารถเพิ่มรูปภาพหรือตาราง ตั้งค่าตัวอักษรหนาหรือตัวเอียงหรืออื่น ๆ " +"ที่คุณต้องการ ลากและวางบล็อกสำเร็จรูปและบล็อกแบบกราฟิกต่าง ๆ เพิ่มเติม" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"นอกเหนือจากผู้คนพื้นเมืองแล้ว " +"สัตว์ป่าในท้องถิ่นยังเป็นสัตว์ที่ดึงดูดผู้คนจำนวนมาก" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"การซื้อกล้องโทรทรรศน์ที่เหมาะสมเป็นสิ่งสำคัญอย่างยิ่ง" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"ช่วงเวลา \"ว้าว\" " +"นั้นเป็นสิ่งที่เกี่ยวกับโหราศาสตร์" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"ยิ่งคุณอ่านบทวิจารณ์ต่าง ๆ มากเท่าไหร่ " +"คุณยิ่งสังเกตเห็นว่าพวกเขามีแนวโน้มในการจัดกลุ่มความคิดเห็นอย่างไรมากขึ้น" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "มีบางสิ่งที่เป็นอมตะเกี่ยวกับจักรวาล" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"การศึกษาดวงจันทร์ของคุณ " +"เหมือนกับสิ่งอื่นที่คุณเรียนรู้ " +"สามารถเพิ่มระดับจากง่ายไปเป็นซับซ้อนมากยิ่งขึ้น" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "ไม่ได้กำหนดแท็ก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"อ่านต่อไป" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "แสดง:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "บล็อก:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "วิธีที่ยอดเยี่ยมในการค้นพบสถานที่ที่ซ่อนอยู่" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"วันหยุดที่ Copper Canyon จะเป็นการผสมผสานความน่าตื่นเต้นของการพักผ่อน " +"วัฒนธรรม ประวัติศาสตร์ สัตว์ป่า และการเดินป่า" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "โพสต์ใหม่" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"นักเดินทางอาจเลือกสำรวจพื้นที่โดยการเดินป่ารอบหุบเขาหรือผจญภัยไปในหุบเขา " +"ซึ่งจำเป็นต้องมีการวางแผนโดยละเอียดสำหรับผู้ที่ต้องการผจญภัยในส่วนลึกของหุบเขาลึก" +" มีบริษัทท่องเที่ยวหลายแห่งที่เชี่ยวชาญในการจัดทัวร์ไปยังพื้นที่นั้น " +"ผู้เยี่ยมชมสามารถบินไปที่ Copper Canyon โดยใช้วีซ่านักท่องเที่ยว ซึ่งมีอายุ " +"180 วัน " +"นักท่องเที่ยวสามารถขับรถจากที่ใดก็ได้ในสหรัฐอเมริกาและขอวีซ่าที่สถานีศุลกากรเม็กซิกันที่ชายแดน" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "เกี่ยวกับเรา" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"เหนือกว่าอื่นใด " +"การสร้างความสัมพันธ์กับร้านกล้องโทรทรรศน์ที่มีชื่อเสียง " +"ซึ่งจ้างคนที่รู้เรื่องเหล่านี้ หากคุณซื้อกล้องโทรทรรศน์ที่ Wal-Mart " +"หรือห้างสรรพสินค้า โอกาสที่คุณจะได้รับสิ่งที่ถูกต้องนั้นน้อยมาก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "เข้าถึงโพสต์" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "จำเป็นต้องดำเนินการ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "เปิดใช้งาน" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "เพิ่ม" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "ทั้งหมด" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "บล็อกทั้งหมด" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "บล็อกทั้งหมด" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "เดียวดายกลางมหาสมุทร" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "ตลอดเส้นทางนั้น การตั้งค่าและการแยกส่วนประกอบยากแค่ไหน?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "บทความบล็อกที่น่าตื่นตาตื่นใจ: %s! เช็คในรูปแบบไลฟ์: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"การผสมผสานที่น่าตื่นเต้นของการผ่อนคลาย วัฒนธรรม ประวัติศาสตร์ สัตว์ป่า " +"และการเดินป่า" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"และเมื่อทุกอย่างพูดและทำเสร็จแล้วสามารถ " +"รับอุปกรณ์การแสวงหากล้องโทรทรรศน์ที่ใหม่กว่าและดีกว่าของคุณจะเป็นไปตลอดชีวิต" +" ปล่อยใจให้ตัวคุณเสพติดดาราศาสตร์และประสบการณ์จะเสริมสร้างทุกด้านของชีวิต " +"มันจะเป็นการเสพติดที่คุณไม่อยากเลิก" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"คุณสมบัติพิเศษอีกอย่างหนึ่งของ Copper Canyon คือการมีอยู่ของวัฒนธรรมอินเดีย " +"Tarahumara คนกึ่งเร่ร่อนเหล่านี้อาศัยอยู่ในบ้านถ้ำ " +"การทำมาหากินของพวกเขาส่วนใหญ่ขึ้นอยู่กับการทำฟาร์มและการเลี้ยงปศุสัตว์" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "เก็บถาวร" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "เก็บถาวรแล้ว" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "ที่เก็บถาวร" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "บทความ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "บทความ" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "ดาราศาสตร์" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"ชมรมดาราศาสตร์เป็นสถานที่ที่มีชีวิตชีวาซึ่งเต็มไปด้วยมือสมัครเล่นที่มีความรู้และชอบที่จะแบ่งปันความรู้กับคุณ" +" สำหรับราคาโค้กและของว่าง " +"พวกเขาจะไปดูดาวกับคุณและขยี้ตาคุณด้วยเกร็ดความรู้และเกร็ดความรู้ดี ๆ" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "ดาราศาสตร์เป็น \"การดูดาว\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "ฟีดอะตอม" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "จำนวนสิ่งที่แนบมา" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "ผู้เขียน" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "ชื่อผู้เขียน" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "อวตาร" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "ห้องพักโรงแรมที่ยอดเยี่ยม" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "พึงรู้ไว้ซึ่งสิ่งที่เรียกว่า “ดาราศาสตร์”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"การเป็นส่วนหนึ่งของสังคมของนักดาราศาสตร์สมัครเล่นที่อุทิศตนจะทำให้คุณสามารถเข้าถึงความพยายามที่เป็นระบบเหล่านี้เพื่อบรรลุระดับใหม่ในความสามารถของเราในการศึกษาดวงจันทร์ของโลก" +" และมันจะมอบพื่อนที่มีความรู้เท่ากันหรือมากกว่าคุณ " +"ที่พร้อมแบ่งปันความหลงใหลในดาราศาสตร์ของคุณและสามารถแรัลประสบการณ์และความเชี่ยวชาญจากพวกเขา" +" " +"ในขณะที่คุณพยายามค้นหาตำแหน่งที่คุณจะมองต่อไปในท้องฟ้ายามค่ำคืนอันกว้างใหญ่ที่ดวงจันทร์และดวงดาวอื่น" +" ๆ ในการแสวงหาของคุณ " +"ความรู้เกี่ยวกับจักรวาลเบื้องบนที่ดูเหมือนไม่มีที่สิ้นสุด" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "ร่วมเป็นส่วนหนึ่งของสังคมนักดาราศาสตร์สมัครเล่นผู้อุทิศตน" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "สิ่งอำนวยความสะดวกในห้องนอน" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"ก่อนที่คุณจะจ่ายแพงขนาดนั้น " +"นี้อาจเป็นขั้นตอนต่อไปที่ดีกว่าตาเปล่าในการลงทุนชุดกล้องส่องทางไกลดี ๆ " +"มีแม้กระทั่งกล้องส่องทางไกลที่เหมาะสำหรับการดูดาวที่จะทำงานได้ดีพอ ๆ " +"กันในการมอบวิสัยทัศน์พิเศษที่คุณต้องการเพื่อเห็นความมหัศจรรย์ของจักรวาลให้ดีขึ้นอีกเล็กน้อย" +" " +"ชุดกล้องส่องทางไกลที่ออกแบบมาอย่างดียังช่วยให้คุณมีความคล่องตัวและมอบความสามารถในการ" +" \"มองเห็นที่ดียิ่งขึ้น\" ไว้เพียงปลายนิ้วสัมผัส " +"และมอบมุมมองที่น่าอัศจรรย์นั้นแก่ตุณ" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "ก่อนตัดสินใจซื้อครั้งแรก..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "เหนือกว่าดวงตา" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "บล็อก" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "ชื่อบล็อก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "หน้าบล็อก" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "บล็อกโพสต์" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "ปกบล็อกโพสต์" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "หน้าโพสต์บล็อก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "ชื่อบล็อกโพสต์" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "บล็อกโพสต์" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "คำบรรยายบล็อก" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "แท็กบล็อก" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "หมวดหมู่แท็กบล็อก" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "แท็กบล็อก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "ชื่อบล็อก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "ชื่อของบล็อก" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "บล็อก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "รายการบล็อก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "หน้าบล็อก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "ด้านล่าง" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Breadcrumb" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"แต่คุณจะกลั่นกรองตัวเลือกที่น่าอัศจรรย์ที่มีให้ได้อย่างไร? " +"และที่สำคัญกว่านั้น " +"คุณเชื่อถือรูปถ่ายและคำอธิบายของโรงแรมที่ต้องการสร้างแรงจูงใจในการจองจริง ๆ " +"หรือไม่? ความคิดเห็นของนักท่องเที่ยวมีประโยชน์ แต่คุณต้องใช้ความระมัดระวัง " +"พวกเขามักจะลำเอียง บางครั้งก็ล้าสมัย และอาจไม่ตอบสนองความสนใจของคุณเลย " +"คุณรู้ได้อย่างไรว่าฟีเจอร์ต่าง ๆ ที่สำคัญสำหรับนักรีวิวนั้นสำคัญต่อคุณ?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "ซื้อกล้องโทรทรรศน์" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"การซื้อกล้องโทรทรรศน์ที่เหมาะสมเพื่อยกระดับความรักในดาราศาสตร์ของคุณไปอีกขั้น" +" นั้นคือก้าวต่อไปที่ยิ่งใหญ่กว่าเดิมในการพัฒนาความหลงใหลในดวงดาวของคุณ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "สามารถเผยแพร่" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "การ์ด" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "หมวดหมู่" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "สิ่งอำนวยความสะดวกของเด็ก" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "เลือกรูปภาพจากคลัง" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "คลิกที่นี่เพื่อเพิ่มเนื้อหาใหม่ลงในเว็บไซต์ของคุณ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "คลิกที่ \"ใหม่\" ที่มุมบนขวาเพื่อเขียนบล็อกโพสต์แรกของคุณ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "ปิด" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "ความคิดเห็น" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "ความคิดเห็น" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "สถิติ ความคิดเห็น/การดู" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "เนื้อหา" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon เป็นหนึ่งในช่องแคบในพื้นที่ " +"แม้ว่าชื่อจะบ่งบอกว่าหุบเขาอาจมีความเกี่ยวข้องกับการขุดทองแดงบ้าง " +"แต่ก็ไม่เป็นเช่นนั้น ชื่อนี้ได้มาจากทองแดงและตะไคร่สีเขียวที่ปกคลุมหุบเขา " +"Copper Canyon ซึ่งมีสองเขตภูมิอากาศ " +"ภูมิภาคนี้มีภูมิอากาศแบบเทือกเขาแอลป์ที่ด้านบนและภูมิอากาศแบบกึ่งเขตร้อนที่ระดับล่าง" +" ฤดูหนาวอากาศหนาวและมีพายุหิมะบ่อยครั้งที่ระดับความสูงที่สูงขึ้น " +"ฤดูร้อนแห้งและร้อน และเมืองหลวงชื่อ Chihuahua เป็นทะเลทรายที่มีระดับสูงมาก " +"ซึ่งมีสภาพอากาศตั้งแต่ฤดูหนาวที่หนาวเย็นไปจนถึงฤดูร้อนที่ร้อน " +"ภูมิภาคนี้มีเอกลักษณ์เฉพาะตัวเนื่องจากระบบนิเวศต่าง ๆ ที่มีอยู่ภายใน" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "หน้าปก" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "คุณสมบัติปก" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "วันที่ (ใหม่ไปเก่า)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "วันที่ (เก่าไปใหม่)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "คำอธิบาย" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "แสดงชื่อ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "วางโซนสำหรับบล็อกสำเร็จรูป" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "เมาวีตะวันออก" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"ทัวร์เฮลิคอปเตอร์ East Maui จะทำให้คุณได้เห็นวิวของภูเขาไฟขนาดหมื่นฟุต " +"Haleakala หรือ House of the sun ภูเขาไฟแห่งนี้สงบนิ่งและปะทุครั้งสุดท้ายในปี" +" พ.ศ. 2333 " +"คุณจะสามารถเห็นปล่องภูเขาไฟและดินแห้งแล้งที่รายรอบด้านใต้ของภูเขาไฟด้วยทัวร์เฮลิคอปเตอร์" +" Maui " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "แก้ไขในส่วนหลัง" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "แก้ไข '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "แก้ไขส่วนหัวของหน้า 'บล็อกทั้งหมด'" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "แก้ไขส่วนหัวของหน้า \"ตัวกรองผลลัพธ์\"" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "แก้ไขชื่อของคุณ คำบรรยายเป็นทางเลือก" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "กรอกชื่อโพสต์ของคุณ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "ข้อเท็จจริงที่คุณควรจดจำไว้" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"สุดท้ายและที่สำคัญที่สุด " +"ทีมงานตรวจสอบรายชื่อโรงแรมที่มีคุณภาพควรเข้าเยี่ยมชมโรงแรมในรายชื่อเป็นประจำ" +" พบกับเจ้าหน้าที่ เข้านอนในห้องนอน และลองทานอาหาร " +"พวกเขาควรสัมผัสประสบการณ์กับโรงแรมในแบบเดียวกับที่แขกของโรงแรมเท่านั้นที่ทำได้" +" และพวกเขาก็อยู่ในสถานะที่แข็งแกร่งจริง ๆ ที่จะสามารถเขียนเกี่ยวกับโรงแรมนี้" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "ติดตามเรา" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "ติดตามเรา" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "ผู้ติดตาม" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "ผู้ติดตาม (พาร์ทเนอร์)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"สำหรับพวกเราหลายคนที่อาศัยอยู่ในเมือง " +"เราไม่ได้สังเกตเห็นท้องฟ้าบนนั้นเป็นประจำ " +"แสงไฟของเมืองช่วยอำพรางการแสดงที่น่าตื่นตาตื่นใจซึ่งอยู่เหนือศีรษะของเราตลอดเวลา" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"สำหรับพวกเราหลายคน " +"ประสบการณ์ครั้งแรกในการเรียนรู้วัตถุบนท้องฟ้าเริ่มต้นเมื่อเราเห็นพระจันทร์เต็มดวงดวงครั้งแรกแรกบนท้องฟ้า" +" เป็นทัศนียภาพที่งดงามอย่างแท้จริงแม้มองด้วยตาเปล่า" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"ตั้งแต่ทารกที่ตัวเล็กที่สุดไปจนถึงนักดาราศาสตร์ฟิสิกส์ที่ก้าวหน้าที่สุด " +"มีบางสิ่งสำหรับทุกคนที่ต้องการเพลิดเพลินกับดาราศาสตร์ อันที่จริง จริง ๆ " +"แล้วดาราศาสตร์นั้นเข้าถึงได้ง่ายสำหรับทุกคนและสามารถศึกษาได้แทบทุกที่ " +"ทั้งหมดที่พวกเขาต้องรู้คือวิธีการเงยหน้าขึ้นมอง" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "เต็มความกว้าง" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "รับ Geek" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "รับกล้องโทรทรรศน์" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "รับเกร็ดประวัติบ้าง" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "เริ่มเลย" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "ตาราง" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "กลุ่มโดย" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "มีข้อความ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "นี่คือข้อเท็จจริงสำคัญบางประการที่คุณควรคำนึงถึง:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "เคล็ดลับวันหยุด" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "เอฟเฟกต์โฮเวอร์" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "วิธีการมองขึ้น" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"กล้องโทรทรรศน์มีความซับซ้อนเพียงใดและคุณจะมีปัญหาในการบำรุงรักษาหรือไม่? " +"สร้างเครือข่ายเพื่อหาคำตอบสำหรับคำถามเหล่านี้และคำถามอื่น ๆ " +"หากคุณทำการบ้านแบบนี้ " +"คุณจะพบกับกล้องโทรทรรศน์ที่เหมาะสมสำหรับการพัฒนาก้าวต่อไปในความหลงใหลในดาราศาสตร์ของคุณ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "กล้องโทรทรรศน์ของคุณต้องมีคล่องตัวแค่ไหน?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "วิธีการเลือกโรงแรมที่เหมาะสม" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ไอดี" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "ถ้าเลือก ข้อความใหม่จะต้องการความสนใจจากคุณ" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "ถ้าเลือก ข้อความบางข้อความมีข้อผิดพลาดในการส่ง" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"หากโรงแรมของคุณมีความสำคัญ เช่น บนชายหาด ใกล้สวนสนุก หรือสะดวกสำหรับสนามบิน " +"สถานที่ตั้งเป็นสิ่งสำคัญยิ่ง " +"การนำทางควรมีแผนที่ที่ตั้งของโรงแรมและบริเวณโดยรอบ " +"ควรมีแผนภูมิระยะทางไปยังสนามบินและแผนที่แบบโต้ตอบได้บางรูปแบบด้วย" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"หากตอนกลางคืนปลอดโปร่ง คุณจะเห็นรายละเอียดที่น่าทึ่งของพื้นผิวดวงจันทร์เพียงแค่จ้องดูดาวที่สนามหลังบ้านของคุณ\n" +"โดยธรรมชาติแล้ว เมื่อคุณรักดาราศาสตร์มากขึ้น คุณจะพบว่าวัตถุบนฟากฟ้านั้นมากมายน่าหลงใหล แต่ดวงจันทร์อาจเป็นรักแรกของเราเสมอ เพราะเป็นวัตถุอวกาศอันไกลโพ้นที่มีลักษณะพิเศษเฉพาะในการลอยเข้าใกล้โลกและเหนือท้องฟ้าที่มนุษย์สามารถเห็นได้" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "ใน" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"ในหลาย ๆ ด้าน " +"นี้เป็นก้าวที่ยิ่งใหญ่จากคนที่รักดาราศาสตร์จนกลายเป็นนักศึกษาวิดาราศาสตร์ที่จริงจัง" +" แต่คุณและฉันต่างก็รู้ดีว่ายังมีขั้นตอนสำคัญอีกขั้นหลังจากซื้อกล้องโทรทรรศน์" +" ก่อนที่คุณจะรู้วิธีใช้งานจริง ๆ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "เพิ่มความสามารถในการอ่าน" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "เป็นผู้ติดตาม" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "เผยแพร่" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "หมู่เกาะ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"การเรียนรู้กลุ่มดาว วิธีสำรวจท้องฟ้ายามราตรี " +"และค้นหาดาวเคราะห์และดวงดาวที่มีชื่อเสียงนั้นเป็นเรื่องที่สนุกมาก " +"มีเว็บไซต์และหนังสือมากมายที่จะแนะนำคุณ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"สิ่งสำคัญคือต้องเลือกโรงแรมที่ทำให้คุณรู้สึกสะดวกสบาย " +"ไม่ว่าจะเป็นการตกแต่งแบบร่วมสมัยหรือแบบดั้งเดิม " +"การตกแต่งแบบท้องถิ่นหรือแบบนานาชาติ " +"แบบเป็นทางการหรือแบบผ่อนคลายทิศทางของโรงแรมในอุดมคติควรแจ้งให้คุณทราบถึงตัวเลือกที่มี" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"พูดได้อย่างปลอดภัยว่า ณ จุดใดจุดหนึ่งในชีวิตของเรา " +"เราทุกคนต่างมีช่วงเวลาที่เราต้องตะลึงในทันทีเมื่อเผชิญหน้ากับความยิ่งใหญ่ของจักรวาลที่เราเห็นในท้องฟ้ายามค่ำคืน" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"เป็นเรื่องที่น่าอัศจรรย์อย่างยิ่งเมื่อคุณคิดถึงมันว่าเพียงแค่แหงนมองในคืนใดก็ตาม" +" คุณจะเห็นดาวฤกษ์ ระบบดาว ดาวเคราะห์ ดวงจันทร์ ดาวเคราะห์น้อย ดาวหาง " +"และกระสวยอวกาศเป็นครั้งคราว " +"มันน่าทึ่งยิ่งกว่าเดิมเมื่อคุณตระหนักว่าท้องฟ้าที่คุณกำลังมองขึ้นไปนั้นเป็นท้องฟ้าสำหรับผู้ร่วมอุดมการณ์เดียวกันรวมถึงบรรพบุรุษของเราที่มีความสุขเมื่อหลายร้อยหลายพันปีก่อนเมื่อพวกเขาเงยหน้าขึ้นมอง" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "ป่า" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "รู้ว่าคุณกำลังดูอะไร" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "รู้ว่าเมื่อใดควรดู" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "ใหญ่" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "ผู้มีส่วนร่วมล่าสุด" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "อัปเดตครั้งล่าสุดโดย" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "อัปเดตครั้งล่าสุดเมื่อ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "ล่าสุด" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "บล็อกโพสต์ล่าสุด" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "เลย์เอาต์" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"การเรียนรู้เบื้องหลังการค้นพบครั้งยิ่งใหญ่ทางดาราศาสตร์จะทำให้ช่วงเวลาของคุณดูดาวนั้นมีความหมายมากขึ้น" +" ดาราศาสตร์เป็นหนึ่งในวิทยาศาสตร์ที่เก่าแก่ที่สุดในโลก " +"ดังนั้นจงค้นหาความยิ่งใหญ่ของประวัติศาสตร์ของผู้คนที่ได้มองดูดวงดาวเหล่านี้ก่อนคุณ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "สิ่งอำนวยความสะดวกเพื่อการพักผ่อน" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "รายการ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"สีสันในท้องถิ่นนั้นยอดเยี่ยม " +"แต่ร้านอาหารและบาร์ของโรงแรมนั้นก็มีส่วนสำคัญในการเข้าพักของคุณ " +"คุณควรตระหนักถึงทางเลือก สไตล์ " +"และดูว่าโรงแรมเหล่านั้นทันสมัยหรือไม่เป็นทางการหรือไม่ " +"รายงานโรงแรมที่ดีควรบอกคุณเรื่องนี้ " +"และโดยเฉพาะอย่างยิ่งเกี่ยวกับสิ่งอำนวยความสะดวกสำหรับอาหารเช้า" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "สถานที่" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "ทัวร์เฮลิคอปเตอร์ Maui " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"ทัวร์เฮลิคอปเตอร์ Maui " +"เป็นวิธีที่ยอดเยี่ยมในการชมเกาะจากมุมมองที่ต่างออกไปและสนุกสนานไปกับการผจญภัย" +" หากคุณไม่เคยนั่งเฮลิคอปเตอร์มาก่อน " +"นี่เป็นสถานที่ยอดเยี่ยมเหมาะในการเริ่มต้น" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"ทัวร์เฮลิคอปเตอร์ Mau iเป็นวิธีที่ยอดเยี่ยมในการเที่ยวชมสถานที่ต่าง ๆ " +"ที่ไม่สามารถเข้าถึงได้ด้วยการเดินเท้าหรือโดยรถยนต์ " +"ทัวร์ใช้เวลาประมาณหนึ่งชั่วโมงและมีตั้งแต่ประมาณหนึ่งร้อยแปดสิบห้าเหรียญถึงสองร้อยสี่สิบเหรียญ" +" สำหรับหลาย ๆ คน " +"นี่เป็นโอกาสครั้งหนึ่งในชีวิตที่จะได้เห็นทิวทัศน์ธรรมชาติที่ไม่มีให้เห็นอีกแล้ว" +" " +"การใช้กล้องและวิดีโอเพื่อจับภาพช่วงเวลาจะทำให้คุณหวนนึกถึงการเดินทางครั้งนี้" +" อีกครั้งและอีกครั้งเมื่อเวลาผ่านไป" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"ทัวร์เฮลิคอปเตอร์ Maui จะช่วยให้คุณเห็นสถานที่ท่องเที่ยวทั้งหมดเหล่านี้ " +"อย่าลืมพกกล้องหรือวิดีโอติดตัวไปด้วยเมื่อไปทัวร์เฮลิคอปเตอร์ " +"เพื่อเก็บภาพความงามของทิวทัศน์ และเพื่อแสดงให้เพื่อน ๆ " +"และครอบครัวเห็นสิ่งมหัศจรรย์ทั้งหมดที่คุณเห็นขณะพักร้อน" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "วิธีที่เข้ามา" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "เกิดข้อผิดพลาดในการส่งข้อความ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "ข้อความ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "คำอธิบายเนื้อหา" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "คำสำคัญในคำอธิบายเนื้อหา" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "ชื่อข้อมูล" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "โมโลไก เมาวี" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"ทัวร์เฮลิคอปเตอร์ Molokai Maui จะพาคุณไปยังเกาะอื่น แต่เกาะที่อยู่ห่างออกไปเพียง 9 ไมล์และสามารถเข้าถึงได้โดยทางอากาศ เกาะนี้มีประชากรน้อยมากซึ่งมีวัฒนธรรมและทิวทัศน์ที่แตกต่างกัน ชายฝั่งตะวันออกเฉียงเหนือทั้งหมดเรียงรายไปด้วยหน้าผาและชายหาดที่ห่างไกล ไม่สามารถเข้าถึงได้โดยวิธีการขนส่งอื่นใดนอกจากทางอากาศ\n" +"ผู้คนที่อาศัยอยู่บนเกาะนี้ไม่เคยเห็นทิวทัศน์อันน่าทึ่งนี้มาก่อน เว้นแต่พวกเขาจะได้นำทัวร์เฮลิคอปเตอร์ของเมาอิไปดูด้วย เมื่ออากาศมีฝนตกและมีฝนตกชุกมากสำหรับฤดูฝนคุณจะเห็นน้ำตกที่น่าตื่นตามากมาย" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"สำคัญอย่างยิ่งสำหรับนักท่องเที่ยวแบบครอบครัวมากกว่านักเดินทางเพื่อติดต่อธุรกิจ" +" คุณควรค้นหาว่าโรงแรมเป็นมิตรกับเด็กจากระบบแนะนำและตัดสินใจจากจุดนั้น " +"สิ่งหนึ่งที่ควรค่าแก่การมองหาคือโรงแรมมีบริการพี่เลี้ยงเด็กหรือไม่ " +"สำหรับผู้เดินทางเพื่อธุรกิจซึ่งต้องการหนีเด็ก ๆ " +"แน่นอนว่าสิ่งนี้มีความเกี่ยวข้องเช่นกัน " +"บางทีโรงแรมที่ไม่เป็นมิตรกับเด็กอาจเป็นสิ่งที่เหมาะสมกว่า!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "บล็อกโพสต์ที่มีคนดูมากที่สุด" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "ชื่อ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "ชื่อ / โพสต์ล่าสุด" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "บล็อกโพสต์ใหม่" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "บทความถัดไป" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "ไม่มีปก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "ยังไม่มีการโพสต์บล็อก" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "ไม่มีผู้เข้าชม" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "ไม่พบผลลัพธ์สำหรับ \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "ไม่พบผลลัพธ์สำหรับ " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "ยังไม่มีการกำหนดแท็ก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "ไม่มี" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"สิ่งเหล่านี้ไม่ได้ขัดขวางคุณจากการก้าวไปข้างหน้ากับแผนการของคุณในการรวบรวมระบบกล้องโทรทรรศน์ที่ยอดเยี่ยม" +" " +"เพียงให้แน่ใจว่าคุณได้รับคำแนะนำที่มีคุณภาพและการฝึกอบรมเกี่ยวกับการกำหนดค่ากล้องโทรทรรศน์ของคุณให้ตรงกับความต้องการของคุณ" +" เมื่อใช้หลักเกณฑ์เหล่านี้ " +"คุณจะเพลิดเพลินไปกับความสนุกสนานและใช้เวลาหลายชั่วโมงในการดูดาวที่สถานที่ต่าง" +" ๆ และชมความมหัศจรรย์บนท้องฟ้ายามค่ำคืนที่อยู่เหนือตาเปล่า" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "ไม่เผยแพร่" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"ไม่เพียงแค่การรู้สภาพอากาศเท่านั้นที่จะทำให้แน่ใจว่าการดูดาวของคุณนั้นคุ้มค่า" +" " +"แต่ถ้าคุณเรียนรู้ว่าเมื่อใดที่ฝนดาวตกขนาดใหญ่และเหตุการณ์ทางดาราศาสตร์ใหญ่อื่น" +" ๆ จะเกิดขึ้น ความตื่นเต้นของดาราศาสตร์จะมีชีวิตชีวาขึ้นมาสำหรับคุณมากขึ้น" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "จํานวนการดําเนินการ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "จํานวนข้อผิดพลาด" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "จำนวนข้อความที่ต้องดำเนินการ" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "จํานวนข้อความที่มีข้อผิดพลาดในการส่ง" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"แน่นอนว่า ในการนำการบูชาดวงจันทร์ของคุณไปสู่จุดสูงสุด " +"ก้าวผ่านอุปกรณ์ของคุณขึ้นไปบนกล้องโทรทรรศน์แบบเริ่มต้นที่ดีขึ้นจะทำให้คุณได้รายละเอียดที่น่าทึ่งที่สุดของพื้นผิวดวงจันทร์" +" ด้วยการอัปเกรดเหล่านี้ ความรู้ของคุณ " +"ความลึกและขอบเขตของสิ่งที่คุณจะได้เห็นจะถูกปรับปรุงในเชิงเรขาคณิต " +"สำหรับนักดาราศาสตร์สมัครเล่นหลายคน " +"บางครั้งเราไม่สามารถมองเห็นวัตถุอวกาศที่ใกล้ที่สุดของเราได้เพียงพอ" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" +"ในภาษาเริ่มต้นของคุณ ให้ล้างคำอธิบายโพสต์บล็อกและบันทึกเพื่อรับสรุปอัตโนมัติ" +" (ที่ถูกแปลแล้ว)" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"เมื่อคุณตรวจสอบเนื้อหาบนมือถือแล้ว " +"คุณสามารถเปลี่ยนกลับเป็นมุมมองปกติได้โดยคลิกที่นี่อีกครั้ง" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "อื่น ๆ " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "บล็อกของเรา" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "รูปถ่ายโดย Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "รูปถ่ายโดย Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "ภาพถ่ายโดย by Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "รูปถ่ายโดย Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "รูปถ่ายโดย Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "รูปถ่ายโดย Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "ภาพถ่ายโดย Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "รูปถ่ายโดย Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "ภาพถ่ายโดย PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "ภาพถ่ายโดย SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "รูปถ่ายโดย Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "โพสต์" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "รายการโพสต์" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "วันที่เผยแพร่" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "เผยแพร่แล้ว" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "เผยแพร่แล้ว (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "วันที่เผยแพร่" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "เผยแพร่โพสต์" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "ตัวเลือกการเผยแพร่" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "วันที่เผยแพร่" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "ฟิลด์ QWeb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "การให้คะแนน" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "อ่านเพิ่มเติม" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "อ่านเพิ่มเติม " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "ร้านอาหาร คาเฟ่ และบาร์" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "จำกัดการเผยแพร่ในเว็บไซต์นี้" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "ปรับ SEO ให้เหมาะสม" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "ข้อผิดพลาดในการส่ง SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "ตัวอย่าง" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "ดาวเทียม" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "ค้นหารูปภาพ (เช่น พิมพ์ \"ธุรกิจ\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "ฝั่งทะเล vs ฝั่งภูเขา" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "มองโลกจากมุมสูง" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "เลือกบล็อก" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "เลือกบล็อกที่คุณต้องการเพิ่มโพสต์" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "เลือกรายการเมนูนี้เพื่อสร้างบล็อกโพสต์ใหม่" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "เลือกแสดงความคิดเห็น" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "เลือกเพื่อทวีต" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "ชื่อ Seo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "แยกแต่ละคีย์เวิร์ดด้วยเครื่องหมายจุลภาค" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "ตั้งค่าบล็อกโพสต์ปก" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"นกอพยพและนกพื้นเมือง สัตว์เลี้ยงลูกด้วยนมและสัตว์เลื้อยคลานหลายชนิดเรียก " +"Copper Canyon ว่าเป็นบ้านของพวกมัน บรรดาสัตว์ต่างๆ " +"ที่สวยงามในดินแดนเก่าแก่แห่งนี้ก็ควรค่าแก่การไปเยี่ยมชมเช่นกัน" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "แชร์ลิงค์" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "แชร์บน Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "แชร์บน LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "แชร์บน Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "แชร์โพสต์นี้" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "แถบด้านข้าง" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara หรือที่รู้จักกันอย่างแพร่หลายในชื่อ Copper Canyon " +"ตั้งอยู่ในเม็กซิโก " +"พื้นที่นี้เป็นจุดหมายปลายทางยอดนิยมสำหรับผู้ที่ต้องการพักผ่อนในวันหยุดแบบผจญภัย" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "ท้องฟ้า" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"ดังนั้นจึงเป็นเรื่องสำคัญอย่างยิ่งที่คุณจะได้กล้องดูดาวที่เหมาะกับตำแหน่งที่คุณอยู่และความชอบในการดูดาวของคุณเป็นอย่างไร" +" ในการเริ่มต้น เรามาพูดถึงกล้องโทรทรรศน์หลัก ๆ สามประเภท แล้ววางแนวคิด " +"\"Telescope 101\" บางอย่างเพื่อเพิ่มโอกาสที่คุณจะซื้อสิ่งที่ถูกต้อง" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"คุณอาจไปเที่ยวจุดกางเต็นท์หรือไปเที่ยวบ้านญาติที่ต่างจังหวัดปีล่ะครั้ง " +"และพบว่าตัวคุณอยู่ข้างนอกเมื่อท้องแสดงปรากฎการณ์น่าตื่นเต้น " +"หากคุณมีช่วงเวลาแบบนั้นเมื่อคุณถูกตราตรึงจนแทบหยุดหายใจด้วยท้องฟ้ายามค่ำคืนและคุณสามารถจดจำช่วงเวลานั้นได้อย่างแม่นยำ" +" เวลาที่่ทำได้เพียงอุทาน “ว้าว” กับสิ่งที่คุณเห็น" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"ดังนั้นเพื่อเลือกชนิดของกล้องโทรทรรศน์ที่เหมาะสม " +"วัตถุประสงค์ของคุณในการใช้กล้องโทรทรรศน์จึงมีความสำคัญ " +"เพื่อให้เข้าใจถึงจุดแข็งและจุดอ่อนอย่างแท้จริง " +"ไม่เพียงแต่การออกแบบเลนส์และกล้องโทรทรรศน์เท่านั้น " +"แต่ยังรวมถึงการทำงานของกล้องโทรทรรศน์ในสถานการณ์การดูดาวต่าง ๆ " +"ด้วยวิธีที่ดีที่สุดคือทำการบ้านล่วงหน้าและเปิดรับความรู้ประเภทต่าง ๆ " +"ดังนั้นก่อนตัดสินใจซื้อครั้งแรก..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"คุณกำลังจะไปต่างประเทศ คุณเลือกจุดหมายปลายทางแล้ว " +"และตอนนี้คุณต้องเลือกโรงแรม" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" +"คนที่มีชื่อเสียงใน ชื่อของแหล่งที่มา" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "ส่องสัตว์ต่าง ๆ" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "เริ่มเขียนที่นี่..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "สไตล์" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "คำบรรยาย" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "คำบรรยาย" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "หมวดหมู่แท็ก" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "หมวดหมู่แท็ก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "ฟอร์มหมวดหมู่แท็ก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "ฟอร์มแท็ก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "รายการแท็ก" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "หมวดหมู่แท็กมีอยู่แล้ว!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "มีชื่อแท็กแล้ว!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "แท็ก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "รายการแท็ก" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "ถ่ายรูปในที่มืด" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "ทีเซอร์" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "ทีเซอร์และแท็ก" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "เนื้อหาทีเซอร์" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"10 ปีที่แล้ว " +"คุณอาจเคยไปเยี่ยมชมตัวแทนท่องเที่ยวในพื้นที่ของคุณและเชื่อถือคำแนะนำเหล่านั้นที่คุณได้รับจาก" +" \"ผู้เชี่ยวชาญ\" แน่นอนว่าวิธีในศตวรรษที่ 21 " +"นั้นการเลือกและจองโรงแรมของคุณคือทางอินเตอร์เน็ตโดยใช้เว็บไซต์ท่องเที่ยวเท่านั้น" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"ช่วงเวลา \"ว้าว\" นั้นเป็นสิ่งที่เกี่ยวกับโหราศาสตร์ สำหรับบางคน " +"ช่วงเวลาว้าวุ่นนั้นกลายเป็นความหลงใหลที่นำไปสู่อาชีพการศึกษาดวงดาว " +"สำหรับผู้โชคดีไม่กี่คน " +"ช่วงเวลาว้าวนั้นเป็นเพราะความหลงใหลที่ราคาแพงซึ่งนำไปสู่การเดินทางไปยังดวงดาวในกระสวยอวกาศหรือในภารกิจอวกาศช่วงแรก" +" ๆ แต่สำหรับพวกเราส่วนใหญ่โหราศาสตร์อาจกลายเป็นงานอดิเรกหรือกิจกรรมยามว่าง " +"แต่เราจะเก็บช่วงเวลาแห่งความประทับใจนั้นติดตัวไปตลอดชีวิตและเริ่มมองหาวิธีที่จะมองให้ลึกขึ้นและเรียนรู้เพิ่มเติมเกี่ยวกับจักรวาลอันน่าตื่นตาตื่นใจ" +" ที่เราสามารถเห็นดวงดาวนับล้านที่อยู่เหนือเราในแต่ละค่ำคืน" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "ความงดงามของดาราศาสตร์ที่ใคร ๆ ก็เข้าถึงได้" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"แน่นอนว่าเวลาที่ดีที่สุดในการดูดวงจันทร์คือตอนกลางคืนซึ่งมีเมฆน้อยและสภาพอากาศเอื้ออำนวยสำหรับการศึกษาวิจัยที่กินเวลายาวนาน" +" ไตรมาสแรกให้รายละเอียดการศึกษามากที่สุด " +"และอย่าหลงกลแต่จนละเลยดวงจันทร์ในช่วงที่ดวงจันทร์นั้นไม่เต็มดวง " +"ปรากฏการณ์ที่เรียกว่า \"earthshine\" " +"ช่วยให้คุณมองเห็นส่วนที่มืดมิดของดวงจันทร์พร้อมรายละเอียดบางอย่างได้เช่นกัน " +"แม้ว่าดวงจันทร์จะปรากฎเพียงเสี้ยวเดียวหรือครึ่งเดียวก็ตาม" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "เวลาที่ดีที่สุดในการดูดวงจันทร์" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"บล็อกโพสต์จะปรากฏแก่ผู้เยี่ยมชมของคุณ ณ วันที่บนเว็บไซต์ " +"หากตั้งค่าเป็นเผยแพร่" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"หน้าผาในภูมิภาคนี้เป็นหนึ่งในหน้าผาที่สูงที่สุดในโลก " +"และการได้เห็นน้ำที่ลดหลั่นจากยอดเขาสูงเป็นสิ่งที่น่าทึ่งมาก " +"การเดินทางระยะสั้น ๆ " +"จากเมาอิกับทัวร์เฮลิคอปเตอร์เมาอินั้นคุ้มค่าที่จะได้เห็นความงามของสภาพแวดล้อมทางธรรมชาตินี้" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "URL แบบเต็มเพื่อเข้าถึงเอกสารผ่านเว็บไซต์" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"สิ่งต่อไปที่เราอยากได้คือกล้องโทรทรรศน์ที่ดี " +"คุณอาจเคยเห็นมือสมัครเล่นบางคนที่เรียนไปด้วยดีโดยตั้งกล้องดูดาวที่ดูเท่ ๆ " +"บนเนินเขาที่ไหนสักแห่ง " +"นั่นสร้างความตื่นเต้นให้กับความเป็นนักดาราศาสตร์สมัครเล่นในตัวคุณ " +"เพราะนั่นจะต้องเป็นขั้นตอนต่อไปที่สมเหตุสมผลในการเติบโตของงานอดิเรกของคุณ " +"แต่วิธีการซื้อกล้องโทรทรรศน์ที่ดีนั้นอาจชวนสับสนและน่าปวดหัวก็เป็นได้" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"เว็บไซต์ควรนำเสนอการวิเคราะห์โดยละเอียดที่เกี่ยวกับบริการด้านสันทนาการภายในโรงแรม" +" เช่น สปา สระว่ายน้ำ ห้องออกกำลังกาย ซาวน่า " +"ตลอดจนรายละเอียดของสิ่งอำนวยความสะดวกอื่นๆ ในบริเวณใกล้เคียง เช่น สนามกอล์ฟ " +"7. ความต้องการพิเศษ: " +"ระบบแนะนำของโรงแรมควรแนะนำผู้เข้าชมเกี่ยวกับบริกาพิเศษต่าง ๆ " +"และนโยบายการเข้าถึงข้อมูลของโรงแรมแต่ละแห่ง แม้ว่าจะไม่มีผลกับผู้เข้าชมทุกคน" +" แต่ก็มีความสำคัญอย่างยิ่งสำหรับบางคน" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"การตัดสินใจเลือกขาตั้งกล้องหรืออุปกรณ์เสริมอื่น ๆ " +"จะเปลี่ยนไปอย่างมากด้วยความต้องการของคุณ " +"กล้องโทรทรรศน์ที่จะอยู่บนดาดฟ้าของคุณหรือคุณวางแผนจะนำไปใช้ในสถานที่ห่างไกลหลากหลายแห่ง" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"วิวนี้น่าทึ่งอย่างแท้จริงและเป็นภาพที่ไม่ควรพลาด " +"นอกจากนี้ยังให้ความรู้อย่างสูงและมีโอกาสได้เห็นภูเขาไฟที่สงบนิ่งอย่างใกล้ชิด" +" ซึ่งเป็นสิ่งที่ไม่สามารถมองเห็นได้ทุกวัน ทางด้านเหนือและด้านใต้ของภูเขาไฟ " +"คุณจะเห็นมุมมองที่แตกต่างกันอย่างไม่น่าเชื่อ " +"ด้านเหล่านี้เขียวชอุ่มและคุณจะเห็นน้ำตกที่สวยงามและพุ่มไม้ที่สวยงาม " +"ฝั่งนี้ของเกาะมีป่าฝนเขตร้อนอุดมสมบูรณ์ " +"และเป็นสิ่งที่ไม่สามารถเข้าถึงได้โดยวิธีอื่นใดนอกจากทางอากาศ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"จากนั้นก็มีปัญหาเรื่องแรงจูงใจของผู้รีวิว ยิ่งคุณอ่านบทวิจารณ์มากเท่าไหร่ " +"คุณยิ่งสังเกตเห็นว่าพวกเขามีแนวโน้มที่จะจัดกลุ่มความคิดเห็นอย่างไรมากขึ้น " +"ด้านหนึ่ง คุณมีผู้วิจารณ์ที่โกรธจัดที่พร้อมบดขยี้ อีกด้านหนึ่ง " +"คุณได้แขกที่ชื่นชมยินดีอย่างล้นเหลือเกินจะเชื่อ " +"คุณจะไม่แปลกใจเลยที่รู้ว่าโรงแรมบางครั้งนั้นมีโพสต์รีวิวที่เปล่งประกายของตัวเอง" +" หรือคู่แข่งของพวกเขานั้นเข้าแถวรอโอกาสที่จะแสดงความเห็นแย่ ๆ ในการแข่งขัน " +"การพิจารณาคือสิ่งที่สำคัญสำหรับคุณเมื่อเลือกโรงแรม " +"ว่ารีวิวนั้นสมเหตุสมผลหรือไม่ " +"จากนั้นคุณควรเลือกระบบแนะนำโรงแรมออนไลน์ที่ให้ข้อมูลล่าสุด เป็นอิสระ " +"และเป็นกลางซึ่งมีความสำคัญอย่างยิ่ง" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "มีข้อควรพิจารณาอื่นๆ เพื่อประกอบการตัดสินใจซื้อขั้นสุดท้ายของคุณ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"มีบางสิ่งที่เป็นอมตะเกี่ยวกับจักรวาล ความจริงที่ว่าดาวเคราะห์ ดวงจันทร์ " +"และดวงดาวที่อยู่เหนือพวกมันนั้นอยู่ที่นั่นมานานหลายปี " +"ทำให้เกิดความรู้สึกว่าเราอยู่ในจักรวาลซึ่งแท้จริงแล้วดวงดาวจำนวนมากที่เรา " +"\"เห็น\" ด้วยตาเปล่าเป็นแสงที่มาจากดาวดวงที่ส่องสว่างมาหลายร้อยหลายพันปีแล้ว" +" แสงนั้นเพิ่งมาถึงพื้นโลก ดังนั้นในความเป็นจริง " +"การเงยหน้าขึ้นมองก็เหมือนกับการเดินทางข้ามเวลา" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"สิ่งเหล่านี้มีความสำคัญจริง ๆ " +"และรายชื่อโรงแรมที่ดีควรให้คำแนะนำเกี่ยวกับห้องนอนแก่คุณ " +"ไม่ใช่แค่จำนวนห้องที่เป็นตัวเลือกปกติ!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "ผู้เยี่ยมชมของคุณจะไม่เห็นกล่องนี้" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "มีแท็กนี้แล้ว" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Tiny" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "คำนำหน้าชื่อ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "ชื่อเรื่องเหนือหน้าปก" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "ชื่อเรื่องในหน้าปก" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"การเพ่งมองดวงจันทร์ด้วยตาเปล่า " +"การทำความคุ้นเคยกับแผนที่ดวงจันทร์จะช่วยให้คุณเลือกทะเล หลุมอุกกาบาต " +"และปรากฏการณ์ทางภูมิศาสตร์อื่น ๆ " +"ที่คนอื่นทำแผนที่ไว้แล้วเพื่อให้การศึกษาของคุณสนุกสนานยิ่งขึ้น " +"แผนที่ดวงจันทร์สามารถหาซื้อได้จากร้านดาราศาสตร์หรือทางออนไลน์ " +"ซึ่งถือว่าคุ้มค่ากับการลงทุน" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"ในการเริ่มต้นเรียนรู้วิธีสังเกตดวงดาวให้ดีขึ้นมากนั้น " +"มีบางพื้นฐานที่เราอาจต้องมองให้ลึกขึ้น " +"นอกเหนือจากสิ่งที่เรามองเห็นด้วยตาเปล่า " +"และเริ่มศึกษาดวงดาวและเพลิดเพลินไปกับดวงดาว " +"สิ่งแรกที่คุณต้องการไม่ใช่อุปกรณ์เลย แต่คือบทความต่าง ๆ " +"แผนที่ดาวที่ดีจะแสดงให้คุณเห็นกลุ่มดาวหลัก ๆ " +"ตำแหน่งของดาวฤกษ์หลักที่เราใช้ในการนำทางท้องฟ้า " +"และดาวเคราะห์ที่จะดูมีขนาดใหญ่กว่าดาวฤกษ์ " +"และถ้าคุณมีสื่อแนะนำเบื้องต้นที่ดีแล้วนั้น " +"แสดงว่าคุณกำลังอยู่ในทางที่ดีในการศึกษาดาราศาสตร์" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"กล้องส่องทางไกลที่ดีสามารถสร้างความมหัศจรรย์ให้กับรายละเอียดที่คุณจะเห็นบนพื้นผิวดวงจันทร์ได้" +" เพื่อผลลัพธ์ที่ดีที่สุด ควรใช้พื้นที่มุมกว้างในการตั้งค่ากล้องส่องทางไกล " +"เพื่อให้คุณได้ถ่ายภาพภูมิทัศน์ดวงจันทร์อย่างงดงาม " +"และเนื่องจากมันแทบจะเป็นไปไม่ได้เลยที่จะถือกล้องส่องทางไกลไว้นิ่ง ๆ " +"เป็นเวลานาน แต่คุณอยากจะจ้องมองไปที่รูปร่างอันงดงามของอวกาศ " +"คุณอาจต้องการเพิ่มขาตั้งกล้องดี ๆ ลงในคลังอุปกรณ์ของคุณ " +"ซึ่งคุณสามารถติดกล้องส่องทางไกลได้ " +"ศึกษาดวงจันทร์อย่างสะดวกสบายและด้วยการดูที่มั่นคง" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"เพื่อให้เป็นไปตามธรรมชาติในระดับต่อไป " +"คุณอาจต้องการใช้ประโยชน์จากการเป็นพาร์ทเนอร์กับนักดาราศาสตร์คนอื่น ๆ " +"หรือโดยการเยี่ยมชมหนึ่งในกล้องโทรทรรศน์ที่ยอดเยี่ยมอย่างแท้จริงซึ่งได้รับการจัดตั้งขึ้นโดยผู้เชี่ยวชาญที่ได้ลงทุนในเทคนิคที่ดีกว่าในการกำจัดการรบกวนของชั้นบรรยากาศเพื่อดูดวงจันทร์ให้ดียิ่งขึ้น" +" อินเตอร์เน็ตช่วยให้คุณเข้าถึง Hubble " +"และกล้องโทรทรรศน์ขนาดใหญ่จำนวนมากที่ชี้ไปที่ดวงจันทร์ได้ตลอดเวลา นอกจากนี้ " +"ชมรมดาราศาสตร์หลายแห่งกำลังหาวิธีรวมกล้องโทรทรรศน์หลายตัวเข้าด้วยกัน " +"โดยการซิงโครไนซ์กับคอมพิวเตอร์อย่างละเอียดถี่ถ้วนเพื่อให้มองเห็นภูมิทัศน์ดวงจันทร์ได้ดีที่สุดอีกด้วย" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "แบนเนอร์ด้านบน" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "ท่องเที่ยว" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "ไม่ได้เผยแพร่ (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "โพสต์ที่ไม่มีชื่อ" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "ใช้ไอคอนนี้เพื่อดูตัวอย่างโพสต์ในบล็อกของคุณบน อุปกรณ์มือถือ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "ใช้ใน:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Viewpoints" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "มุมมอง" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "ปรากฏในทุกหน้าของบล็อก" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "ปรากฏบนเว็บไซต์ปัจจุบัน" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "เขียนที่นี่หรือลากบล็อกสำเร็จรูป" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "เว็บไซต์" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "เว็บไซต์บล็อก" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "ข้อความเว็บไซต์" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "ตัวกรอง Snippet ของเว็บไซต์" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "เว็บไซต์ URL" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "ประวัติการสื่อสารของเว็บไซต์" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "คำอธิบายเนื้อหาเว็บไซต์" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "คำสำคัญในคำอธิบายเนื้อหาเว็บไซต์" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "ชื่อข้อมูลเว็บไซต์" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "รูป Opengraph บนเว็บไซต์" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "จะเกิดอะไรขึ้นหากพวกเขาปล่อยให้คุณใช้ Hubble" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"ในขณะที่ทุกคนสามารถมองขึ้นและตกหลุมรักดวงดาวได้ทุกเมื่อ " +"ความสนุกของดาราศาสตร์ก็คือการเรียนรู้วิธีที่จะมีทักษะและความพร้อมในการดูดาวที่คุณมองเห็นและเข้าใจมันมากขึ้นเรื่อย" +" ๆ ในทุกครั้งที่คุณเงยหน้าขึ้นมอง " +"ต่อไปนี้คือขั้นตอนบางส่วนที่คุณสามารถทำได้เพื่อทำให้ช่วงเวลาที่คุณอุทิศให้กับงานอดิเรกทางดาราศาสตร์ได้อย่างสนุกสนานยิ่งขึ้น" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "ด้วยมุมมอง" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "เขียนข้อความขนาดเล็กที่นี้เพื่ออธิบายบล็อกหรือบริษัทของคุณ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"คุณควรพิจารณาประเภทของสิ่งอำนวยความสะดวกที่คุณต้องการจากห้องนอนของคุณอย่างรอบคอบเสมอ" +" และหาโรงแรมที่มีสิ่งอำนวยความสะดวกที่คุณคิดว่ามีความสำคัญ " +"เว็บไซต์แนะนำโรงแรมควรอธิบายอย่างละเอียดในเรื่องต่าง ๆ เช่น ขนาดเตียง " +"อินเตอร์เน็ต (มีค่าใช้จ่ายของ WIFI หรือการเชื่อมต่อบรอดแบนด์แบบมีสาย) " +"สิ่งอำนวยความสะดวกฟรี วิวจากห้องพัก และบริการหรูหรา เช่น เมนูหมอน " +"หรือเมนูอาบน้ำ เลือกได้ ห้องสูบบุหรี่หรือห้องไม่สูบบุหรี่เป็นต้น" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"คุณจะเห็นความงามทั้งหมดที่ Maui " +"มีให้และสามารถมีช่วงเวลาที่ดีสำหรับทั้งครอบครัว " +"ทัวร์ไม่แพงเกินไปและใช้เวลาตั้งแต่สี่สิบห้านาทีถึงหนึ่งชั่วโมง " +"คุณสามารถดูสถานที่ที่โดยทั่วไปไม่สามารถเข้าถึงได้ด้วยทัวร์เฮลิคอปเตอร์เมาอิ " +"สถานที่ที่ไม่สามารถเดินเท้าหรือยานพาหนะสามารถเห็นได้โดยทางอากาศ " +"สถานที่ท่องเที่ยวอันตระการตารอผู้ที่พร้อมจะเพลิดเพลินไปกับทัวร์เฮลิคอปเตอร์เมาอิ" +" หากคุณจะพักบนเกาะเป็นเวลานาน " +"คุณอาจต้องการคิดเกี่ยวกับทัวร์เฮลิคอปเตอร์เมาอิหลาย ๆ เที่ยว" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "การผจญภัย" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "บล็อก คลิกที่นี่เพื่อเข้าสู่บล็อก:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "เกล็ดขนมปัง" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "โดย" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "การค้นพบ" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "ไกด์" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "ได้รับการเผยแพร่บน" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "โรงแรม" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "นิ้ว" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "ใน " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "ใน " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "กล้องโทรทรรศน์" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "ที่จะแสดงความคิดเห็น" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "ไม่ได้เผยแพร่" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| ยังไม่มีความคิดเห็น" diff --git a/i18n/tr.po b/i18n/tr.po new file mode 100644 index 0000000..2e5b692 --- /dev/null +++ b/i18n/tr.po @@ -0,0 +1,2734 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Güven YILMAZ , 2023 +# İmat Yahya Çataklı , 2023 +# Tugay Hatıl , 2023 +# Ahmet Altinisik , 2023 +# Thermo Dynamic , 2023 +# Melih Melik Sonmez, 2023 +# Levent Karakaş , 2023 +# abc Def , 2023 +# Martin Trigaux, 2023 +# Gökhan Erdoğdu , 2023 +# dhkabayel , 2023 +# Buket Şeker , 2023 +# Ediz Duman , 2023 +# Ozlem Cikrikci , 2023 +# Umur Akın , 2023 +# Ertuğrul Güreş , 2023 +# Murat Kaplan , 2023 +# Halil, 2023 +# Murat Durmuş , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Murat Durmuş , 2024\n" +"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopya)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "'sayfa başlığı." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. ' için sonuçlar gösteriliyor" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "- Tüm tarihler" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Dürbün hafif ve portatiftir. Güvertenizden bir gözlemevi kurmak ve " +"işletmek için lüksünüz yoksa, muhtemelen görüşlerinizi gerçekleştirmek için " +"seyahat edeceksiniz. Dürbün seninle çok daha kolay gider ve ülkeye taşınması" +" ve oradayken kullanması daha zahmetli bir teleskop kurulum setinden daha " +"hafiftir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Uzmanların beyinlerini seçin. Zaten bir astronomi topluluğunda veya " +"kulüpte aktif değilseniz, teleskop mağazasındaki satış personeli sizi " +"bölgenizdeki aktif toplumlara yönlendirebilir. Teleskop satın alan kişilerle" +" bağlantı kurduktan sonra, neyin işe yaradığı ve neyin önlenmesi gerektiği " +"konusunda bir web makalesinden veya Wal-Mart'taki bir satış elemanından " +"alacağınız her şeyden daha geçerli olduğu konusunda tavsiye alabilirsiniz." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Ziyaretçilerinize görünür kılmak için Blog yayınınızı yayınlayın." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Giriş" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Satın almadan önce deneyin. Bu, astronomi kulübü ile bazı saha " +"gezilerine gitmenin bir başka avantajı. Teleskopları bilen ve teçhizatlarını" +" ekipmanlarını incelemek, temel teknik yönleri öğrenmek ve kendi " +"kurulumunuzda para batırmadan önce denemek için ayarlanmış kişilerle bazı " +"kaliteli saatler ayırabilirsiniz." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Hikayenizi buraya yazın.Metninizi şekillendirmek için üst araç " +"çubuğunu kullanın: bir resim veya tablo ekleyin, kalın veya italik olarak " +"ayarlayın vb. Daha grafik bloglar için yapı taşlarını sürükleyip bırakın." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Yerel nüfusun yanı sıra, yerel yaban hayatı da büyük " +"bir kalabalık çekici." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Sadece doğru teleskopu almanız kritik öneme " +"sahiptir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"Bu “Vay” anı astrolojinin temelini oluşturuyor." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Ne kadar çok yorum okursanız, fikirlerin uç " +"noktalarında nasıl kümelenme eğiliminde olduklarını daha fazla fark " +"edersiniz." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Evrende zamansız bir şey var." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Ay ile ilgili çalışmanız, her şey gibi, basit olandan " +"çok karmaşık olana kadar gidebilir." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Tanımlanmış etiket yok" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Sonrakini" +" Oku" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Göstermek:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Bloglar:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Gizli yerleri keşfetmenin harika bir yolu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Bakır Kanyonu'ndaki bir tatil, dinlenme, kültür, tarih, vahşi yaşam ve " +"yürüyüşün heyecan verici bir karışımı olmayı vaat ediyor." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Yeni bir yazı" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Bir gezgin, kanyonun etrafında yürüyüş yaparak veya içine girerek bölgeyi " +"keşfetmeyi seçebilir. Kanyonun derinliklerine girmek isteyenler için " +"ayrıntılı planlama gereklidir. Bölgeye turlar düzenleme konusunda " +"uzmanlaşmış birçok seyahat şirketi var. Ziyaretçiler 180 gün boyunca geçerli" +" olan turist vizesi ile Copper Canyon'a uçabilirler. Gezginler ayrıca " +"Amerika Birleşik Devletleri'ndeki herhangi bir yerden araç kullanabilir ve " +"sınırdaki Meksika gümrük istasyonunda vize alabilirler." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Hakkımızda" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Her şeyden önce, eşyalarını bilen insanları kullanan saygın bir teleskop " +"dükkanıyla bir ilişki kurun. Teleskopunuzu bir Wal-Mart veya mağazadan " +"satın alırsanız, doğru olanı elde etme olasılıkları uzaktır." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Erişim postası" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Aksiyon Gerekiyor" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Etkin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Biraz ekle" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Tümü" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Tüm Bloglar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Tüm Bloglar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Okyanusta yalnız" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Bu hatlar boyunca, kurulum ve bozulma ne kadar zor?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "İnanılmaz blog makalesi: %s! Canlı olarak kontrol edin: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Dinlenme, kültür, tarih, yaban hayatı ve yürüyüşün heyecan verici bir " +"karışımı." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"Ve her şey söylendiğinde ve yapıldığında. Daha yeni ve daha iyi " +"teleskop arayışınız ömür boyu sürecek. Kendinizi astronomiye bağımlı hale " +"getirdiğinizde deneyim yaşamın her yönünü zenginleştirecektir. Asla kırmak " +"istemediğiniz bir bağımlılık olacak." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Bakır Kanyonunun bir başka eşsiz özelliği, Tarahumara Hint kültürünün " +"varlığıdır. Bu yarı göçebe insanlar mağara evlerinde yaşıyorlar. Geçim " +"kaynakları esas olarak çiftçiliğe ve sığır çiftliğine bağlıdır." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Arşivle" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Arşivlendi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Arşivler" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Yazı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Makaleler" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Astronomi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Astronomi kulüpleri, bilgilerini sizinle paylaşmayı seven bilgili " +"amatörlerle dolu canlı yerlerdir. Bir kola ve atıştırmalıkların fiyatı için," +" size bakan yıldız gidecek ve trivia ve büyük bilgi ile sizi bunaltacak." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Astronomi “göz korkutucu”" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom Besleme" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Ek Sayısı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Üretici" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Yazar Adı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Avatar" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Harika otel odaları" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "“Astronomi” denen şeyin farkında olun" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Özverili amatör gökbilimciler topluluğunun bir parçası olmak, Dünya'nın " +"ayını inceleme yeteneğimizde yeni seviyelere ulaşmak için bu organize " +"çabalara erişmenizi sağlayacaktır. Ve size astronomi tutkunuzu paylaşan ve " +"deneyiminizi ve uzmanlık alanlarını paylaşan akranlarınıza ve " +"arkadaşlarınıza, büyük gece gökyüzünde, ayda ve ötesinde arayışınızda nereye" +" bakacağınızı bulmaya çalışacaksınız. üstümüzde görünen sonsuz evren " +"hakkında bilgi." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Kendini adamış amatör gökbilimciler toplumunun bir parçası olmak." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Yatak Odası Olanakları" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Bu büyük masrafa gitmeden önce, iyi bir dürbün setine yatırım yapmak çıplak " +"gözle daha iyi bir sonraki adım olabilir. Hatta, evrenin harikalarını biraz " +"daha iyi görmek istediğiniz ekstra vizyonu vermekte olduğu kadar iyi bir iş " +"yapacak olan yıldızlara bakmak için uygun olan dürbünler bile var. İyi " +"tasarlanmış bir dürbün seti, bu muhteşem manzara size sunulduğunda “gelişmiş" +" vizyonunuzu” parmaklarınızın ucunda tutabilmeniz için çok daha fazla " +"hareketlilik ve yetenek sağlar." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "İlk alışverişinizi yapmadan önce…" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Gözün Ötesinde" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Blog Adı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Blog Sayfası" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Blog Yazısı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Blog Yazısı Kapağı" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Blog Yazısı Sayfaları" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Yazı Başlığı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Blog Yazıları" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blog Altbaşlık" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blog Etiket" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Blog Etiketi Kategorisi" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Etiketler" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Blog Başlığı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Blog Başlığı" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Bloglar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Bloglar Listesi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Bloglar Sayfası" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Alt" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "İçerik Haritası" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Ama sunulan inanılmaz seçimleri nasıl gözden geçiriyorsunuz? Ve daha da " +"önemlisi, rezervasyon yaptırmanın motivasyonu ile kendilerine verdikleri " +"otellerin fotoğraflarına ve açıklamalarına gerçekten güveniyor musunuz? " +"Gezgin yorumları yardımcı olabilir, ancak dikkatli olmanız gerekir. " +"Genellikle önyargılıdır, bazen güncel değildir ve çıkarlarınıza hiç hizmet " +"etmeyebilir. İnceleyen için önemli olan özelliklerin sizin için önemli " +"olduğunu nereden biliyorsunuz?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Teleskop Alış" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Astronomi sevginizi bir sonraki seviyeye taşımak için doğru teleskopu satın " +"almak, yıldızlara olan tutkunuzun gelişiminde büyük bir sonraki adımdır." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Yayınlanabilir" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Kartlar" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Kategori" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Çocuk Tesisleri" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Kütüphaneden bir resim seçiniz." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Web sitenize yeni içerik eklemek için buraya tıklayın." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"İlk blog yazınızı yazmak için sağ üst köşedeki \"Yeni' yi \" " +"tıklayın." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Kapat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Yorum" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Yorumlar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Yorumlar/Görünümler İstatistikleri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "İçerik" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Kanyon bölgedeki altı vadiden biridir. İsim, vadinin bakır " +"madenciliği ile ilgili olabileceğini düşündürse de, durum böyle değil. Adı " +"kanyonu kaplayan bakır ve yeşil likenden türetilmiştir. Bakır Kanyonu'nun " +"iki iklim bölgesi vardır. Bölgede üstte bir alpin iklim ve daha düşük " +"seviyelerde subtropikal bir iklim bulunmaktadır. Kışlar soğuk ve yüksek " +"rakımlı sık kar fırtınası. Yazlar kuru ve sıcak geçer. Başkent Chihuahua, " +"havanın soğuk kışlardan sıcak yazlara kadar değiştiği yüksek rakımlı bir " +"çöl. Bölge, içinde bulunan çeşitli ekosistemler nedeniyle eşsizdir." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Kapak" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Kapak Özellikleri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Oluşturulma" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Tarih (yeniden eskiye)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Tarih (eskiden yeniye)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Açıklama" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Yapı Taşları için Bırakma Bölgesi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Doğu Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Doğu Maui helikopter turları size on bin metrelik yanardağ, Haleakala veya " +"Güneş Evi'ni görecek. Bu yanardağ uykuda ve son olarak 1790'da patlak verdi." +" Yanardağın kraterini ve yanardağın güney tarafını çevreleyen kuru, kurak " +"dünyayı Maui helikopter turlarıyla görebileceksiniz." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Arkaplanda düzenle" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Düzenle '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "'Tüm Bloglar' sayfa başlığını düzenleyin." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "'Sonuçları Filtrele' sayfa başlığını düzenleyin." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Başlığınızı düzenleyin, altyazı isteğe bağlıdır." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Gönderinizin başlığını girin" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Aklınızda bulundurmanız gereken gerçekler." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Son olarak ve en önemlisi, kaliteli otel dizini denetim ekibi söz konusu " +"otel düzenli olarak ziyaret, personel bir araya geldi, bir yatak odasında " +"uyudu ve gıda çalıştı. Onlar sadece bir otel konuk olabilir gibi otel " +"deneyim ve ancak o zaman onlar gerçekten otel hakkında yazmak için güçlü bir" +" konumda olduğunu." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Bizi takip et" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Bizi takip et" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Takipçiler" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Takipçiler (İş ortakları)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Şehir sakinleri olan birçoğumuz için, oradaki gökyüzünün rutin olarak " +"gerçekten farkına varmıyoruz. Şehrin ışıkları her zaman başımızın üstünde " +"olan muhteşem ekranı gizlemek için iyi bir iş çıkarıyor." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Birçoğumuz için, gök cisimleri hakkında ilk öğrenme deneyimimiz, gökyüzünde " +"ilk dolunayımızı gördüğümüzde başlar. Çıplak gözle bile gerçekten muhteşem " +"bir manzara." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"En küçük bebekten en gelişmiş astrofizikçiye, astronomiden zevk almak " +"isteyen herkes için bir şey var. Aslında, o kadar erişilebilir bir bilimdir " +"ki, neredeyse herkes bunu neredeyse her yerde yapabilir. Tek yapmaları " +"gereken tek şey bakmak." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Tam genişlik" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Bir inek alın" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Teleskop alın" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Geçmiş alın" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Başla" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Tablo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Grupla" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Mesaj Var" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Aklınızda bulundurmanız gereken bazı önemli gerçekler:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Tatil ipuçları" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Vurgulu efekt" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Nasıl Bakılır" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Teleskop ne kadar karmaşık ve bakım konusunda sorun yaşar mısınız? Şebeke bu" +" ve diğer soruların cevaplarını almak için. Ödevinizi böyle yaparsanız, " +"astronomi tutkunuzun evriminde bir sonraki büyük adım için doğru teleskopu " +"bulacaksınız." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Teleskopunuz ne kadar hareketli olmalı?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Doğru otel nasıl seçilir" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "İşaretliyse, yeni mesajlar dikkatinize sunulacak." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "İşaretliyse, bazı mesajlar gönderi hatası içermektedir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Otelinizin, örneğin sahilde, tema parkına yakın olması veya havaalanı için " +"uygun olması önemliyse, konum çok önemlidir. İyi bir dizin, otelin ve " +"çevresinin konum haritasını sunmalıdır. Sunulan havaalanına uzaklık " +"çizelgeleri ve bir çeşit interaktif harita olmalıdır." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Gece açıksa, arka bahçenizde sadece yıldızlara bakan ay yüzeyinin inanılmaz detaylarını görebilirsiniz.\n" +"Doğal olarak, astronomi sevginizle büyüdükçe, birçok göksel cismi büyüleyici bulacaksınız. Ama ay her zaman ilk aşkımız olabilir, çünkü dünyaya yakın uçmak ve insanın üzerinde yürüdüğü eşsiz bir ayrıma sahip olan uzak bir uzay nesnesi." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Birim" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"Birçok yönden, astronomi ile dalga geçmeyi başaran birinin bilimden ciddi " +"bir öğrenciye büyük bir adım. Ama sen ve ben, teleskop satın aldıktan sonra " +"nasıl kullanılacağını gerçekten bilmeden önce hala büyük bir adım olduğunu " +"biliyoruz." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Okunabilirliği Artırın" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Takipçi mi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Yayınlandı" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Adalar" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Takımyıldızları, gece gökyüzünde nasıl gezinileceğini ve gezegenleri ve ünlü" +" yıldızları nasıl bulacağınızı öğrenmek çok eğlenceli. Size rehberlik edecek" +" web siteleri ve kitaplar var." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Kendinizi rahat hissettiren bir otel seçmek önemlidir - çağdaş veya " +"geleneksel mobilyalar, yerel dekor veya uluslararası, resmi veya rahat. " +"İdeal otel dizini mevcut seçenekleri size bildirmelidir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Hayatımızın bir noktasında, her birimizin, gece gökyüzünde gördüğümüz " +"evrenin büyüklüğüyle yüz yüze geldiğimizde aniden sersemlediğimiz o anı " +"olduğunu söylemek güvenlidir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Herhangi bir geceye bakarak neredeyse yüz binlerce yıldız, yıldız sistemi, " +"gezegen, uydu, asteroit, kuyruklu yıldız ve hatta arada bir uzay mekiği " +"görebileceğinizi düşündüğünüzde gerçekten şaşırtıcıdır. . Baktığınız " +"gökyüzünün tüm niyetler ve amaçlar için, atalarımızın yüzlerce ve binlerce " +"yıl önce yeni baktıklarında keyif aldıkları aynı gökyüzü olduğunu fark " +"ettiğinizde daha da nefes kesici." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Orman" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Neye baktığınızı bilin" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Ne zaman bakacağını bil" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Geniş" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Son katılımcı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Son Güncelleyen" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Son Güncelleme" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "En son" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Son blog yazıları" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Düzen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Astronomi alanındaki büyük keşiflerin arka planını öğrenmek, anlarınızın " +"yıldızlara daha anlamlı bakmasını sağlayacaktır. Dünyadaki en eski " +"bilimlerden biridir, bu yüzden sizden önce bu yıldızlara bakan tarihin " +"büyüklerini öğrenin." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Eğlence tesisleri" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Liste" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Yerel renk harika ama otelin kendi restoran ve barları konaklamanızda önemli" +" bir rol oynayabilir. Seçim, stil ve akıllı ya da gayri resmi olup " +"olmadıklarının farkında olmalısınız. İyi bir otel raporu size bunu ve " +"özellikle kahvaltı tesisleri hakkında bilgi vermelidir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Konum" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Maui helikopter turları" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Maui helikopter turları, adayı farklı bir perspektiften görmenin ve " +"eğlenceli bir maceraya çıkmanın harika bir yoludur. Daha önce hiç " +"helikopterde bulunmadıysanız, bunu yapmak için harika bir yerdir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Maui helikopter turları, yürüyerek veya araba ile ulaşılamayan yerleri " +"gezmek için harika bir yoldur. Turlar yaklaşık bir saat sürüyor ve yaklaşık " +"yüz sekiz beş dolar ile iki yüz kırk dolar arasında değişiyor. Birçoğu için," +" bu bir kez daha mevcut olmayacak doğal manzarayı görmek için ömür boyu bir " +"fırsattır. Anları yakalamak için kamera ve video çekmek, turu yıllar boyunca" +" anımsadıkça tekrar tekrar yaşamanıza izin verecektir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Maui helikopter turları tüm bu manzaraları görmenizi sağlayacaktır. Maui " +"helikopter turlarına çıkarken manzaranın güzelliğini yakalamak ve tatilde " +"gördüğünüz tüm harika şeyleri arkadaşlarınıza ve ailenize göstermek için bir" +" kamera veya video çektiğinizden emin olun." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Aracı:" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Mesaj Teslim hatası" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Mesajlar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta Açıklaması" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Anahtar Kelimeler" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta Başlık" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Molokai Maui helikopter turları sizi farklı bir adaya götürecek, ancak sadece dokuz mil uzakta ve hava yoluyla kolayca erişilebilir bir adaya götürecek. Bu ada, farklı kültür ve manzaraya sahip çok küçük bir nüfusa sahiptir. Kuzeydoğunun tüm kıyısı uçurumlar ve uzak plajlarla kaplıdır. Havadan başka herhangi bir ulaşım aracıyla tamamen erişilemezler.\n" +"Adada yaşayan insanlar, onu görmek için Maui helikopter turları yapmadıkça, bu olağanüstü manzarayı hiç görmediler. Hava yağmurlu olduğunda ve sezonu için çok yağış olduğunda birçok şaşırtıcı şelale göreceksiniz." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Aile gezginleri için iş seyahatinden daha önemli, otelin dizinden ne kadar " +"çocuk dostu olduğunu öğrenmeli ve kararınızı oradan vermelisiniz. Aramaya " +"değer bir şey, otelin bir bebek bakıcısı hizmeti sunuyor olup olmadığıdır. " +"Çocuk kaçmak isteyen iş seyahat edenler için bu elbette çok ilgili - belki " +"çocuk dostu olmayan bir otel daha uygun bir şey olurdu!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "En Çok Görüntülenen Blog Gönderileri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Adı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "İsim / Son Gönderi" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Yeni Blog Yazısı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Sonraki Makale" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Kapak Yok" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Henüz blog yazısı yazılmadı." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Görünümler" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "\"%s\" için sonuç bulunamadı." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "' için sonuç bulunamadı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Henüz tanımlanmış etiket yok." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Hiçbiri" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Bunların hiçbiri, harika bir teleskop sistemini bir araya getirme " +"planlarınızla ilerlemenizi engellemez. Teleskopunuzu ihtiyaçlarınızı " +"karşılayacak şekilde nasıl yapılandıracağınız konusunda kaliteli tavsiye ve " +"eğitim aldığınızdan emin olun. Bu yönergeleri kullanarak, gece gökyüzündeki " +"çıplak gözün ötesindeki olağanüstü manzaralarda saatlerce keyifle " +"eğleneceksiniz." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Yayınlanmadı" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Sadece havanın bilinmesi yıldız bakışınızın ödüllendirilmesini sağlamakla " +"kalmaz, aynı zamanda büyük meteor yağmurlarının ve diğer büyük astronomi " +"olaylarının ne zaman gerçekleşeceğini öğrenirseniz astronomi heyecanını " +"sizin için canlandıracaktır." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Aksiyon Sayısı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Hata adedi" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "İşlem gerektiren mesaj sayısı" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Teslimat hatası olan mesaj adedi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Tabii ki, ay ibadetinizi en üst düzeye çıkarmak için, ekipmanınızı iyi bir " +"başlangıç ​​teleskopuna yükseltmek size ay yüzeyinin en çarpıcı detayını " +"verecektir. Bu yükseltmelerin her biri ile bilginizi ve görebileceklerin " +"derinliği ve kapsamı geometrik olarak gelişecektir. Birçok amatör gökbilimci" +" için, bazen en yakın uzay nesnemiz üzerinde görebildiğimiz şeyden yeterince" +" yararlanamıyoruz." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Mobil cihazlarda içeriği inceledikten sonra, buraya tekrar tıklayarak normal" +" görünüme geri dönebilirsiniz." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Diğerleri" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Bloglarımız" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Fotoğrafı çeken Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Fotoğraf Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Fotoğrafı çeken Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Photo by Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Fotoğrafı çeken Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Fotoğrafı çeken Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Fotoğrafı çeken Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Fotoğrafı çeken Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Fotoğrafı çeken PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Fotoğraf SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Fotoğrafı çeken Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Yazılar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Mesaj Listesi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Yayın tarihi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Yayınlandı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Yayınlanan (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Yayın Tarihi" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Yayınlanmış" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Yayınlama Seçenekleri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Yayınlanma Tarihi" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb Alanı" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Değerlendirmeler" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Daha fazla oku" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Restoranlar, Kafeler ve Barlar" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Bu web sitesinde yayınlamayı kısıtlayın." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO en iyileştirildi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS İleti hatası" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Örneklem" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Uydu" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Bir resim arayın. (örn.: \"business\" yazın)" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Deniz kenarı vs dağ tarafı" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Dünyayı yukarıdan görmek" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Blog Seçin" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Gönderiyi eklemek istediğiniz blogu seçin." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Yeni bir blog yazısı oluşturmak için bu menü öğesini seçin." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Yorum Yapmak İçin Seç" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Tweetlemek için Seç" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Seo adı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Her anahtar kelimeyi virgülle ayırın" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Bir blog yayını kapağı ayarlayın." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Bazı göçmen ve yerli kuşlar, memeliler ve sürüngenler Copper Canyon'u " +"evlerine çağırırlar. Bu bozulmamış arazideki enfes fauna da kontrol edilmeye" +" değer." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Bağlantıları Paylaş" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Facebook'ta Paylaş" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "LinkedIn'de paylaş" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Twitter'da paylaş" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Bu gönderiyi paylaş" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Kenar Çubuğu" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Popüler olarak Bakır Kanyonu olarak bilinen Sierra Tarahumara, Meksika'da " +"yer almaktadır. Bölge, macera dolu bir tatil isteyenler arasında favori bir " +"destinasyondur." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Aptal-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Gökyüzü" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Bu nedenle, bulunduğunuz yer ve yıldız bakış tercihlerinizin ne olduğu için " +"doğru teleskopu almanız kritik önem taşır. Başlamak için, üç ana teleskop " +"türünü tartışalım ve sonra doğru olanı satın alma şansınızı artırmak için " +"bazı “Telescope 101 ″ kavramları ortaya koyalım." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Bu nedenle, yılda bir kez bir kamp yerine tatil yapmak ya da gece gökyüzünün" +" harcaması aniden muhteşem şovu yapmaya karar verdiğinde dışarıda bulduğumuz" +" ülkede bir akrabanın evine bir yolculuk olabilir. Eğer gece gökyüzünün bize" +" gösterebileceği, harcamacı tarafından nefessiz bir şekilde vurulduğunuzda " +"bu tür bir an yaşadıysanız, muhtemelen gördüklerinizde “vay” diyebildiğiniz " +"anı hatırlayabilirsiniz." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Bu nedenle, sadece doğru türde bir teleskop seçmek için, teleskopu kullanma " +"hedefleriniz önemlidir. Sadece merceklerin ve teleskop tasarımının değil, " +"aynı zamanda teleskopun çeşitli yıldızlara bakma durumlarında nasıl " +"performans gösterdiğini güçlü ve zayıf yönlerini gerçekten anlamak için, " +"ödevleri yapmak ve farklı türlere maruz kalmak en iyisidir. İlk satın " +"alımınızı yapmadan önce…" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Yani yurtdışına gidiyorsunuz, varış noktanızı seçtiniz ve şimdi bir otel " +"seçmelisiniz." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Source Title ile ünlü biri" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Faunanın tespit edilmesi" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Buraya yazmaya başlayın ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Stil" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Alt Başlığı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Alt Başlık" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Etiket Kategorileri" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Etiket Kategorisi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Etiket Kategori Formu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Etiket Formu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Etiket Listesi" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Etiket adı zaten mevcut!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Etiketler" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Etiketler Listesi" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Karanlıkta fotoğraf çekme" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Bulmaca" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Teaser & Etiketler" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Bulmaca İçeriği" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"On yıl önce, muhtemelen yerel seyahat acentenizi ziyaret etmiş ve “uzmanlar”" +" tarafından size verilen yüz yüze tavsiyeye güvenmiş olursunuz. Otelinizi " +"seçmek ve ayırtmak için 21. Yüzyıl yolu elbette seyahat web sitelerini " +"kullanarak internette." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Bu “Vay” anı astrolojinin temelini oluşturuyor. Bazıları için, bu vay anı, " +"yıldızları inceleyen bir kariyere yol açan bir tutku haline gelir. Şanslı " +"bir kaç için, o vay anı, çünkü uzay mekiğinde veya erken uzay " +"görevlerimizden birinde yıldızlara seyahat etmelerine yol açan tüm tüketen " +"bir saplantı. Fakat çoğumuz için astroloji bir eğlence ya da düzenli bir " +"hobi olabilir. Ama bu vay anını hayatımızın geri kalanı boyunca yanımızda " +"taşıyoruz ve her gece üstümüzdeki milyonlarca yıldızda gördüğümüz muhteşem " +"evren hakkında daha derin görünmek ve daha fazla bilgi edinmek için yollar " +"aramaya başlıyoruz." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Astronominin güzelliği, herkesin bunu yapabilmesidir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Ayı görmek için en iyi zaman, geceleri az bulutlu ve havanın uzun ve kalıcı " +"bir çalışma için uygun olduğu gecedir. İlk çeyrek çalışmanın en büyük " +"ayrıntısını verir. Ve kanmayın, dolunay aşamasında olmadığında ayın bir " +"kısmından lekelenme. “Dünya güneşi” olarak bilinen fenomen, ay sadece çeyrek" +" veya yarım ekranda olsa bile, ayın karanlık kısmını biraz ayrıntılı olarak " +"görebilmenizi sağlar." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Ayı görmek için en iyi zaman." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Blog yazısı için yayınlanma tarihi ayarladıysanız, o tarihte websitenizdeki" +" ziyaretçileriniz için görünür olacaktır." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Bu bölgedeki uçurumlar dünyanın en yüksekleri arasındadır ve yüksek " +"zirvelerden su basamaklarını görmek sadece nefes kesicidir. Maui helikopter " +"turları ile Maui'den kısa bir gezinti, bu doğal çevrenin güzelliğini görmeye" +" değer." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "Web sitesi aracılığıyla belgeye erişmek için tam URL." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Doğal olarak almak istediğimiz bir sonraki şey iyi bir teleskop. Bir yerde " +"bir tepede gerçekten havalı görünen teleskoplar kurarken çalışmalarında iyi " +"bir hobi uzmanı görmüş olabilirsiniz. Bu amatör astronomu heyecanlandırıyor " +"çünkü hobinizin büyümesinde bir sonraki mantıklı adım bu olmalı. Ancak iyi " +"bir teleskop satın almak düpedüz kafa karıştırıcı ve göz korkutucu olabilir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"Site, otel, spa, havuz, spor salonu, sauna gibi eğlence hizmetlerinin " +"ayrıntılı bir analizini ve ayrıca golf sahaları gibi yakındaki diğer " +"tesislerin ayrıntılarını sunmalıdır. 7. Özel İhtiyaçlar: otel dizin sitesi " +"ziyaretçiye her otelin özel ihtiyaç hizmetleri ve erişilebilirlik politikası" +" hakkında bilgi vermelidir. Bu yine her ziyaretçi için geçerli olmasa da, " +"bazıları için kesinlikle çok önemlidir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Tripod veya diğer aksesuar kararları güvertede yaşayacak bir teleskopla " +"birçok uzak yere götürmeyi planladığınız teleskopla önemli ölçüde " +"değişecektir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"Bu görünümü gerçekten nefes kesici ve kaçırılmaması gereken bir manzara. " +"Ayrıca, her gün görülemeyen bir hareketsiz yanardağı yakından görme şansı " +"ile son derece eğiticidir. Yanardağın kuzey ve güney taraflarında inanılmaz " +"farklı bir manzara göreceksiniz. Bu taraflar gür ve yeşildir ve bazı güzel " +"şelaleler ve muhteşem fırçaları görebileceksiniz. Adanın bu tarafında tropik" +" yağmur ormanları bol miktarda bulunur ve hava yoluyla başka yollarla " +"kolayca erişilemeyen bir şeydir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Sonra gözden geçirenin motivasyonu sorunu var. Ne kadar çok yorum okursanız," +" fikirlerin uç noktalarında nasıl kümelenme eğiliminde olduklarını daha " +"fazla fark edersiniz. Bir ucunda, öğütmek için eksenli öfkeli " +"eleştirmenleriniz var; öte yandan, inancın ötesinde övgü alan konukları " +"memnun ettiniz. Otellerin bazen kendi parlayan yorumlarını yayınladıklarını " +"veya yarışmacının rekabeti kötü eleştirilerle sıralama şansı bulduklarını " +"öğrenmek sizi şaşırtmayacaktır. Bir otel seçerken sizin için neyin önemli " +"olduğunu düşünmek mantıklıdır. Daha sonra, gerçekten önemli olan güncel, " +"bağımsız ve tarafsız bilgiler veren bir çevrimiçi otel dizini seçmelisiniz." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Son satın alma kararınızı hesaba katmak için başka hususlar da vardır." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Evrende zamansız bir şey var. Gezegenlerin, ayın ve yıldızların ötesinde " +"uzun zamandır orada olmaları, evrendeki yerimiz hakkında bir şeyler yapıyor." +" Aslında, çıplak gözümüzle “gördüğümüz” yıldızların çoğu aslında yüz " +"binlerce yıl önce o yıldızdan gelen ışıktır. Bu ışık şimdi dünyaya ulaşıyor." +" Yani gerçek anlamda, bakmak zaman yolculuğu gibidir." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Bu şeyler gerçekten önemli ve herhangi bir iyi otel dizini size yatak odası " +"bu tür tavsiye vermelidir - sadece olağan seçenek oda sayısı!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Bu kutu ziyaretçileriniz tarafından görülmeyecek" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Bu bölüm için etiket zaten var" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Çok küçük" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Başlık" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Başlık Kapağın Üstünde" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Başlık İç Kapak" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Ay'a çıplak gözle bakmak, kendinizi ay haritasına alıştırmak, başkalarının " +"çalışmanızı daha keyifli hale getirmek için haritaladığı denizleri, " +"kraterleri ve diğer coğrafi fenomenleri seçmenize yardımcı olacaktır. Ay " +"haritaları herhangi bir astronomi mağazasından veya çevrimiçi olabilir ve " +"yatırıma değer." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Yıldızları daha iyi nasıl gözlemleyeceğimizi öğrenmeye başlamak için, çıplak" +" gözle görebildiğimiz ve yıldızları incelemenin yanı sıra tadını çıkarmaya " +"başladığımızın ötesinde, daha derin görünmemiz gerekebilecek bazı temel " +"şeyler vardır. İhtiyacınız olan ilk şey, edebiyattan başka bir ekipman " +"değildir. İyi bir yıldız haritası size büyük takımyıldızları, gökyüzünde " +"gezinmek için kullandığımız anahtar yıldızların yerini ve yıldızlardan daha " +"büyük görünecek gezegenleri gösterecektir. Ve bu haritaya, astronomi " +"hobisine iyi hazırlanmış tanıtım malzemeleri eklerseniz, yolunuza " +"çıkıyorsunuz." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Bir çentik atmak için, iyi bir dürbün çifti, ay yüzeyinde göreceğiniz " +"ayrıntı için harikalar yaratabilir. En iyi sonuçlar için, binoküler ortamda " +"iyi bir geniş alan elde edin, böylece ay manzarasını tüm güzelliğinde " +"alabilirsiniz. Ve dürbünü uzayda bu muhteşem bedene bakmak isteyeceğiniz " +"süre boyunca tutmak neredeyse imkansız olduğu için, ekipman cephaneliğinize " +"dürbünü takabileceğiniz iyi bir tripod eklemek isteyebilirsiniz. Ayı rahatça" +" ve istikrarlı bir görüntüleme platformu ile inceleyin." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Doğal bir sonraki seviyeye götürmek için, diğer gökbilimcilerle " +"ortaklıklardan yararlanmak veya ayı görmek için atmosferik paraziti ortadan " +"kaldırmak için daha iyi tekniklere yatırım yapan profesyoneller tarafından " +"kurulmuş gerçekten harika teleskoplardan birini ziyaret etmek " +"isteyebilirsiniz. daha iyi. İnternet, Hubble'a ve her zaman aya işaret eden " +"dev teleskopların çoğuna erişmenizi sağlayabilir. Ayrıca, birçok astronomi " +"kulübü, ay manzarasının en iyi görünümü için bilgisayarlar ile dikkatlice " +"senkronize edilen birden fazla teleskopu birleştirmenin yolları üzerinde " +"çalışıyor." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Üst Afiş" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Seyahat" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Yayınlanmadı (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Başlıksız Gönderimler" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Blog yayınınızı mobil cihazlarda önizlemek için bu simgeyi " +"kullanın." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Aşağıdakilerde kullanılır:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Bakış açıları" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Görünümler" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Tüm blogların sayfalarında görünür" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Mevcut web sitesinde görülebilir" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Websitesi" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Bloglar" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Websitesi Mesajları" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Web Sitesi Snippet Filtresi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "Web Sitesi URL Adresi" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Websitesi iletişim geçmişi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Web sitesi meta açıklaması" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Web Sitesi meta anahtar kelimeleri" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Web sitesi meta başlık" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Web sitesi açılış grafiği görüntüsü" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Hubble'ı Çalıştırmanıza İzin Verirlerse" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Herkes herhangi bir zamanda yıldızlara bakıp aşık olabilirken, astronomi " +"eğlencesi, her baktığınızda daha fazla gördüğünüz ve anladığınız yıldız " +"bakışında nasıl daha yetenekli ve donanımlı hale geleceğini öğrenmektir. " +"Astronomi hobinize ayırabileceğiniz anları çok daha keyifli hale getirmek " +"için atabileceğiniz bazı adımlar." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Manzaralı" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" +"Blogunuzu veya şirketinizi tanımlamak için buraya küçük bir metin yazın." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Yatak odanızdan ihtiyacınız olan tesis türlerini her zaman dikkatle " +"düşünmeli ve önemli olduğunu düşündüğünüz oteli bulmalısınız. Otel dizini " +"web sitesi, yatak boyutu, İnternet Erişimi (maliyeti, WIFI veya kablolu " +"geniş bant bağlantısı olsun,), Ücretsiz olanaklar, oda manzarası ve Yastık " +"menüsü veya Banyo menüsü gibi lüks teklifler, sigara içilen veya içilmeyen " +"odalar vb." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Maui'nin sunduğu tüm güzelliği göreceksiniz ve tüm aile için harika zaman " +"geçirebilirsiniz. Turlar çok pahalı değil ve kırk beş dakikadan bir saatten " +"fazla sürüyor. Maui helikopter turlarıyla tipik olarak erişilemeyen yerleri " +"görebilirsiniz. Yürüyerek veya araçla ulaşılamayan yerler hava ile " +"görülebilir. Bazı eğlenceli Maui helikopter turlarına hazır olanları nefes " +"kesici manzaralar bekliyor. Adada önemli bir süre kalacaksanız, birden fazla" +" Maui helikopter turu yapmayı düşünmek isteyebilirsiniz." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "macera" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Bloga erişmek için buraya tıklayın:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "içerik haritası" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "yazan" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "keşif" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "kılavuzlar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "tarihinde yayınlandı" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "oteller" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "inç" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "içinde " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "içinde " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "teleskoplar" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "to leave a comment" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "yayında değil" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| henüz yorum yok" diff --git a/i18n/uk.po b/i18n/uk.po new file mode 100644 index 0000000..da81234 --- /dev/null +++ b/i18n/uk.po @@ -0,0 +1,2723 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Alina Lisnenko , 2023 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (копія)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' заголовок сторінки." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Показ результату для '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Усі дати" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Біноклі легкі та портативні. Якщо у вас немає можливості створити та " +"керувати обсерваторією зі свого робочого місця, ви, ймовірно, збираєтесь " +"їхати, щоб виконати свої перегляди. Біноклі їдуть з вами набагато простіше, " +"і їх легше перевозити та користуватися, поки ви там, ніж громіздкий " +"комплектом телескопа." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Підберіть думки експертів. Якщо ви вже не працюєте в астрономічному " +"суспільстві чи клубі, продавці в магазині телескопів зможуть направляти вас " +"до активних товариств у вашому районі. Після того, як ви матимете зв’язок з " +"людьми, які придбали телескопи, ви можете отримати пораду щодо того, що " +"працює, а чого уникати, що є більш вірним, ніж все, що ви отримаєте з веб-" +"статті чи продавця компанії Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" +"Опублікуйте вашу публікацію блогу, щоби зробити її видною для ваших " +"відвідувачів. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Увійти" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Спробуйте перед тим, як купити. Це ще одна перевага кількох виїзних " +"поїздок з астрономічним клубом. Ви можете відкладати якісні години роботи з " +"людьми, які знають телескопи та встановили їхні оснащення, щоб вивчити їх " +"обладнання, вивчити ключові технічні аспекти та спробувати їх, перш ніж ви " +"витратите гроші у власну установку." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Напишіть вашу історію тут. Використовуйте верхню панель інструментів," +" для зміни стилю вашого тексту: дойте зображення або таблицю, встановіть " +"напівжирний або курсив тощо. Перетягніть основні блоки для більш графічних " +"блогів." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Окрім рідного населення, місцева дика природа також є " +"головним спонукачем до натовпу." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Критично важливо, що ви отримаєте саме потрібний " +"телескоп." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "Це той “Вау” момент, яким є астрологія." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Чим більше ви читаєте оглядів, тим більше помічаєте, " +"як вони схильні кластеризуватися в крайнощах думок." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "У космосі є щось позачасове." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Ваше вивчення місяця, наче щось інше, може йти від " +"малого до дуже комплексного." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Не визначено тегів" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"Читати " +"далі" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "Показати:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "Блоги:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Чудовий спосіб відкрити приховані місця" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Відпочинок у Мідному каньйоні обіцяє бути захоплюючою сумішшю відпочинку, " +"культури, історії, дикої природи та походів." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Нова публікація" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Мандрівник може вирішити дослідити місцевість, прогулявшись по каньйону чи " +"заглибившись у нього. Детальне планування потрібно тим, хто бажає " +"заглибитись у глибину каньйону. Існує ряд туристичних компаній, які " +"спеціалізуються на організації турів по регіону. Відвідувачі можуть " +"прилетіти до Мідного Каньйону за допомогою туристичної візи, яка діє " +"протягом 180 днів. Мандрівники також можуть їхати з будь-якої точки " +"Сполучених Штатів та придбати візу на мексиканському митному пункті на " +"кордоні." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Про нас" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Перш за все. встановіть стосунки з авторитетним магазином телескопів " +"в якому працюють люди, які знають їхні речі. Якщо ви придбаєте свій телескоп" +" у магазині Wal-Mart або універмазі, шанси на отримання потрібної речі є " +"віддаленими." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Доступ до публікації" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Необхідна дія" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Активно" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Додайте кілька" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Всі" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Усі блоги" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Усі блоги" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Один в океані" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Як складно встановити та розбити?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Чудова стаття блогу: %s! Перевірте її онлайн: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Захоплююча суміш відпочинку, культури, історії, дикої природи та походів." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"І коли все буде сказано і зроблено,отримайте обладнання. Ваші пошуки " +"нових і кращих телескопів будуть протягом усього життя. Дозвольте " +"захоплюватися астрономією, і досвід збагатить усі аспекти життя. Це буде " +"залежність, яку ви ніколи не захочете змінювати." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Ще одна унікальна особливість Мідного каньйону - наявність індійської " +"культури Тараумара. Ці напівкочові люди живуть у печерних оселях. Їх " +"життєдіяльність головним чином залежить від ведення господарства та " +"скотарства." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Архів" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Заархівовано" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Архіви" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Стаття" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Статті" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Астрономія" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Астрономічні клуби - це жваві місця, сповнені знаючих любителів, які люблять" +" ділитися своїми знаннями з вами. За ціну кока-коли та закуски вони " +"зриватимуться зіркою з вами та збагатять вас дрібницями та великими " +"знаннями." + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "\"Зоряна\" астрономія" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Розсилка новин" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Підрахунок прикріплення" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Автор" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Ім'я автора" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Аватар" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Чудові готельні кімнати" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Будьте в курсі того, що називається \"астрономія\"" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Ставши частиною спільноти відданих астрономів-любителів, ви отримаєте доступ" +" до цих організованих зусиль, щоб досягти нових рівнів у нашій здатності " +"вивчати Місяць Землі. І це надасть вам друзів, які діляться вашою пристрастю" +" до астрономії та які можуть поділитися своїм досвідом та сферою знань, коли" +" ви прагнете знайти, де ви могли б шукати далі на величезному нічному небі, " +"на Місяці та поза ним у своїх пошуках знання про, здавалося б, нескінченний " +"Всесвіт над нами." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Ставши частиною суспільства відданих астрономів-любителів." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Зручності спальної кімнати" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Перш ніж піти на такі великі витрати, може бути кращим інвестувати в хороший" +" набір біноклів. Є навіть біноклі, які підходять для зіркового огляду, які " +"зроблять так само хорошу роботу, надаючи вам те додаткове бачення, яке ви " +"хочете побачити трохи краще чудес Всесвіту. Добре розроблений набір біноклів" +" також дає вам набагато більше мобільності та здатності тримати «покращений " +"огляд» під рукою, коли цей дивовижний вид просто представляється вам." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Перед тим, як ви робите вашу першу купівлю…" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Поза оком" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Блог" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Назва блогу" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "Сторінка блогу" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Допис блогу" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Фонове зображення блогу" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "Сторінки публікацій блогу" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Назва допису блогу" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Дописи блогу" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Підзаголовок блогу" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Мітка блогу" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Категорія тегів блогу" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Мітки блогу" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Заголовок блогу" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Заголовок блогу" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Блоги" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "Список блогів" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "Сторінка блогів" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Знизу" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Хлібні крихти" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Але як ви просіюєте дивовижні варіанти пропозиції? І що ще важливіше, чи " +"справді ви довіряєте фотографіям та описам готелів, які вони самі нагородили" +" мотивацією отримати бронювання? Відгуки мандрівників можуть бути корисними," +" але потрібно проявляти обережність. Вони часто є упередженими, іноді " +"застарілими і можуть взагалі не слугувати вашим інтересам. Як ви знаєте, що " +"функції, які важливі для рецензента, важливі для вас?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Купуючи телескоп" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Купівля правильного телескопа, щоб вивести свою любов до астрономії на " +"наступний рівень - це великий наступний крок у розвитку вашої пристрасті до " +"зірок." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Можна опублікувати" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Картки" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Категорія" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Послуги для дітей" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Вибрати зображення з бібліотеки." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Натисніть тут, щоб додати новий контент на ваш веб-сайт." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Натисніть на \"Новий\" у верхньому правому куті, щоб написати ваш " +"перший допис блогу." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Закрити" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Коментар" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Коментарі" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "Коментарі/Статуси переглядів" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Вміст" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Мідний каньйон - одна з шести ущелин в цьому районі. Хоча назва говорить про" +" те, що ущелина може мати певне значення для видобутку міді, це не так. " +"Назва походить від мідного та зеленого лишайника, що покриває каньйон. " +"Мідний каньйон має дві кліматичні зони. У регіоні альпійський клімат на " +"вершині та субтропічний клімат на нижчих рівнях. Зими холодні з частими " +"хуртовинами на великих висотах. Літо сухе і спекотне. Столиця, Чіхуахуа, - " +"пустеля на висоті, де погода коливається від холодної зими до спекотного " +"літа. Регіон унікальний завдяки різноманітним екосистемам, що існують в " +"ньому." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Обкладинка" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Властивості обкладинки" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Створено" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Дата (від нової до старої)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Дата (від старої до нової)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Опис" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "Зона пропуску для конструкторських блоків" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Східний Мауї" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Екскурсії вертольотом по Східному Маую подарують вам вид вулканів на десять " +"тисяч футів, Халеакала або Будинок сонця. Цей вулкан дрімає і востаннє " +"вибухнув у 1790 році. Ви зможете побачити кратер вулкана та суху посушливу " +"землю, що оточує південну сторону схилу вулкана під час гелікоптерних турів " +"Мауї." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Редагувати на сервері" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Відредагуйте '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Відредагуйте заголовок сторінки 'Усі блоги'." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Відредагуйте заголовок сторінки 'Результати фільтру'." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "Редагуйте ваш заголовок, підзаголовок необов'язково." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "Введіть заголовок вашої публікації" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Факти, які вам слід пам'ятати." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Нарешті, і найголовніше, команда з інспекції якості готелів повинна " +"регулярно відвідувати відповідний готель, зустрічалася з персоналом, спати у" +" спальні та пробувати їжу. Вони повинні відчувати готель як гості, і лише " +"тоді вони справді матимуть сильну позицію написати про готель." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Стежте за нами" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Слідкуйте за нами" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Підписники" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Підписники (Партнери)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Багато хто з нас, хто є мешканцями міста, не дуже помічає цього неба на " +"звичайній основі. Вогні міста роблять хорошу роботу, маскуючи дивовижний " +"дисплей, який весь час є над нашими головами." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Для багатьох із нас найперший наш досвід дізнатися про небесні тіла " +"починається, коли ми бачимо наш перший повний місяць на небі. Це справді " +"чудовий вид навіть неозброєним оком." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Від найменшого малюка до найдосконалішого астрофізика, є щось для кожного, " +"хто хоче насолодитися астрономією. Насправді це наука настільки доступна, що" +" практично будь-хто може це зробити практично де завгодно. Все, що вони " +"повинні знати, - це шукати." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "На всю ширину" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Стань розумником" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Отримайте телескоп" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Отримайте трохи історії" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Розпочніть" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Сітка" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Групувати за" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Є повідомлення" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Це кілька ключових фактів, які вам слід пам'ятати:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Поради щодо свят" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "Ефект наведення" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Як шукати" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Наскільки складним є телескоп і чи будуть у вас проблеми з технічним " +"обслуговуванням? Зайдіть у мережу щоб отримати відповіді на ці та інші " +"питання. Якщо ви робите домашнє завдання так, ви знайдете правильний " +"телескоп для цього наступного великого кроку в еволюції вашої пристрасті до " +"астрономії." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Наскільки мобільним повинен бути ваш телескоп?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Як обрати правильний готель" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Якщо позначено, то нові повідомлення будуть потребувати вашої уваги." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Якщо позначено, деякі повідомлення мають помилку доставки." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Якщо вам важливо, що ваш готель, наприклад, на пляжі, недалеко від " +"тематичного парку або зручний для аеропорту, то розташування є першорядним. " +"Будь-який гідний каталог повинен запропонувати карту розташування готелю та " +"його околиць. До аеропорту повинні бути графіки відстаней, а також " +"інтерактивна карта." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Якщо ніч ясна, ви можете побачити дивовижні деталі місячної поверхні просто зірки, що дивляться на ваш задній двір.\n" +"Природно, коли ви зростаєте в любові до астрономії, ви знайдете безліч небесних тіл, що зачаровують. Але Місяць завжди може бути нашим першим коханням, тому що це той далекий космічний об’єкт, який має унікальну відмінність польоту близько до землі і по якому ходила людина." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "В" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"Багато в чому це великий крок від того, хто просто насміхається над " +"астрономією, до серйозного студента науки. Але ми з вами знаємо, що після " +"придбання телескопа є ще один великий крок, перш ніж ви дійсно знаєте, як " +"ним користуватися." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "Підвищіть читабельність" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Стежить" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Опубліковано" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Острови" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Приємно вивчати сузір’я, як орієнтуватися на нічному небі та знаходити " +"планети і відомі зірки. Існують веб-сайти та книги, які вас цікавлять." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Важливо вибрати готель, в якому ви відчуватимете себе комфортно - сучасну " +"або традиційну обстановку, місцевий декор чи міжнародну, офіційну чи " +"розслаблену. Ідеальний каталог готелів повинен повідомити про наявні " +"варіанти." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Можна з упевненістю сказати, що в якийсь момент нашого життя у кожного з нас" +" є той момент, коли ми раптом приголомшені, коли стикаємося віч-на-віч з " +"величезним всесвітом, який ми бачимо на нічному небі." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Це насправді дивовижно, коли ви задумуєтеся про те, що, дивлячись на будь-" +"яку ніч, ви можете побачити практично сотні тисяч зірок, зоряних систем, " +"планет, місяців, астероїдів, комет і, можливо, навіть випадковий космічний " +"човник. Ще більше захоплює дух, коли ви усвідомлюєте, що небо, на яке ви " +"дивитеся, - це все те саме небо, яким користувалися наші предки сотні і " +"тисячі років тому, коли вони лиш піднімали погляд." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Джунглі" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Знайте, що ви шукаєте" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Знати, коли шукати" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Великий" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Останній запис" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Останні" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Останні пости блогу" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Макет" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Вивчення передумови до великих відкриттів в астрономії зробить ваші моменти " +"вивчення зірок більш значущими. Це одна з найдавніших наук на землі, тому " +"з’ясуйте великі історії, які дивилися на ці зірки до вас." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Послуги для відпочинку" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Список" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Місцевий колорит чудовий, але власні ресторани та бари готелю можуть зіграти" +" важливу роль у вашому перебуванні. Ви повинні знати про вибір, стиль та те," +" чи вони розумні чи неформальні. Хороший звіт про готель повинен розповісти " +"вам про це, особливо про сніданки." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Розташування" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Вертолітні тури Мауї" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Тури на вертольоті Мауї - це чудовий спосіб побачити острів з іншого погляду" +" та провести веселу пригоду. Якщо ви ніколи раніше не літали вертольотом, це" +" чудове місце для цього." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Екскурсії на вертольоті Мауї - це прекрасний спосіб подорожувати тими " +"місцями, до яких не можна дійти пішки або на машині. Тури тривають приблизно" +" одну годину і становлять приблизно від ста восьми п'яти доларів до двохсот " +"сорока доларів на людину. Для багатьох людей це можливість раз у житті " +"побачити природні пейзажі, які більше не будуть доступні. Зйомка камер і " +"відео для захоплення моментів також дозволить вам знову і знову переглядати " +"тур, коли ви згадуєте протягом багатьох років." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Тури на вертольоті Мауї дозволять побачити всі ці пам’ятки. Не забудьте " +"взяти з собою фотоапарат або відео, вирушаючи на екскурсії на вертольоті по " +"Мауї, щоб захопити красу пейзажу та показати друзям та родині вдома всі " +"прекрасні речі, які ви бачили під час відпустки." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Середній" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Помилка доставлення повідомлення" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Повідомлення" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Мета-опис" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Ключові слова мета" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Заголовок мета" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Молокай Мауї" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Тури на вертольотах Molokai Maui доставлять вас на інший острів, але той, який знаходиться всього в дев'яти милях і легко доступний повітрям. На цьому острові дуже мало населення з різною культурою та пейзажем. Все узбережжя північного сходу вистелене скелями та віддаленими пляжами. Вони абсолютно недоступні будь-яким іншим засобом пересування, крім повітря.\n" +"Люди, які живуть на острові, ніколи навіть не бачили цього чудового пейзажу, якщо тільки не здійснили екскурсії вертольотом Мауї. Коли погода буде дощовою і багато сезону опадів, то протягом сезону ви побачите безліч приголомшливих водоспадів." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Для сімейного мандрівника важливіше дізнатися, наскільки приємний для дітей " +"є готель, з каталогу, і прийняти своє рішення звідти. Одне, на що варто " +"звернути увагу, це те, чи пропонує готель послуги няні. Для ділових " +"мандрівників, які бажають подорожувати з дітьми, це, звичайно, теж дуже " +"актуально - можливо, готель, який не надає послуги догляду за дітьми, був би" +" чимось більш підходящим!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Найпопулярніші дописи в блозі" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Ім'я" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "Назва / Остання публікація" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Новий допис" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "Наступна стаття" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "Без обкладинки" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Ще немає жодного допису." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "К-сть переглядів" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Немає результатів для \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Не знайдено результату для '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Ще не визначено жодного тегу." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Немає" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Ніщо з цього не перешкоджає вам рухатися вперед до своїх планів зібрати " +"дивовижну телескопну систему. Будьте впевнені, що ви отримаєте якісні поради" +" та навчання, як налаштувати свій телескоп відповідно до ваших потреб. " +"Використовуючи ці вказівки, ви отримаєте насолоду від годин, насолоджуючись " +"феноменальними видовищами на нічному небі, що знаходяться поза неозброєним " +"оком." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Неопубліковано" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Не тільки знання погоди дозволить переконатися, що ваша зірка дивиться на " +"користь, але якщо ви дізнаєтесь, коли відбуватимуться великі метеорні зливи " +"та інші великі події астрономії, змусять вас оживити астрономію." + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Кількість дій" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Кількість помилок" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Кількість повідомлень, які вимагають дії" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Кількість повідомлень з помилковою дставкою" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Звичайно, для того, щоб оглянути місяць повністю, посилення обладнання до " +"хорошого стартового телескопа дасть вам найбільш приголомшливі деталі " +"місячної поверхні. З кожним із цих оновлень ваші знання, а глибина та " +"масштаб того, що ви зможете побачити, поліпшаться геометрично. Для багатьох " +"астрономів-аматорів ми іноді не можемо отримати достатньо того, що ми можемо" +" побачити на цьому нашому найближчому космічному об’єкті." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" +"Переглянувши вміст на мобільному пристрої, ви можете повернутися до " +"звичайного перегляду, натиснувши тут ще раз" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Інші" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Наші блоги" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Фото Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Фото Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Фото Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Фото Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Фото Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Фото Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Фото Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Фото Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Фото PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Фото SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Фото Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Публікації" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "Список публікацій" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Дата публікації" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Опубліковано" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Опубліковано (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Опублікована дата" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Опублікований допис" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Опції публікування" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Дата публікування" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Поле Qweb" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Оцінювання" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Читати більше" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Ресторани, кафе та бари" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Обмеження публікації на цьому веб-сайті." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Оптимізовано SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Помилка доставки SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Зразок" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Супутники" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Шукайте зображення. (напр.,: type \"business\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Приморські vs гірські" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Бачити світ згори" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Вибрати блог" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Оберіть блог, в який ви хочете додати публікацію." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Виберіть цей пункт, щоб створити новий запис у блозі." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "Оберіть коментувати" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "Оберіть Tweet" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Назва Seo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Розділяйте ключові слова комами" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Встановіть обкладинку публікації блогу." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Кілька мігруючих і місцевих птахів, ссавців і рептилій називають мідний " +"каньйон своїм домом. Вишукану фауну на цій майже незайманій землі також " +"варто перевірити." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Поділитися посиланнями" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Поділитися на Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Поділитися на LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Поділитися на Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Поділитися цією публікацією" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Бічна панель" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Сьєрра Тараумара, відомий як Мідний Каньйон, знаходиться в Мексиці. Район - " +"улюблене місце серед тих, хто шукає авантюрного відпочинку." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Небо" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Тож критично важливо, щоб ви отримали саме потрібний телескоп, де ви " +"знаходитесь та які ваші уподобання зірки, що дивляться. Для початку давайте " +"обговоримо три основні види телескопів, а потім викладемо кілька концепцій " +"«Телескоп 101», щоб збільшити шанси на те, що ви придбаєте потрібну річ." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Тож може бути, що раз на рік відпустка в кемпінг або поїздка в будинок " +"родича в країні, коли ми опиняємось за межами, коли передавач нічного неба " +"раптом вирішить влаштувати його видовищне шоу. Якщо у вас був такий момент, " +"коли ви буквально затамувавши подих на нічне небо, ви, напевно, можете " +"пригадати той самий момент, коли ви могли б сказати ще трохи, але «ух» у " +"побаченому." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Отже, щоб вибрати лише потрібний вид телескопа, важливими є ваші цілі " +"використання телескопа. Щоб дійсно зрозуміти сильні та слабкі сторони не " +"лише конструкцій лінз та телескопа, але й того, як телескоп виконує роботу в" +" різних зіркових ситуаціях, найкраще виконати домашнє завдання спершу та " +"оглянути різні види. Тому перш ніж зробити першу покупку ..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Отже, ви їдете за кордон, ви вибрали місце призначення, і тепер ви повинні " +"вибрати готель." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "Хтось відомий у Заголовку джерела" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Виявлення фауни" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Пишіть тут..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Стиль" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Підзаголовок" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Підзаголовок" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Категорії тегів" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Категорія тегів" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Форма категорії тегів" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Форма тегів" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Список тегів" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Такий тег уже існує!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Мітки" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "Список тегів" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Фотографування вночі" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Тизер" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "Тизер і теги" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Зміст тизеру" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"Десять років тому ви, мабуть, відвідали свого місцевого туристичного агента " +"і довірилися порадам, які вам дали так звані \"експерти\". Спосіб вибору та " +"бронювання готелю в 21-му столітті - це, звичайно, в Інтернеті, " +"використовуючи туристичні веб-сайти." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Цей \"вау\" момент - це те, про що йдеться в астрології. Для деяких цей " +"дивовижний момент стає пристрастю, яка веде до кар'єри астронома. Для " +"щасливчиків цей дивовижний момент тому, що всепоглинаюча одержимість, яка " +"призводить до того, що вони подорожують до зірок у космічному човні або на " +"одній з наших ранніх космічних місій. Але для більшості з нас астрологія " +"може стати проведенням часу або звичайним захопленням. Але ми несемо цей " +"дивний момент із собою на все життя і починаємо шукати способи заглянути " +"глибше і дізнатися більше про вражаючий Всесвіт, який ми бачимо у мільйонах " +"зірок над нами щовечора." + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Краса астрономії полягає в тому, що кожен може це зробити." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Найкращий час для перегляду Місяця, очевидно, вночі, коли мало хмар і погода" +" є тривалою для вивчення. Перша чверть дає найбільшу деталізацію вивчення. І" +" не обманюйте себе, але промацуйте частину місяця, коли вона не знаходиться " +"в стадії повного місяця. Явище, відоме як \"земний блиск\", дає вам " +"можливість бачити затемнену частину Місяця також з деякими деталями, навіть " +"якщо Місяць видно лише на чверть або на половину." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Найкращий час, щоби побачити місяць." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Публікація в блозі відображатиметься відвідувачам з цієї дати на веб-сайті, " +"якщо вона встановлена як опублікована." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Скелі в цьому регіоні одні з найвищих у світі, і побачити воду, що каскадує " +"з високих вершин, просто захоплює дух. Короткий прохід з Мауї з мауї-" +"вертольотами на Мауї варто заслуговувати на красу цього природного " +"середовища." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "URL-адреса повністю, для доступу до документації через сайт." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Наступне, що ми, природно, хочемо отримати - хороший телескоп. Можливо, ви " +"бачили хобі людини, яка добре допомагає в навчанні, де вишукані телескопи є " +"десь на пагорбі. Це хвилює астронома-аматора, тому що це повинно стати " +"логічним наступним кроком у розвитку вашого хобі. Але як купити хороший " +"телескоп? Це може бути заплутаним і залякуючим." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"На сайті слід запропонувати детальний аналіз дозвілля в готелі: спа, басейн," +" тренажерний зал, сауна, а також детальну інформацію про будь-які інші " +"об'єкти поблизу, такі як поля для гольфу. 7. Спеціальні потреби: сайт " +"довідників готелів повинен повідомити відвідувача послуги щодо особливих " +"потреб кожного готелю та політику доступності. Хоча знову це стосується не " +"кожного відвідувача, для когось це абсолютно важливо." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Штатив або інші аксесуарні рішення значно зміняться за допомогою телескопа, " +"який буде жити на вашій палубі, порівняно з тим, який ви плануєте взяти для " +"віддалених місць." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"Вид по-справжньому захоплює дух і це видовище, яке не можна пропустити. Це " +"також високий, з можливістю побачити дрімаючий вулкан поруч - те, що не " +"можна побачити щодня. На північній і південній сторонах вулкана ви побачите " +"неймовірний вид. Ці сторони пишні та зелені, і ви зможете побачити кілька " +"красивих водоспадів та чудовий пензлик. Тропічні тропічні ліси рясніють на " +"цій стороні острова, і це щось, що не є легко доступним будь-яким іншим " +"способом, крім повітря." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Тоді виникає проблема мотивації рецензента. Чим більше ви читаєте оглядів, " +"тим більше помічаєте, як вони схильні кластеризуватися в крайніх точках " +"думок. З одного боку, у вас є розлючені рецензенти з сокирами; з іншого - ви" +" порадували гостей, які хвалять готель поза очікуваннями. Ви не здивуєтеся, " +"дізнавшись, що готелі іноді публікують свої яскраві огляди, або ж конкурент " +"вишикує шанс виграти конкуренцію поганими відгуками. Має сенс врахувати, що " +"насправді важливо для вас при виборі готелю. Потім слід вибрати онлайн-" +"каталог готелів, який надає актуальну, незалежну, неупереджену інформацію, " +"яка дійсно має значення." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Існують й інші міркування, які враховують ваше остаточне рішення про " +"купівлю." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"У космосі є щось позачасове. Той факт, що планети, Місяць та зорі поза ними " +"існують протягом століть, чимось впливає на наше відчуття нашого місця у " +"Всесвіті. Насправді, багато зірок, які ми «бачимо» неозброєним оком, " +"насправді є світлом, що прийшло від цієї зірки сотні тисяч років тому. Це " +"світло зараз сягає до землі. Отже, по-справжньому, пошук вгору - це подорож " +"у часі." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Ці речі дійсно мають значення, і будь-який пристойний довідник готелів " +"повинен дати вам такий тип порад щодо спалень - не лише кількості номерів, " +"що є звичайним варіантом!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Ця позначка не буде видима вашим відвідувачам" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Цей тег вже існує" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Крихітний" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Заголовок" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "Заголовок над обкладинкою" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "Заголовок всередині обкладинки" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Поглянути на Місяць неозброєним оком, ознайомлення з місячною картою " +"допоможе вам вибрати моря, кратери та інші географічні явища, які інші вже " +"склали, щоб зробити ваше заняття більш приємним. Місячні карти можна " +"отримати в будь-якому магазині астрономії або в Інтернеті, і вони варті " +"того, щоби вкласти гроші" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Щоб почати вивчати, як набагато краще спостерігати за зірками, є деякі " +"основні речі, які нам можуть знадобитися глибше, окрім того, що ми можемо " +"побачити неозброєним оком і почати вивчати зірки, а також насолоджуватися " +"ними. Перше, що вам потрібно, це зовсім не обладнання, а література. Хороша " +"зіркова карта покаже вам основні сузір'я, розташування ключових зірок, які " +"ми використовуємо для навігації в небі та планетах, які будуть здаватися " +"більшими за зірки. І якщо ви додасте до цієї карти кілька добре зроблених " +"вступних матеріалів у хобі астрономії, ви вже на правильному шляху." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Щоб підняти його на виїмку, хороша пара біноклів може творити чудеса для " +"деталей, які ви побачите на місячній поверхні. Для найкращих результатів " +"знайдіть хороше широке поле в бінокулярних налаштуваннях, щоб ви могли " +"знімати місячний пейзаж у всій своїй красі. А оскільки майже неможливо " +"утримувати бінокль протягом тривалого часу, коли ви захочете поглянути на " +"цей чудовий корпус у просторі, ви можете додати до свого арсеналу обладнання" +" хороший штатив, який ви зможете прикріпити бінокль, щоб ви могли вивчати " +"Місяць у комфорті та на стабільній оглядовій платформі." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Щоб перейти на наступний природний рівень, ви можете скористатися " +"партнерством з іншими астрономами або відвідати один із справді великих " +"телескопів, які були створені професіоналами, які вклали гроші в кращі " +"методики усунення атмосферних перешкод, щоб побачити Місяць краще. Інтернет " +"може дати вам доступ до Хаббла та багатьох величезних телескопів, які весь " +"час спрямовані на Місяць. Крім того, багато астрономічних клубів працюють " +"над способами поєднання декількох телескопів, ретельно синхронізованих з " +"комп’ютерами для найкращого огляду місячного пейзажу." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "Топ банер" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Подорожуйте" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Неопубліковано (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Допис без назви" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Використовуйте цей значок, щоби переглянути публікацію блогу намобільних " +"пристроях." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Використано:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Точки зору" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Переглядів" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Видимий на всіх сторінках блогів" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Видимий на поточному веб-сайті" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Веб-сайт" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Блоги веб-сайту" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Повідомлення з веб-сайту" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Фільтр сніпетів веб-сайту" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL сайту" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Історія бесіди на сайті" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Мета-опис сайту" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Мета-ключі сайту" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Мета-заголовок сайту" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Зображення веб-сайту opengraph" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "А якщо вони дозволять вам запустити Хаббл" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Хоча будь-хто може дивитися вгору і закохуватися в зірки в будь-який час, " +"астрономічне задоволення - це навчитися ставати все більш кваліфікованим та " +"оснащеним зірчастими поглядами, які ви бачите і розумієте все більше і " +"більше кожного разу, коли ви дивитесь. Ось кілька кроків, які ви можете " +"зробити, щоб зробити моменти, які ви можете присвятити своєму хобі з " +"астрономії, набагато приємнішими." + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "З переглядом" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Напишіть тут маленький текст, щоби описати ваш блог чи компанію." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Ви завжди повинні ретельно розглянути тип зручностей, які вам потрібні для " +"вашої спальні, і знайти готель, який має ті, які ви вважаєте важливими. Веб-" +"сайт каталогів готелів повинен детально розглянути такі питання, як: розмір " +"ліжка, доступ до Інтернету (вартість, чи є WIFI або провідний зв’язок), " +"безкоштовні зручності, вигляд із номера та розкішні пропозиції, наприклад, " +"меню подушки або меню ванни, вибір кімнати для курців або некурців тощо." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Ви побачите всю красу, яку може запропонувати Мауї і яка може чудово " +"провести час для всієї родини. Тури не надто дорогі і тривають від сорока " +"п’яти хвилин до більше години. Ви можете побачити місця, які, як правило, " +"недоступні для турів на вертольоті Мауї. Місця, які недоступні пішки або " +"транспортними засобами, можна побачити з висоти. Захоплюючі пам’ятки чекають" +" тих, хто збирається на веселі тури на вертольоті Мауї. Якщо ви будете " +"зупинятися на острові протягом значної кількості часу, можливо, вам " +"захочеться задуматися про те, щоб зробити кілька турів на вертоліт Мауї." + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "пригода" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "блог. Натисніть тут для доступу до блогу :" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "Хлібні крихти" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "від" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "відкриття" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "путівники" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "було опубліковано на" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "готелі" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "в" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr " в " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "в " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "телескопи" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "залишити коментар" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "неопубліковано" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Ще немає жодних коментарів" diff --git a/i18n/vi.po b/i18n/vi.po new file mode 100644 index 0000000..cc7b418 --- /dev/null +++ b/i18n/vi.po @@ -0,0 +1,2693 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Thi Huong Nguyen, 2023 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (bản sao)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "'." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. Đang hiện kết quả cho '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- Tất cả các ngày" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"Ống nhòm nhẹ và dễ di chuyển. Trừ khi bạn có điều kiện thiết lập cả " +"hệ thống đài quan sát tại nhà, bạn hẳn phải di chuyển để tìm địa điểm ngắm " +"sao thích hợp. Nếu bạn đi tới các miền quê để ngắm sao, ống nhòm rất dễ mang" +" theo và nhẹ hơn rất nhiều so với cả bộ kính thiên văn cồng kềnh. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"Tham khảo ý kiến chuyên gia. Nếu bạn chưa tham gia câu lạc bộ hay hội" +" nhóm thiên văn nào, những người bán hàng ở cửa hàng kính thiên văn có thể " +"chỉ cho bạn những nhóm đang hoạt động ở khu vực. Khi bạn đã kết nối với " +"những người đã mua kính thiên văn, bạn có thể hỏi lời khuyên về loại nào tốt" +" và loại nào nên tránh. Những lời khuyên này chắc chắn đáng tin hơn nhiều " +"những gì bạn tìm thấy trên web hoặc người bán hàng ở Wal-Mart." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "Xuất bản bài blog của bạn để độc giả có thể thấy được." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "Đăng nhập" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"Thử trước khi mua. Đây là một lợi ích nữa khi bạn đi thực địa cùng " +"câu lạc bộ thiên văn. Bạn có thể dành vài giờ hiệu quả cùng những người am " +"hiểu về kính thiên văn và xem cách họ lắp đặt kính, xem xét thiết bị của họ," +" học về các chi tiết kỹ thuật chính cũng như dùng thử trước khi bạn chi tiền" +" mua ống kính cho riêng mình. " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" +"Viết câu truyện của bạn ở đây. Sử dụng top toolbar để tạo phong cách " +"cho nội dung: thêm hình hoặc bảng, thiết lập in nghiêng, in đậm, v.v. Kéo và" +" thả các khối để làm cho trang sinh động hơn." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" +"Bên cạnh người dân bản địa, thiên nhiên nơi đây cũng " +"là một yếu tố thu hút khách du lịch." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" +"Điều tối quan trọng là bạn phải mua đúng loại kính " +"thiên văn." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" +"Thời khác “Ôi đẹp quá” đó luôn thật có ý nghĩa trong " +"chiêm tinh học." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" +"Càng đọc nhiều nhận xét, bạn càng nhận thấy rằng các " +"nhận xét thường phân về hai thái cực ý kiến trái chiều." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "Vũ trụ là bất tận." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" +"Nghiên cứu mặt trăng, cũng giống những bộ môn khác, " +"nên đi từ đơn giản tới phức tạp." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "Không có thẻ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "Cách khám phá tuyệt vời những địa danh ẩn giấu" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" +"Một kỳ nghỉ ở Copper Canyon hứa hẹn sự kết hợp tuyệt vời giữa nghỉ ngơi, văn" +" hóa, lịch sử, thiên nhiên và cả leo núi. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "Một bài mới" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"Khách du lịch có thể lựa chọn khám phá khu vực này bằng cách leo vòng quanh " +"hoặc mạo hiểm xuống hẻm núi. Những ai muốn xuống sâu phía dưới hẻm núi phải " +"lập kế hoạch thật chi tiết. Hiện có khá nhiều công ty du lịch chuyên tổ chức" +" tour như vậy. Khách du lịch có thể bay tới Copper Canyon bằng visa du lịch " +"có hiệu lực trong 180 ngày. Họ cũng có thể lái xe từ Mỹ và xin cấp visa ở " +"trạm hải quan Mexico tại biên giới. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "Về chúng tôi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"Trên hết, thiết lập quan hệ với các cửa hàng bán kính có tiếngnơi có " +"các nhân viên hiểu rõ về mặt hàng họ bán. Nếu bạn mua kính ở Wal-Mart hay " +"bách hóa, bạn sẽ khó lòng mua được đúng loại bạn cần. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "Truy cập bài đăng" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "Hành động cần thiết" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "Đang hoạt động" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "Thêm" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "Tất cả" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "Tất cả blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "Tất cả blog" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "Một mình giữa đại dương" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "Lắp đặt và tháo dỡ có khó không? " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "Một bài viết blog tuyệt hay: %s! Hãy xem ngay: %s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" +"Sự kết hợp thú vị giữa thư giãn, văn hóa, lịch sử, tự nhiên và leo núi. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"Và khi bạn đã sẵn sàng,hãy trang bị. Bạn sẽ thấy mình luôn cần một " +"ống kính thiên văn mới hơn và tốt hơn. Hãy cứ để bản thân đam mê thiên văn " +"học và để trải nghiệm đó làm giàu cho vốn sống của bạn. Đây sẽ là một sở " +"thích mà bạn không bao giờ từ bỏ. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" +"Một điểm độc đáo khác của Copper Canyon là sự hiện diện của nền văn hóa " +"Tarahumara của người da đỏ. Những người bán du mục này sống trong các hang " +"động. Sinh kế của họ chủ yếu phụ thuộc vào trồng trọt và chăn nuôi gia súc." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "Lưu trữ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "Đã lưu trữ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "Lưu trữ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "Bài viết" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "Bài viết" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "Thiên văn học" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"Các CLB Thiên văn là nơi hết sức sống động và có rất nhiều người đam mê " +"thiên văn không chuyên nhưng rất hiểu biết. Chỉ cần mua đồ uống và đồ ăn " +"vặt, họ sẵn sàng cùng bạn đi ngắm sao và chia sẻ vô số thông tin và kiến " +"thức bổ ích về thiên văn. " + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "Thiên văn học chính là “ngắm sao\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Nguồn cấp dữ liệu Atom" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "Số lượng tệp đính kèm" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "Tác giả" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "Tên Tác giả" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "Ảnh đại diện" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "Phòng khách sạn tuyệt vời" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "Hãy thận trọng với thú vui “thiên văn học”" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"Trở thành thành viên của cộng đồng các nhà thiên văn không chuyên sẽ giúp " +"bạn tiếp cận những nỗ lực này và đưa khả năng nghiên cứu mặt trăng lên một " +"tầm cao mới. Và bạn cũng tìm thấy nhiều bạn bè những người có chung đam mê " +"thiên văn, sẵn sàng chia sẻ kinh nghiệm và kiến thức khi bạn muốn tìm hiểu " +"bạn nên quan sát gì tiếp theo trên bầu trời. Mặt trăng và xa hơn nữa là khát" +" khao kiến thức của bạn về vũ trụ bao la vô tận ngay phía trên chúng ta. " + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "Trở thành một phần của cộng đồng các nhà thiên văn học không chuyên" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "Tiện nghi phòng ngủ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"Trước khi tiêu một khoản tiền lớn, bước chuyển tiếp theo nên là đầu tư một " +"chiếc ống nhòm tốt. Trên thị trường hiện có những loại ống nhòm phù hợp cho " +"ngắm sao, giúp bạn nhìn ngắm kỳ quan của vũ trụ rõ hơn so với mắt thường. " +"Một cặp ống nhòm thiết kế tốt là lựa chọn linh hoạt và cơ động nếu bạn muốn " +"“nâng tầm nhìn” mỗi khi có cơ hội nhìn ngắm bầu trời đầy sao. " + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "Trước khi bạn mua chiếc kính đầu tiên..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "Vượt xa tầm mắt " + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "Tên Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "Bài Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "Ảnh bìa bài blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "Tiêu đề Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "Các Bài Blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Phụ đề blog" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blog Thẻ" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "Danh mục thẻ blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "Blog Thẻ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "Tiêu đề blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "Tiêu đề blog" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "Blogs" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "Dưới" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "Thanh điều hướng" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"Nhưng làm thế nào để chọn lọc giữa vô số lựa chọn và ưu đãi? Và quan trọng " +"hơn là bạn có thực sự tin vào ảnh và mô tả khách sạn mà họ tự phong cho mình" +" nhằm mục đích tăng lượng đặt phòng? Đánh giá của khách có thể hữu ích nhưng" +" bạn cũng cần cẩn thận. Những đánh giá này thường phiến diện, đôi khi đã cũ," +" và không phù hợp với nhu cầu của bạn. Làm thế nào để biết được đặc điểm " +"quan trọng với người viết nhận xét cũng quan trọng với bạn? " + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "Mua kính thiên văn" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" +"Mua đúng loại kính thiên văn để đưa sở thích ngắm sao của bạn lên một tầm " +"mới là bước tiếp theo trong hành trình phát triển niềm đam mê thiên văn của " +"bạn. " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "Có thể đăng" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "Thẻ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "Danh mục" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "Tiện nghi cho trẻ" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "Chọn một hình từ thư viện." + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "Bấm vào đây để thêm nội dung mới cho website. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" +"Bấm vào \"Mới\" ở góc trên bên phải để viết bài blog đầu tiên của " +"bạn. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "Đóng" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "Bình luận" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "Bình luận" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "Nội dung" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"Copper Canyon là một trong sáu hẻm núi ở vùng này. Mặc dù cái tên tạo ấn " +"tượng rằng hẻm núi có thể liên quan đến việc khai thác đồng, nhưng thực tế " +"không phải vậy. Tên gọi này xuất phát từ đồng và địa y xanh bao phủ hẻm núi." +" Khu vực này có khí hậu núi cao ở trên cùng và khí hậu cận nhiệt đới ở phía " +"dưới. Mùa đông ở nơi có độ cao lớn thường lạnh và nhiều bão tuyết. Mùa hè " +"lại rất khô và nóng. Thủ phủ Chihuahua là khu vực sa mạc ở độ cao lớn, nơi " +"có thời tiết dao động từ mùa đông lạnh giá đến mùa hè nóng nực. Đây là khu " +"vực hết sức đặc biệt vì hệ sinh thái đa dạng cùng tồn tại ở đây. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "Ảnh bìa" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "Thuộc tính Cover" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "Ngày (mới đến cũ)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "Ngày (cũ đến mới)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "Mô tả" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "Dexter" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "Đông Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"Tour trực thăng Đông Maui sẽ cho bạn thấy ngọn núi lửa cao hơn 3000m " +"Haleakala, hay còn gọi là Ngôi nhà mặt trời. Ngọn núi lửa này đã ngủ yên và " +"không phun trào từ năm 1790. Với tour Maui bằng trực thăng, bạn có thể nhìn " +"thấy miệng núi lửa và vùng đất khô cằn bao quanh phía nam của sườn núi lửa. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "Sửa ở backend" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "Sửa tiêu đề trang '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "Sửa tiêu đề trang 'Tất cả blog'" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "Sửa tiêu đề trang 'Lọc kết quả'. " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "Những yếu tố bạn cần lưu ý. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"Cuối cùng và cũng là điểm quan trọng nhất, đội ngũ thanh tra chất lượng " +"thông tin khách sạn cần đến các khách sạn thường xuyên, gặp nhân viên, ngủ " +"tại một phòng ngủ và thử ăn đồ ăn tại đó. Họ nên trải nghiệm khách sạn như " +"một khách hàng thực sự, có như vậy họ mới có kinh nghiệm thực tế để viết về " +"khách sạn đó. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "Theo dõi chúng tôi" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "Theo dõi chúng tôi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "Người theo dõi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "Người theo dõi (Đối tác)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" +"Rất nhiều người trong chúng ta sống ở thành phố và không có thói quen nhìn " +"lên trời. Ánh đèn thành phố đã luôn che lấp đi vẻ đẹp tuyệt vời ngay phía " +"trên đầu chúng ta. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" +"Với nhiều người trong chúng ta, trải nghiệm đầu tiên về các thiên thể bắt " +"đầu khi lần đầu chúng ta nhìn thấy mặt trăng tròn ngày rằm. Đây quả thật là " +"cảnh tượng lộng lẫy dù chỉ nhìn bằng mắt thường. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"Thiên văn học luôn phù hợp với tất cả mọi người, từ em bé tới các nhà vật lý" +" thiên văn hàng đầu. Thực tế đó là ngành khoa học mà ai cũng có thể tiếp cận" +" ở cho dù họ ở bất cứ nơi đâu. Tất cả những gì cần học đó là hãy ngước nhìn." +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "Chiều rộng đầy đủ" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "Hãy tham gia nhóm " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "Mua một chiếc kính thiên văn" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "Hãy tìm hiểu lịch sử" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "Bắt đầu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "Lưới" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "Nhóm theo" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "Có tin nhắn" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "Dưới đây là một trong những yếu tố quan trọng bạn cần lưu ý: " + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "Lời khuyên kỳ nghỉ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "Cách ngước nhìn bầu trời" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"Độ phức tạp của kính thiên văn và bảo trì có khó không? Mạng lưới để đặt câu" +" hỏi và tìm thấy câu trả lời. Nếu bạn tìm hiểu kỹ những điều này, bạn sẽ tìm" +" thấy chiếc kính thiên văn phù hợp để chuyển tới bước tiếp theo trong hành " +"trình đam mê thiên văn học. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "Kính thiên văn của bạn phải có độ di dộng như nào? " + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "Cách chọn khách sạn ưng ý" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "Nếu chọn, bạn cần chú ý tới các tin nhắn mới." + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Nếu chọn, một số tin nhắn sẽ có lỗi gửi." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"Nếu bạn muốn chọn khách sạn gần biển, gần công viên hoặc tiện ra sân bay, " +"thì địa điểm là rất quan trọng. Một chỉ dẫn đáng tin phải cung cấp bản đồ " +"của khách sạn cùng với khu vực xung quanh. Phải có sơ đồ khoảng cách tới sân" +" bay cũng như bản đồ ở dạng tương tác. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"Vào hôm đêm trời quang mây, bạn sẽ có thể quan sát các chi tiết thú vị trên bề mặt mặt trăng chỉ bằng cách ngồi ngắm sao ở sân nhà. \n" +"Theo lẽ thường, khi tình yêu dành cho thiên văn lớn lên, bạn sẽ thấy các thiên thể hết sức lý thú. Nhưng mặt trăng có lẽ luôn là tình yêu đầu tiên vì đó là vật thể vũ trụ gần với con người nhất và là nơi duy nhất trong vũ trụ con người từng đặt chân tới. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "Trong" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"Đây quả thật là bước tiến lớn từ một người chỉ tìm hiểu qua loa về thiên văn" +" học tới một sinh viên khoa học nghiêm túc. Nhưng cả bạn và tôi đều biết có " +"một bước quan trọng khác sau khi mua kính thiên văn trước khi bạn thực sự " +"biết cách sử dụng nó. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "Là người theo dõi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "Được đăng" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "Đảo" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" +"Học về các chùm sao, cách tìm hướng trên bầu trời đêm và cách tìm các hành " +"tinh và ngôi sao nổi tiếng đều rất thú vị. Bạn có thể tham khảo từ các trang" +" web hoặc sách hướng dẫn. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" +"Lựa chọn khách sạn khiến bạn thấy thoải mái là rất quan trọng – đồ nội thất " +"theo phong cách hiện đại hay truyền thống, địa phương hay quốc tế, trang " +"trọng hay thư thái. Một chỉ dẫn khách sạn lý tưởng phải cung cấp cho bạn các" +" lựa chọn hiện có. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" +"Có lẽ ai trong số chúng ta cũng có một lần trong đời bất ngờ trước vẻ hùng " +"vĩ của vũ trụ khi chúng ta tình cờ ngước nhìn lên bầu trời đêm. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"Thật tuyệt vời mỗi khi bạn nghĩ rằng chỉ cần ngước nhìn bầu trời đêm, bạn có" +" thể thấy hàng trăm nghìn ngôi sao, hệ sao, hành tinh, mặt trời, tiểu hành " +"tinh, sao chổi và đôi khi là cả tàu con thoi bay ngang qua. Thậm chí còn kỳ " +"diệu hơn khi bạn nhận ra rằng bầu trời mà bạn ngắm nhìn với tất cả mục đích " +"vẫn chính là bầu trời mà tổ tiên ta đã ngắm nhìn cách đây hàng trăm, hàng " +"nghìn năm trước. " + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Rừng rậm" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "Biết bạn đang nhìn thấy gì" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "Biết thời điểm ngắm sao " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "Rộng" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "Người đóng góp cuối" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "Mới nhất " + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "Bài blog mới nhất" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "Bố cục" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" +"Tìm hiểu nguồn gốc và những phát hiện vĩ đại của thiên văn học sẽ khiến thời" +" gian ngắm sao ý nghĩa hơn. Đây là một trong những ngành khoa học lâu đời " +"nhất trên trái đất nên hãy tìm hiểu lịch sử về những người đã ngắm sao trước" +" bạn. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "Tiện nghi giải trí" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "Danh sách" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"Các cửa hàng ở địa phương rất tuyệt nhưng nhà hàng và quán bar của khách sạn" +" cũng khá quan trọng. Bạn cần tìm hiểu các lựa chọn, phong cách lịch sự hay " +"suồng sã. Bản thông tin khách sạn nên cho bạn biết những thông tin này, đặc " +"biệt là về thông tin bữa sáng. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "Vị trí" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "Marley" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "Du lịch Maui bằng trực thăng" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" +"Du lịch Maui bằng trực thăng là cách khám phá hòn đảo rất thú vị. Nhờ hình " +"thức này, bạn có thể quan sát hòn đảo từ góc độ khác và tận hưởng niềm vui " +"của chuyến phiêu lưu. Nếu bạn chưa từng đi trực thăng, đây là nơi thật hoàn " +"hảo để thử trải nghiệm mới. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"Tour Maui bằng trực thăng là cách hoàn hảo để khám phá những nơi không thể " +"tới bằng đi bộ hoặc bằng ô tô. Tour này kéo dài khoảng 1 tiếng và có giá dao" +" động từ 185 đô tới 245 đô một người. Với nhiều người, đây là cơ hội chiêm " +"ngưỡng vẻ đẹp thiên nhiên chỉ có một lần trong đời. Hãy nhớ chụp ảnh và quay" +" video những khoảnh khắc quý giá này để bạn có thể hồi tưởng lại nhiều năm " +"sau này. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"Tour Maui bằng trực thăng sẽ giúp bạn thấy tất cả khung cảnh này. Đừng quên " +"mang theo máy ảnh hoặc máy quay để lưu lại cảnh quan tuyệt đẹp nơi đây và " +"chia sẻ với bạn bè cùng gia đình những thứ bạn đã thấy trong kỳ nghỉ này. " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "Phương tiện" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "Lỗi gửi tin nhắn" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "Tin nhắn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Mô tả meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Từ khóa meta" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Tiêu đề meta" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "Molokai Maui" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"Tour trực thăng Molokai Maui sẽ đưa bạn tới một hòn đảo khác chỉ cách 9 dặm và rất dễ tới bằng đường hàng không. Hòn đảo này có dân số rất nhỏ cùng phong cảnh và nền văn hóa rất khác biệt. Toàn bộ bờ biển phía đông bắc là một dải vách núi và bãi biển hoang vu. Ngoại trừ máy bay, không phương tiện nào khác có thể tiếp cận nơi này. \n" +"Ngay cả người dân nơi đây cũng chưa từng thấy khung cảnh ngoạn mục này nếu họ chưa bao giờ đi tour trực thăng Maui. Vào mùa mưa, bạn có thể nhìn thấy rất nhiều thác nước hùng vĩ. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"Thông tin quan trọng cho các gia đình khi đi du lịch, bạn nên tìm hiểu khách" +" sạn có thân thiện với trẻ em hay không từ nội dung ở trang web rồi đưa ra " +"quyết định. Một yếu tố bạn cần tìm hiểu là khách sạn có dịch vụ trông trẻ " +"hay không. Với những khách đi công tác và không muốn nhìn thấy trẻ nhỏ, đây " +"cũng là yếu tố đáng xem xét – có lẽ một khách sạn không phù hợp với trẻ nhỏ " +"là lựa chọn thích hợp!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "Bài blog được xem nhiều nhất" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "Tên" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "Đăng bài Blog" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "Chưa có bài blog nào" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "Số lượt xem" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "Không có kết quả cho \"%s\"." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "Không có kết quả cho '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "Chưa có thẻ được xác định. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "Không" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"Những điều này không hề cản trở bạn mua một hệ thống kính thiên văn tốt. Tuy" +" nhiên hãy chắc chắn là bạn đã tìm hiểu đầy đủ và được tập huấn kỹ càng về " +"cách thiết lập kính thiên văn phù hợp với nhu cầu. Bằng những hướng dẫn này," +" bạn sẽ tận hưởng trọn vẹn hàng giờ ngắm nhìn các vì sao trên bầu trời đêm " +"mà mắt thường không thể thấy. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "Chưa được đăng" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" +"Không chỉ thời tiết mới ảnh hưởng tới trải nghiệm ngắm sao của bạn. Nếu bạn " +"tìm hiểu về những trận mưa sao băng lớn, hay các sự kiện thiên văn đáng chú " +"ý sắp xảy ra, bạn sẽ thấy ngắm sao trở nên hào hứng hơn rất nhiều. " + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "Số lượng hành động" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "Số lượng lỗi" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "Số tin nhắn cần xử lý" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Số tin nhắn bị gửi lỗi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"Dĩ nhiên, để nâng sở thích lên một tầm cao mới, bạn chắc chắn muốn mua một " +"chiếc kính thiên văn để giúp bạn thấy rõ hơn các chi tiết của bề mặt mặt " +"trăng. Nhờ những thiết bị này, bạn sẽ có kiến thức sâu rộng hơn về mặt " +"trăng. Với rất nhiều các thiên văn không chuyên, ngắm nhìn vật thể gần trái " +"đất nhất này là không bao giờ đủ. " + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "Khác" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "Blog của chúng tôi" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "Ảnh: Anton Repponen, @repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "Ảnh: Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "Ảnh: Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "Ảnh: Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "Ảnh: Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "Ảnh: Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "Ảnh: Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "Ảnh: Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "Ảnh: PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "Ảnh: SpaceX, @spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "Ảnh: Teddy Kelley, @teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "Bài viết" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "Ngày đăng " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "Đã công bố" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "Đã đăng (" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "Ngày Xuất bản" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "Bài đã xuất bản" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "Tuỳ chọn Xuất bản" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "Ngày xuất bản" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb Field" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "Đánh giá" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "Xem thêm" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "Nhà hàng, quán cafe và quán bar" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "Hạn chế phát hành cho website này" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "Tối ưu SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Lỗi gửi SMS" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "Mẫu" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "Vệ tinh" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "Tìm kiếm một hình ảnh. (vd: gõ \"business\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "Biển so với núi" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "Thế giới nhìn từ trên cao" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "Chọn blog" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "Chọn blog bạn muốn thêm bài viết vào. " + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Chọn trình đơn này để tạo một bài blog mới" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Tên Seo" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "Ngăn cách mỗi từ khóa bằng dấu phẩy" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "Đặt cover cho bài blog." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" +"Một số loài chim, động vật có vú và bò sát bản địa và di cư đã chọn Copper " +"Canyon làm nơi cư ngụ. Hệ động vật thanh tú ở mảnh đất gần như hoang sơ này " +"cũng rất đáng khám phá. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "Chia sẻ liên kết" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "Chia sẻ trên facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "Chia sẻ trên LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "Chia sẻ trên Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "Chia sẻ bài này" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "Sidebar" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "Sierra Tarahumara" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" +"Sierra Tarahumara, thường được gọi là Copper Canyon, là một địa danh của " +"Mexico. Đây là khu vực những người đam mê du lịch thám hiểm rất yêu thích. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "Silly-Chico" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "Bầu trời" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"Điều tối quan trọng là bạn phải mua đúng loại kính thiên văn phù hợp với nơi" +" bạn ở và sở thích ngắm sao của bạn. Trước tiên, hãy cùng thảo luận ba loại " +"kính phổ biến nhất và ghi lại một số khái niệm “Kính thiên văn 101″ để tăng " +"khả năng bạn mua đúng loại mình cần. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"Do vậy có thể mỗi năm, trong một lần đi cắm trại hay thăm họ hàng ở quê, " +"chúng ta mới có cơ hội ở ngoài trời và chiêm ngưỡng vẻ đẹp bầu trời đêm kỳ " +"ảo đó. Nếu bạn đã từng trải qua những khoảnh khắc không thốt nên lời trước " +"bầu trời đêm, bạn chắc hẳn nhớ chính xác vào thời điểm đó, tất cả những gì " +"bạn có thể nói chỉ là “Ôi đẹp quá”. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"Vậy thì để chọn đúng loại, mục tiêu sử dụng kính thiên văn là rất quan " +"trọng. Để hiểu điểm mạnh và điểm yếu không chỉ của ống kính và thiết kế kính" +" mà còn về cách kính thiên văn hoạt động trong các tình huống ngắm sao khác " +"nhau, bạn nên tìm hiểu trước và tiếp xúc với nhiều loại khác nhau. Vậy nên " +"trước khi mua chiếc kính đầu tiên..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" +"Bạn sắp đi du lịch nước ngoài, bạn đã chọn địa điểm và giờ bạn phải chọn " +"khách sạn. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" +"Một người nổi tiếng trong Tiêu đề chính" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "Phát hiện hệ động vật" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "Bắt đầu viết ở đây..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "Phong cách" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "Phụ đề" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "Phụ đề" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "Danh mục tag" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "Danh mục thẻ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "Dạng danh mục thẻ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "Dạng thẻ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "Danh sách Tag" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "Tên thẻ đã tồn tại!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "Thẻ" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "Chụp ảnh trong bóng tối" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "Người kiểm tra" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "Nội dung kiểm tra" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" +"10 năm trước, có thể bạn sẽ tới gặp đại lý du lịch và tin lời khuyên trực " +"tiếp của những người được gọi là \"chuyên gia\" đưa ra. Cách chọn và đặt " +"khách sạn ở thế kỷ 21 tất nhiên là bằng Internet, thông qua các website du " +"lịch. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"Khoảng khắc “Ôi đẹp quá” đó luôn thật có ý nghĩa trong chiêm tinh học. Với " +"một số người, đó là thời điểm lòng đam mê được khơi dậy và dẫn họ tới con " +"đường nghiên cứu các vì sao. Với một số người may mắn khác, đó là khoảnh " +"khắc khiến họ sẵn sàng chi tiền để du lịch bằng tàu con thoi hay lên những " +"chuyến bay vào vũ trụ sớm nhất của loài người. Nhưng với đa số, chiêm tinh " +"trở thành thú vui hàng ngày. Tuy vậy chúng ta luôn mang khoảnh khắc đó đi " +"suốt cuộc đời và bắt đầu tìm kiếm nhiều cách để hiểu sâu hơn về vũ trụ kỳ vĩ" +" mà chúng ta thấy qua hàng triệu vì sao phía trên trời. " + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "Vẻ đẹp của thiên văn học chính là ai cũng có thể làm được. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"Thời điểm ngắm trăng thích hợp nhất hiển nhiên là vào ban đêm khi trời ít " +"mây và thời tiết tạo điều kiện cho việc nghiên cứu mặt trăng lâu dài. Bốn " +"tháng đầu năm là thời điểm thích hợp nhất. Và đừng bỏ qua vùng mờ sáng của " +"mặt trăng khi chưa tới kỳ trăng tròn. Hiện tượng này có tên là “quầng sáng”," +" giúp bạn có thể nhìn thấy một vài chi tiết của phần tối của mặt trăng, ngay" +" cả khi mặt trăng chỉ hiện một nửa hoặc một phần tư. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "Thời điểm thích hợp nhất để ngắm trăng. " + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" +"Bài đăng trên blog sẽ hiển thị cho khách truy cập của bạn kể từ ngày này " +"trên trang web nếu được đặt là đã xuất bản." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"Vách núi ở khu vực này là một trong những vách núi cao nhất thế giới và " +"quanh cảnh nước đổ xuống từ đỉnh núi cao quả thực rất ngoạn mục. Chuyến du " +"lịch ngắn từ Maui với tour Maui bằng trực thăng quả thực rất đáng để chiêm " +"ngưỡng vẻ đẹp của thiên nhiên. " + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "URL đầy đủ để truy cập tài liệu thông qua trang web." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"Điều tiếp theo bạn hiển nhiên muốn có là một chiếc kính thiên văn tốt. Chắc " +"hẳn bạn đã từng nhìn thấy những người yêu thích thiên văn lắp đặt những " +"chiếc kính viễn vọng hiện đại trên đỉnh đồi. Điều này khiến những người mới " +"bắt đầu rất phấn khích vì đây hẳn là bước tiếp theo cho sở thích của bạn. " +"Thế nhưng, chọn được một chiếc kính thiên văn tốt lại rất rắc rối và phức " +"tạp. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"Trang web nên cung cấp thông tin phân tích về các dịch vụ trong khách sạn " +"như spa, bể bơi, phòng gym, tắm xông hơi, cũng như chi tiết về các tiện nghi" +" khác xung quanh như sân gôn. 7. Nhu cầu đặc biệt: trang web về khách sạn " +"nên cung cấp thông tin về dịch vụ đặc biệt và chính sách trợ năng. Có thể " +"thông tin này không phù hợp với tất cả nhưng lại cực kỳ quan trọng với một " +"số người. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" +"Chân máy và các phụ kiện sẽ thay đổi đáng kể giữa loại kính bạn để ở đài " +"quan sát với loại bạn sẽ mang đi tới nhiều địa điểm khác nhau. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"Bạn thực sự không muốn bỏ lỡ khung cảnh ngoạn mục này. Chuyến đi này cũng có" +" giá trị giáo dục rất cao vì là cơ hội quan sát núi lửa không hoạt động ở cự" +" li gần, điều bạn không thể thấy hàng ngày. Ở sườn phía bắc và phía nam của " +"núi lửa, bạn sẽ thấy một quang cảnh hoàn toàn khác. Hai sườn này xanh mướt, " +"và bạn có thể trông thấy những con thác trắng phau xung quanh là những bụi " +"cây tươi tốt. Rừng mưa nhiệt đới bao phủ khu vực này của hòn đảo và không dễ" +" dàng tiếp cận bằng cách khác ngoại trừ đường hàng không. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"Sau đó là vấn đề động cơ của người nhận xét. Càng đọc nhiều nhận xét, bạn " +"càng nhận thấy rằng các nhận xét thường phân về hai thái cực ý kiến trái " +"chiều. Một mặt, bạn thấy nhiều người rất giận dữ; mặt khác, bạn lại thấy " +"nhiều khách rất hài lỏng và khen ngợi quá nhiều. Cũng không có gì quá ngạc " +"nhiên nếu bạn biết rằng khách sạn tự đăng nhận xét ca ngợi mình, trong khi " +"đối thủ cạnh tranh lại chờ cơ hội viết đánh giá kém. Do đó, bạn phải cân " +"nhắc điều gì quan trọng đối với bạn khi chọn khách sạn. Bạn nên chọn khách " +"sạn có nội dung cập nhật, độc lập và thông tin khách quan. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" +"Ngoài ra còn những yếu tố khác cần cân nhắc trước khi bạn ra quyết định cuối" +" cùng. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"Vũ trụ là bất tận. Sự thật là các hành tinh, mặt trăng và các vì sao xa hơn " +"nữa đã tồn tại rất lâu khiến chúng ta tự hỏi về ý nghĩa tồn tại của mình " +"trong vũ trụ. Trong thực tế, rất nhiều ngôi sao chúng ta “thấy” bằng mắt " +"thường chỉ là ánh sáng đến từ các ngôi sao từ hàng trăm ngàn năm trước. Ánh " +"sáng đó mãi đến giờ mới tới được trái đất. Chính vì thế, ngắm sao cũng giống" +" như là một kiểu du lịch thời gian vậy. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" +"Những yếu tố này đều rất quan trọng và mọi chỉ dẫn về khách sạn cần cho bạn " +"những thông tin như vậy về phòng ngủ – chứ không chỉ thông tin đơn thuần về " +"số phòng!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "Hộp này sẽ không hiển thị cho khách truy cập" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "Thẻ này đã tồn tại" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "Nhỏ" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "Tiêu đề" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"Để ngắm mặt trăng bằng mắt thường, hãy tìm hiểu bản đồ mặt trăng để giúp bạn" +" phân biệt được đâu là biển, miệng núi lửa và các hiện tượng địa chất khác. " +"Rất nhiều người đi trước đã vẽ nên bản đồ này và đây chắc chắn là tài liệu " +"giúp bạn thấy nghiên cứu mặt trăng thú vị hơn. Bạn có thể mua bản đồ mặt " +"trăng ở các cửa hàng thiên văn hoặc mua online. Đây chắc chắn là thứ bạn nên" +" đầu tư để bắt đầu tìm hiểu mặt trăng. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"Để bắt đầu học cách quan sát các vì sao, có một số điều cơ bản chúng ta cần " +"nghiên cứu sâu hơn, vượt ra ngoài những gì chúng ta có thể thấy bằng mắt " +"thường và bắt đầu nghiên cứu các vì sao cũng như tận hưởng vẻ đẹp của chúng." +" Điều đầu tiên bạn cần không phải là thiết bị mà là tài liệu. Một bản đồ sao" +" chi tiết sẽ cho bạn biết các chùm sao chính, vị trí các ngôi sao quan trọng" +" giúp định vị trên bầu trời và các hành tinh trông lớn hơn cả vì sao. Và nếu" +" bạn có thêm các tài liệu hướng dẫn về sở thích chiêm tinh học, bạn đã sẵn " +"sàng cho hành trình ngắm sao của mình. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"Để bắt đầu, một cặp ống nhóm tốt sẽ là thiết bị cần thiết giúp bạn thấy được" +" chi tiết trên bề mặt mặt trăng. Để có kết quả tốt nhất, bạn cần chọn cài " +"đặt chế độ rộng để quan sát toàn bộ vẻ đẹp của mặt trăng. Và bởi vì bạn " +"không thể giữ ống nhòm thật lâu để quan sát thiên thể đẹp đẽ này, bạn cần " +"thêm một chân máy để đặt ống nhòm, như vậy bạn đã có được đài quan sát chắc " +"chắn và thoải mái quan sát mặt trăng. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"Để quan sát tốt hơn, có thể bạn muốn kết nối với những nhà thiên văn khác " +"hoặc tới nơi có kính thiên văn được các chuyên gia lắp đặt. Họ đã đầu tư các" +" kỹ thuật tốt nhất để loại bỏ sự can thiệp của bầu khí quyển để có thể thấy " +"mặt trăng rõ hơn. Internet có thể giúp bạn tiếp cận kính thiên văn Hubble và" +" rất nhiều kính thiên văn lớn khác đều đang hướng tới mặt trăng. Ngoài ra, " +"rất nhiều câu lạc bộ thiên văn đang tìm cách kết hợp nhiều kính thiên văn, " +"đồng bộ hóa với máy tính để thu được hình ảnh đẹp nhất của mặt trăng. " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "Du lịch" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "Không đăng (" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "Bài không tiêu đề" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" +"Sử dụng hình tượng này để xem trước bài blog của bạn trên thiết bị di " +"động." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "Được dùng trong:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "Quan điểm" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "Lượt xem" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "Hiện trên mọi trang blog" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "Hiển thị trên trang web hiện tại" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "Trang web" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Website Blogs" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "Thông báo trên trang web" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "Bộ lọc đoạn mã trang web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "URL trang web" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "Lịch sử trao đổi qua trang web" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "Mô tả website dữ liệu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "Từ khóa website dữ liệu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "Tiêu đề website dữ liệu" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "Hình ảnh trang web" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "Nếu bạn được điều khiển kính Hubble thì sao" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"Trong khi ai cũng có thể ngước nhìn và yêu thích các vì sao bất cứ lúc nào, " +"điều thú vị của thiên văn học là học cách ngắm sao thành thạo hơn, với nhiều" +" thiết bị hơn để mỗi lần nhìn lên bầu trời bạn lại hiểu biết nhiều hơn. Đây " +"là một số bước bạn có thể làm theo để mỗi khoảng khắc bạn ngắm sao trở nên " +"thú vị hơn. " + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "Tầm nhìn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "Viết đoạn văn nhỏ mô tả blog hoặc công ty của bạn. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"Bạn nên cẩn thận cân nhắc các loại tiện nghi bạn cần ở phòng ngủ và tìm " +"khách sạn có những tiện nghi bạn muốn. Các trang web đặt khách sạn cần trình" +" bày rõ những thông tin như: kích thước giường ngủ, truy cập Internet (giá " +"cả, WIFI hay kết nối băng thông rộng qua dây), các tiện nghi miễn phí, cảnh " +"quan từ phòng ngủ và các gói cao cấp khác như Menu gối hoặc Menu phòng tắm, " +"lựa chọn phòng hút thuốc hay không v.v. " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"Bạn có thể thấy toàn bộ vẻ đẹp của Maui và tận hưởng trọn niềm vui với cả " +"gia đình. Giá tour rất hợp lý và hành trình kéo dài từ 45 phút tới một " +"tiếng. Nhờ tour trực thăng Maui, bạn có thể nhìn thấy những nơi thông thường" +" khó tiếp cận. Những nơi không thể tới bằng đường bộ hoặc xe cộ có thể được " +"nhìn thấy từ trên không. Phong cảnh đẹp đẽ đang chờ những ai sắp tham giam " +"tour Maui bằng trực thăng. Nếu bạn dự định ở lại hòn đảo nhiều ngày, có thể " +"bạn muốn đặt nhiều tour trực thăng khác nhau. " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "phiêu lưu" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "blog. Bấm vào đây để truy cập blog:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "thanh điều hướng" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "bởi" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "khám phá" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "hướng dẫn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "đã được xuất bản ở" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "khách sạn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "trong" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "trong " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "trong " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "kính thiên văn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "để viết bình luận" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "chưa xuất bản" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| Chưa có bình luận " diff --git a/i18n/website_blog.pot b/i18n/website_blog.pot new file mode 100644 index 0000000..d1e212f --- /dev/null +++ b/i18n/website_blog.pot @@ -0,0 +1,2374 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2024-01-05 12:32+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: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "" diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po new file mode 100644 index 0000000..157dc48 --- /dev/null +++ b/i18n/zh_CN.po @@ -0,0 +1,2454 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Wil Odoo, 2023 +# Jeffery CHEN , 2023 +# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2024 +# Chloe Wang, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Chloe Wang, 2024\n" +"Language-Team: Chinese (China) (https://app.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: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s(副本)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' 页眉." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'. 显示结果 '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- 所有日期" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"双筒望远镜重量轻,便于携带。除非您有能力在您的甲板上建立和操作一个天文台,否则您可能要去旅行来进行观察。双筒望远镜更容易随身携带,而且比起笨重的望远镜架设工具,双筒望远镜更轻巧,可以携带到乡下使用。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"挑选专家的大脑。如果您还没有积极参加天文协会或俱乐部,望远镜商店的销售人员将能够指导您找到您所在地区的活跃协会。一旦您与购买过望远镜的人建立了联系,您就可以得到关于什么是有效的,什么是应该避免的建议,这比您从网络文章或沃尔玛的销售人员那里得到的任何建议都更有效。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "发布您的博文,以便访客可以访问。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "登录" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"先试后买。这是与天文俱乐部一起进行实地考察的另一个好处。您可以留出一些高质量的时间,与那些了解望远镜并有他们的设备的人一起检查他们的设备,学习关键的技术方面,并在您为自己的设备投入资金之前试用它们。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "在这里写下您的故事。使用顶部的工具栏来设计文本:添加图像或表格、设置粗体或斜体等。拖放构建构建块来得到更加图像化的博客。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "除了本地人口,当地的野生动物也是吸引人的主要因素。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "获得合适的望远镜是至关重要的。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "那个 \"哇 \"的时刻就是占星学的全部内容。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "您读的评论越多,您就越注意到它们如何倾向于聚集在意见的极端。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "宇宙有一种永恒的东西。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "您对月球的研究,就像其他事情一样,可以从简单到非常复杂。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "没有定义标签" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"阅读下一页" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "显示:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "博客:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "发现隐藏地点的好方法" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "到铜川度假有望成为放松、文化、历史、野生动物和徒步旅行的一个令人兴奋的组合。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "新帖" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"旅行者可以选择通过在峡谷周围徒步旅行或冒险进入峡谷来探索该地区。对于那些希望冒险进入峡谷深处的人来说,需要详细的计划。有许多旅游公司专门组织前往该地区的旅游。游客可以使用旅游签证飞往铜川,其有效期为180天。游客也可以从美国的任何地方开车过来,在边境的墨西哥海关站获得签证。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "关于我们" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"最重要的是,要与一个有信誉的望远镜商店建立关系,该商店雇用的人都很懂行。如果您在沃尔玛或百货公司购买望远镜,您得到正确的东西的几率很小。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "访问帖子" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "所需操作" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "已启用" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "添加一些" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "全部" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "所有博客" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "全部博文" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "独自一人在海洋中" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "沿着这些思路,设置和分解的难度如何?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "惊人的博客文章。%s!在线查看:%s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "这是一个令人兴奋的放松、文化、历史、野生动物和徒步旅行的组合。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"而当所有的事情都说过和做过之后,就 " +"得到了装备。您对更新和更好的望远镜的追求将是一个终生的追求。让自己沉迷于天文学,这种经验将丰富生活的各个方面。这将是一个您永远不想打破的瘾。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "铜锣湾的另一个独特之处在于塔拉乌马拉印第安文化的存在。这些半游牧民族居住在山洞里。他们的生计主要取决于农业和牧业。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "存档" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "已存档" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "归档" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "条款" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "文章" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "天文学" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"天文俱乐部是一个热闹的地方,充满了知识渊博的业余爱好者,他们喜欢与您分享他们的知识。只要花上一杯可乐和零食的钱,他们就会和您一起去看星星,用琐事和伟大的知识来压倒您。" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "天文学就是 \"观星\"。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom 供稿" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "附件计数" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "编写者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "作者名字" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "形象" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "令人敬畏的酒店房间" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "要注意这个叫做 \"天文学 \"的东西" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"成为忠实的业余天文学家协会的一员将使您有机会参与这些有组织的努力,使我们研究地球月球的能力达到新的水平。它将给您带来与您一样热爱天文学的同行和朋友,当您寻求在巨大的夜空中寻找下一个目标时,他们可以分享他们的经验和专业领域,在您寻求关于我们头顶上似乎无尽的宇宙的知识时,他们可以在月球和月球之外寻找。" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "成为忠实的业余天文学家协会的一员。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "卧室设施" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"在您花大钱之前,投资一套好的双筒望远镜可能是比肉眼更好的下一个步骤。甚至有适合看星星的双筒望远镜,也能给您提供额外的视野,让您更好地看到宇宙的奇迹。一套精心设计的双筒望远镜还能给您带来更多的流动性和能力,使您的" +" \"强化视野 \"在您的指尖上,当那惊人的景色呈现在您面前时。" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "在您进行第一次采购之前…" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "眼睛之外" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "博客" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "博客名称" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "博客网页" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "博文" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "博文封面" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "博客文章网页" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "博文标题" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "博文" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "博文副标题" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "博客标签" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "博客标签分类" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "博客标签" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "博客标题" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "博客的标题" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "博文" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "博文列表" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "博客网页" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "下边" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "面包屑" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"但您如何从所提供的惊人选择中进行筛选?更重要的是,您真的相信他们自己颁发的酒店的照片和描述,以获得预订的动机吗?旅行者的评论可能是有帮助的,但您需要谨慎行事。他们往往有偏见,有时已经过时,而且可能根本不符合您的利益。您怎么知道对评论者来说很重要的功能对您来说也很重要?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "购买望远镜" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "购买合适的望远镜,将您对天文学的热爱提升到一个新的水平,是您对星空的热情发展的下一个重要步骤。" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "可以发布" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "卡片" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "类别" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "儿童设施" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "从库中选择图像。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "点击这里向您的网站添加新内容。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "点击右上角的 \"New\" 写下您的第一篇博文。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "关闭" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "备注" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "注释" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "注释/查看统计" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "内容" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"铜峡谷是该地区的六个峡谷之一。虽然从名字上看,该峡谷可能与铜矿开采有一定关系,但事实并非如此。这个名字是由覆盖在峡谷上的铜和绿色地衣而来。铜峡谷有两个气候区。该地区的特点是顶部为高山气候,低处为亚热带气候。冬天很冷,高海拔地区经常有暴风雪。夏天干燥而炎热。首都奇瓦瓦是一个高海拔的沙漠,天气从寒冷的冬天到炎热的夏天不等。该地区的独特之处在于其内部存在各种生态系统。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "覆盖" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "封面属性" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "创建人" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "创建日期" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "日期(新到旧)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "日期(从旧到新)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "描述" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "德克斯特" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "构建块的放置区" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "东毛伊岛" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"东茂宜岛直升机之旅将让您看到万英尺高的火山--" +"哈雷阿卡拉(Haleakala)或太阳之家。这座火山处于休眠状态,最后一次喷发是在1790年。通过茂宜岛直升机旅游,您将能看到火山口和围绕火山坡南侧的干燥、干旱的土地。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "在后端编辑" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "编辑'" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "编辑“所有博客”页眉。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "编辑 '筛选结果”的页眉。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "编辑标题,副标题是可选的。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "输入帖子标题" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "脸书" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "您应该牢记的事实。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"最后,也是最重要的一点,优质酒店名录检查小组应该定期访问有关酒店,会见员工,在卧室里睡觉,并品尝食物。他们应该像酒店客人那样体验酒店,只有这样,他们才真正有能力写出关于酒店的文章。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "关注我们" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "跟随我们" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "关注者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "关注者(合作伙伴)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "对于我们许多城市居民来说,我们在日常工作中并没有真正注意到上面的天空。城市的灯光很好地掩盖了在我们所有人头顶上一直存在的惊人显示。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "对于我们中的许多人来说,我们学习天体的最初经历是从我们看到天空中的第一个满月开始的。即使对肉眼来说,这确实是一个壮观的景色。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"从最微小的婴儿到最先进的天体物理学家,任何想享受天文学的人都有机会。事实上,它是一门非常容易掌握的科学,几乎任何人都可以在任何地方进行研究。他们所要做的就是抬头看。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "全宽" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "获得一个极客" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "获得一个望远镜" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "了解一些历史" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "开始" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "表格" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "分组方式" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "有消息" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "以下是您应该牢记的一些关键事实:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "节日提示" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "悬停效果" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "如何查询" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"望远镜有多复杂,您在维护方面会有麻烦吗?通过网络来获得这些和其他问题的答案。如果您这样做了功课,您就会找到合适的望远镜,在您对天文学的热情演变中迈出下一个重要步骤。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "您的望远镜必须有多大的流动性?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "如何选择合适的酒店" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "ID" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "如果勾选此项,则需要查看新消息。" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "如果勾选此项, 某些消息将出现发送错误。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"如果您的酒店很重要,例如,在海滩上,靠近主题公园,或方便前往机场,那么位置是最重要的。任何像样的目录都应该提供酒店及其周边地区的位置图。应该提供到机场的距离图,以及某种形式的互动地图。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"如果晚上天气晴朗,您只需在后院仰望星空,就可以看到月球表面的惊人细节。\n" +"自然,随着您对天文学的热爱不断加深,您会发现许多天体都很迷人。但是,月球可能永远是我们的初恋,因为它是一个遥远的太空物体,具有独特的特点,可以飞到地球附近,而且人类已经在上面行走。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "在" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"在许多方面,从一个只是在天文学上胡闹的人到一个认真学习科学的人,这是一个很大的进步。但您我都知道,在买了望远镜之后,在您真正知道如何使用它之前,还有一个很大的步骤。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "增加可读性" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "是关注者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "已发布" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "孤岛" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "开始学习星座,如何在夜空中导航,寻找行星和著名的星星,这是非常有趣的。有很多网站和书籍可以指导您。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "重要的是要选择一个让您感到舒适的酒店--现代或传统的家具,当地的装饰或国际的,正式或轻松的。理想的酒店目录应该让您知道有哪些选择。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "可以说,在我们生命中的某个时刻,我们每个人都有这样的时刻,当我们面对夜空中看到的巨大的宇宙时,我们突然惊呆了。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"当您想一想,仅仅通过在任何给定的夜晚抬头,您几乎可以看到数十万颗恒星、恒星系统、行星、卫星、小行星、彗星,甚至可能偶尔会有航天飞机徘徊而过,这真的很惊人。当您意识到您所仰望的天空与我们几百年前的祖先在仰望时享受的天空完全相同时,这就更加令人惊叹了。" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "Jungle" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "知道您在看什么" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "知道什么时候看" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "大" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "最近的贡献者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "最后更新人" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "最新的" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "最新博文" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "布局" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "学习天文学的伟大发现的背景将使您的观星时刻更加有意义。它是地球上最古老的科学之一,所以要找出在您之前观察过这些星星的历史伟人。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "休闲设施" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "领英" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "列表" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"当地的色彩是很好的,但酒店自己的餐厅和酒吧可以在您的住宿中发挥重要的作用。您应该了解选择、风格以及它们是否精明或不拘小节。一份好的酒店报告应该告诉您这些,特别是关于早餐设施。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "位置" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "马利" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "茂宜岛直升机旅游" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "茂宜岛的直升机之旅是一种从不同角度观察该岛并进行有趣冒险的好方法。如果您以前从未坐过直升机,这里是个好地方。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"茂宜岛直升机之旅是游览那些步行或驾车无法到达的地方的好方法。旅游时间大约为一小时,费用大约在一百八十五美元到二百四十美元之间。对许多人来说,这是一个一生中唯一的机会,可以看到不会再有的自然风光。带上相机和视频来记录这些时刻,也可以让您在多年的回忆中一次又一次地重温这次旅行。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"茂宜岛直升机旅游将让您看到所有这些景点。参加茂宜岛直升机旅游时一定要带着相机或录像,以捕捉美丽的风景,并向家里的朋友和家人展示您在度假时看到的所有美好事物。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "媒介" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "消息发送错误" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "消息" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "元数据描述" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "元关键字" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "元标题" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "摩洛凯岛 茂宜岛" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"摩洛凯岛茂宜岛直升机之旅将带您到一个不同的岛屿,但这个岛屿离您只有9英里远,而且很容易乘飞机到达。这个岛的人口非常少,有着不同的文化和风景。东北部的整个海岸线都是悬崖和偏远的海滩。除了飞机之外,任何其他交通工具都无法到达它们。\n" +"住在岛上的人甚至从来没有见过这种非凡的风景,除非他们乘坐茂宜岛直升机旅行团来观赏它。当天气一直在下雨,而且这个季节的降雨量很大的时候,您会看到许多令人震惊的瀑布。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"对于家庭旅行者来说,比商务旅行者更重要的是,您应该从目录中了解酒店对儿童的友好程度,并从中做出决定。值得注意的一点是酒店是否提供婴儿保姆服务。对于希望逃离儿童的商务旅行者来说,这当然也是非常重要的" +"--也许一个对儿童不友好的酒店会是更合适的选择!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "浏览次数最多的博文" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "名称" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "姓名/最新帖子" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "发布新博客" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "下一文章" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "没有封面" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "尚未发布博文。" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "视图号码" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "搜索结果:%s。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "没有找到 '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "还没有定义标签。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "无" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"这些都不妨碍您推进您的计划,把一个令人敬畏的望远镜系统放在一起。只要确保您得到高质量的建议和培训,了解如何配置您的望远镜以满足您的需求。使用这些准则,您将享受数小时的观星乐趣,欣赏夜空中超出肉眼的惊人景象。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "未发布" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "不仅了解天气可以确保您的观星是有收获的,而且如果您了解到大的流星雨和其他大的天文事件会在什么时候发生,将使天文学的兴奋度为您带来活力。" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "操作数量" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "错误数量" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "需要采取行动的消息数量" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "发送错误的消息的数量" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"当然,要把您的拜月活动做到极致,把您的设备提升到一个好的入门级望远镜会给您带来月球表面最惊人的细节。随着每一次的升级,您的知识和您所能看到的深度和范围都会有几何级数的提高。对于许多业余天文学家来说,我们有时对这个离我们最近的太空物体所能看到的东西感到不满足。" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "使用默认语言,清空博文描述并保存,即可获得自动(翻译)摘要。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "查看移动设备上的内容后,您可以再次单击此处切换回普通视图" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "其它" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "我们的博客" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "照片来源:安东-赖波宁,@赖波宁" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "照片:Arto Marttinen, @wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "照片:Boris Smokrovic, @borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "照片:Denys Nevozhai, @dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "照片来源:Greg Rakozy, @grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "照片来源:Jason Briscoe, @jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "照片来源:Jon Ly, @jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "照片:Patrick Brinksma, @patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "照片:PoloX Hernandez, @elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "照片来源:SpaceX,@spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "照片:泰迪-凯利,@teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "帖子" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "文章列表" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "发布日期" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "已发布" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "发表(" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "发布日期" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "已发布的帖子" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "发布选项" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "发布日期" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb 领域" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "点评" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "阅读更多" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "阅读更多" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "餐馆、咖啡馆和酒吧" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "限制发布到本网站。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO优化" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "短信发送错误" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "示例" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "卫星" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "搜索一个图像。(例如:输入 \"商业\")" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "海边与山边" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "从上面看世界" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "选择博客" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "选择要添加帖子的博客。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "选择此菜单项新建一篇博文。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "选择以评论" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "选择发推" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "Seo 名称" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "用逗号分\",\"隔每个关键字" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "设置博文封面。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "一些候鸟和本地鸟类、哺乳动物和爬行动物都把铜锣湾当作自己的家。在这片近乎原始的土地上,精美的动物群也值得一探究竟。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "‎共享链接‎" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "分享至 Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "分享至 LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "分享至 Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "分析这篇文章" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "侧边栏" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "塔拉乌马拉山脉" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "Sierra Tarahumara,俗称铜峡谷,位于墨西哥。该地区是那些寻求冒险度假的人最喜欢的目的地。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "愚蠢的奇科" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "天空" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"因此,对于您所在的地方和您的观星偏好来说,获得合适的望远镜是非常重要的。首先,让我们讨论一下三种主要的望远镜,然后提出一些 \"望远镜101 " +"\"的概念,以增加您买对东西的机会。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"因此,可能是每年一次的野营度假,或者是去乡下亲戚家的旅行,当夜空的使者突然决定上演它的壮观表演时,我们发现自己在外面。如果您有过这样的时刻,当您真的被夜空的魅力所震撼而无法呼吸时,您可能会记得那个确切的时刻,您除了对您所看到的东西说" +" \"哇 \"之外,几乎没有别的话。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"所以要选择合适的望远镜,您使用望远镜的目的很重要。为了真正了解镜头和望远镜设计的长处和短处,也为了了解望远镜在各种观星情况下的表现,最好先做一些功课,接触一下不同的种类。所以在您第一次采购之前…" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "所以您要出国,您已经选择了您的目的地,现在您必须选择一个酒店。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "源标题中的著名人物" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "发现动物群" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "由此开始..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "风格" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "副标题" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "小标题" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "标签分类" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "标签分类" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "标签分类论坛" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "标签表单" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "标签列表" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "标签类别已经存在!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "标签名称已存在!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "标签" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "标签列表" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "在黑暗中拍照" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "预告" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "预告片和标签" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "预告内容" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "十年前,您可能会访问当地的旅行社,并相信所谓的 \"专家 \"给您的面对面的建议。21世纪选择和预订酒店的方式当然是在互联网上,通过使用旅游网站。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"那个 \"哇 " +"\"的时刻就是占星术的全部内容。对于一些人来说,那一瞬间的惊叹成为一种激情,导致了研究星星的职业。对于少数幸运的人来说,那一瞬间的惊艳是一种完全的痴迷,导致他们乘坐航天飞机或在我们早期的太空任务中前往星空旅行。但对我们大多数人来说,占星术可能成为一种消遣或常规爱好。但我们会在余生中带着那个惊叹的时刻,并开始寻找方法来深入观察和了解我们每晚在我们头顶的数百万颗星星中看到的壮观宇宙。" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "天文学的美妙之处在于任何人都可以做到这一点。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"显然,观看月亮的最佳时间是在晚上,那时云层很少,天气适合长时间的研究。第一季度产生了最大的研究细节。当月亮没有进入满月阶段时,不要被月亮的一部分被遮挡住所迷惑。被称为" +" \"地光 \"的现象使您有能力看到月亮变暗的部分,并有一些细节,即使月亮只在四分之一或一半显示。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "赏月的最佳时间。" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "如果博文设为已发布,则网站的访客从即日起能够看到此博文。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "" +"这个地区的悬崖是世界上最高的悬崖之一,看到水从高高的山峰上泻下,简直令人叹为观止。从茂宜岛出发,乘坐茂宜岛直升机旅游的短途旅行非常值得一看这个自然环境的美丽。" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "通过网站访问文档的完整网址。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"我们自然希望得到的下一个东西是一个好的望远镜。您可能已经看到一个业余爱好者在他们的研究中进展顺利,在某处的山上设置了那些看起来非常酷的望远镜。这让您这个业余天文学家感到兴奋,因为这一定是您爱好发展的下一步。但是,如何购买一个好的望远镜可能是完全令人困惑和畏惧的。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"该网站应提供酒店内休闲服务的详细分析--水疗、游泳池、健身房、桑拿--以及附近任何其他设施的细节,如高尔夫课程。 " +"7.特殊需求:酒店目录网站应告知游客每个酒店的特殊需求服务和无障碍政策。虽然这并不应用于每个游客,但对某些游客来说绝对是至关重要的。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "三脚架或其他附件的决定将大大改变一个将生活在您的甲板上的望远镜和一个您打算带去许多偏远地区的望远镜。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"这里的景色确实令人叹为观止,是一个不容错过的景象。这也是非常有教育意义的,有机会近距离地看到休眠火山,这不是每天都能看到的。然而,在火山的北面和南面,您会看到令人难以置信的不同景色。这些侧面是郁郁葱葱的,您将能够看到一些美丽的瀑布和华丽的画笔。热带雨林在岛的这一侧比比皆是,除了飞机之外,其他方式都不容易到达。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"还有一个问题是评论者的动机。您读的评论越多,您就越能注意到它们是如何聚集在意见的两端的。在这一端,您有愤怒的评论者,他们怀有敌意;在另一端,您有高兴的客人,他们对酒店的赞美超乎想象。您不会惊讶地发现,酒店有时会发布他们自己的光辉评论,或者竞争对手排队等待机会,用差评来抨击竞争对手。在选择酒店时,考虑什么对您真正重要是有意义的。然后,您应该选择一个线上酒店目录,提供最新的、独立的、公正的、真正重要的信息。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "还有其他的考虑因素要纳入您的最终采购决定。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"宇宙有一种永恒的东西。行星和月球以及它们之外的星星已经存在了很久,这一事实让我们对自己在宇宙中的位置有了一些认识。事实上,我们用肉眼 \"看到 " +"\"的许多恒星实际上是几十万年前从该恒星发出的光。这些光现在才到达地球。因此,从一个非常真实的角度来看,抬头看就像时间旅行。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "这些东西真的很重要,任何像样的酒店目录都应该给您提供这种关于卧室的建议--而不仅仅是通常选择的房间数量!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "您的来访者看不到这框" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "这个标签已经存在" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "微小的" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "称谓" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "封面上方标题" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "标题内封面" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"要想用肉眼凝视月球,让自己熟悉月球地图将有助于您挑选出别人已经绘制好的海洋、火山口和其他地理现象,使您的研究更加愉快。月球地图可以从任何天文商店或线上买到,它们非常值得投资。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"为了开始学习如何更好地观察星星,我们可能需要一些基本的东西来深入观察,超越我们肉眼所能看到的,开始研究星星以及享受它们。您需要的第一件事根本就不是设备,而是文献。一张好的星图会告诉您主要的星座,我们用来导航天空的关键星星的位置,以及会出现比星星更大的行星。而如果您在这张地图上加上一些做得很好的天文学爱好的介绍材料,您就会很顺利。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"为了提高一个档次,一副好的双筒望远镜可以为您在月球表面看到的细节创造奇迹。为了获得最佳效果,在双筒望远镜的设置中要有良好的广角视野,这样您就可以把月球景观的所有美景尽收眼底。由于几乎不可能在您想凝视这个宏伟的太空天体的时候保持双筒望远镜不动,您可能想在您的设备库中增加一个好的三脚架,您可以把双筒望远镜固定在上面,这样您就可以在舒适和稳定的观察平台上研究月亮。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"为了让它自然而然地更上一层楼,您可能想利用与其他天文学家的合作关系,或者通过访问一个真正伟大的望远镜,这些望远镜是由专业人士建立的,他们投资了更好的技术来消除大气干扰,以更好地看到月亮。互联网可以让您接触到哈勃和许多巨大的望远镜,这些望远镜一直对准着月亮。此外,许多天文俱乐部正在研究如何将多台望远镜结合起来,仔细地与计算机同步,以获得最佳的月球景观。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "顶部模幅" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "旅行" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "推特" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "未发表的(" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "无标题帖文" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "使用此图标,在移动设备上预览您的博文。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "使用在:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "观点" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "查看" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "在所有博客网页中都可见" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "在当前网站显示" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "在此写入或拖动积木" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "网站" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "网站博客" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "网站消息" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "网站片段筛选" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "网站网址" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "网站沟通记录" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "网站原说明" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "网站meta关键词" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "网站标题meta元素" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "网站opengraph图像" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "如果他们让您运行哈勃会怎样" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"虽然任何人都可以在任何时候抬头并爱上星星,但天文学的乐趣在于学习如何在仰望星空时变得越来越熟练和有装备,每次抬头都能看到和理解更多。以下是您可以采取的一些步骤,使您可以投入到天文学爱好中的时间更加愉快。" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "视图" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "在这里写一小段文字来描述您的博客或公司。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"您应该始终仔细考虑您需要的卧室设施类型,并找到拥有那些您认为重要的设施的酒店。酒店目录网站应详细说明以下事项:床的尺寸、互联网接入(其费用、是否有WIFI或有线宽带连接)、免费设施、房间的景观和豪华产品,如枕头菜单或沐浴菜单,选择吸烟或不吸烟房间等。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"您将看到茂宜岛的所有美景,并能让整个家庭享受到美好的时光。旅游费用不高,持续时间从四十五分钟到一个多小时。通过茂宜岛直升机旅游,您可以看到那些通常无法到达的地方。徒步或乘车无法到达的地方可以在空中看到。令人叹为观止的景象在等待着那些准备好参加茂宜岛直升机旅游的人。如果您将在岛上停留相当长的时间,您可能会考虑进行多次茂宜岛直升机旅游。" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "冒险" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "已在博客上发布新帖子。单击此处访问博客:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "浏览路径" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "单位" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "自动发现" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "指南" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "已在博客上发布新帖子" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "酒店" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "在" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "在 " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "在 " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "望远镜" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "留下评论" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "未发布" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "评论" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| 还没有评论" diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po new file mode 100644 index 0000000..dcd4a85 --- /dev/null +++ b/i18n/zh_TW.po @@ -0,0 +1,2444 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_blog +# +# Translators: +# Tony Ng, 2024 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-05 12:32+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "%s (copy)" +msgstr "%s (副本)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "&nbsp;" +msgstr "&nbsp;" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_feed +msgid "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +msgstr "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "' page header." +msgstr "' 頁首." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "'. Showing results for '" +msgstr "'.顯示結果 '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.date_selector +msgid "-- All dates" +msgstr "-- 所有日期" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Binoculars are lightweight and portable. Unless you have the luxury " +"to set up and operate an observatory from your deck, you are probably going " +"to travel to perform your viewings. Binoculars go with you much easier and " +"they are more lightweight to carry to the country and use while you are " +"there than a cumbersome telescope set up kit." +msgstr "" +"雙筒望遠鏡重量輕,便於攜帶。除非你有奢侈的設置和操作一個天文臺從你的甲板,你可能要旅行執行你的觀看。雙筒望遠鏡可以更容易地隨身攜帶,而且比笨重的望遠鏡設置套件更輕巧,可以攜帶到該國使用。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Pick the brains of the experts. If you are not already active in an " +"astronomy society or club, the sales people at the telescope store will be " +"able to guide you to the active societies in your area. Once you have " +"connections with people who have bought telescopes, you can get advice about" +" what works and what to avoid that is more valid than anything you will get " +"from a web article or a salesperson at Wal-Mart." +msgstr "" +"挑選專家的大腦。如果您尚未活躍在天文學協會或俱樂部,望遠鏡商店的銷售人員將能夠引導您到您所在地區的活躍社團。一旦你與購買望遠鏡的人有聯繫,你可以得到關於什麼有效,什麼避免,比任何你將從網路文章或沃爾瑪的銷售人員得到比更有效的建議。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Publish your blog post to make it visible to your visitors." +msgstr "發佈您的部落格文章,讓文章被您的訪客看見。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "Sign in" +msgstr "登入" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Try before you buy. This is another advantage of going on some field " +"trips with the astronomy club. You can set aside some quality hours with " +"people who know telescopes and have their rigs set up to examine their " +"equipment, learn the key technical aspects, and try them out before you sink" +" money in your own set up." +msgstr "" +"購買前先試一下。這是與天文學俱樂部進行一些實地考察的另一個優勢。你可以留出一些品質小時與誰知道望遠鏡的人,並設置他們的鑽機,以檢查他們的設備,學習關鍵的技術方面,並嘗試他們之前,你下沉錢在自己的設置。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Write your story here. Use the top toolbar to style your text: add an" +" image or table, set bold or italic, etc. Drag and drop building blocks for " +"more graphical blogs." +msgstr "在這裡寫下你的故事。用上方的工具列來設定樣式:加上圖片或表格、設定粗體或斜體等。拖放區塊來讓你的部落格更加生動。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Apart from the native population, the local wildlife " +"is also a major crowd puller." +msgstr "除了本地人口,當地的野生動物也是主要的人群拉。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"It is critically important that you get just the right" +" telescope." +msgstr "獲得正確的望遠鏡至關重要。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about." +msgstr "那個\"哇\"的時刻就是占星術的一切。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The more reviews you read, the more you notice how " +"they tend to cluster at the extremes of opinion." +msgstr "你讀的評論越多,你就越注意到這些評論是如何在意見的極端上聚集的。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "There is something timeless about the cosmos." +msgstr "宇宙有一些永恆的。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Your study of the moon, like anything else, can go " +"from the simple to the very complex." +msgstr "你對月球的研究,就像其他任何東西一樣,可以從簡單到非常複雜。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "No tags defined" +msgstr "沒有定義標籤" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +"" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "" +"" +msgstr "" +"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"Read " +"Next" +msgstr "" +"閱讀下一篇" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +msgid "" +"\n" +" \n" +" " +msgstr "" +"\n" +" \n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Show:" +msgstr "顯示:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "Blogs:" +msgstr "網誌:" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "A great way to discover hidden places" +msgstr "發現隱藏地方的好方法" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A holiday to the Copper Canyon promises to be an exciting mix of relaxation," +" culture, history, wildlife and hiking." +msgstr "銅峽谷的假期將是一個令人興奮的混合放鬆,文化,歷史,野生動物和徒步旅行。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "A new post" +msgstr "新文章" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"A traveler may choose to explore the area by hiking around the canyon or " +"venturing into it. Detailed planning is required for those who wish to " +"venture into the depths of the canyon. There are a number of travel " +"companies that specialize in organizing tours to the region. Visitors can " +"fly to Copper Canyon using a tourist visa, which is valid for 180 days. " +"Travelers can also drive from anywhere in the United States and acquire a " +"visa at the Mexican customs station at the border." +msgstr "" +"旅行者可以選擇在峽谷周圍徒步旅行或冒險探索該地區。對於那些希望冒險進入峽谷深處的人,需要詳細的規劃。有許多旅遊公司專門組織到該地區的旅遊。遊客可以使用旅遊簽證飛往銅峽谷,有效期為180天。旅行者還可以從美國任何地方開車,並在邊境的墨西哥海關站獲得簽證。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "About us" +msgstr "關於我們" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Above all, establish a relationship with a reputable telescope shop " +"that employs people who know their stuff. If you buy your telescope at a " +"Wal-Mart or department store, the odds you will get the right thing are " +"remote." +msgstr "" +"最重要的是,與一家信譽良好的望遠鏡店建立關係,該店雇傭了了解自己東西的人。如果你在沃爾瑪或百貨公司買望遠鏡,你得到正確東西的幾率是微乎其微的。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "Access post" +msgstr "存取文章" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction +msgid "Action Needed" +msgstr "需要採取行動" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__active +#: model:ir.model.fields,field_description:website_blog.field_blog_post__active +msgid "Active" +msgstr "啟用" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Add some" +msgstr "添加一些" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blogs_nav +msgid "All" +msgstr "所有" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "All Blogs" +msgstr "所有網誌" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "All blogs" +msgstr "所有網誌" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Alone in the ocean" +msgstr "獨自在大海裡" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Along those lines, how difficult is the set up and break down?" +msgstr "沿著這些思路,設置和分解有多困難?" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/website_blog.js:0 +#, python-format +msgid "Amazing blog article: %s! Check it live: %s" +msgstr "精彩的部落格文章:%s!馬上了解:%s" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." +msgstr "休閒、文化、歷史、野生動物和徒步旅行的精彩組合。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"And when all is said and done, get equipped. Your quest for newer and" +" better telescopes will be a lifelong one. Let yourself get addicted to " +"astronomy and the experience will enrich every aspect of life. It will be an" +" addiction you never want to break." +msgstr "" +"當一切都說完了,就裝備好。你對更新和更好的望遠鏡的追求將是一生的。讓自己沉迷于天文學,體驗將豐富生活的方方面面。這將是一個你永遠不會想戒的癮。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Another unique feature of Copper Canyon is the presence of the Tarahumara " +"Indian culture. These semi-nomadic people live in cave dwellings. Their " +"livelihood chiefly depends on farming and cattle ranching." +msgstr "銅峽谷的另一個獨特特徵是塔拉胡馬拉印第安人文化的存在。這些半遊牧民族住在洞穴民居中。他們的生計主要依靠農牧業。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_archive_display +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archive" +msgstr "封存" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Archived" +msgstr "已封存" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_archives +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Archives" +msgstr "歸檔" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Article" +msgstr "文章" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Articles" +msgstr "篇文章" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_2 +msgid "Astronomy" +msgstr "天文學" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Astronomy clubs are lively places full of knowledgeable amateurs who love to" +" share their knowledge with you. For the price of a coke and snacks, they " +"will go star gazing with you and overwhelm you with trivia and great " +"knowledge." +msgstr "" +"天文學俱樂部是充滿知識淵博的業餘愛好者的熱鬧場所,他們喜歡與您分享他們的知識。對於可樂和小吃的價格,他們會去明星凝視你,並壓倒你瑣事和偉大的知識。" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_2 +msgid "Astronomy is “stargazing\"" +msgstr "天文學是\"觀星\"" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Atom Feed" +msgstr "Atom 推送" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_attachment_count +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_attachment_count +msgid "Attachment Count" +msgstr "附件數" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_id +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Author" +msgstr "作者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_name +msgid "Author Name" +msgstr "作者名字" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__author_avatar +msgid "Avatar" +msgstr "頭像" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Awesome hotel rooms" +msgstr "超棒的酒店房間" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_4 +msgid "Be aware of this thing called “astronomy”" +msgstr "注意這個叫做\"天文學\"的東西" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Becoming part of the society of devoted amateur astronomers will give you " +"access to these organized efforts to reach new levels in our ability to " +"study the Earth’s moon. And it will give you peers and friends who share " +"your passion for astronomy and who can share their experience and areas of " +"expertise as you seek to find where you might look next in the huge night " +"sky, at the moon and beyond it in your quest for knowledge about the " +"seemingly endless universe above us." +msgstr "" +"成為忠實的業餘天文學家社會的一部分,將讓你有機會進入這些有組織的努力,達到我們研究地球月球的能力的新水準。它會給你的同齡人和朋友誰分享你對天文學的熱情,誰可以分享他們的經驗和專業知識領域,當你試圖找到下一個你可能看在巨大的夜空,在月亮和超越它,你尋求知識的似乎我們之上無邊無際的宇宙。" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_7 +msgid "Becoming part of the society of devoted amateur astronomers." +msgstr "成為忠實的業餘天文學家社會的一部分。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Bedroom Facilities" +msgstr "臥室設施" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"Before you go to that big expense, it might be a better next step from the " +"naked eye to invest in a good set of binoculars. There are even binoculars " +"that are suited for star gazing that will do just as good a job at giving " +"you that extra vision you want to see just a little better the wonders of " +"the universe. A well designed set of binoculars also gives you much more " +"mobility and ability to keep your “enhanced vision” at your fingertips when " +"that amazing view just presents itself to you." +msgstr "" +"在你去那筆大錢之前,從肉眼看,投資一套好的雙筒望遠鏡可能是更好的下一步。甚至有適合觀星的望遠鏡,在給你額外的視覺,你想看到宇宙的奇跡更好一點的工作,同樣好的工作。一套精心設計的雙筒望遠鏡也為您提供了更多的移動性和能力,讓你的\"增強視力\"在你的指尖,當這個驚人的視圖只是呈現給你自己。" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_6 +msgid "Before you make your first purchase…" +msgstr "在你第一次採購之前..." + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_7 +msgid "Beyond The Eye" +msgstr "超越眼睛" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website.py:0 +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__blog_id +#: model:ir.ui.menu,name:website_blog.menu_website_blog_root_global +#: model:website.menu,name:website_blog.menu_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_blog_view_search +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +#, python-format +msgid "Blog" +msgstr "網誌" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__name +msgid "Blog Name" +msgstr "網誌名稱" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blog Page" +msgstr "網誌頁面" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_post +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Blog Post" +msgstr "網誌文章" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +msgid "Blog Post Cover" +msgstr "網誌文章封面" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_post +msgid "Blog Post Pages" +msgstr "網誌文章頁面" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Post Title" +msgstr "網誌文章標題" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_post_pages +#: model_terms:ir.ui.view,arch_db:website_blog.website_blog +msgid "Blog Posts" +msgstr "網誌文章" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__subtitle +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "網誌副標題" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "網誌標籤" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag_category +msgid "Blog Tag Category" +msgstr "網誌標籤類別" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tags +msgid "Blog Tags" +msgstr "網誌標籤" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Blog Title" +msgstr "網誌標題" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Blog's Title" +msgstr "網誌標題" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_blog_list +msgid "Blogs" +msgstr "網誌" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs List" +msgstr "網誌列表" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Blogs Page" +msgstr "網誌頁面" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Bottom" +msgstr "底部" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Breadcrumb" +msgstr "頁面路徑" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"But how do you sift through the amazing choices on offer? And more " +"importantly, do you really trust the photographs and descriptions of the " +"hotels that they have awarded themselves with the motivation of getting " +"bookings? Traveler reviews can be helpful, but you need to exercise caution." +" They are often biased, sometimes out of date, and may not serve your " +"interests at all. How do you know that the features that are important to " +"the reviewer are important to you?" +msgstr "" +"但是,你如何篩選提供的驚人選擇?更重要的是,你真的相信他們授予自己的酒店的照片和描述,以獲得預訂的動機?旅行者評論可能會有所説明,但您需要謹慎行事。它們往往帶有偏見,有時已經過時,可能根本不符合你的利益。您如何知道對檢閱者重要的功能對您很重要?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_6 +msgid "Buying A Telescope" +msgstr "購買望遠鏡" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"Buying the right telescope to take your love of astronomy to the next level " +"is a big next step in the development of your passion for the stars." +msgstr "購買合適的望遠鏡,將你對天文學的熱愛帶到一個新的水準,是發展你對恒星的熱情的下一步。" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__can_publish +msgid "Can Publish" +msgstr "可以發佈" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cards" +msgstr "卡片" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__category_id +msgid "Category" +msgstr "類別" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Children’s’ Facilities" +msgstr "兒童用品" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Choose an image from the library." +msgstr "從圖庫中選擇圖片。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content to your website." +msgstr "點選此處於您的網站添加新內容。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "" +"Click on \"New\" in the top-right corner to write your first blog " +"post." +msgstr "點擊右上角的\"新建寫你的第一篇部落格文章。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Close" +msgstr "關閉" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Comment" +msgstr "評論" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments" +msgstr "評論" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Comments/Views Stats" +msgstr "評論/瀏覽次數統計" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__content +#: model:ir.model.fields,field_description:website_blog.field_blog_post__content +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Content" +msgstr "內容" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Copper Canyon is one of the six gorges in the area. Although the name " +"suggests that the gorge might have some relevance to copper mining, this is " +"not the case. The name is derived from the copper and green lichen covering " +"the canyon. Copper Canyon has two climatic zones. The region features an " +"alpine climate at the top and a subtropical climate at the lower levels. " +"Winters are cold with frequent snowstorms at the higher altitudes. Summers " +"are dry and hot. The capital city, Chihuahua, is a high altitude desert " +"where weather ranges from cold winters to hot summers. The region is unique " +"because of the various ecosystems that exist within it." +msgstr "" +"銅峽谷是該地區的六峽之一。雖然這個名字表明峽谷可能與銅礦開採有某種關聯,但事實並非如此。這個名字來自覆蓋著峽谷的銅質和綠色地衣。銅峽谷有兩個氣候區。該地區擁有高山氣候,低層為亞熱帶氣候。冬季寒冷,高海拔地區經常有暴風雪。夏天又幹又熱。首都奇瓦瓦是一個高海拔沙漠,那裡的天氣從寒冷的冬天到炎熱的夏天。該區域之所以獨特,是因為它內部存在各種生態系統。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Cover" +msgstr "封面" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__cover_properties +#: model:ir.model.fields,field_description:website_blog.field_blog_post__cover_properties +msgid "Cover Properties" +msgstr "封面屬性" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_uid +msgid "Created by" +msgstr "建立人員" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__create_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__create_date +msgid "Created on" +msgstr "建立於" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (new to old)" +msgstr "日期(從新到舊)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Date (old to new)" +msgstr "日期(從舊到新)" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Description" +msgstr "說明" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Dexter" +msgstr "德克斯特" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__display_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Drop Zone for Building Blocks" +msgstr "內容區塊放置區" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "East Maui" +msgstr "東茂宜島" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"East Maui helicopter tours will give you a view of the ten thousand foot " +"volcano, Haleakala or House of the sun. This volcano is dormant and last " +"erupted in 1790. You will be able to see the crater of the volcano and the " +"dry, arid earth surrounding the south side of the volcano’s slop with Maui " +"helicopter tours." +msgstr "" +"東茂宜島直升機之旅將讓您看到一萬英尺的火山,哈雷阿卡拉或太陽之家。這座火山處於休眠狀態,最後一次噴發是在1790年。您將能夠看到火山口的火山口和乾燥,乾燥的地球圍繞火山的斜坡的南側與茂宜島直升機之旅。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +msgid "Edit in backend" +msgstr "在後台編輯" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the '" +msgstr "編輯 '" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'All Blogs' page header." +msgstr "編輯\"所有部落格\"頁面標題。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "Edit the 'Filter Results' page header." +msgstr "編輯\"篩選結果\"頁首" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Edit your title, the subtitle is optional." +msgstr "編輯標題,副標題可選填。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Enter your post's title" +msgstr "輸入你文章的標題" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Facebook" +msgstr "Facebook" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_3 +msgid "Facts you should bear in mind." +msgstr "你應該記住的事實。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Finally and most importantly, the quality hotel directory inspection team " +"should have visited the hotel in question on a regular basis, met the staff," +" slept in a bedroom and tried the food. They should experience the hotel as " +"only a hotel guest can and it is only then that they are really in a strong " +"position to write about the hotel." +msgstr "" +"最後,也是最重要的一點,優質酒店目錄檢查小組應該定期訪問相關酒店,會見工作人員,睡在臥室裡,並嘗試食物。他們應該體驗酒店,因為只有酒店的客人可以,只有到那時,他們真的有一個強大的位置來寫關於酒店。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_follow_us +msgid "Follow Us" +msgstr "關注我們" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Follow us" +msgstr "訂閱我們" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_follower_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_follower_ids +msgid "Followers" +msgstr "關注人" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_partner_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_partner_ids +msgid "Followers (Partners)" +msgstr "關注人(業務夥伴)" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"For many of us who are city dwellers, we don’t really notice that sky up " +"there on a routine basis. The lights of the city do a good job of disguising" +" the amazing display that is above all of our heads all of the time." +msgstr "對於我們許多城市居民來說,我們並沒有真正注意到天空是例行公事。城市的燈光很好地掩蓋了我們頭頂上令人驚異的展示。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"For many of us, our very first experience of learning about the celestial " +"bodies begins when we saw our first full moon in the sky. It is truly a " +"magnificent view even to the naked eye." +msgstr "對於我們中的許多人來說,我們第一次瞭解天體的經歷開始于我們在天空中看到第一個滿月的時候。即使是肉眼,它也是一幅壯麗的風景。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"From the tiniest baby to the most advanced astrophysicist, there is " +"something for anyone who wants to enjoy astronomy. In fact, it is a science " +"that is so accessible that virtually anybody can do it virtually anywhere " +"they are. All they have to know how to do is to look up." +msgstr "" +"從最小的嬰兒到最先進的天體物理學家,任何想享受天文學的人都會有所享受。事實上,這是一門科學,它是如此容易訪問,幾乎任何人都可以做到這一點,幾乎任何地方,他們。他們必須知道如何去查找。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Full-Width" +msgstr "全寬" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get a geek" +msgstr "成為達人!" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get a telescope" +msgstr "買望遠鏡" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Get some history" +msgstr "獲取一些歷史記錄" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Get started" +msgstr "開始" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Grid" +msgstr "矩陣" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Group By" +msgstr "分組依據" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__has_message +#: model:ir.model.fields,field_description:website_blog.field_blog_post__has_message +msgid "Has Message" +msgstr "有訊息" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Here are some of the key facts you should bear in mind:" +msgstr "以下是您應該記住的一些關鍵事實:" + +#. module: website_blog +#: model:blog.blog,subtitle:website_blog.blog_blog_1 +msgid "Holiday tips" +msgstr "假日提示" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Hover effect" +msgstr "滑鼠經過時效果" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_4 +msgid "How To Look Up" +msgstr "如何查找" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"How complex is the telescope and will you have trouble with maintenance? " +"Network to get the answers to these and other questions. If you do your " +"homework like this, you will find just the right telescope for this next big" +" step in the evolution of your passion for astronomy." +msgstr "" +"望遠鏡有多複雜,維修時會有麻煩嗎?網路獲取這些和其他問題的答案。如果你做這樣的家庭作業,你會發現正確的望遠鏡,這下一個重大步驟的演變,你對天文學的熱情。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "How mobile must your telescope be?" +msgstr "你的望遠鏡的移動性如何?" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_3 +msgid "How to choose the right hotel" +msgstr "如何選擇合適的酒店" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__id +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__id +msgid "ID" +msgstr "識別號" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction +msgid "If checked, new messages require your attention." +msgstr "勾選代表有新訊息需要您留意。" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "勾選代表有訊息發生傳送錯誤。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"If it matters that your hotel is, for example, on the beach, close to the " +"theme park, or convenient for the airport, then location is paramount. Any " +"decent directory should offer a location map of the hotel and its " +"surroundings. There should be distance charts to the airport offered as well" +" as some form of interactive map." +msgstr "" +"如果您的酒店是,例如,在海灘上,靠近主題公園,或方便機場,那麼位置是最重要的。任何像樣的目錄都應該提供酒店及其周邊地區的位置圖。應該有距離圖到機場提供以及某種形式的互動地圖。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"If the night is clear, you can see amazing detail of the lunar surface just star gazing on in your back yard.\n" +"Naturally, as you grow in your love of astronomy, you will find many celestial bodies fascinating. But the moon may always be our first love because is the one far away space object that has the unique distinction of flying close to the earth and upon which man has walked." +msgstr "" +"如果夜晚晴朗,你可以看到月球表面的驚人細節,只是星星凝視著你的後院。\n" +"自然,當你對天文學的熱愛中成長時,你會發現許多天體很迷人。但是月亮可能永遠是我們的初戀,因為月球是一個遙遠的太空物體,它有著飛近地球和人類行走的獨特區別。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +msgid "In" +msgstr "在" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"In many ways, it is a big step from someone who is just fooling around with " +"astronomy to a serious student of the science. But you and I both know that " +"there is still another big step after buying a telescope before you really " +"know how to use it." +msgstr "" +"從許多方面來說,這是從一個只是愚弄天文學的人到一個嚴肅的科學學生邁出的一大步。但是你和我們都知道,在真正知道如何使用望遠鏡之前,在購買望遠鏡之後還有一大步。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Increase Readability" +msgstr "增加可讀性" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_is_follower +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_is_follower +msgid "Is Follower" +msgstr "是關注人" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_published +msgid "Is Published" +msgstr "已發佈" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Islands" +msgstr "小島" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It is great fun to start learning the constellations, how to navigate the " +"night sky and find the planets and the famous stars. There are web sites and" +" books galore to guide you." +msgstr "開始學習星座,如何導航夜空,找到行星和著名的恒星,是很有趣的。有網站和書籍大量指導你。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"It is important to choose a hotel that makes you feel comfortable – " +"contemporary or traditional furnishings, local decor or international, " +"formal or relaxed. The ideal hotel directory should let you know of the " +"options available." +msgstr "選擇讓您感覺舒適的酒店非常重要,包括現代或傳統傢俱、當地裝飾或國際、正式或放鬆。理想的酒店目錄應該讓您知道可用的選項。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"It is safe to say that at some point on our lives, each and every one of us " +"has that moment when we are suddenly stunned when we come face to face with " +"the enormity of the universe that we see in the night sky." +msgstr "可以肯定地說,在我們生命中的某個時刻,當我們面對我們在夜空中看到的浩瀚的宇宙時,我們每個人都突然驚呆了。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"It really is amazing when you think about it that just by looking up on any " +"given night, you could see virtually hundreds of thousands of stars, star " +"systems, planets, moons, asteroids, comets and maybe a even an occasional " +"space shuttle might wander by. It is even more breathtaking when you realize" +" that the sky you are looking up at is for all intents and purposes the " +"exact same sky that our ancestors hundreds and thousands of years ago " +"enjoyed when they just looked up." +msgstr "" +"當你想到它時,它真的是驚人的,只要仰望任何給定的夜晚,你可以看到幾乎幾十萬顆恒星,恒星系統,行星,衛星,小行星,彗星,彗星,也許甚至偶爾的太空梭可能漫步。當你意識到你仰望的天空是所有意圖和目的完全相同的天空,我們的祖先享受,幾千年前,他們只是抬頭,這是更令人歎為觀止的。" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Jungle" +msgstr "叢林" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know what you are looking at" +msgstr "知道你在看什麼" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Know when to look" +msgstr "知道何時查看" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Large" +msgstr "大" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_uid +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_search +msgid "Last Contributor" +msgstr "最後貢獻者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_uid +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_uid +msgid "Last Updated by" +msgstr "最後更新者" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_post__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__write_date +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "Latest" +msgstr "最新" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_latest_blog_posts +msgid "Latest Blog Posts" +msgstr "最新部落格文章" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Layout" +msgstr "格式" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Learning the background to the great discoveries in astronomy will make your" +" moments star gazing more meaningful. It is one of the oldest sciences on " +"earth so find out the greats of history who have looked at these stars " +"before you." +msgstr "學習天文學偉大發現的背景將使你凝視的時刻更加有意義。它是地球上最古老的科學之一,所以找出歷史上那些在你面前看過這些星星的偉人。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Leisure Facilities" +msgstr "休閒設施" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "LinkedIn" +msgstr "LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "List" +msgstr "清單" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Local color is great but the hotel’s own restaurants and bars can play an " +"important part in your stay. You should be aware of choice, style and " +"whether or not they are smart or informal. A good hotel report should tell " +"you this, and particularly about breakfast facilities." +msgstr "" +"當地色彩很好,但酒店自己的餐廳和酒吧可以在您的住宿中發揮重要作用。你應該注意選擇,風格,以及他們是否聰明或非正式。一個好的酒店報告應該告訴你這一點,特別是關於早餐設施。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Location" +msgstr "地點" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Marley" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Maui helicopter tours" +msgstr "茂宜島直升機之旅" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to see the island from a different " +"perspective and have a fun adventure. If you have never been on a helicopter" +" before, this is a great place to do it." +msgstr "茂宜島直升機之旅是一個偉大的方式,從不同的角度看島嶼,有一個有趣的冒險。如果你以前從未坐過直升機,這是一個偉大的地方。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours are a great way to tour those places that can not be " +"reached on foot or by car. The tours last approximately one hour and range " +"from approximately one hundred eight five dollars to two hundred forty " +"dollars person. For many, this is a once in a lifetime opportunity to see " +"natural scenery that will not be available again. Taking cameras and videos " +"to capture the moments will also allow you to relive the tour again and " +"again as you reminisce throughout the years." +msgstr "" +"茂宜島直升機之旅是遊覽那些步行或汽車無法到達的地方的好方法。行程約一小時,從約一百八十五美元到二百四十美元人不等。對許多人來說,這是一生難得的機會,可以欣賞到不再可用的自然風光。拍攝相機和影片來捕捉瞬間,也可以讓你重溫旅遊一遍又一遍,你回憶了整個歲月。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Maui helicopter tours will allow you to see all of these sights. Make sure " +"to take a camera or video with you when going on Maui helicopter tours to " +"capture the beauty of the scenery and to show friends and family at home all" +" the wonderful things you saw while on vacation." +msgstr "" +"茂宜島直升機之旅將讓您看到所有這些景點。在茂宜島直升機之旅中,請務必帶相機或錄影機,捕捉風景之美,並在家中向朋友和家人展示您在度假時看到的所有精彩內容。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Medium" +msgstr "媒體" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error +msgid "Message Delivery error" +msgstr "訊息遞送錯誤" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_ids +msgid "Messages" +msgstr "訊息" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Description" +msgstr "Meta 描述" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Keywords" +msgstr "Meta 關鍵字" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Meta Title" +msgstr "Meta 標題" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Molokai Maui" +msgstr "摩洛凱島茂宜島" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"Molokai Maui helicopter tours will take you to a different island but one that is only nine miles away and easily accessible by air. This island has a very small population with a different culture and scenery. The entire coast of the northeast is lined with cliffs and remote beaches. They are completely inaccessible by any other means of transportation than air.\n" +"People who live on the island have never even seen this remarkable scenery unless they have taken Maui helicopter tours to view it. When the weather has been rainy and there is a lot of rainfall for he season you will see many astounding waterfalls." +msgstr "" +"摩洛凱島茂宜島直升機之旅將帶您到另一個島嶼,但一個只有九英里遠,很容易乘坐飛機到達。這個島人口很少,有著不同的文化和風景。整個東北海岸都佈滿了懸崖和偏遠的海灘。除了空氣之外,其他交通工具都完全無法進入。\n" +"住在島上的人們甚至從來沒有見過這個非凡的風景,除非他們採取了茂宜島直升機之旅來觀看它。當天氣一直下雨,有很多的降雨,他的季節,你會看到許多驚人的瀑布。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"More important to the family traveler than the business traveler, you should" +" find out just how child friendly the hotel is from the directory and make " +"your decision from there. One thing worth looking for is whether the hotel " +"offers a baby sitters service. For the business traveler wishing to escape " +"children this is of course very relevant too – perhaps a hotel that is not " +"child friendly would be something more appropriate!" +msgstr "" +"對於家庭旅行者來說,比商務旅客更重要,你應該從目錄中瞭解酒店對孩子的友好程度,並從那裡做出您的決定。值得尋找的一件事是,酒店是否提供保姆服務。對於希望逃離孩子的商務旅客來說,這當然也非常重要——也許酒店不適合兒童入住!" + +#. module: website_blog +#: model:website.snippet.filter,name:website_blog.dynamic_filter_most_viewed_blog_posts +msgid "Most Viewed Blog Posts" +msgstr "瀏覽次數最多的部落格文章" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__name +msgid "Name" +msgstr "名稱" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Name / Latest Post" +msgstr "名稱 / 最新文章" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.blog_post_action_add +msgid "New Blog Post" +msgstr "新的部落格貼文" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Next Article" +msgstr "下一篇文章" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "No Cover" +msgstr "無封面" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No blog post yet." +msgstr "尚無部落格貼文。" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__visits +msgid "No of Views" +msgstr "瀏覽次數" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "No results for \"%s\"." +msgstr "沒有“%s”的結果。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_short +msgid "No results found for '" +msgstr "找不到:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "No tags defined yet." +msgstr "尚未定義標籤" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "None" +msgstr "無" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"None of this precludes you from moving forward with your plans to put " +"together an awesome telescope system. Just be sure you get quality advice " +"and training on how to configure your telescope to meet your needs. Using " +"these guidelines, you will enjoy hours of enjoyment stargazing at the " +"phenomenal sights in the night sky that are beyond the naked eye." +msgstr "" +"這一切都不妨礙你推進你的計畫,把一個真棒望遠鏡系統。只要確保你得到品質的建議和培訓如何配置你的望遠鏡,以滿足您的需求。使用這些指南,您將享受數小時的享受,在夜空中,肉眼無法欣賞到非凡的景象。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Not Published" +msgstr "未發佈" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"Not only knowing the weather will make sure your star gazing is rewarding " +"but if you learn when the big meteor showers and other big astronomy events " +"will happen will make the excitement of astronomy come alive for you." +msgstr "不僅知道天氣將確保你的星星凝視是有益的,但如果你知道什麼時候大流星雨和其他大型天文事件將會使天文學的興奮活著為你。" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_needaction_counter +msgid "Number of Actions" +msgstr "動作數量" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_error_counter +msgid "Number of errors" +msgstr "錯誤數量" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_needaction_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_needaction_counter +msgid "Number of messages requiring action" +msgstr "需要採取行動的訊息數目" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__message_has_error_counter +#: model:ir.model.fields,help:website_blog.field_blog_post__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "有發送錯誤的郵件數量" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"Of course, to take your moon worship to the ultimate, stepping your " +"equipment up to a good starter telescope will give you the most stunning " +"detail of the lunar surface. With each of these upgrades your knowledge and " +"the depth and scope of what you will be able to see will improve " +"geometrically. For many amateur astronomers, we sometimes cannot get enough " +"of what we can see on this our closest space object." +msgstr "" +"當然,要將你的月亮崇拜帶到極致,將您的設備安裝到一個好的啟動望遠鏡,將為您提供月球表面最令人驚歎的細節。隨著每次升級,您的知識以及您所看到的深度和範圍都將在幾何上得到改善。對於許多業餘天文學家來說,我們有時無法從這個最接近的太空物體上看到的東西。" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/ir_qweb_fields.py:0 +#, python-format +msgid "" +"On your default language, empty the blog post description and save to get an" +" automated (translated) summary." +msgstr "使用您的預設語言,清空網誌文章描述,並儲存以取得自動(翻譯)摘要。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "" +"Once you have reviewed the content on mobile, you can switch back to the " +"normal view by clicking here again" +msgstr "檢視流動裝置內容格式後,你可再按此處,切換回正常畫面" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +msgid "Others" +msgstr "其他" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_blogs_display +msgid "Our blogs" +msgstr "我們的網誌" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Anton Repponen, @repponen" +msgstr "照片由安東·雷波甯,@repponen" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "Photo by Arto Marttinen, @wandervisions" +msgstr "照片由阿爾托·馬蒂甯,@wandervisions" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by Boris Smokrovic, @borisworkshop" +msgstr "照片由伯里斯·斯莫克羅維奇,@borisworkshop" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Denys Nevozhai, @dnevozhai" +msgstr "照片由德尼斯·內沃紮伊,@dnevozhai" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Greg Rakozy, @grakozy" +msgstr "照片由葛列格·拉科齊,@grakozy" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Photo by Jason Briscoe, @jbriscoe" +msgstr "照片由傑森布裡斯科,@jbriscoe" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "Photo by Jon Ly, @jonatron" +msgstr "照片由喬恩·萊,@jonatron" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Photo by Patrick Brinksma, @patrickbrinksma" +msgstr "照片由派翠克·布林克斯馬,@patrickbrinksma" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "Photo by PoloX Hernandez, @elpolox" +msgstr "照片由波洛克斯·埃爾南德斯,@elpolox" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "Photo by SpaceX, @spacex" +msgstr "照片由SpaceX,@spacex" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "Photo by Teddy Kelley, @teddykelley" +msgstr "照片由泰迪·凱利,@teddykelley" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__blog_post_count +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__post_ids +msgid "Posts" +msgstr "貼文" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Posts List" +msgstr "文章列表" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_searchbar_input_snippet_options +msgid "Publication Date" +msgstr "發佈日期" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_kanban +msgid "Published" +msgstr "已發佈" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Published (" +msgstr "已發佈(" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__published_date +msgid "Published Date" +msgstr "發佈日期" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_blog_published +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_published +msgid "Published Post" +msgstr "已發佈的貼文" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Publishing Options" +msgstr "發佈選項" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__post_date +msgid "Publishing date" +msgstr "發佈日期" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_ir_qweb_field +msgid "Qweb Field" +msgstr "Qweb 欄位" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__rating_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__rating_ids +msgid "Ratings" +msgstr "點評" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "Read more" +msgstr "閱讀更多" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Read more " +msgstr "閱讀更多 " + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Restaurants, Cafes and Bars" +msgstr "餐館、咖啡館和酒吧" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,help:website_blog.field_blog_post__website_id +msgid "Restrict publishing to this website." +msgstr "限制發佈到此網站." + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "SEO" +msgstr "SEO" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_post__is_seo_optimized +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__is_seo_optimized +msgid "SEO optimized" +msgstr "SEO 已最佳化" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__message_has_sms_error +#: model:ir.model.fields,field_description:website_blog.field_blog_post__message_has_sms_error +msgid "SMS Delivery error" +msgstr "簡訊發送錯誤" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_big_picture +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_card +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_horizontal +#: model_terms:ir.ui.view,arch_db:website_blog.dynamic_filter_template_blog_post_list +msgid "Sample" +msgstr "樣品" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Satellites" +msgstr "衛星" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Search for an image. (eg: type \"business\")" +msgstr "搜索圖片。 (例如:輸入“business”)" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seaside vs mountain side" +msgstr "海邊 vs 山上" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Seeing the world from above" +msgstr "從高處看世界" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_view_form_add +msgid "Select Blog" +msgstr "選擇部落格" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select the blog you want to add the post to." +msgstr "選擇要將文章加入到的部落格。" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "選擇此選單項新增一篇貼文。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Comment" +msgstr "選取以評論" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Select to Tweet" +msgstr "選取以發佈推文" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_post__seo_name +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__seo_name +msgid "Seo name" +msgstr "SEO 名稱" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.view_blog_post_form +msgid "Separate every keyword with a comma" +msgstr "用逗號分隔每個關鍵字" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Set a blog post cover." +msgstr "設定部落格文章封面。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Several migratory and native birds, mammals and reptiles call Copper Canyon " +"their home. The exquisite fauna in this near-pristine land is also worth " +"checking out." +msgstr "一些遷徙和本地鳥類、哺乳動物和爬行動物稱銅峽谷為家。在這片土地上,精緻的動物也值得一看。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Share Links" +msgstr "分享連結" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Facebook" +msgstr "分享至 Facebook" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on LinkedIn" +msgstr "分享於LinkedIn" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share on Twitter" +msgstr "分享於Twitter" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Share this post" +msgstr "分享這個貼文" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Sidebar" +msgstr "側邊欄" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +msgid "Sierra Tarahumara" +msgstr "塔拉胡馬拉山" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +msgid "" +"Sierra Tarahumara, popularly known as Copper Canyon is situated in Mexico. " +"The area is a favorite destination among those seeking an adventurous " +"vacation." +msgstr "塔拉胡馬拉山脈,俗稱銅峽谷位於墨西哥。該地區是尋求冒險度假的人最喜歡的目的地。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.s_dynamic_snippet_options_template +msgid "Silly-Chico" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Skies" +msgstr "天空" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So it is critically important that you get just the right telescope for " +"where you are and what your star gazing preferences are. To start with, " +"let’s discuss the three major kinds of telescopes and then lay down some " +"“Telescope 101″ concepts to increase your chances that you will buy the " +"right thing." +msgstr "" +"因此,獲得正確的望遠鏡,瞭解您所在的位置和您的觀星偏好,這一點至關重要。首先,讓我們討論三種主要類型的望遠鏡,然後放下一些\"望遠鏡101\"的概念,以增加你的機會,你會買正確的東西。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"So it might be that once a year vacation to a camping spot or a trip to a " +"relative’s house out in the country that we find ourselves outside when the " +"spender of the night sky suddenly decides to put on it’s spectacular show. " +"If you have had that kind of moment when you were literally struck " +"breathless by the spender the night sky can show to us, you can probably " +"remember that exact moment when you could say little else but “wow” at what " +"you saw." +msgstr "" +"因此,當夜空的花商突然決定上演一場壯觀的表演時,我們可能每年去一次野營或去國外親戚家的旅行。如果你有那種時刻,當你被夜空可以顯示的花錢者喘不過氣來時,你也許還記得那個時刻,那時你可以說一些別的,只是\"哇\"你所看到的。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"So to select just the right kind of telescope, your objectives in using the " +"telescope are important. To really understand the strengths and weaknesses " +"not only of the lenses and telescope design but also in how the telescope " +"performs in various star gazing situations, it is best to do some homework " +"up front and get exposure to the different kinds. So before you make your " +"first purchase…" +msgstr "" +"因此,要選擇正確的望遠鏡類型,使用望遠鏡的目標很重要。為了真正瞭解鏡片和望遠鏡設計的優點和弱點,而且瞭解望遠鏡在各種觀星情況下的表現,最好先做一些功課,接觸不同類型。所以在你第一次採購之前..." + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"So you’re going abroad, you’ve chosen your destination and now you have to " +"choose a hotel." +msgstr "所以,你要出國,你選擇了你的目的地,現在你必須選擇一家酒店。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_1 +#: model_terms:blog.post,content:website_blog.blog_post_3 +#: model_terms:blog.post,content:website_blog.blog_post_4 +#: model_terms:blog.post,content:website_blog.blog_post_5 +#: model_terms:blog.post,content:website_blog.blog_post_6 +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "Someone famous in Source Title" +msgstr "輸入高超想法 Source Title" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Spotting the fauna" +msgstr "" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_blog.py:0 +#, python-format +msgid "Start writing here..." +msgstr "在這裡開始寫入" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "Style" +msgstr "樣式" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__subtitle +msgid "Sub Title" +msgstr "副標題" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_complete +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_read_next +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Subtitle" +msgstr "小標題" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_website_blog_tag_category_global +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_tree +msgid "Tag Categories" +msgstr "標籤分類" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_tag_category +msgid "Tag Category" +msgstr "標籤類別" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_category_form +msgid "Tag Category Form" +msgstr "標籤類別表單" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Tag Form" +msgstr "標籤表格" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_tree +msgid "Tag List" +msgstr "標籤列表" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_category_name_uniq +msgid "Tag category already exists!" +msgstr "已有這個標籤類別!" + +#. module: website_blog +#: model:ir.model.constraint,message:website_blog.constraint_blog_tag_name_uniq +msgid "Tag name already exists!" +msgstr "標籤名稱已存在!" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__tag_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_tag_category__tag_ids +#: model:ir.ui.menu,name:website_blog.menu_blog_tag_global +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_tags_display +#: model_terms:ir.ui.view,arch_db:website_blog.opt_sidebar_blog_index_tags +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags" +msgstr "標籤" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Tags List" +msgstr "標籤列表" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Taking pictures in the dark" +msgstr "在黑暗環境中拍照" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser +msgid "Teaser" +msgstr "預告" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Teaser & Tags" +msgstr "預告及標籤" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__teaser_manual +msgid "Teaser Content" +msgstr "預告內容" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Ten years ago, you’d have probably visited your local travel agent and " +"trusted the face-to-face advice you were given by the so called ‘experts’. " +"The 21st Century way to select and book your hotel is of course on the " +"Internet, by using travel websites." +msgstr "十年前,你可能已經拜訪了當地的旅行社,並相信所謂的\"專家\"會為您提供面對面的建議。21世紀選擇和預訂酒店的方式當然是在線上,通過使用旅遊網站。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"That “Wow” moment is what astrology is all about. For some, that wow moment " +"becomes a passion that leads to a career studying the stars. For a lucky " +"few, that wow moment because an all consuming obsession that leads to them " +"traveling to the stars in the space shuttle or on one of our early space " +"missions. But for most of us astrology may become a pastime or a regular " +"hobby. But we carry that wow moment with us for the rest of our lives and " +"begin looking for ways to look deeper and learn more about the spectacular " +"universe we see in the millions of stars above us each night." +msgstr "" +"那個\"哇\"的時刻就是占星術的一切。對一些人來說,那一個哇的時刻變成了一種激情,導致一個職業研究明星。對於少數幸運兒來說,那令人驚歎的時刻,是因為一種充滿消費的癡迷,導致他們前往太空梭或我們早期的太空任務之一的星星。但對於我們大多數人來說,占星術可能會成為一種消遣或一種常規的愛好。但是,我們帶著那個令人驚豔的時刻,在餘生中,開始尋找更深層次的觀察方式,更多地瞭解我們每晚在我們頭頂上數百萬顆星星中看到的壯觀的宇宙。" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_5 +msgid "The beauty of astronomy is that anybody can do it." +msgstr "天文學的美妙之處在于任何人都能做到這一點。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"The best time to view the moon, obviously, is at night when there are few " +"clouds and the weather is accommodating for a long and lasting study. The " +"first quarter yields the greatest detail of study. And don’t be fooled but " +"the blotting out of part of the moon when it is not in full moon stage. The " +"phenomenon known as “earthshine” gives you the ability to see the darkened " +"part of the moon with some detail as well, even if the moon is only at " +"quarter or half display." +msgstr "" +"顯然,觀賞月亮的最佳時間是在夜間,因為雲層很少,天氣適合進行長期而持久的研究。第一季度得出了最大的研究細節。不要被愚弄,但當月球不在滿月階段時,它就會從月球的一部分中抹去。這種現象被稱為\"地球照耀\",你能夠看到月球的黑暗部分,以及一些細節,即使月亮只有四分之一或一半的顯示。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "The best time to view the moon." +msgstr "觀賞月亮的最佳時機。" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__post_date +msgid "" +"The blog post will be visible for your visitors as of this date on the " +"website if it is set as published." +msgstr "如果部落格文章設為已發佈,則網站的訪客從即日起能夠看到此部落格文章。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The cliffs in this region are among the highest in the world and to see " +"water cascading from the high peaks is simply breathtaking. The short jaunt " +"from Maui with Maui helicopter tours is well worth seeing the beauty of this" +" natural environment." +msgstr "這個地區的懸崖是世界上最高的,看到從山峰上流水簡直令人歎為觀止。從茂宜島短途旅行與茂宜島直升機之旅是值得一看這個自然環境的美麗。" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_post__website_url +msgid "The full URL to access the document through the website." +msgstr "透過網站存取此文件的完整網址。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"The next thing we naturally want to get is a good telescope. You may have " +"seen a hobbyist who is well along in their study setting up those really " +"cool looking telescopes on a hill somewhere. That excites the amateur " +"astronomer in you because that must be the logical next step in the growth " +"of your hobby. But how to buy a good telescope can be downright confusing " +"and intimidating." +msgstr "" +"下一件事,我們自然希望得到一個良好的望遠鏡。你可能已經看到一個業餘愛好者,誰是在他們的研究,設置那些真正很酷的望遠鏡在某處的山上。這激發了你的業餘天文學家,因為這必須是你愛好成長的合乎邏輯的下一步。但是,如何買一個好的望遠鏡可能是徹頭徹尾的混亂和恐嚇。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"The site should offer a detailed analysis of leisure services within the " +"hotel – spa, pool, gym, sauna – as well as details of any other facilities " +"nearby such as golf courses. 7. Special Needs: the hotel directory site " +"should advise the visitor of each hotel’s special needs services and " +"accessibility policy. Whilst again this does not apply to every visitor, it " +"is absolutely vital to some." +msgstr "" +"該網站應提供酒店內休閒服務的詳細分析 - 水療中心,游泳池,健身房,桑拿 - 以及附近的任何其他設施,如高爾夫球場的詳細資訊。7. " +"特殊需要:酒店目錄網站應告知每家酒店的特需服務和無障礙政策。雖然這同樣不適用於每一個訪客,但它對一些人來說是絕對重要的。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"The tripod or other accessory decisions will change significantly with a " +"telescope that will live on your deck versus one that you plan to take to " +"many remote locations." +msgstr "三腳架或其他配件決策將顯著改變與望遠鏡,將住在你的甲板上,而不是一個你計畫採取到許多偏遠的地方。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"The view of this is truly breathtaking and is a sight not to be missed. It " +"is also highly educational with a chance to see a dormant volcano up close, " +"something that can not be seen every day. On the northern and southern sides" +" of the volcano, you will see an incredible different view however. These " +"sides are lush and green and you will be able to see some beautiful " +"waterfalls and gorgeous brush. Tropical rainforests abound on this side of " +"the island and it is something that is not easily accessible by any other " +"means than by air." +msgstr "" +"這一點確實令人歎為觀止,是一個不為人錯過的景象。它也是高度教育的機會,看到休眠的火山近距離,這是不可能每天看到的。然而,在火山的北側和南側,你會看到一個令人難以置信的不同景色。這些邊是鬱鬱蔥蔥和綠色,你會看到一些美麗的瀑布和華麗的刷子。島上的熱帶雨林比比皆是,除了乘飛機之外,其他任何方式都不容易獲得。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"Then there’s the problem of the reviewer’s motivation. The more reviews you " +"read, the more you notice how they tend to cluster at the extremes of " +"opinion. On one end, you have angry reviewers with axes to grind; at the " +"other, you have delighted guests who lavish praise beyond belief. You’ll not" +" be surprised to learn that hotels sometimes post their own glowing reviews," +" or that competitor’s line up for the chance to lambaste the competition " +"with bad reviews. It makes sense to consider what is really important to you" +" when selecting a hotel. You should then choose an online hotel directory " +"that gives up-to-date, independent, impartial information that really " +"matters." +msgstr "" +"然後是檢閱者的動機問題。你讀的評論越多,你就越注意到這些評論是如何在意見的極端上聚集的。一方面,你有憤怒的評論與軸磨;另一方面,你讓那些無可置疑的讚美的賓客們欣喜不已。您不會驚訝地發現,酒店有時會發佈自己的熱情洋溢的評論,或者競爭對手排隊等待機會,用不好的評論來抨擊競爭對手。在選擇酒店時,考慮什麼對你真正重要是有意義的。然後,您應該選擇一個線上酒店目錄,放棄最新、獨立、公正的資訊,這些資訊才真正重要。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_6 +msgid "" +"There are other considerations to factor into your final purchase decision." +msgstr "在您的最終採購決策中還有其他考慮因素。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"There is something timeless about the cosmos. The fact that the planets and " +"the moon and the stars beyond them have been there for ages does something " +"to our sense of our place in the universe. In fact, many of the stars we " +"“see” with our naked eye are actually light that came from that star " +"hundreds of thousands of years ago. That light is just now reaching the " +"earth. So in a very real way, looking up is like time travel." +msgstr "" +"宇宙有一些永恆的。行星、月亮和它們以外的恒星已經存在很久了,這一事實對我們在宇宙中的位置有一定的影響。事實上,我們用肉眼\"看到\"的許多恒星實際上是幾十萬年前來自那顆恒星的光。那道光正到達地球。所以在一個非常真實的方式,抬頭就像時間旅行。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"These things really do matter and any decent hotel directory should give you" +" this sort of advice on bedrooms – not just the number of rooms which is the" +" usual option!" +msgstr "這些事情真的很重要,任何像樣的酒店目錄應該給你這種臥室的建議 - 不只是房間的數量,這是通常的選擇!" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "This box will not be visible to your visitors" +msgstr "此框對您的訪問者不可見" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "This tag already exists" +msgstr "標籤名稱已存在!" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/options.js:0 +#, python-format +msgid "Tiny" +msgstr "細小" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__name +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "Title" +msgstr "標題" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Above Cover" +msgstr "標題置於封面之上" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Title Inside Cover" +msgstr "標題置於封面內" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To gaze at the moon with the naked eye, making yourself familiar with the " +"lunar map will help you pick out the seas, craters and other geographic " +"phenomenon that others have already mapped to make your study more " +"enjoyable. Moon maps can be had from any astronomy shop or online and they " +"are well worth the investment." +msgstr "" +"用肉眼凝視月球,熟悉月球地圖,將有助於你挑選出海洋、隕石坑和其他地理現象,而其他人已經繪製了地圖,讓你的研究更加愉快。月球地圖可以從任何天文商店或網上,他們非常值得投資。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_4 +msgid "" +"To get started in learning how to observe the stars much better, there are " +"some basic things we might need to look deeper, beyond just what we can see " +"with the naked eye and begin to study the stars as well as enjoy them. The " +"first thing you need isn’t equipment at all but literature. A good star map " +"will show you the major constellations, the location of the key stars we use" +" to navigate the sky and the planets that will appear larger than stars. And" +" if you add to that map some well done introductory materials into the hobby" +" of astronomy, you are well on your way." +msgstr "" +"為了開始學習如何更好地觀察星星,我們可能需要更深入地觀察一些基本的東西,除了我們用肉眼看到的東西,並開始研究星星並享受它們。你首先需要的不是設備,而是文獻。一張好的星圖將向你顯示主要星座,我們用來導航太空的關鍵恒星的位置,以及看起來比恒星更大的行星。如果你在地圖上加入一些做好的介紹性材料,加入天文學的愛好,你就好在路上了。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To kick it up a notch, a good pair of binoculars can do wonders for the " +"detail you will see on the lunar surface. For best results, get a good wide " +"field in the binocular settings so you can take in the lunar landscape in " +"all its beauty. And because it is almost impossible to hold the binoculars " +"still for the length of time you will want to gaze at this magnificent body " +"in space, you may want to add to your equipment arsenal a good tripod that " +"you can affix the binoculars to so you can study the moon in comfort and " +"with a stable viewing platform." +msgstr "" +"為了把它踢起來,一對好的雙筒望遠鏡可以為你在月球表面看到的細節創造奇跡。為了獲得最佳效果,在雙筒望遠鏡設置中獲得一個良好的寬場,這樣你就可以在月球景觀的所有美麗。並且,由於幾乎不可能保持雙筒望遠鏡靜止的時間長度,你會想凝視這個宏偉的身體在太空中,你可能想添加到你的設備武器庫一個很好的三腳架,你可以貼上望遠鏡,這樣你就可以研究月球在comf或,並與一個穩定的觀察平臺。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_7 +msgid "" +"To take it to a natural next level, you may want to take advantage of " +"partnerships with other astronomers or by visiting one of the truly great " +"telescopes that have been set up by professionals who have invested in " +"better techniques for eliminating atmospheric interference to see the moon " +"even better. The internet can give you access to the Hubble and many of the " +"huge telescopes that are pointed at the moon all the time. Further, many " +"astronomy clubs are working on ways to combine multiple telescopes, " +"carefully synchronized with computers for the best view of the lunar " +"landscape." +msgstr "" +"為了把它帶到一個自然的下一個層次,你可能想利用與其他天文學家的夥伴關係,或者參觀一個真正偉大的望遠鏡,這是由專業人士已經投資更好的技術,以消除大氣干擾,看到月亮甚至更好。網路可以讓你訪問哈勃和許多巨大的望遠鏡,指向月球所有的時間。此外,許多天文學俱樂部正在研究如何組合多台望遠鏡,仔細與電腦同步,以最佳方式觀賞月球景觀。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.snippet_options +msgid "Top Banner" +msgstr "頂部橫額" + +#. module: website_blog +#: model:blog.blog,name:website_blog.blog_blog_1 +msgid "Travel" +msgstr "旅行" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_share_links_display +msgid "Twitter" +msgstr "推特" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "Unpublished (" +msgstr "未發佈(" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "Untitled Post" +msgstr "無標題帖文" + +#. module: website_blog +#. odoo-javascript +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Use this icon to preview your blog post on mobile devices." +msgstr "使用此圖示,在手機設備上預覽您的部落格文章。" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_tag_form +msgid "Used in:" +msgstr "使用在:" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "Viewpoints" +msgstr "觀點" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_info +msgid "Views" +msgstr "瀏覽次數" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.index +msgid "Visible in all blogs' pages" +msgstr "可見於所有部落格頁面" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_published +msgid "Visible on current website" +msgstr "在當前網站可見" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "WRITE HERE OR DRAG BUILDING BLOCKS" +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_id +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_id +msgid "Website" +msgstr "網站" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "網站網誌" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_message_ids +msgid "Website Messages" +msgstr "網站資訊" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_website_snippet_filter +msgid "Website Snippet Filter" +msgstr "網站片段過濾器" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_url +msgid "Website URL" +msgstr "網站網址" + +#. module: website_blog +#: model:ir.model.fields,help:website_blog.field_blog_blog__website_message_ids +#: model:ir.model.fields,help:website_blog.field_blog_post__website_message_ids +msgid "Website communication history" +msgstr "網站溝通記錄" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_description +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_description +msgid "Website meta description" +msgstr "網站 meta 說明" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_keywords +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_keywords +msgid "Website meta keywords" +msgstr "網站meta關鍵字" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_title +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_title +msgid "Website meta title" +msgstr "網站meta標題" + +#. module: website_blog +#: model:ir.model.fields,field_description:website_blog.field_blog_blog__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_post__website_meta_og_img +#: model:ir.model.fields,field_description:website_blog.field_blog_tag__website_meta_og_img +msgid "Website opengraph image" +msgstr "網站 opengraph 圖片" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_5 +msgid "What If They Let You Run The Hubble" +msgstr "如果他們讓你運行哈勃" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_5 +msgid "" +"While anyone can look up and fall in love with the stars at any time, the " +"fun of astronomy is learning how to become more and more skilled and " +"equipped in star gazing that you see and understand more and more each time " +"you look up. Here are some steps you can take to make the moments you can " +"devote to your hobby of astronomy much more enjoyable." +msgstr "" +"雖然任何人都可以在任何時候仰望並愛上星星,但天文學的樂趣是學習如何變得越來越熟練,並具備更多的凝視恒星的能力,每次你仰望時,你看到和理解的越來越多。這裡有一些步驟,你可以採取,使時刻,你可以奉獻給你的天文學愛好更愉快。" + +#. module: website_blog +#. odoo-python +#: code:addons/website_blog/models/website_snippet_filter.py:0 +#, python-format +msgid "With a View" +msgstr "有檢視畫面" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.sidebar_blog_index +msgid "Write a small text here to describe your blog or company." +msgstr "在這裡寫一個說明來描述你的部落格或公司。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_3 +msgid "" +"You should always carefully consider the type of facilities you need from " +"your bedroom and find the hotel that has those you consider important. The " +"hotel directory website should elaborate on matters such as: bed size, " +"Internet Access (its cost, whether there is WIFI or wired broadband " +"connection), Complimentary amenities, views from the room and luxury " +"offerings like a Pillow menu or Bath menu, choice of smoking or non smoking " +"rooms etc." +msgstr "" +"你應該總是仔細考慮你需要從你的臥室類型的設施,並找到酒店,有你認為是重要的。酒店目錄網站應詳細說明諸如:床的大小,網路(其成本,是否有無線網路或有線寬頻連線),免費設施,從房間的意見和豪華產品,如枕頭功能表或浴缸功能表,選擇吸煙或非吸煙客房等。" + +#. module: website_blog +#: model_terms:blog.post,content:website_blog.blog_post_2 +msgid "" +"You will see all the beauty that Maui has to offer and can have a great time" +" for the entire family. Tours are not too expensive and last from forty five" +" minutes to over an hour. You can see places that are typically inaccessible" +" with Maui helicopter tours. Places that are not available by foot or " +"vehicle can be seen by air. Breathtaking sights await those who are up for " +"some fun Maui helicopter tours. If you will be staying on the island for a " +"considerable amount of time, you may want to think about doing multiple Maui" +" helicopter tours." +msgstr "" +"你會看到茂宜島提供的所有美麗,可以有一個偉大的時間為整個家庭。旅遊不太貴,持續從四十五分鐘到一個多小時。您可以看到茂宜島直升機之旅通常無法訪問的地方。步行或車輛無法看到的地方可以通過空氣看到。令人歎為觀止的景點等待著那些為一些有趣的茂宜島直升機之旅。如果你在島上停留相當長的時間,你可能想做多個茂宜島直升機之旅。" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_2 +msgid "adventure" +msgstr "冒險" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "blog. Click here to access the blog :" +msgstr "已在部落格上發佈新文章。點選此處訪問部落格:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.post_breadcrumbs +msgid "breadcrumb" +msgstr "頁面路徑" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +#: model_terms:ir.ui.view,arch_db:website_blog.post_heading +msgid "by" +msgstr "由" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_5 +msgid "discovery" +msgstr "發現" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_3 +msgid "guides" +msgstr "指南" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_template_new_post +msgid "has been published on the" +msgstr "已發佈於" + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_1 +msgid "hotels" +msgstr "酒店 " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.blog_post_content +msgid "in" +msgstr "網誌:" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post +msgid "in " +msgstr "於 " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_cover_post_fullwidth_design +msgid "in " +msgstr "於 " + +#. module: website_blog +#: model:blog.tag,name:website_blog.blog_tag_4 +msgid "telescopes" +msgstr "望遠鏡" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_comment +msgid "to leave a comment" +msgstr "發表評論" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.posts_loop +msgid "unpublished" +msgstr "未發佈" + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "" +"|\n" +" " +msgstr "" +"|\n" +" " + +#. module: website_blog +#: model_terms:ir.ui.view,arch_db:website_blog.opt_blog_post_regular_cover +msgid "| No comments yet" +msgstr "| 未有評論" diff --git a/models/__init__.py b/models/__init__.py new file mode 100644 index 0000000..e408f7c --- /dev/null +++ b/models/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import ir_qweb_fields +from . import website +from . import website_blog +from . import website_snippet_filter diff --git a/models/ir_qweb_fields.py b/models/ir_qweb_fields.py new file mode 100644 index 0000000..3b4e64c --- /dev/null +++ b/models/ir_qweb_fields.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import api, models, _ + + +class Field(models.AbstractModel): + _inherit = 'ir.qweb.field' + + @api.model + def attributes(self, record, field_name, options, values): + attrs = super().attributes(record, field_name, options, values) + + if field_name == 'teaser' and self.env.context.get('edit_translations'): + attrs['data-translate-error-tooltip'] = _("On your default language, empty the blog post description and save to get an automated (translated) summary.") + + return attrs diff --git a/models/website.py b/models/website.py new file mode 100644 index 0000000..034293d --- /dev/null +++ b/models/website.py @@ -0,0 +1,43 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import models, _ +from odoo.addons.http_routing.models.ir_http import url_for + + +class Website(models.Model): + _inherit = "website" + + def get_suggested_controllers(self): + suggested_controllers = super(Website, self).get_suggested_controllers() + suggested_controllers.append((_('Blog'), url_for('/blog'), 'website_blog')) + return suggested_controllers + + def configurator_set_menu_links(self, menu_company, module_data): + blogs = module_data.get('#blog', []) + for idx, blog in enumerate(blogs): + new_blog = self.env['blog.blog'].create({ + 'name': blog['name'], + 'website_id': self.id, + }) + blog_menu_values = { + 'name': blog['name'], + 'url': '/blog/%s' % new_blog.id, + 'sequence': blog['sequence'], + 'parent_id': menu_company.id if menu_company else self.menu_id.id, + 'website_id': self.id, + } + if idx == 0: + blog_menu = self.env['website.menu'].search([('url', '=', '/blog'), ('website_id', '=', self.id)]) + blog_menu.write(blog_menu_values) + else: + self.env['website.menu'].create(blog_menu_values) + super().configurator_set_menu_links(menu_company, module_data) + + def _search_get_details(self, search_type, order, options): + result = super()._search_get_details(search_type, order, options) + if search_type in ['blogs', 'blogs_only', 'all']: + result.append(self.env['blog.blog']._search_get_detail(self, order, options)) + if search_type in ['blogs', 'blog_posts_only', 'all']: + result.append(self.env['blog.post']._search_get_detail(self, order, options)) + return result diff --git a/models/website_blog.py b/models/website_blog.py new file mode 100644 index 0000000..a301f3a --- /dev/null +++ b/models/website_blog.py @@ -0,0 +1,364 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from datetime import datetime +import random + +from odoo import api, models, fields, _ +from odoo.addons.http_routing.models.ir_http import slug, unslug +from odoo.addons.website.tools import text_from_html +from odoo.tools.json import scriptsafe as json_scriptsafe +from odoo.tools.translate import html_translate + + +class Blog(models.Model): + _name = 'blog.blog' + _description = 'Blog' + _inherit = [ + 'mail.thread', + 'website.seo.metadata', + 'website.multi.mixin', + 'website.cover_properties.mixin', + 'website.searchable.mixin', + ] + _order = 'name' + + name = fields.Char('Blog Name', required=True, translate=True) + subtitle = fields.Char('Blog Subtitle', translate=True) + active = fields.Boolean('Active', default=True) + content = fields.Html('Content', translate=html_translate, sanitize=False) + blog_post_ids = fields.One2many('blog.post', 'blog_id', 'Blog Posts') + blog_post_count = fields.Integer("Posts", compute='_compute_blog_post_count') + + @api.depends('blog_post_ids') + def _compute_blog_post_count(self): + for record in self: + record.blog_post_count = len(record.blog_post_ids) + + def write(self, vals): + res = super(Blog, self).write(vals) + if 'active' in vals: + # archiving/unarchiving a blog does it on its posts, too + post_ids = self.env['blog.post'].with_context(active_test=False).search([ + ('blog_id', 'in', self.ids) + ]) + for blog_post in post_ids: + blog_post.active = vals['active'] + return res + + @api.returns('mail.message', lambda value: value.id) + def message_post(self, *, parent_id=False, subtype_id=False, **kwargs): + """ Temporary workaround to avoid spam. If someone replies on a channel + through the 'Presentation Published' email, it should be considered as a + note as we don't want all channel followers to be notified of this answer. """ + self.ensure_one() + if parent_id: + parent_message = self.env['mail.message'].sudo().browse(parent_id) + if parent_message.subtype_id and parent_message.subtype_id == self.env.ref('website_blog.mt_blog_blog_published'): + subtype_id = self.env.ref('mail.mt_note').id + return super(Blog, self).message_post(parent_id=parent_id, subtype_id=subtype_id, **kwargs) + + def all_tags(self, join=False, min_limit=1): + BlogTag = self.env['blog.tag'] + req = """ + SELECT + p.blog_id, count(*), r.blog_tag_id + FROM + blog_post_blog_tag_rel r + join blog_post p on r.blog_post_id=p.id + WHERE + p.blog_id in %s + GROUP BY + p.blog_id, + r.blog_tag_id + ORDER BY + count(*) DESC + """ + self._cr.execute(req, [tuple(self.ids)]) + tag_by_blog = {i.id: [] for i in self} + all_tags = set() + for blog_id, freq, tag_id in self._cr.fetchall(): + if freq >= min_limit: + if join: + all_tags.add(tag_id) + else: + tag_by_blog[blog_id].append(tag_id) + + if join: + return BlogTag.browse(all_tags) + + for blog_id in tag_by_blog: + tag_by_blog[blog_id] = BlogTag.browse(tag_by_blog[blog_id]) + + return tag_by_blog + + @api.model + def _search_get_detail(self, website, order, options): + with_description = options['displayDescription'] + search_fields = ['name'] + fetch_fields = ['id', 'name'] + mapping = { + 'name': {'name': 'name', 'type': 'text', 'match': True}, + 'website_url': {'name': 'url', 'type': 'text', 'truncate': False}, + } + if with_description: + search_fields.append('subtitle') + fetch_fields.append('subtitle') + mapping['description'] = {'name': 'subtitle', 'type': 'text', 'match': True} + return { + 'model': 'blog.blog', + 'base_domain': [website.website_domain()], + 'search_fields': search_fields, + 'fetch_fields': fetch_fields, + 'mapping': mapping, + 'icon': 'fa-rss-square', + 'order': 'name desc, id desc' if 'name desc' in order else 'name asc, id desc', + } + + def _search_render_results(self, fetch_fields, mapping, icon, limit): + results_data = super()._search_render_results(fetch_fields, mapping, icon, limit) + for data in results_data: + data['url'] = '/blog/%s' % data['id'] + return results_data + +class BlogTagCategory(models.Model): + _name = 'blog.tag.category' + _description = 'Blog Tag Category' + _order = 'name' + + name = fields.Char('Name', required=True, translate=True) + tag_ids = fields.One2many('blog.tag', 'category_id', string='Tags') + + _sql_constraints = [ + ('name_uniq', 'unique (name)', "Tag category already exists!"), + ] + + +class BlogTag(models.Model): + _name = 'blog.tag' + _description = 'Blog Tag' + _inherit = ['website.seo.metadata'] + _order = 'name' + + name = fields.Char('Name', required=True, translate=True) + category_id = fields.Many2one('blog.tag.category', 'Category', index=True) + post_ids = fields.Many2many('blog.post', string='Posts') + + _sql_constraints = [ + ('name_uniq', 'unique (name)', "Tag name already exists!"), + ] + + +class BlogPost(models.Model): + _name = "blog.post" + _description = "Blog Post" + _inherit = ['mail.thread', 'website.seo.metadata', 'website.published.multi.mixin', + 'website.cover_properties.mixin', 'website.searchable.mixin'] + _order = 'id DESC' + _mail_post_access = 'read' + + def _compute_website_url(self): + super(BlogPost, self)._compute_website_url() + for blog_post in self: + blog_post.website_url = "/blog/%s/%s" % (slug(blog_post.blog_id), slug(blog_post)) + + def _default_content(self): + return ''' +

''' + _("Start writing here...") + '''

+ ''' + name = fields.Char('Title', required=True, translate=True, default='') + subtitle = fields.Char('Sub Title', translate=True) + author_id = fields.Many2one('res.partner', 'Author', default=lambda self: self.env.user.partner_id) + author_avatar = fields.Binary(related='author_id.image_128', string="Avatar", readonly=False) + author_name = fields.Char(related='author_id.display_name', string="Author Name", readonly=False, store=True) + active = fields.Boolean('Active', default=True) + blog_id = fields.Many2one('blog.blog', 'Blog', required=True, ondelete='cascade', default=lambda self: self.env['blog.blog'].search([], limit=1)) + tag_ids = fields.Many2many('blog.tag', string='Tags') + content = fields.Html('Content', default=_default_content, translate=html_translate, sanitize=False) + teaser = fields.Text('Teaser', compute='_compute_teaser', inverse='_set_teaser') + teaser_manual = fields.Text(string='Teaser Content') + + website_message_ids = fields.One2many(domain=lambda self: [('model', '=', self._name), ('message_type', '=', 'comment')]) + + # creation / update stuff + create_date = fields.Datetime('Created on', readonly=True) + published_date = fields.Datetime('Published Date') + post_date = fields.Datetime('Publishing date', compute='_compute_post_date', inverse='_set_post_date', store=True, + help="The blog post will be visible for your visitors as of this date on the website if it is set as published.") + create_uid = fields.Many2one('res.users', 'Created by', readonly=True) + write_date = fields.Datetime('Last Updated on', readonly=True) + write_uid = fields.Many2one('res.users', 'Last Contributor', readonly=True) + visits = fields.Integer('No of Views', copy=False, default=0, readonly=True) + website_id = fields.Many2one(related='blog_id.website_id', readonly=True, store=True) + + @api.depends('content', 'teaser_manual') + def _compute_teaser(self): + for blog_post in self: + if blog_post.teaser_manual: + blog_post.teaser = blog_post.teaser_manual + else: + content = text_from_html(blog_post.content, True) + blog_post.teaser = content[:200] + '...' + + def _set_teaser(self): + for blog_post in self: + blog_post.teaser_manual = blog_post.teaser + + @api.depends('create_date', 'published_date') + def _compute_post_date(self): + for blog_post in self: + if blog_post.published_date: + blog_post.post_date = blog_post.published_date + else: + blog_post.post_date = blog_post.create_date + + def _set_post_date(self): + for blog_post in self: + blog_post.published_date = blog_post.post_date + if not blog_post.published_date: + blog_post.post_date = blog_post.create_date + + def _check_for_publication(self, vals): + if vals.get('is_published'): + for post in self.filtered(lambda p: p.active): + post.blog_id.message_post_with_source( + 'website_blog.blog_post_template_new_post', + subject=post.name, + render_values={'post': post}, + subtype_xmlid='website_blog.mt_blog_blog_published', + ) + return True + return False + + @api.model_create_multi + def create(self, vals_list): + posts = super(BlogPost, self.with_context(mail_create_nolog=True)).create(vals_list) + for post, vals in zip(posts, vals_list): + post._check_for_publication(vals) + return posts + + def write(self, vals): + result = True + # archiving a blog post, unpublished the blog post + if 'active' in vals and not vals['active']: + vals['is_published'] = False + for post in self: + copy_vals = dict(vals) + published_in_vals = set(vals.keys()) & {'is_published', 'website_published'} + if (published_in_vals and 'published_date' not in vals and + (not post.published_date or post.published_date <= fields.Datetime.now())): + copy_vals['published_date'] = vals[list(published_in_vals)[0]] and fields.Datetime.now() or False + result &= super(BlogPost, post).write(copy_vals) + self._check_for_publication(vals) + return result + + @api.returns('self', lambda value: value.id) + def copy_data(self, default=None): + self.ensure_one() + name = _("%s (copy)", self.name) + default = dict(default or {}, name=name) + return super(BlogPost, self).copy_data(default) + + def _get_access_action(self, access_uid=None, force_website=False): + """ Instead of the classic form view, redirect to the post on website + directly if user is an employee or if the post is published. """ + self.ensure_one() + user = self.env['res.users'].sudo().browse(access_uid) if access_uid else self.env.user + if not force_website and user.share and not self.sudo().website_published: + return super(BlogPost, self)._get_access_action(access_uid=access_uid, force_website=force_website) + return { + 'type': 'ir.actions.act_url', + 'url': self.website_url, + 'target': 'self', + 'target_type': 'public', + 'res_id': self.id, + } + + def _notify_get_recipients_groups(self, message, model_description, msg_vals=None): + """ Add access button to everyone if the document is published. """ + groups = super()._notify_get_recipients_groups( + message, model_description, msg_vals=msg_vals + ) + if not self: + return groups + + self.ensure_one() + if self.website_published: + for _group_name, _group_method, group_data in groups: + group_data['has_button_access'] = True + + return groups + + def _notify_thread_by_inbox(self, message, recipients_data, msg_vals=False, **kwargs): + """ Override to avoid keeping all notified recipients of a comment. + We avoid tracking needaction on post comments. Only emails should be + sufficient. """ + if msg_vals is None: + msg_vals = {} + if msg_vals.get('message_type', message.message_type) == 'comment': + return + return super(BlogPost, self)._notify_thread_by_inbox(message, recipients_data, msg_vals=msg_vals, **kwargs) + + def _default_website_meta(self): + res = super(BlogPost, self)._default_website_meta() + res['default_opengraph']['og:description'] = res['default_twitter']['twitter:description'] = self.subtitle + res['default_opengraph']['og:type'] = 'article' + res['default_opengraph']['article:published_time'] = self.post_date + res['default_opengraph']['article:modified_time'] = self.write_date + res['default_opengraph']['article:tag'] = self.tag_ids.mapped('name') + # background-image might contain single quotes eg `url('/my/url')` + res['default_opengraph']['og:image'] = res['default_twitter']['twitter:image'] = json_scriptsafe.loads(self.cover_properties).get('background-image', 'none')[4:-1].strip("'") + res['default_opengraph']['og:title'] = res['default_twitter']['twitter:title'] = self.name + res['default_meta_description'] = self.subtitle + return res + + @api.model + def _search_get_detail(self, website, order, options): + with_description = options['displayDescription'] + with_date = options['displayDetail'] + blog = options.get('blog') + tags = options.get('tag') + date_begin = options.get('date_begin') + date_end = options.get('date_end') + state = options.get('state') + domain = [website.website_domain()] + if blog: + domain.append([('blog_id', '=', unslug(blog)[1])]) + if tags: + active_tag_ids = [unslug(tag)[1] for tag in tags.split(',')] or [] + if active_tag_ids: + domain.append([('tag_ids', 'in', active_tag_ids)]) + if date_begin and date_end: + domain.append([("post_date", ">=", date_begin), ("post_date", "<=", date_end)]) + if self.env.user.has_group('website.group_website_designer'): + if state == "published": + domain.append([("website_published", "=", True), ("post_date", "<=", fields.Datetime.now())]) + elif state == "unpublished": + domain.append(['|', ("website_published", "=", False), ("post_date", ">", fields.Datetime.now())]) + else: + domain.append([("post_date", "<=", fields.Datetime.now())]) + search_fields = ['name', 'author_name'] + def search_in_tags(env, search_term): + tags_like_search = env['blog.tag'].search([('name', 'ilike', search_term)]) + return [('tag_ids', 'in', tags_like_search.ids)] + fetch_fields = ['name', 'website_url'] + mapping = { + 'name': {'name': 'name', 'type': 'text', 'match': True}, + 'website_url': {'name': 'website_url', 'type': 'text', 'truncate': False}, + } + if with_description: + search_fields.append('content') + fetch_fields.append('content') + mapping['description'] = {'name': 'content', 'type': 'text', 'html': True, 'match': True} + if with_date: + fetch_fields.append('published_date') + mapping['detail'] = {'name': 'published_date', 'type': 'date'} + return { + 'model': 'blog.post', + 'base_domain': domain, + 'search_fields': search_fields, + 'search_extra': search_in_tags, + 'fetch_fields': fetch_fields, + 'mapping': mapping, + 'icon': 'fa-rss', + } diff --git a/models/website_snippet_filter.py b/models/website_snippet_filter.py new file mode 100644 index 0000000..3bc59a6 --- /dev/null +++ b/models/website_snippet_filter.py @@ -0,0 +1,57 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from datetime import timedelta + +from odoo import models, fields, _ + + +class WebsiteSnippetFilter(models.Model): + _inherit = 'website.snippet.filter' + + def _get_hardcoded_sample(self, model): + samples = super()._get_hardcoded_sample(model) + if model._name == 'blog.post': + data = [{ + 'cover_properties': '{"background-image": "url(\'/website_blog/static/src/img/cover_2.jpg\')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0"}', + 'name': _('Islands'), + 'subtitle': _('Alone in the ocean'), + 'post_date': fields.Date.today() - timedelta(days=1), + 'website_url': "", + }, { + 'cover_properties': '{"background-image": "url(\'/website_blog/static/src/img/cover_3.jpg\')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0"}', + 'name': _('With a View'), + 'subtitle': _('Awesome hotel rooms'), + 'post_date': fields.Date.today() - timedelta(days=2), + 'website_url': "", + }, { + 'cover_properties': '{"background-image": "url(\'/website_blog/static/src/img/cover_4.jpg\')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0"}', + 'name': _('Skies'), + 'subtitle': _('Taking pictures in the dark'), + 'post_date': fields.Date.today() - timedelta(days=3), + 'website_url': "", + }, { + 'cover_properties': '{"background-image": "url(\'/website_blog/static/src/img/cover_5.jpg\')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0"}', + 'name': _('Satellites'), + 'subtitle': _('Seeing the world from above'), + 'post_date': fields.Date.today() - timedelta(days=4), + 'website_url': "", + }, { + 'cover_properties': '{"background-image": "url(\'/website_blog/static/src/img/cover_6.jpg\')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0"}', + 'name': _('Viewpoints'), + 'subtitle': _('Seaside vs mountain side'), + 'post_date': fields.Date.today() - timedelta(days=5), + 'website_url': "", + }, { + 'cover_properties': '{"background-image": "url(\'/website_blog/static/src/img/cover_7.jpg\')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0"}', + 'name': _('Jungle'), + 'subtitle': _('Spotting the fauna'), + 'post_date': fields.Date.today() - timedelta(days=6), + 'website_url': "", + }] + merged = [] + for index in range(0, max(len(samples), len(data))): + merged.append({**samples[index % len(samples)], **data[index % len(data)]}) + # merge definitions + samples = merged + return samples diff --git a/security/ir.model.access.csv b/security/ir.model.access.csv new file mode 100644 index 0000000..caf1630 --- /dev/null +++ b/security/ir.model.access.csv @@ -0,0 +1,17 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +blog_blog_public,blog.blog,model_blog_blog,base.group_public,1,0,0,0 +blog_blog_portal,blog.blog,model_blog_blog,base.group_portal,1,0,0,0 +blog_blog_employee,blog.blog,model_blog_blog,base.group_user,1,0,0,0 +blog_blog,blog.blog,model_blog_blog,website.group_website_designer,1,1,1,1 +blog_post_public,blog.post,model_blog_post,base.group_public,1,0,0,0 +blog_post_portal,blog.post,model_blog_post,base.group_portal,1,0,0,0 +blog_post_employee,blog.post,model_blog_post,base.group_user,1,0,0,0 +blog_post,blog.post,model_blog_post,website.group_website_designer,1,1,1,1 +blog_tag_public,blog.tag,model_blog_tag,base.group_public,1,0,0,0 +blog_tag_portal,blog.tag,model_blog_tag,base.group_portal,1,0,0,0 +blog_tag_employee,blog.tag,model_blog_tag,base.group_user,1,0,0,0 +blog_tag_edition,blog.tag,model_blog_tag,website.group_website_designer,1,1,1,1 +blog_tag_category_public,blog.tag.category,model_blog_tag_category,base.group_public,1,0,0,0 +blog_tag_category_portal,blog.tag.category,model_blog_tag_category,base.group_portal,1,0,0,0 +blog_tag_category_employee,blog.tag.category,model_blog_tag_category,base.group_user,1,0,0,0 +blog_tag_category,blog.tag.category,model_blog_tag_category,website.group_website_designer,1,1,1,1 diff --git a/security/website_blog_security.xml b/security/website_blog_security.xml new file mode 100644 index 0000000..7544dc7 --- /dev/null +++ b/security/website_blog_security.xml @@ -0,0 +1,18 @@ + + + + + Blog Post: public: published only + + [('website_published', '=', True)] + + + + + Blog: active only + + [('active', '=', True)] + + + + diff --git a/static/description/icon.png b/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..79b1d1947ad5d550beb7277adf532b69b6b55c7a GIT binary patch literal 1834 zcmV+_2i5qAP)vpL zJ7tO(D`Xu*#8@GlX|Wgv%m3kYgvgmVpZWMOT7Zp^>P&K8I@-)=u@O?81B_zR&5RZ+ zqy{1!cX0AY&%J*7b2I^)vO>Y+*ueh1BSF7`gSH^acQ@BVb=$}Y!)DTo2Q z=kwBjRfXPIA(iO={xXux$1YaF(=iu=;@CkxT8p~wt1X3WX3%l5FJ5e^95Il$x_D{0 z(VfZ|BEXy%FCUV9@dAdsSDG$H{1ojgu-Hj)`VJZ(az*`?+l|i_llUgzhkLxq-yX+_ z^O@5p&;XI`vRWjD#GjLmOdKQM_O6SWDDbG4qg#Vh=uDN;WH6()FgU zj+z+ee1r!SUiI8;MOg+yDR|~z`QM^PNQm@Rdc)0f=0R{(Lw zpR0C*(Lx?b*hyf{`YgI@_2ZMf%Ey2>_wFwWF@Ip;$LaF9Y98V>JVH{FJee$&hDw}g7(>JFVGO*qAAY`w zrJrv@C9|%ww1oo2UKXFmx4PC6A?p%6;)ls|Gd>~76vnEQlK*X9Y5JNjbz_*XAVH14 z4I#e7V5MtK6H=Dod1(*+YwHqpi8YxTf81yx5gTg9smdccqJ3g_I@u zZpPz~kuc;#pM=fyz3?m+McU#beW_x$6jvcc)OAW#x~5!6Duy@qgb##-v=1}dx1K$_mCsRBq%8ukxHr;}kf$bBP(WfwzgN8IgJ(?Z zp<^OKR3kUC8ihc5ga}dtUU5>c(ZE3BkE<6VXYRlf8bKtyibCpM%i4Qw1#y>+m?}f! z-CuxeWDOAuj*x*}v~ zQV3>FOMVwf7?u~cywWaeGNqu2dQ+BcWz#U2`vcmT z&_Xyda|=56$Fr~W%%hD7Erc}o;0;5uD`;~<36UKZ4DPU)<9vrUCv1e6+wRJAb%5IP z{|wnkC?O8B=}I@Dgov%jG|VI?($zR3Kqw)mE}4kQ>R1%gl_anbxhZApl8MjQ7$QQL z2uZ@sC6nB*!?8%DD@kx6hHgs9bcF~JScs{cQc+4*lHd_y=BCtql+u+Xun-eFERn9J z5HSJ?F?CbQ+@_TH0U5o0uxAPpBajdSmrUl!^-dvz1QJ5rpmfD?i@Dx# zyYG8cBG8_?+>|1;?6I2le>exuzxd@~_Xr|PAR$fMlzM2L_&nz{C2GZt&%K!_){CvE z`SknHbr(Kqd90@5;Kvpd+3cZcEEa|(NQ9)(IGY9^S+SIVgM;637P_W7b?~>MrVx+( zB!zp8#14J~)D%)dI Y0e=SZj4SJvmjD0&07*qoM6N<$f}$8}4gdfE literal 0 HcmV?d00001 diff --git a/static/description/icon.svg b/static/description/icon.svg new file mode 100644 index 0000000..bdc62a4 --- /dev/null +++ b/static/description/icon.svg @@ -0,0 +1 @@ + diff --git a/static/src/img/anonymous.png b/static/src/img/anonymous.png new file mode 100644 index 0000000000000000000000000000000000000000..6461bf735f19efa7cbf6a59e4f5c08de5d60ed03 GIT binary patch literal 1586 zcmV-22F>}2P)Px#AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUy24YJ`L;(H({s8{#7}SCQ000SaNLh0L01FcU01FcV0GgZ_000Fi zNkl0P1AUYnH#lc2f(nDsy&o)-{@%mxZ_xIMN8AYgHN2g0MGNC zS&g-?X49$H4I%0PKr=&Y4W%`-W+MubA%P&%d@~-UAJ2 zsH@qSO{d;4O{0zkfe4_|k{P81)DzL06`9nI)yo&5?PT}egEN^lI?nWF9mm>c8e#?! zK?ng70z?EN8rO^gt=VD5j-$uB9#m4_Jvi++sH)7)Hx03hh(L&8Lg|cctQ*SL}WAb!_~PA(&<$B;J*I9&~RT3 zn7N4=meQOQQfY8JIR52?OdtrN*%vPl8?INJ5^PTOU}jAYxr!`;aIiiuo^gpwSt?yp zK#wZ`Kq@sm@4Bf-MsC^Qrn&dyM0YO{p;BoLNQ@OyNn))vl$xA9z+jDZCY>@Bk$T(xrzp*^q7=4gJU(~m~~vqhAC!NWKvZ^i0fs8&-V5sUnp9Sv@})6089Y$ zgaYF+6X7ItrF3n7gn-gohEa4ajAXoLlf5&!nkOtmGo)0IQu;(xG!3JC zshbziL2u81AB6IEKM0?;%y<$`$ei4ipg`3PKFwjx#ZhnB;kj_p(AY_`NsO0<%5X`ML)pE)%?kV>vu+xL?mSl zD~-~g<`^!eg71g@uInGDud6{rT}}C50C2qk>({Or&AY|@#UO-M8d~WI#iYTBc_^h2 z1R=ble`sK6q&p0wq%Q6PykqMI{M6Qgf?ND1U+^wSRkBM=FbsxP8bKuCdj5#(`Jc{e zs12pMhb934mStkkcZbjTLHLR56}8sMo=)IOX#`OO*Y)7}!RNMZ{X#_8zGcI-^WM=3 zX{L z)8tszO2ZUSfO)f2s`5s@fMPKOGb5F>R_qw73Ywk$x`xj)x9mbKHe zjP+pHlTRAsw#bQB@~xV!Z literal 0 HcmV?d00001 diff --git a/static/src/img/blog_1.jpeg b/static/src/img/blog_1.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..cd737525e9a0c90079113e8d3121aeaac93472ab GIT binary patch literal 207998 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

ZI6=EHxFh71M`>T0Qmf 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≺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ƚ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

-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

^Do{mA)?9Uzv#?9VpWdZA=8l}~or030HF84K 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 literal 0 HcmV?d00001 diff --git a/static/src/img/content_1_1.jpg b/static/src/img/content_1_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd02d230d1acec7ece960577797d35ba3ef4bde1 GIT binary patch literal 86060 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ⅆ=U4X{qbAa)Jry1t)s_mL{BfJck~ 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

d3N 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%0Ai%&}+bRZ?;H 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 Yp+P6XSQSYbUw8ws&M8u*Q$&yd*?SJ)%>V!Z literal 0 HcmV?d00001 diff --git a/static/src/img/content_1_2.jpg b/static/src/img/content_1_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bd852403f0cab7326e65d34869d875ca51d596a GIT binary patch literal 27970 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 O0z9D#kYNZy6#v=ue+ohX literal 0 HcmV?d00001 diff --git a/static/src/img/content_2_1.jpg b/static/src/img/content_2_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e08effcb1fdaa8cdd2ddd71a51b44f95573eddf3 GIT binary patch literal 34785 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 literal 0 HcmV?d00001 diff --git a/static/src/img/content_2_2.jpg b/static/src/img/content_2_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71f9c99f0f34ca487c571112417ce763cbf2b6ac GIT binary patch literal 42220 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 literal 0 HcmV?d00001 diff --git a/static/src/img/content_5_1.jpg b/static/src/img/content_5_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bd94d061e518d07675008bc1c0b4a2c16ab5f0b GIT binary patch literal 33128 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®ZmnBLi6f?i~&@dl1p#OS@Mks8T#dj}hWQU}hZG`_2osU=El@T}yCxi#NIe{7N&XbrE1ok~ zZMTgUw(oMGU7))qq&iTSi3g|jYpy72O(TBMG99!>iY_76f)tigm8ah4%u)PpD;;uK zN+v;LAOVxqfDL6ecRPorWhIY5D!aWaD=QLkL8~0*RuO~n2C}w)RQxL#&?Fp#U9fQa zJGqMN0qq4n%H{Y{G(87QF}FlFCc`LR*NfQXJcdc7({3rcI~GGhZZg?O2;@|Ij(l@l z;kKi4Ys05SFB$_b2L*ujtW!w|$F7v2pkf?(GsVt-k7yED_{t4oyp_9>IB5 zD~-B!xtqHNIwUVGoPq%d1e(7iwWiIPn=Q@e(z!9xLV)+wQm&~u>zbqG&6RwXcOfvaaoS$))Ik`;<E3GZQj`F zjTt2w#CUp8S^9uD(u?hLFP8KyB5h z0Fa!h1K&g2QFP)I8{Nh$2(-#jjU8%E3Wy%-hvUkV^Hac}_XKSgsm(=NlC{3nl$R5? z3P}U^YT0(&<+k-9^o6(WvUa4Wmca|hQ6A4q`i3(0I zl6oI1wly^8t`OG>Tj@#=6_mGNlS{9*Ia zBfD&V*p)Hu?jW*+E9#{umf=)46A=1t(Gwxy>RV&6Z~7@ph{a94db-GYr_%obvxNYV zgdCErbrdzMpv-FGmfkCM#D!#aAaXRRMc#JmkVy8NLcEX3>r3N7KPdex~6T7g)C%vR7`LbMG@O0Ea7MX*F4U? zG!omPZ$}_%cG%HnSUx=sH`D6ufJ4Y25!BT3*-DfONX2uViivwPg$GIr%1uP^e)!d^ zLQ0Ah1iP6Ln@@hsg5s!#&uuAfE`iUWsw<3_gxxi~hFV_u@Dd`U!*J%ZKfG%EF}8C2 ziPS)f%EQ*RU1y$UWo2b!8$AtkTRkgPk(rg1m6SkWuJeIh)+o>kqe``arT+j$B>otr zz~%9-(hsw|uSEViqGI#9XvlDXlf9<)MkhL2aG$o}s!#s_cYD^o8N~@pg}|*fX=P&uO@Uq1a8vcYHA!k5O;mV8ko}#E!p==iq2Hq z4lh5_S-}139c^24<}pTkN+OPuzDU5riW8q8X{UtPIDcsu{)YIVD6@W2qb_TP)|@ZL!PD^EG2|soj^Pum?5UP(B+JYE@iRJC*XV zLx~^_Qj`Ej8EBl6d7RO{ptOj3Hqj-tVaJ#RpB_{b#CJPgY~aQ=w$gqfHE;195#sRo zP4=i+S&o#Xj#xdIHAmotj@Svq$m^9XB!jTH+DIqAHFs+r3o82sqi$PG_BkXh<8@Qq zAxo;hsV=2KAfZXf#(nC%_2ijsMM`byl3!C~g3|Ww^EDY(SoZp=Jk!OiF}B?!sDZgD z>|DaLg$`nkI9mE{T3Xn%g7vyXkeu<@zocya{h+9wO>1`Lr6<07XCxqdQ7$K*Qhn@r z@-)MNHx#v~X4;)z6FH5|4;NZH)A7dfREzBbRn|zqZ#M{#?GjNX_S#z5!Z)iMjyeiM zgb~&GDVG*bRQ~`Xdg7rqq!#Wkz-`f%$pDHz(M_`sJQ&RaKwb?_EB7fUgUlNIf76@y z_UFHR)P1iW+K;lYk*O{r6rFW{Bd51L`{tu`%7Q?DX%kdfMQzh>+L;P|TZkzq4ecZv z43PDAmzjXL(WI@WmUk_*3#U`cq7vrB;14h>c4!VMo`|$@Z%JGxmP-qaz)(YOy4V3k)Z~lfajuDk zxhyQnN|eVw?>h3+7KuSlq6!^xfHIXRb3QcYW4CXjQk!roBWhG~2&4H$d`bH~Fx{rl ze#0{3Hf1F33T;Cq_~x}P)ukdKP;N_%nIS>7B&cr585ycGPTnsTS?wvp`%V#*?mW+( zDRaD~Gu^n{2wa7%sFFF8=R@)^{uNsabycic5psoWo`D58d9Vgg+06~ky+XSxG>OSl z#CW9z3gwk};)t#KhCSj0IF|O?m2sZ0W)aQ+1o!5QY#c7KS%b;HrRg#pPF!v~m~0Q( z?lhZbhZ$9H^6_psI9p*xmxj`9=u(0drLQ^b<<6!{YL6f) z8zp5#g>B`JT0>9SBtf^d%g?s80;Lrs9%P)RI&v#NvdKfoeP}#RgCf<3g_gH*^pU!hpKg2hU7zxmY7dqmWe2kqJ87! zaota3Xx(FVu|Wh@;7=qtoS{m_FbxN4J#lZe!#3LrrOtha6qG+K5R?Kia5|G+=}FdIIR&W~SxC7& z>US1YkfbCKNC0;n@~XoN_CRnZ=3BK)sEL&i*^tte%0n)N5;4r;s#e$-y|_seE-%Ph5*F&zrC?wZPde$fL4}~7 zPC_%?Ga0!@j#_iE2`S0JIot&y#A`yVda18zdC3jUU_8u>;3;2J`e4*#2N_eVXf%M5 zpb)LtAoR#J-w@n&t969ZUB-2DLrs}DPyvZRED;uQkbhs!7pT$XU3no z5f3CGXiJG4wzxC*9-@YzT!I1-AS(d!T6*KmRQxy6>QY&KDj+D370=6+2AU}urgalf z$9cpMi7ll_E)v>;fJn|x4|NvVbfC@}p6XNr0+Qrol&M5vCkL;6F}F`tKW#&Z3qz4R z4ELlf1DD2%Y_}}6G9f$U2@%wn20Kg0n2b&3FphYiela3q(WuXNe;F`oL16z0D_fd_+p4H&qJFUT1i?DW|zB6 zeNwT@mx1e4{+B^#;DbY3+-%Us`2Y0p{|e9S#wITM6a}9QPhoNb#yQ zve63FZnLoRBfgO+y5oVwx_R?S$5GIOL2;<)oVk1Ks%u%StTaiPn##(`#xV4)RvOAC zW>!{KRsofjm4l$HW4{j|O-bqKW_`-t2o7>3r6EfQ)6lxZBLZ^Fq)+S{Mp}HGU8>-T=;=Bpn}|VrZP|2PdW_FW4Y@| z$(fahfPp^g_*W@7AlCeALYWd|&9Ic(ZY%LfPu@i`l6eobuaKv(z1s|*1-jaQ9Mc&m zDNmx0<56BmM7$8x8nkrVAsj!F&n@d{ynZUc`BhwzxP*a{NEK~r zLUZ`g=Xgkehh6QJt<~Pz;URhDxPj;eTAV6dZEC%*ouI-(JizR^ny6Mvf|Poknz(pg z+77gIECK{1Bxm}%ZfroG9%k4Lu1XcIrzNHDLROT8cz}Uki{d_-mwM6GMquqLj?-#V zPk7iX&U&K{aRTBH5&@I61oRw$uV3C@Ocr4+$qg`sHWGV902S_x3SLj~uSD(Tpa)9n zc~ISI?IQ?isS(3la7hQ6s>_{kg>V5A_oV=2sVX32yc1BTQbD@Li4rsHu0kCOakMBM zxTiPmK^n`CYWk}|IL32|gj#V5?BIyI?_B&VqLs(blC+Y<|3u2K_(PGK(}HG#ENZV{&z zqO7@fLXwwa7FU!Ng&|%kJi+^o8fio+DvQr>-VW-gbmh%gjS;3KsYPzJ`IEnGqk;Ys zinuhImfB+>eM0j=Vq-kS^8UK#tuML%0LMN1=9pQ(pO5O-@-*vLt9GxvpBb-y`KI=a zdvE^$O@AX!WESvfXNeZiS3h>WHKGVqy+VKEl0W+>uQTvmXNeZ?Am{GarSu;+^#T6? zk01Idsz98;UNG>^KB2hDyt8pJW~d=0E^}=_Cjer+?QwElp-c*KaVsg$EZ~%y z^)8{mu;!|}SnlklR`MH9Y5O~n4?3xJ-i4EBd2@ryxLZ#qR7O`^8u~KFOx8R+P(?B}q$Qsq&>`C%_L1uI?>Nkm+^sTqQ$P&c{r$@QB&U-5FBX=sYX8?(nXW zP{YS;kV-*7!5*i^hU`jy*wlqWxO+ZQQoY1`!^_T>fg%Ewm~xO-**x4x_s5+tOaeG# z>%@q#9BJm{nKDu~l&q2xd}uap!4f1bN(x)6QRJl@QBA_k($coA0c&KP+uQ`2fq|x{ zy*(QkQNprmqRQH$M#Aeh_hA_Kdc5puS;HJdju&DIhPO;6s^RPM}In{ zH9nk_m+bFLOV6wn6rrRN8v#SED(|_)O~r{ZT_iN)K_vJCN}pn!afb%NkH9KZ z0clG2rywh?0jFurnJ!)8BngU8Qh-sy!60oSwP(|jthP(6CYE0-aV~Bn9Qjcc6td&# zVaCu@GDb&*Cs%fLcePCoE<8=07Y#$ODaC}0DaWur;3#KSaVu6vM0GbBBs4m#WHweu zFA`|w$SkE{YC>~?-9da#Ww(W~kN`cRi2JLdU)jpiy#k|D>YJojFbwGNws*p7$IktjA)o%rvzwTu9NoP3lXpgc1jrQ&rvdwx!M`f|a&%LX(mR z?#Gn{c1|hwWIDi05moxzbLuggkgy%nUh)U#DmLjRGrq`(q227VQ1Ms*6?6Kd!lg9G z{VDNCJu0pKp^nLA52W~3S9@~j!m^-Vit4hmvbqjKD;3tVwyy6=#x|ppJu63%$APRp z-j$2`=hV;$O$pNxT6#`K)}^?TqtInZBp-pJ3+|as+7s)Dq_1l5m4ls&@bokbb51n; zXA#V`Am_;K7^^l7?H2jW$%zoE6YZf-3}qojAmoZf=~=m3S}EXU+U`HE9$aTV3RVqT z+CxypahGN~;-eL(>97KTSQsP^MNq#K9*H*W#Mn*teY;9agr^&nlgRzlJEx~6ETYtm z7_tCEfky!+xn5LVNm#2WKamx7rrwm|1I4#HHd3LK`{0nUJt!0cX%k|mBd$E$bfr6xFbD&uKEAY5q-9xWFtxJM9D6&6aN)!rojb)M zRBEC1*>EoHsw*v*6xz8wQUcU5k{%R?{J;PQ{g{Bmz0+gqg02PS+IJyQ) z6Iw3N`vIM@%D2ujSA{;1l?|N0$OIZ?tr&SwEz?~JB$YCycPT=>1mhNWY%eXuGx1-B$$G^6i<)h#Q(y%MM4gDh+DRuTkmX);op)#Q zo24+(D$fS)W{aDrqdK2vJYb1IZ~pH&x=3!O6+V z&nt3$Q8RzHJr`RwA-js^N0doK={(5E=9TwkAAuA<#jA^NUEx~dyV}LJFj+&K{*g*K zQnBk-pAYnmTb7w(E&YWwxckz!Tvs(ALz0Q^ImxOch?-vI2LAwbeMsLKmqG%!4aq>l z6S!1)Bhj7w9IKW+R$2nPt1Gh7)6`ajP9BI=PSMd!=CZmitbU@t>gQ^|Wc}5x0-2Sn z%E}-zva+(VjI8jitQCxRpLIvhinJrCgyXXp(Z773B#iv%P@i;plT!@1TGQ{8oE2fS z@i{bN=sOxV^5tAzeZ!Tyr7cIy(g1#L=dE`KKGDm-*8}tpd76vaW#S>+YeKeq8r4w| zCS&rlw4Q$Soc+R>NgnHe)r0txQY7uOKprkFUxi1^8+MNd(elkkJ31%gg|zH(D*FkQ zeN{S=uR+ZI0*juSRbbRpR5{2?X&$RIIi$dDRJlZdH;l4A(!Ig^)Z*)KLNwwaBpvR& z+ob1_LQql%-%HB7Ng=pjUN*tk5>k};jEcKBYT6FG0mL21gp4Ql{mQ8?EOsB0o5mEV zt*DPRWc-a@Iw6g^$gNC}p=LsYzq)zR=6FaP5!q48KGnooM`q5_;Gwtnef(m*4abtw zEtdY-zR)E~<+~l#=Y2MxY1gqrkJg$AJ}0!VL-F;cJ#2zN%JNBIP;AoqK4d1J}Brjn+n-ZBbirUUzQ->1kQ!%dK1*9zgbPW8kD3^i7Fp z@`PlA%W_3|D~7i*W!E;>B$9?)bJ=7M1Uc?2@j0(m>6NSUn+>dc&AGK+p!2FtRFfkI z`qAcnQ~vZw?0O@)W;0|o-!;XPKHR*2-7n;5j2Q4!{?Z_M zCEwkzN$~#wny=)K{v-bY@i$&>;Fmrl!t!n3-LFb$0m}XV0L)eY0H%th3Ctb3+nbrK zH2`%Wg*MVp{DP~iHlvrLWV>Y4p;K&csHLd~nP3yqUR7)3cCx=@a~+WX005y~L8lh{ zIW4V)JK7~m#sMVb#*?k(0(_lm5eU$2Bsle%Mr2pXaj+B)5_^S5yTaKsi_to>&agpIiMrcj}6vBGD;O}k__ zQtXD+wC+#6Pl@dciRz?^du@*u^0^(8XUL-)qkyA-FLH+LBgCk_*Gtrt(88yvAsV~ zy7PN>C9$4aG{V@)OX+Dxl35~(FV|rn`t(-_2-=;h?kBDdM8|LaY~jcIlB!hOc{Fy& zTg9$4OL8P33J*9*Qi`*Y_1RjS2xtYDRKJv z@lN&Q@5W*yXy(G!RI*1^Czu9=*pQbWL2&^}aFn`Ah$;m2&vg|A5u%d8IepdFO+*lh zE}|oC^9ha$LY4h4bpa}Txh$cXGGBSL<7!-4P){!5UAovyq_l$LIRLB2!1)@}kY8GW zLux#$U~a5tl@#X{+FaU_6r7snX;W?#I0{sgf)8=7h6{r<=GNe5l2uJgQQs2SHYh zQH>T#UTiIutFe%W5(o-U)dU(d(Aw6~8B*=jBBC=LuI62e-z<}o6h92rP*{?w65<`9 z^d#@fxvOahk?-Vc$I$vh46QpPT+{=qP<3Ucd(5N*j2{wDO1~7F!aU!V$HfNuIbQvL z^d_?E`>d;l@o7v+Wa) z1#V6$E*DC%+TOVPB$OeTr9uALLvoY{Qai_R#Y*bkSgZA&abh&IptOX^Lck{~SV`OP zRc>h9S<&!$Zfl~XdHJa9?Fz?rEST+n&P7-$AjF2oOOFJAe_dJrH08Ul zmu5QHnJFs@1tkeaK^_%Ye7UFgN?#5S_+>*|sXav=12fdSLf%vrl29E^6qDXO$DKu< z>hvP}D?HgptEP0L$s@p2wZT1wjuS-t?x?u0;Zg9J5~j4-5g*;1qcefT9(qHG|3j0D<{eBl)|YwcHVxPCJ6Df&AHiW~TN!@euAcp<6uOKb$&0r;or2gf?{Yc#;;g*jU|P zLnc#g53+z(e-bH-&(5UBVX#WU?EOhsEPeF$N6^8tFgX<^a#iZ3V15auG>maGSzFsb zQ7?t7(LV9{Q#JcotHnf9TkZbEv_Sk>((yH`t7R;4e*%6$184BE6@W*{O zEA&PlC3nL3;w|-|wP2}W%l}07^Oi^($pNOH7!m zjN@w=Nk|nNt-_7zleFV!@uHOuot|>yO}Fw+w753V*xQQ|8uAMFzIEx&8QcZp-D-qUTk%{FOGr`41mN^N)b$|$0HnHzgM+yrxGI^y>pQ#F$Lx0o8s1bu zTGB%Co>aY*Q66P&P;tVj2$83n?Hdb9!m z-a8kNxUM4$Y>X7215YkCm=U5Nx~|R}3Ei}E9;DS!)|b23AxFOHf|ae7g5*O{BezC5 zg#Q3aj`WtVx9Zyri43fl17tYDhDrz>2&RPo#pUBx`jSHH{-av0QIjR~rzwt32_7W( zQwHzS)pLr>_{)V2Nx?gT+^-6z6T~b1x^3zBk(p&~Bs3D@PFlx9iYdAA8qD^Ah!*PP zUdmDw*hvK|?8L7%vb$oANRhMfBF+!A(I%R4&2BPD3OS!zb;l!{S z0Rh4af_t)hW|7oz8ZL|Y{}bVayX5AdOV9nHX%iZ zrqvxqn8UOw#tv3_=ApE3#Anh*HjqAa=F>Tbmo_uV!|Ds{mE2BidS$N3Q&I^dv`!C? zBSpM1BC<;%Idxq7g=HwxewBWel`^GY9nQi-PW1^PM0k#bebuQAb}zWs>?ovpj^p=N z2fCcx2PkX(XCtJm&jmn!2^G?gL9JzFWn&meO4_-a!}UdB?(`Lc66kjTzCa2%N+huF zTmgqDsxGB=!>=_sw;yR``G!E=Fi$d1?@%RyN)E~?QAtd7C=uca#XVA#onEXGJ5R0W zl#JARrr27vm|et8Ox);hA!-gkDTE}p*dZ+tcXK`FqO`MeZfv%TjHNCkO@>=(O5_uQ z2QNd`hpt1mxB%jb8Kdnt9k$`4VsXl?#|7*SD6AE1$m)wN=2^pJ>vS z=W+_-zT|W0pcE;6dfHpmPALNg#?rNV)O@tcX-qZHylb>L1!{gcV zrp{Px@X{Q0h|!P_)-3_w_nIe^>4RzZrh-)I&(|3Og07CZ^rmD0JbOBMG)QU!8`K4Web|h)!1YQ7e-lz%F=KV&T%*y5pAWRa;wj7bJxqy{y6^idIH}m)aZMo0aqKIgX@s zV-5|C=%9Heo^-nqi{!jPB*?6054l5DoA7x*vzN!1gT6&iX zj|B<0WXxR2$a##Gy<{$`6Ls@~UtD#aOt9DQ4j{g8qzm*Zg9tIEgiyz5{epTrH9~{QK{{Zthe{mJ(J_Y{( z+AAN_JMynaaQJ>{dH(?BZvN^jkSEA8S=)ZpO3pB(oc{oDSCeI2-?{39QP_p&9hlq9il*#0c`>y!leE)IWeG@AjOUY>>zcQ?k!_1{I(dnW z_Kg6ew4PbpLA*7$MsHf(W1+AbOJf4F&|!{3b*T1DeHqJ@tf7m`V-h1MeRJSP@u0~X zB6HUzp|*ojfXPz%1S`PQZlZnNEv}uFWN}g4?SLR0q=I|JdKxoLTilq3CgkA6=s>AbG4_~`)%pRW>T(c$CVvhz#$kN1wd)|%^27Alz^ba}XSNhW#IRdLaT2KDabocebta&81fzx~q*`f7dWSt6e)Lh$(+VEQG8c z&~r$obovshQnCTs&>ZQSr<-rmF&;YJaC33g6{vb-@~66RmHTt5`u&=D&`To0Q)BCn zhLXfrE@}~?u-j^JN_pg=N(6qYbCPNj-5jB^@BuBof|0lrgp6|?MGH!K$1dMU;?_%q j5~58N+J;!k>T#Mfz|nTcEhp($=~-R0K9zNqG0*?mp0=~s literal 0 HcmV?d00001 diff --git a/static/src/img/content_7_1.jpg b/static/src/img/content_7_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08c3e5d163e08802d39ba4c5f0597f158094554d GIT binary patch literal 18100 zcmb4qWmH>D7j7WIp|}?*TAbi6#UZ#8+?}EYf>S8&?(VL|-KDq}DAwX`EpmCkweFAm z^G?<|J9Fk_pJeu)XWQg;<#ii?B`+-}4S<6K0N~zUfY)_^1OO3)fQSG>L_|PDLPA7F z#X?0zK|#fPhl!3wh(|<3h(|y`LPkqLLQ4IffPj*jlA4a5fsuijf`y&sBRlO!hL8U- zfkQ$fQ0-uDu4xmhlhs)0)g-dZzm8C00$2Mg0K;AK7et>RS~I7@SLeRJ_W|(tC=FX zqohXF=gM+*yXh!^6{FVajyS4@Wo-lsHIqFTD$mqc}Ut zMvyr!C=CvmGL5E>j(R3M4uWHx5{3R>PaLd5_1_@PFbERew-Gc8cLpxhGB z>j%vsxyv4fA0;lr3s#6*CtL|^zdMd!#4(i7hkO1cYaMXCS%etNLR~?<5NH21R99z@ zg^|!!C(aX_W^ZG!D`cN6Yyq5v8uA{nu8DLQ+=6md4f>HKj! z{Et|)4BJDbIsa(%I7wP8ferNd&19)2bt|0=N~K8<8fA7o8L1e3dIR}41CdxAp1~~4WF%whv61Pzf1tSx|1*16|_alNRO@NyK_HA4m z*#t^*th_MQZ>6QBdB{0Aai+XQj-KhDUg0*-57`ai;ONHP9xmYWzZu6dT`funz0E2+ z3LOduN`M|fvX2hMnl{huZDuXx53)~Q>jSJm2Fy+9Qm*(}(2oLP932N0|He+rqpKyH4$urmEWy*H zrw9#IPS_r6J!JpvdBn&s2`m}^O|}s9_zwBy42wE*I8>yWiL5DSBBrIE<`}PX;MvY*2o*2ljTjD0`9ZY*C_1S>G@mh!_oohez zK1J*2M7l$+0tu73?JDQo!24RJ21lj|bKB0M>i5x1)^lr3rcG7VB-JEZ`1zs91D`O6 zDHeqnahHV`iMX2LW`)%x#NLx&S;x%;OUnR}iQ-Hc0{Do;hJffqK)3{SfC&&z8lBSk zZ3L??5hRBQQ12H@poY)M$qCSogWOF9nes;A3PFO5aY5-j#)*Ig^Z(Y{APxkPbFkM8 zD95fKPKWZQ7eKC{8KNN#su=|_7Rod@&i~G!Ui2m$<6Bu4Vtc7KEzv{c3nYRNSeG;~ zR0B6zavRh0xHFP7F0YxOi3C3set2~4FpmN^EmvW!VE|6A#13DsG-Y?kjb0(5!nhO4 z5|Qc2hNg-tS5o=?C{Ukw=YqAJQ)ij-$2?J&Z1=iT=xCaP&8EXF8m z%0>D|6{RhO2++Hf$|~F)J}r>1`cGBsWlsx9*Aq-EJV$M#ww`5D~??Zoj)^=0OI? z!BFlm3Em@;Ni@kcIOdbd&Ybg4D+A_+=3Og}jySqC;TI^wQ#>Jsjv~-#mz8u2SuIYz z$N{)Qc7FRW1#@HDMAL$7m0~&9iC;)7&KJfV1v08mnF}FRFmYgK7gQ14VUjd=#pT^p z3>~SQNKTH7n5~%0XtM2W(#)Hake@JTpGz!`DL*SWs)1F2iv!-S{mMrSWDfmGqK!dR z{T?Y810u%0Ff8*11 z8qJS4Nk_lQ{6FcF)1hz<_R&!$7~={J1Bpl{jlnr)a8bZF8aE8&dPkFnZvG~7?67o% z|0Io2PY|TXk^vM#o|_@w$>_ti$b$_v3RgwI#F9?NfSc;Al&!%8i(tdnj~Mq!)f20y zO#GJY6-5a=G>?^+h%KDb#rB(KOl2Rjv*io)M+|LQVK?|ia5Oen8B?Qx`qY1m%X@y`H}M-lj$Dz zwxcgxfI0Ogzo9FkWF2m1F2>Y|)yUrBBKbQR6|#dN9(d3`dllmvoo$UR<(n8)e3sW8ae;US6VNxEUPE-Oi zO%wZ{0SXiAL&S^cpqe4-VV<*;H-)SUD^tx5B$xC|4s3~k0GZw^V&K~X1zS-CzFGzWYLMZ>o!>=bV- z8)*~9&}&)hRnr+P-LS~$#qpWHM64vK6Hh3TPb=7~*Np*T$Oqn{>$1sKnv}LSGTu@M zMk&C7i!CJ4c)RC>#mmn%&1UVNJQ!gUbVIsyTPbZF+&~bznMAvkmLUsX8T>9jj>5aSeP3gwSkyL2v$Ux6e>PO+K&aPxlt-AoOE%*?PVUgWVGsq%l8-5D43VxZ z8;H=Iy-K8K;n@71&)p+;i4(4#UR=kC{U|x4R;PC|aUVme~fL1IG(7`k`lR&6UBY^_;NHmtvY%z#h^5tZwVNR2~K- zN4Fexv#?BHvz4#PP+Kr*W?-+LSrl2vf5$+`5^5Nkno>2~Fl0xv?2C~|V5p3VFC&_$ zXAmNKAR5lIxmk!v{XDfI=g3K(DUj*W^SIC~=OW~m_tNjOT5*!kyIM2)G+vqjEN-=}QmwRC`xPR$CRwrj#$V+`rx*V+Y6#%|1K5%RVx&lv-&Fa;f z6K^~9y{E*7Ouk1=vl)_qYVCn%XYLEWw|p;{F$WwA!auY=QlGmBtib+Y0+gaFIJvck!ks6uC$(l z!E0w;t9GVYrU|vyr^mVO>MvWSzE3E#vubLAc5q@OBo9d$4z^SGI{r-!MQ}{tfScTU z8dAa#+jM=RA@E=okO;k|gd1XfVFnkbPK1v5L!G4L1H?29m^7e{S3<;29r(50)+88U z{FRd7EA@vTZ&&~a`OnY*(vtqOERg@LeY5{8O!R?uiw(NzY97uM!PJKgh73j<%LvQ3 zDZFzau8_iNSqBTycc1AB5b^VUrcTR6_qE7V!Iwg&b!Rhz3Z2PQJ8X68Qzh8ShI~>0#x-=F9_FipHl~e<~vS#9Wsmca@sG= zM(a41+4LoIg!^Q+ADT#=y!q9wJt}}}Y)c)ZqpaqqUQobX^i!L$-=7*6M(4Go+P&WU z^fvw6v8?Qk?*#8kPw|t-@{~@Hsbn0QvRq(}dsn{Uh!(B1M{R09e~VhNeobaM=j11s zvo_w&J>~pay%*mz>SBeLFnDCKf7N89%i0?xIQf37%%(diM*7Lo#V5wKFo{gU%#x(o zC2_t@e_rC-a8n%!i+58r`}aC0h+fQ6_d3e))8ae>9jTSBGbLEeC*>PS zUr3io17`h*smy5V_ZstG8V^3%W}I*_qx9cJskf&c*Cy!8p}qs(7cA+F>tdme4@ZyB zzfN}Tl77`YBJl=xR3onrJD!M|opT&cd?r@b>f~sn@xP)?{8Mo|bE>)NH@{k}-{`yE zuokNwtLpm-@a#FnHmc>Dve16D4ua9R8*i{X2f@@t^8T1Frx?eID&V2>}H{7jVtCl@|JxF#B z{)ibV;e+SOEo{{{f8%9c0N31ApAMr1ue}v7A>WQN)rmIzvexEWU*AtT5oBVjYwHg! zqy%1IMo;hwx%-Kfw2Hzf2_UC+h>4ydvX-v@{laov;>5gFybVq&JF$12S9{Uz+VAEh zBV=%4BXsR7yDX-P@JFS3U{(I(1JS67T5wZcHJ~tmSv#{h?m0pvsT=xLzm$DPxW8m4 z^_&W2e+A5*&a4`$?fTUop|910Q^mBtNn9Yci3XBMf0!=w%cqFl@jb4)*@_b(eGY#h zoBZwhbYhmm$?-_Bc<@h;0fy>_Wmk-J!pjSO6e1-p4^?mdS2fc7<6)_os-2Oe@{eBK z(NAmmnB+q#@?JmMug6Zmo&PaUl*SLutXYX}n|`NwDGBj<*e(8KSRC5RRVTXDR2I>t zR}qU{Van9qa|Uy)X>Kc^iZqH^Un& zk5UKNruCYNN2wE&pwmVo60rjjy~T0@ROx`k%*Nnw**DKNg`KDuAqq_Kw^fP}75wdF>ZMICH; zcXT}hey*tMQi8(>J9li00jthhi;nx4g;C$u7gNQMVh`Um_o1#zJ<@mO`y^2pRAcAl zk(T*X#MU9~eW}uUQRkQ=d+8gundOu+~Z?3BKb zNH~2|43VQ!?@2inVB?Q^5o2HDSy4#K($Z!a{Fy1=QcebuaX}iRz;-Wh8*NP-XCfc@ z+yx`4Lvwp_S29AWU#5JinZrJ2=K8tVRdU)n#h)wp%S1KWqO)2TDlLCUhWw&_Wg$o3 z;$`KR)Mm%w?1IYeC@U->c2B{vq>Uf{1;=Hb7GH_?hzpLsZLa)*Ub1iB%TI2_#V&%O z+|FL>*x@7z5bb|p_*dyff0MP!(J6kcBG_6&(-z2r%DY55wj4lf>mYn?(8%v!gh`rV z-NVnSS0`;Kq2Q|Og7|$n z8pYVZvAJf>Sx6*uTsx+ShP_xs){aKx9A+-eS6wBnhLLmoj&&lZi7ysR&hb_Md`5?c zTml1~I#v{gAOuI~Q+(BFTaIn4s<~p_EvR4Pxxk($nN=$!T6Y;MJ~l3-quC?CVYLN# zu^6l7Uqh{cP7wJ16C20e;&Vl7pne#IkZNbpF!#ynXEyt3n4$mikprjV%($(|Aky0$D==g_+X}sWtt5)tr`ol*Zh~n47OCK9Zw^H1ckTak&k9s_=AiV+> zHU@V;9}3RnY%Ogx`kVpqQGzD$l8 zKQoH%tIBM2K1O?H?9Dwv@{Hi$h&os%9T?Ac)opPg)TUo9>hmtu!s>KO=*d zNmN@Y{p3=K7i}3Q8@si{j2_f`UIF!~6;jo1g+?0*{;oJ|S_0(?FES?N5x*ZtDFRtJ zN{}U*uENCR!ys|SM-XpnykUlLM3OXw5O9TsJGjCOjqyKsi=+hP@&;-e!wiA%(Ye9$ zW(1^&Z&APAfKFeKx8w~_C=J~N9BGCVH2el~rYmpYra)wGsy}G#iftxQH@?&)AF^^) z97}8yW=885FwF9m&X}sI0dB{gV3KO{$7HR=R+_!_as%xdrB|{;w>E6-KB1b0d*py^ zaWz@->*y_|w}BS+XfKMmeH4LwJTV(7V!_1tW?7sga8pf~weomVuE}Sz!xi86z)zdG z4ATqB+R}P5rg@*l;RO9syW)-HEF8hJ=N_+=K zjw+v&y((iR*vV9mtxsdvEL;fAt8iC_bjNKZ>=Rj_5yEsEzgsnIZernH;sP+_@d$<7pKpv)AJ!@)*OJa3qpeLaufWBAF1^bTO0mKp zFh`dNF=#_|n>^C|a^imZkdyQx${#(EaOALW@l;Ca^$oAhz?Z{|`NpHa-=gt`3#-3X zfZ4r4d^yOpfkSVHP@LgkfX2m8^PUetNIqBddda1;(P9Nx62UMq4?s@q$NPar3n3_( z6nHJPY45#n-VtlIyU*DV<+ihXkFMv%~iGA(G5%Vs4*v$#P=$hsJ z_M)fYtjMs|KnG{!cW$NOuKu453A?AQ@i&{Wd>)l(R#7Te)yu z8b6a#%i_yWztIQLNln+6HVCWymIl)<6)tc2o(ooms-|Bhh5Kd?9aPV{?q+ueX-4?Fh-%Wp9EmpE*ln_|}nIGu~gw}DkPPFW|F94_&7^Caq_019& zYXZm$0g+HNf2zAzfOE8p@8le~93Bg|_tQdI1P*<^t#mQL%!ev$6l2TsXr1I}9qe&4 zjluHhHy3NTJX~jy9Wj`wgux6hkfelUsEYe5BFf?6p8>A429x?XFnYt8C^|5!DSL;c z;3tpdp9LkPBwBUDI#<=TWl3o0)poY{De~IT113$nd5ebXRw<}`xkXR9pkb4HYHqsL z#EyN#hYV`6l(a&V4Ja3)(b?V z?|4{E#mSA7piN@t6jg9ZmOu5RjZhfyVz=YpLy{R8{s!3l_k`?=LU|HZf>TqcaNzJ#E zdh|O#vnbeVmn=$Xzi2yJ5C0XA92H|1Ny-{rPa4MzVv{|i8>S695_s>>4Y}lR{JuGR zbZNpCvE5KVg=Fk?MQO77F9Do}{5y$&MOrcKrd@kkuyZ`jr22!_IQUSswGd zK<=S%ST+(uEKGOUuq^UuWpQagG$dG(5UD?K(`9i__@?cf-)jkIaN+>&7bd4iVeJYXJRJbYUAN2?VJdM< zr_7WO=FT}Lo$mULn?~ z>0peH&=K#JQW%j=t6Ls-CO-%tWD~kH9WNCwyaLt*ywmZ%kVX+MVTOMh2V0oBJPs)Q z#VWi&|2aH0Q4fcQAex513MIn;vd-!{9mSKVlpdc@*X&jM;bBZHsNjWKSve)5R{2kM zX$j4N#{=c=Vl>U(CnMa264(%{1sy3BA_qx+pAHzM!p5Pdk;9=0v&MkfrX@$I6Y>8? z!IfD25Nj|KNeN&P95BT27EYO_&6tWu>+}Wukk$QzXh)O+j(T$~>cHWy7?U*z)T{$c zI6*ew~t-g z*Rn^Cs}JBdqw@V3p(c=nKh3AL<|Eq-FgNASwqWKqE)PqCno`N}!(|slI$NX2{A!rI z=i%IRsNE8{Go|E7Wi%Gok+Sjwv+8O|vm2+Wz;W+NQpz0T$K6LC`FWPL>V#8qMjxX0 zR*aQd}I};|2PHitK>3drDT~p2OO#HOKZAHI#HTgQCxTa_P z`e4;PMLOmV5xb+~c!O7fcD#U@lctzY_>`|quq7dDOx_>zYcrDR_SCxwPtB_z?K7!$ zoEcM!djwBY-IDPMl2hFUI#@!JBGP(8J)lkb1-dl*bC;|7T1hgo;Sn>JAi7XP#tKJI zuPbF`ZFKt_e7%?UH2%{wOM{ZkV-rlrm7N!0Dgd_ zu+nydjPr`pR&?&;Z7tKmm7lO8%%ojMH{DI94H0c=9Prr#7Piz<+Js+Zr+26(>F(*J zy|UF;ufclP`v-H=+w+&p&2}!e(djQEf?=pPp^-DtQuE7U`%kiCGv_uusI2K?`=3Wf z$=XQh#z|Q5Y7{Gvf!4}CTe^WVBFav#l|k_&m#PBm4_8VP9yaU(0Xa%VZ@$u6g3_0o zIIDNCHocpN+j8{XO94VxCtNb}_@2qp%8v{3I^5jfkENEh!u&H^O5>;2nSahrI(y_Q z7+33?f=P~O#zj?hn5IBpvm0WQ5>jRt;J*<(XTj@9!qhw+M2(&y&X(EJ7DeXs@79$Q$DX5x6+f%18^F z$m`d~52i4nVxcgfTf0k{>mx{(spcpYpso9Kgo8jwSn{@F^RoM_rQ9jQo$*@Ykw+Ik z2T8`$tM^Ld)GZ-nEr=1-SD2=NO_3O))p6=8{wo2RE`g0LnQe!dZTqovUI!%wr@Qb}{uyeXc*kPyZx z%ESzS4ehPCDIM@=R>_4%>3X#zbq-EUQ~U0662)`4;77tSnrgEUIx4i$yL6om*P)zQ zj9Zg1UyH^Id}sWpNJnDf%9^K`D43+?0KDd5SK$mdO3Fi1-Z4zy2pbeAu)b*KT;JU^ z-vL|xq2R3l>qJC=q&l{rVwhSx@IvI^i3^M`E*mBIcw*)Cr;;@+-6!`wc_^9i;5?+I zyuV^kwR?@q(q+Xk`gf6U{gZej?#EicARk4a_Efq8nQWQr!S#yYd?|CQ3gcd=O?ycq zzfG;15i8RJmIjCR?b%HEL|q=gmC}&ZT|;TLiz)hpaebU%J!=; z(b>h8@O#!!ALZ~nwN@Go9@tbZ+SKm&;-*)5e?6|p4IU>Giu5>vWR<3*{WW!wMbwZ8 zp@ie&m+y(tvq%vs19)VK@;;OKlRl@|l41OIUS)Pv^g%J~l>inN2!-2bq&K-K{SF?h zvOHedxf+}pVVZ+5lb|O294Bt{_|Sw;8Pov9nvZ#(jk!L__Xztb?tFZZ7;TDnr1FgX z9%pUyTU(aX(yj1YjR)#2*v=7hWYU#>Lkag(*Y_}{WQ;b?B>e2OE;#U6G`zZIm zQJ!5KvSZbnI3d>O$;Vd!|LC6ahUk1{D+R{%ELkMH2&7zQ;juWVA^+}0_eRKw=^MI$ z%*6F8fa1!FUzFCvU$t7d(|6xi5)Sd(fyL(@Wf2Zd@8|wrqI9BWm-m4Tu3yV))dTl{ zry_w7H>!O*y9-Daq~$$MCLE7K4=&z!$1kG4t}e#bmo|Es#M&nzhPCY@tGFHkoB1@3 z)i<@L{A*SG8)s6@o@IFI7d}eMA%hqZOpg07lzkK44qxGa?zQXGNxR7b?%1yY1?QTl zG>@%P{l-kw>OwM1RYbQ=@{c8f>u17aIjp*NDPxB}=`NGo?GHyR?^H!#N$;fH?IzfK#*7V&%EK7L2*JL;46N`;Do%$4;8r=^;IO4xZ@KH+Vq^49G^r z&!Hz9GL$9zts3+zAd=)@uWxpD1)1z18XX4F_Xn!0;~lH(CMGg-EtD6x?+Yl0yOdW| z+0Tt5?_q@-VpMa9y83Y42z!OW{JG&QY0kUumWBSobpAP)}h>ZhNV_grr?hP zcNz6ymrZt!?F+wMW2KsuIH|D*XE9%;?VoUMCS-&YA^CWMHlInABl(!?gaf|J zQGZnjR**KNeg>q}N(7?Cj9Zmb+(dNogi!vdxIC$j;jyBR9rnw9=@Veab5_~#dhvBA}lgX6* zIeT-(d4o%L_boqt(5eHqMS7zSe+xX&v^}n?z({<^Xfj)B_Pi8<9$3Y2AAk0kYY{Dv zPr@yghaAe&Y8T6vVJfv}i&Nh{#P?nHOeG#R{`)wa%}W~deJQfR7HZI3vFcWM&sqAg zLC4!Ik;}BKzD^ib4W+CE)r(Pb1{XgCGPrCN)#p+$tn7X~5~hZVfPVh=D+n5SmWV0VrrzFLpX4AGl8{ z+qTt!M1G22Z5LZ`XeF_c^zU9LvZwI-$EmAZGgIe|BTnh5N*}XZ-7>CbZxT_PKevRn z_CVe*t@U|mx4QMGQtCZ>TV8dhiqb!z!-?|l<;O({7yd)_FC%5QynUQLkK8*{Ccj{Z zXToL0_S9Y9%3coKR=p;Me7BRKQiq}=xRgTF_OX=OFg)wP!9enl(m;IS8I}2J$ijRsy?KwLj#;a= z36JNvEVZk24SW41*TutGf*{02WJ1Wm+}7R4I~yf^Hqo1d!OR`-e?cQB zjy{iQ9|HZ5GTv)KklIX8>8z-|V`zeJ*-Reko^4?alh4(D6F2+gdnsdAG`uB?2Lt(Kv;UU3IRETmT0 z;OjAmuD*RNmDzeki;iq6hgAy3JNRZOV%Kl82muX`tXe|3vP!t^>3RHPTYOnEL%B>d z{ncM)6D)J>K@Ty_XwqRKn^$&qb%)E&Z1#>!@_F}I>6)pM$|~PB`RIRkNspy1ushfi z<=K7Du&e1M4q9;GUC{!JrxcC_CuiMAy zk{?Iv$hoWG`>#J{9rz+6spsyW7x*6hU>MCnyTx9B>_e$Gp1!TX>A0P*z#QG4{Gekm z+Vh58K8()Et78^Ohb(h@jIpsMf)YbDd=OZ*Y99Gc_wQBl2V5q^iVKp6%P@5R%I&Gn z;gX8*RV(VPG0w(U02{jH>_hd%zSo4x?_&2Ll+7M^y&do>3}J@8Ltab6anE~wlw!wi zgNMH%56eOPn*EW2sVbdoAoj3S%D*3Q50Kf_sCnT6F&swfEVdeg?hzzkXOI2iu8X{IEOdrhM+)F+dPJln3RJy}{?qoMi82JE`A zIAkmhTBy^2+rfm?l%Lk+#ps|?FYzL6gi5d#6x5I!K_gWPJg#jh~EMM*5sn!rB z!VL$Qbs1NvIG8!IpZiiAII2TwZ4#5-O^%O|u4FtyEjdNj{yiitfn7c_qb&4I71~>w z`I?ogqw&5^6~MmzC$a^}Vpf^j;T6O!f(Olvs8w5WB_FUkBES^gAvFN4jDlpu-Z-cj_Aj;BQe{N6e8vFM`!9 zJ6!jJ)#(u`LzoUSH{4dAf!Hy_Ac~c5O$q%E}(ke(Dg} zX?Jt#!m{JBT;ac|?>oQ?e+i^u>ijWwgylL%TAel=N2ga4mE4<>AUnOC3N&jcqwwmn zouvA3aynDKO4gD`VfwoqiYrkH*Cy{C+(d1~EbhZ{1&n&K;r;b%49(}S=X#Wobr$*Q zzO_1%2c#YI-}|AR73Ax{Pd?EPZTmT!OZ*e~ZFj_kRQaM`63GUfo0dB`kVO_t#~z~( z^PAR@T8(|e%OgkT#*V6suvbu)ADzgB-6DljQ!sq`>aBPgT z@vrkO7HLEm#JY63xb)Jv4l~BOWd|jn&gJ|V12ZPN`T|;P*`v!w9v2OO8?7yqU(Fca z5WfpOK`dEGHGbK$4c{%V>5mcWo7^V2k|0_f5N%3oKw>!+ z#GFi)io6J$Sj85m(kxsCIC>-WDkT`7;2{@bb03h|zb0aZ)`30%!6wZ3UnvpMZ*Fej zFtBDPsnVp)`I4(~=8+=_oi(Md zZkx*N!Y19Ol!45knra!^KZ_Q2&81=mTfiTbHW&Gln8GfZ{1*O7l@Rf#aPPlvKH_-1 zkaEOTU81o$H#&nf@sp*_>Co};Z^7Rd_Ub}AW7aZV#|GXdR22}C-CVOgd!M!~t;fKT zm2@LA{xuU*(&oDRUDyC>`?!L5X)Hhgq9*7Q+$SmG_-utho5CFY6pK<(EZ z{=AJ(Bi|XF{8H^Jkx%zjQC8KS8$i9{#LyS_LlFwTJR5r<{)6sYaDBN>p4S(gpUlY0424VAy$Mz4sZtrKPinAnz!FboWMxH4 z?K`HqndVFy=I-vjuv%=aS712he`ghY#KO71o4#Apsk_1S)qV#>TR?qXopoY0t$}>~ z`Jk0)7)x1hse~n&TXr!4_Al4w*R>CMtMkdFPk0iv@I!SS8=+7$;PY`DN`$P8^ zl})i6yR-V>1h>MvhxA_;4in=I`|%4}i|VFKeE+1wlCL<@8~Vy@@F4Q`el?Xk2^MR_ zXP=XUzFZ1E_~EaUE7=rRFxp22@25xo{Wj}^W46S>3M`xUKU5-CscywczhQ>KYvFk; z+;x3#Co$%7A)!b02Gb` z5vl50&_vRDYyzCNu1l1B_zJw0Z{?pXpKl;U14Rhz3!F3I8vjSM9e%D6rsj;3%lh|K zn4LA{G(ohDdWdLTHSfd3?*V2+g6BwO#O#P~wW*{SRb&l2bYw~icr`Ve0IPrmYWlqX zg=jG*esPjqq z%L?%VE`!T^P0c!VB>5@MtZ_kkuPKXL9G^5#a@CR5s9eX?Pog{(89l$Sh$h?lzSVmV z#0~ya=uTcJI}*gvECKHPW*G`8s`+OvqdB%W^OJ{~xaLt#{#`v?qLv&fJkESYva7Wl z%D=Zd1RJYUtq$lFV1^yvKQmpEmw#Oke)P%w>?D8qY43>`DqZa6S8NZc7ecPdkYzc- z5~2U-SJXj1Zz#=F>m)#<;C?MTUNefy+di@`QSft-lM^Q}^q=*S`IWxuceOYpP_ehz)g|;huz=$rAWF*hwkWtHhs9sKepjktW>t5iSM9?3a#x6Pbc!J zzvkUTaw6{Y+7HR8T8tdP!#^}Hd}0V0bcz8zC$#>vE_m7K9wJ*4B8N`cp@ZOIv8@nz z&&vfS2Wu5KAvo|vB-+iURqE+Qd&RUlbK0+OzvMXf-z#&+@&0MH72UB~J08*mfzZ~) zY(=VE3LiD3_&(>#cyT;;D+k_u`(Q_H&iUsbcKNz9g_34iWcR6n|9rj3?4kiLjO~o-nl)oRaE;7FTP&WLMLZRT?M|4$lz8~AWb3+@WfSIYwpw?`jV&IA?*-5IUAp4K~pSLJsb+Tmw zPrFlI%LH#6(mqCD2TsUX{!m5-MV1r^`_!D{{LeE7@)^C=m`YK?Ik^?etUZS~*{mo( zfjD?V%^*yr@u^0Nkz(-eiuzzJ%yDW0k8cKxG4fMQ2Xf`h-X{?lDQh_P4&>$rJp$pHIiT6BhH(y}6WHYq7wNwbTeMP1vOUxq?}_ zOy7phRi=Wqd|OxG%Sx{BJgz+4%YQhhxE{y)ll=H{IEJ*o0Q7D0jXj_>IJ_08(cAf(PLoU&LvgF zj-E7i8S@oV95b|qFLwA;tNLgzy!Uxa-I@QPWYXuv^vi-&6!x;;Ao=!WZI!c(fbHZi zhdOEUFw)JV8#|5vP}o)X8d%RoulAOJP6+|F=e23Luq8*tRq(cv3^Z*<&1{;~hrQR9fcQVFl_HGftdHGQAqdg;`i!fh0tt}HZ*|jwbRCSb z&r95*uK-aBrz2b=S{NV2%Am`NJ}=wbmXxa9ZVrQcI=O25vM2m{LCDdi*DIii6sLw$ z*uKBMSwi>8mILXZjPJ75Hctjijr0=cygm}Q|B>g$PI~!9MirB3?ju|L^I%V=kzoHv z-%^GE#40k%wcy`I3$%0xp3}Mro%cix^(d;NCMhE60@dz&KA6K2qYT0f=F75dkNPI9EWdSB{ zRO5r6L$U4a-!QO_+e4=zdp`x+{7cxFMTA8PME%`mylq{&JDU0wiRNbA4C>7UNX$VJ z@O3zNeehj84d!IQtYfC&LQoO;h-xA18X*t0={s3e4U2{FV8d^}St)UA6mtCn%pjAj z!dk2$Ys7z&o8v;rPtl(oiZ&#$sLls14VbCpH2$ERFLIJeIIC%z4FOB)Zi!8pN{QV7 zD=9}^#3DPqcxoN`i97rSKmRdsbRSN+-f_2C1YXd~H~R1TjTL7hh_Ig@{cVl z=35v+3x9oD>7$y2#e&x_xi~z>PpTMZXU@OJ2v3p7kH~6K+VcN#G?L%gnorvKwU!30 zIko?K$!G6~!D-i>wNKSo_#2w5HSYAXn!6D`tvixQzMkaJyrpVOzF|d}nt8J+Bcs}i z7m7;X{CUg(-mJ>hjNFzG0bF9;m!z%oS#E76%|d-yg6|C>mikv z8XeRNPzuCiB4~rGyEqh5a}r-Zf+(5le`;Z$$X*KZM;*7J9v+mHR2BTxG>Td;kIl&? zD>eG|2`Uvf8q6$(d7RZn>jr(IOiOk>RLk#dbDkU{*Un&6N)U{mAgspvS@Exy~U=it_Ms zR64h_4`L6He?CE(+^$}lOlA{x^E?}0j^|dMQF1ZzijPs5zV<*gEC<7~k8%9#=eV8T zCmz^$hQzw8Jd22AvbEkWU%2Z}3g4B{h~+ryx@qEmqA!t#@2n0`=vz&n(yrdk@ZKB4 zM*SyM_^XxlzdRP!q#H49148Nv{-1)U+u9Oq+H$+}*Qu(_%1X27d>&ar=wxo}J9v~vCxB6EoJ#O7t_cvo;9^m;7K18uiw_v)} zn&#RVg|8&}2ia`)2mW3UyapnAak*STY)vry_e1;6dn$~+Cm>m2FHr0)1KZ(*>21X{ z+w0=}kNtK3085W>N3s0NHH68itEei&x|kpKt;FUgU24ieZB0-K@+U2u#$ChOa`@oS zkG;J^`bW7FpyKmu&c#b=V8MjA&iPs*1&O}n%yy)K4H0!V#*APQWlEih)$Sur5{SSc zD2-7XMuId53L{iWB!LJC;3S9#wLPgb&<_bZo&rdWk*V!M)b^ly4yS;HsXBlTq{-Bs zMNS7(+LNg|fOrT%PXP!B2Y`kIfFXeZ@Sc(c^k60lgwRX?SU@5$!7)%-5J-$N3;`u# z%Ez<@fso4-$t1Sm312w-)Z38J`7P1b=%2{XVqnG*7kKPwdk(L-XZtDCLxp(cMj+H zqHnO-St>l4>|8pOhPk_W)JPf~iSsNG**l*SrcC;Nhn4A+D_vu!eYY!P*7|e4%g&o|@z%s{%qCaV$JD@eZE7#*UEPe!VI(Q-GRrpj;ikT2R%CJaR)e!F z=JI$uDC6-tjBr-$7A<99Y&v_5Pom@2ohR)cAmG%N;@?w^q3Rm`(ad-4o?M#r4lnfi zICW%W5Y^bBffFez{{ZR!XbQ(q6Uo{9z6L%?_a6%X0QhL%riZ1)QWLOOWdrfKtIgt7 zo5bbg-U+SgW7z1a17MGW48Qo!+rK7cV$+q4Za!5>Z5FRf*5hG^xHFOD@pBg+{Uxts z$zy|)!{)bkv!ra+$KAEq{{XmmoiEdwR_AbheojFK>#@g~{MLb~p9aXXQZH{{RLN zSHS5*kE-@sj|jx^w&cDm`pyiHm0*c-*GS!WyN{ z?WlO)$eV-2k~>P$HeD7iwJV_oSZo;3CUyYyv$7~o)%IXM37RVyOAW|TsA71I@Jdue zSS#W&AX+s)bNsFqD1uckpt2|g*-e-jGol+5T~FKsXCJ(%LqU`1oZUuVgK2%oKQLd literal 0 HcmV?d00001 diff --git a/static/src/img/content_7_2.jpg b/static/src/img/content_7_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a67409f10f9fa854cb9c4c6ee0d55c0eb4aba49a GIT binary patch literal 36334 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 CcRxb_ literal 0 HcmV?d00001 diff --git a/static/src/img/cover_1.jpg b/static/src/img/cover_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7e39c27db76b62b876d17a304850b5c43aad878 GIT binary patch literal 61581 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

fie`~t3jn_XKv z9WV0piC;YfmAN9}22q{t{{Uee)eyr|#rf!O{TtEu=+L{g?h-vSoo^!LX`w7aG9GeA z3K`vx;n?%r5q6K$S%#pmde2QR{sDH*cJAoabwc{NyYTw{-0OQED$^U;M?3G~!ya9aV~=d+=~mgyUj zGEUJiWO!v`L5&>$vp=1c)o)68Vo8hq6>f(U4oR2C1qFw>WF53fV{?{MjeK@c=TA;F z3crnK@w}U^eFA|C0>WD5Wu~vQ5snu_XmJi zqKo=37F#Qcm4nIgT>$YL(Dj0wNGs9@>F4k5cdSM^SHyLD-DArUch6P+^3Lxw?t4le z_{IPvui2RVPPq0S>4bEbmqY+r>HRkkDSLJo-rQMx}OvvO`p?v=S%r&+)_{YJ^ z%?adwq#@}CB@JO+T0y=PNR9pTVu!;_QVu)@V(3O2newjU?s z4KLP#m0Q^PD9~S-ezOXI0i$ zJ8MG#*P^vnuL(vxPVzg#(ZWOy*lYj>0eyc{ThRnH$7w9YMWo`K$d0qjs*)}uraY$d z9{?3*cs`c9GPEyt=T|)rf7z+d1n$UQc+iDxAzp_01u7*nO1xx*w?@_nZqMAk1*ZG$ zyxKm&$~GOi289+PA+*niDxQBXT+K@5c}xg<3oDj+_t6wZAL|nX_;|`!F_2svS{G8DblaNZn%G`}`X@a^OlA z7e7X$6Vmb2Kbs-+SMw?#?IMch?uZJ)H_#{|cab zgo62Rk!bgj9~n>4i5t=X`Cnm`JZ1&jI`c@NS0QVmK~6*0kjNADSDiFxD4`HFCOJ zLO(5X`Sa-b=Wn4m+u-}7_2ZJ_kodMz?Q=dthZ4@uF0)ZP9B_DJ{|+$S|92Zi4NN?#Z&yTJVR36ske+IS3KI5&8+_S z6hI8+`sUGXH9FF}oI&(Qw~(hvX<`4^*5r7$BnDB^8Y%2 zj3ug_c*Clutv2^zQxP*vCze@re zGGE2(yCJLU>Lw1@vx)ivsR{)rNS?UV$trO zs#5qN3@={SW=~o?R(sKFVjIdW=rz6;AG$DQQuy7KB~w)Ld|`?SP)|kEFN2U zq^pr=1M7vbMQ!*pxYZ#DWx<58`u;&J?b#^N388G$wiy(E90A`32oOTE+yFjQ+N==% zS0~O(Cl`+#F7rZiQ}r1=@%*v2(3yj^59>M}VhJt-R{C?2Uov(f0=epeZsO2(xTM`E z`K{TbfPC8g98F~RHy+ZumhKI#0~~Jc=&Ea@ONL|hQr5Fwe`maqw_@Y?+Z6KCnwJp_ z!`8A29~?*o&E*2r!(>)jG8KgHkeY{?C#@uz_pCsFpTOZuTY@xEOc9b>CPPyirGEhU zNi=Dgi~c9LXanIkY3E|3IPUG z8n6mo({H^kemJtDG-|Bb$Kui=cEhYfLs*Ud!KVu5cf-vF<6Yq5Py#H^-vFBnlBMFi zolB-^cx({I7fh1y#rDPQ{fn?n)4{262qVY@5dWfJY5Bl+XJH>o(N@cjx125x$dNe+ zwUj5Yzi8VYg+Si@YJc1vEh&uFp7nsPv+(G6dIrB3Xd;7g2EATOosSg%%nbPe)nw0^ zAajVAmiB`*)nYG5&Rcu?XTB8q ze?&|nLl`$K(L9j$J+Hu@L=i;5O4 z_+fYf5AcxJwGn)qKB*UBK<#?I`KH0X-Wo2^YKM?$68Ry1r_mk>d=svJaMRwEEh@8# zz)1pq5C8F>Q|aa-VeZ9*2<_bfa5K`biD^H@1kc*e32Wda6J9KZ;>VR7QPn6(*}sC- zJvi3?7K`;`*v@Z@29C~0Q-oEw(aucQ2c*GXJbrn)rzf@);L%F`J-wA&AVw(I{Tr=m z9+5$OD@i<0;CbJogtbFTphTz`ip;%N9{ea5-U^zxvNM0$S2yhl1IQJYx+x|-O8Xk^I(`^D z0p0Yf5tRL9zIb@{lmT`}k=w@~oA6>;1aDsKweY!pm#}3_Hk+Xy@{U`87pt>I7H#so@RS}^ZHNwG= zmw#I@=ezSY6r8|i(7}}%u&pm81U-{UgDZh@kFZOp!Jhm72ctk-zpps**}kI?2P|r* zP8}wrE>*^uT)T1?X`fZ-ewpdGR~DyICSg{`NaMj^)11Fl*kR$amSx|=xF}{gMCXeA6XL`17wy4zhN}i{{Ru^*8=#_ zm2iSUX0Q*vc{9UrU-fL+6YJ}>g>GaxQ!AMiPBYXw- z{LWuee?-%vPfT4#Y~*m+Tm?bn$0mH!WNezU*$cU1NoORPKz&SvC?s8hcOm5`sOVh# zwF=Hf?*QGBMf5%AN2!66K6*`nF(%J9;1AeOJ5aBSQU~cOf4{u+J#cN-W>+-qcUT+| zT?qOnUD;kvBhQ+?C#9bv=3G<;#p7r-LUU)vNytFjfNoLyb5qgMV$$dI;gE+Jahwv2gzJsek>yra842(q0)HOzO6AFnnRL~$Ep=%p%vqQ7w&Na+v-|8JH z>*A+5BN*YBvlF`dJn_tqvy-ha4n)FtFy7up(fy=q^;tCl1|T5)D7`5E0Kb`%sb()< zgC(yYHG7tfF>mn&iyGptRuA|89M94HFJGti90*e)e=-HWKA0agJd2;15>qH;;Dcg%dQS0Y#7g8X&f6Oe z_%nFjIprUFtyf3J*j(LmtPK-5+tOd?jk(zsyGH*2ziIQtJ2H`%G2B3K%z5CO{?k#b z)?ft_Qsh{rcCbgx-s3E_84+_4Y~^SZ&;#)^Ev9^gIQm!7>|c<5r#7Kjvo(#x^Fo1` z7d!^wRnVN9>jV4&ok8UvbWyHB9*muBa!5h-OdF8g%L*k zomy7Qk8sDFFR)+;Jb!3coKTyiJwM_6th%=``4dc-ivYo$NE|g$6PrJ%3tpl{p{dFJH)B*=xRV#vU7p;!SrZZYFtk;jo*$J_v}MSPj(`olXQ$EL<{YBzJ1 zyjAdh=Qc0mRW1Jj)Z!o>3u8C^L6M)-bc%Q3{$}|jirhWNJxRE_qb_{dbm6rpdoA5i zqvx8QZeLo|mJN&|5zz~CyItxUT-sJRLHee_wG>5jK7EMyAk5m_jUBQ+Mabo{F(R3o zg~J{t`n8z-hn>UPJvOB2-ohh;+T>eP`4eopvU-MILaWybfG8ji2|i|3j$F_8W7ChL zjPgR7C);uIWtPd00&WT#>vv^`vG)_1Pu=&E$>h~g^K+>eZ`6BNKsQ>0$2CS3*`dan zJvTOY)TSb=R~{#BKs=Hr8FFGk=mO+w05aH9$0l;KD^n7VSQ=IAdt9{BsmAO#nqa1d z`_+F)G=YPADwY9>sxw@gTxzSm$R@_o$zPhC7~Kw>p#Wwc3J`CQEcNk5O5yrIF=hmU z+qt3n66;9Ca5Drr&jaM&=A&H(XTQ(@@=XrE+G&d_?hS}mFiM7_YsW|2!zQ4%@Qm)o zN|tW<>{ORcV~xt{Jlw1mh)3K98-T0)d_<~QUHU+zZu$6+R00H0R>8Ug1^%f9i7m(C zV|#S6V|7uC?&ASM3x&HgJMR!uC$f~Or-`{UBGe8aTuT|5*zy% zWR-{@1Jw0BD_RpeeS4)FcXmSi5#)UMo?b#2f})skWDBr&Z6lGyN_%=9rG>HTfqE)Q zrUQl%dUg|&>*C$^WKyEd3+!CxY>$)?klFtLNe2G_X!kM=q;P)WeTjb6)vpEdX`Btj zWxAx7TIDrmJuta}n|4d4nmUtM;QCBKwrt3k3t9E8tAmOl7yH zqPm2`q(u6GvQV%OUzz7+*0SZ?s0h0ujo;+Oj9L4xk37ust%3lcKdk2@dos@{i?sU7 zo(2F36=AxZne&X~AG|T(9oI9`vJA*F0BFv)(F8iZE%c&f^v*eoFjnErl#QtVv zQSNP+J{uqg9RcQ~0=Y=o>R1klq7Si}k3Lx3Z)jn_B=#hQ0E2TvT|q-t|{aUkU1ZjJ&qLszej-w98K_r3QK{wfGmrlH5f6rA_=lj6$`hX1>KWyo9D*ZNk>ZE zR8RYeMwNP;+K0x!U5lUq3pF@EA;T$v4Bdt|HN%0jWmEu$Cb%~zwDjn0Rx!xJrM876 z^BU_Jv5@s-fDKtu>B*|dnOANj z$y;V3zXS0&6@KzqjsgAWtElu{P8_9i?98ChD8kRhUCz%<^sPc^^5n^h6tLPCAp>_j zgX9mG)mMO3sI^c$L=&<(;)LtH2cSxjq+M-4KOZu2e}oBDEa00{=kYGp*t(2awGN;Ku|nvc zIOoSRs~CMgLz4}f=&=A_lU~!u^!5pyJE{6?N|S!`(kB*I3->b6qD7ICH{QLfQK{x&8_59;uQyjVRWFpU(cR6Ef~)ZprgH7{8ZYE@SaKXW!Dbw>G*k{m zqw1=0jkyIf@~&*D`99Om!Rgp@U=5EeDXS&D{EzD;beMPcz1PT5L~O!86Tl2pDd6YQMDhweSA`a?Y<&w4h}HY<;Q(ZmV&u z)Zs0-uav&4(K?E4a4+ z`4{gu#p(&C)ts7Qm~yZwx`%gi;(<32ZS>;IrF9uqh~H!t_BYhi(TQJE#0vyc!EdUQsVdn?Pt*x!J)Ze95;o@z zX2H824cta@Z;Kes>Ik`>gFeE?^FYquU2IuBb0T4I`0=*TL9o@u&M#5{bxzorkXv{^ zCz;WcOqn&yM51KJ^+j?(BFOy8&)d+<*jLjv?#p?yDq~NykWJeVedtT{tvY&st4^B3 zSo4sXR_qbjC-FPASV+O>_!Sk7O3XHpZs>BgVDaaJG0BaeE?l{Bvi$^ic4JiJjkY?! zk1~3$_YWzy`Yk$O&!y8c7u4d{2P&g!a6lD*kvl($eI*;zHE)g1(02~Vs!>Gv=J}ky zt*(6Dr|90Hu%_%-`9J0=Jk1BA>T_za zDE|P)%%5}70Z9P!KBxGD>2J@MOqh0NHo1mU?8*rh>;;d<6U@@;vHf9(8O5~~+%ghC zat#ts76qBf>U#FoVk@LV__3f+)I|>jpMGX*rX4oAQh}9 zKKIE!!=C4ERX<7F7GJ1TQw32&^E}4SlLk_>qQM1wA2A+YTzlK2RLX&JVa4?5?Z_3n zK1aZu=MysmMFIge)kbsUZ0rJ+#>0R-aqZ@9s?(LHRVaZ?G5-KI-y`-SX~`OlON_eR zg{1^hzIZ40nPLMoDpG>Rfjn9EiLy3VQYlH}*nVbqw!w!!{>J%`R!uYEW>y3d;P*LL zmH>IPJ%6tHtv);%P2@lZCN)KQ;GcQLsMG8s`yde-O}R01l~mU!ZzhNCWHL9@C_p59 z%XKPtkw!@zf;@PT4Z%Bn8C%O`Rv=iexRa2E%0kLaO!ib0?jUt)S9UB8q#dBCuM?A= zXQ!qp+IPj15;0Z-leM|?CGcZR2O^_3@6kfYA2V9n9%&ZSuS=6|F@yH}iv!Tb0fh5%cN#~Qm0(p6K`EZ4N$h#du z-Q%93c6>pQmOOBK9~CvWBY(dx45J{SX4sy4{_~F_eKSDrsju?^)y72JHg|Q;iW79k zjHh8FEs|^>W5>jv)xxKrB6O}@tKHb6V&=Gs6*yEqXBcCQE#HBLg4r;k16!HL^p&6AQ?Q69*XoKAJ+e4M{mcZ)E*;Z;lk$s8D zsK%Jv000(d1df3Keqm9p&yle%9GHSKF+XqhBlejpzw+SNILjVQ)z#O;tf8|CK+3jT zY39FwX*jH@UB_yV2B`QTNUbpA6i?GFLdjD^em&zDu`W=>-!>jeqf7_la%0MeEoW1* z`A}-7exEKiYGb$`xHIraz%UTe23N~rafPr3Kuw;%KZ(JWewzflGzqUC6VlhNG(fCT zvsGmKKnicczGoh#a=xHt%;O_90OOENa3FN&!1;2yBN|nbE{#y3^ByO}G?{VzP_E!9 zVaO;t0Dfmaqb{J}A<(LC+<5Ghe4ghrIc6-~6K1P{BDxg)7H_GHT>=46MNM*G%(`@T z0Wq;57>WY8kh z`nM8303QDUGpARk&-8F*DvpF&kib~)k2N_p89tdsIH)Nk2U_R;W=Q3bZ^%emr6-^N z0EwNtW5?g@>IWINVx_PD03JR7{F#x|P%1x3vOwzRDamAk_KWC9V0oF-call0I#KdX zpU-jcW*@wjd!T3^_lk%opX)T??Y=#-3d*ojM9w-J8wyHY4HJ#*A53xc#suMixddNp+;D*Zkvl6(l!%TQVkT>0Wf)um#{ z>CnDM;IKeRuW2V9R-#CkffI8F%IkmW;C}LLsf8jRcp#ETM0Xow%SDawER#Dl z`en#UVRf#4<>rscspzhq1|y7(z}1E{CT?1KF!=lS`TfeNxVSb*9L?}4$iT3%TngY% zNp!zQa3KmFHll%J=4qaHx)bv4mt3QGgI0HQ>@mN;R& zb9H0`aUN%%r~oqzV`~bgu4i^^_`)2D{{U+Ia!laMlNM&YYzxr7NaOHkW3Mi(Mm)tx zT%y1nUsCdo>$<_+7IadikGh8jb19+$HS;&Oi!60|Hnlv!a&A^qR)f<6(+?xuNDINP zL^7edSTd3ih7&@?`6PAY#LRR-JV`dB^BW1)j9~)~JFEPOs)cp=^07WWq6T|L-tHm6 zqs-B{BY+Ke;K|w#VBfR~QMeE}5#qHpNh8FKtb{e1z8l!fvDp2`{X`m2B1)a48=^S` zL0Dfrh**SHMmz2K1an+X5$FXJc2eQZWTIQTlAy{$h-|swJxn10`?9PljqM+ODG-!cj7}~nD**}qQtDhe1 z#2Qx|3+SIew9jAa8l0HI#h zB->t`bO;JfTp$C!ilHk#PL6Z83>CP!Z} zi&5Aj`kR?)i;vsc^({C?8mtT-22TDy4B*a-xf>Z^2<-d(O*9(SRXTj&oGfhfL>{ae zra-tsLRImRYTn%NW%iB?WtGB$Y#S6Wndqi*iCgKqmtsc?XZN0VqJsv;cpQrHGJLy~ zE7=38lX_h}T>9bwM+$W}e^3AjL66`%g7Gefn z;`lX2qRF|esAnCMMA7z{;tcKA7tGc1=5Yge(75f0&ywRP+?8q`9HorWP zI7wng^g`4*^ZS|F9SSo9vd3xMM}A25mN8u*2MqX~(;+{oH)GiQiLR?joteIyZdYx^ zMbfvLoO*nju&8Z=E+Pt*YXl!@=;*bos8!O`@Kl~_+UAqfhh}%kQ!ygD-OZnaJ1~qG ztyDcQ0PkuI`JD@s3uFMbDiC($?#SlNOK+m(nM!S8`a!UN_b!xuG&qoo#7|UzYW|Z4 zIPtNpn~!!46Z3saVS#ZdM?_#Og52MV7cpWL0vAkxjlr&~{){YQ*D79UT-eSf zc2sT&=(oq>aH@tRiXc#_MQrEkLS$aNUGYMGUQ^o-yj5zO#{p?l3N{FB!lF6s-3vB zn2wtcURb)4c%U43`R?bRlQ4EC^p1Ew-GMzlE_5Hm*>^A*2BZZS<7Jxtz=pTF;nk@7 z2qX=>sahc4Q_x%qi$|r-xta5pDp2&P!5sDE@$ETv4%zgnsdo-tnL0M5K;zoElcvU0 z0h4gtcmu!9M#+Zm-$2^^W?xbnmnK|i6M>5>0;3mnI^sX#Z2FhWh-x*dsmHW35W|9b zAd0*3WKJy>t1g>KpG&+tWjmProIA z7&PvM^!VE*MkG*na(0vNKyfG6vg6ch@;;wt3;+a0z16_JdOX?Uauw6!zzX0$RB-K( zZUEOHc)6Bbd%l*XpC(2jL966lay&`hF0q}T)yaoWMm1+fd#s!buEKSHCNZB;pHAza zJLJYXK*S0^9dSJmRaC+PU)+c8Ca%fr^IT6qOjr4UDQSrY&4mVQA8ve>#+v;B(&+TA zH(p#ts;b87B!5btUSc<^n^K(8mv zo9%PsmTo+jZMhg)klcnGSK@VPvOaw{!ms`&Bfl6vLF^BoiOj$&g@11SjD;+XxE@!d zH1WE|HfAh9IN0)7AGG@!%*Yj*yiaq|lLos)`hDdxgSe|3^VlAJr<+LpLEKjIYjSE_x$OlBu$3M>GE0k>1o=Ww&*Cc%WP9QRAbD(3l^VLlY{{S+s z+t1d-K^NH{_X8aGh+?d#a*GGtO!XMh>5-9+_4`;6TzH<24EXg2X0DZq`*V*6*}cT) z)oG3ljF|;7{XRnvm>x{*IMB+C||aebT}W0#>UsrQu1Xvl}npp@h;S46i(nTv+P7HZ8A^Y&3bJSNIY4o!Szl&Wox7DJHuqo^o1<+18o5O%sod;_`_~x-Pu$&BL4uQ zJ9IhMCKN8?a)WnJIZ(bch&Ao8(I8(3TW?Z3=uOxuYL-HVQ zZxd|8mu5gYJBa{wL&fnq^%$Q~ml0w&QM&28*)sBF)MGi_*BYvuwQ4uxo{XGXKCmBC zBDP?6F;=@3;CY6dW5@m&`w%b$4oThba~zlyjlXLEI2)|XI+Z$t7b^^e1NQQqbn8+@{Nu=?o8mg%((?SvA-{iA{?(JcKF&>JH+B zSH0Zl&zm+x-}WjW^{^!TpJ@o|{%L-X(8z~&G4?Zy`)idy@9`-DFgXJSYwINve?H=I zE_`@&zi17ct3N%T#N-(nKmdlLyZ4i8F}3RA##>||vpz6Yz{)#Q z#r%lVabTb^C%_!dZN}q%g0S5up+N$-wz#)3Si9Dlo zhbwfCVx~zfrorId$2MVZjZm`DB%37HBk>kYc-I*ikgtmbk#jSaS8MQdlY5ROa8&fl0lJ_^?c_*c zRBm2Y_&z62pF(pp?+l8glVAy2fs0FsrZ7XW^U1GsFXWz?pASDDE7WpsTHw+4Fu$3W zR$@mXc%$~z$TOGQcYn0LP8W*H)2N#^O@1OKNkEEQ>Ta)YftjvSLEIH;Jfhw#qRVsK zC1PA|)N-ny+`>;dvx7R_apPnF9kx1Y2N6<01fD#1ClfgfPOJdp#qE}IWo0a&3LMu0 zZNs)~2?mt$+*^SMia#7lY=-{f#0EtG_C7Y;D$5h?N_hN7zwQj2AH>IX{)*;ljdx$% zBiP;4IIW6nvb!GO(++| z%^2p|cPXMjw8)7Dmet22vlZN)0P}yCZUU)6tG}6GZrt)Ngrs695@_}$u>_I_a)Ry! ztZ-_)z-J|>1Oejfu{ObgHYUlC4S*0g8nf&o(Q4aElax$|Y!zX_9z^fKp9Wk<8lpZU z$pllU;%YH^dBYe`d)h|?#Gz>JOBLYM^nQ|ARU(Cb+>Sm(<;|sH-(f$Ab)nAS1~dlW zi11^4r|k#&)Xjkn_fDNYTxn-6;-FCrR%BNATOKj=vmjOk{llL=ekHc4F%&czMS`|z zhx`e_kOm;FfO+ofNXA(5coiEo-z)BNzy$}PcXE_DTjUUIsOqK*$=XK%^>UE1leCaw zUa7^Z&xA6vQ2?4JpJGqEl*O&X!lM$yf++q-_LyMTYOoenV2Z+ug&dELIGt_kIr8IN zAi1&7ph)(xE^1hsUfo(^Cng(O?3%CK9%nx6#X^Td-Gu~`_yTmUmp()-kYUE4a5Ci< z2e1U(m&uC)vg6ddYFMMHh`&Q{0lq@ZJR`xNX3gbM>qcf zlO+H?Kp*oj1_1l==RuDKGs=QVZ#8}VP90968!`GpKqRnHz#saNbsFU=*pXNS3}}@e z1kJJr$PowW=vN;E&U|hi$#b}Z0G$~ajYeVa#QgjSU5z;f)0VacixJU~T&XMmX6C={ zXc%F^WRsPHDvx1e$(XJ&u)VRfbqMtRFD^VekT|g5p(lVWQ8P5k0n3oC;t$$72bvRu zc~C_kwAuEXmRH1Cffhv**WgNhgJ+U?Z@8axPIq7~RFOZGaNYDv#nbgtG#HcJs(Q0mpvB z^D76`I)zO#{Y;f)@Id(=A2My$ap}>3jChX3W!QNjSh8x5w=(i-GGhmRFb@q%31fT! zPqc;7xHXlsZlPS?KISL-$*ENj{u=e|-)G)Ex@*QeG+A=y(&x*QHq3a|?LY#@fyI+D z$CDOk#Ms@CZvOxgSekER_>rj9E-V91*Yp{gijRJ*dl`xpeIQIlgMxZBXT;QwdFOpS zJo&@##>yWKH(Y|bAR7c+=F_%3d9fq!TsyaJswywQnCUeoa60hL4bxDh@;@@N52O<+ zJCM79Vn=?&coN>bXAG`g44SN&n>O;l;^bx`r~&XlFw>S&q|(vk-$r?_l88_T8%Y({ zuoKk8>gYzxV!Vs~(qeMu^yt=V@??DxV%xEjzIh;mE7(!F%bzI8t;+6C3~tZQMsB%x zW5Z~rk$^2`$gT%}wa+m|_fS-l*#T=j)!78bUfRPeV_dlLW&tb=lx>Ns_qoFKpd$G5 z^X9%K>oTrv$6(s3NE~u`^D$#}-+UP*XFO$SnO_cnt&R3LHVU4nuDNvntQ6!UPpcdj z0@c1xkvt**Js;j)H`w5d02{D*nw96XPixn)mC|X;fw@Ut)@+aVspVkE*s=yvLjgel z0BNDsWcnipcKX;sG;ftY;Lc_T9zY+F*ggpN5{=cxmAVA;d|#QqJpTaUj2e*HFn^Se z)1Mz75Y-*na5EHI1#EVHOiQV~D(y>bV`+Xq-gty)*uV_C#oeoR55b(da14O$;fIei zd>IvAV_OE~j)*?OcDK`PO3Z@I0g-zAFzgw0dU9j*>=|$=$EahRj&YTsPr-{_=-RC* z8x!hdUe=+orqpE!$<8y7bbRyeQK+4~R?=leEtIA{ zXe+fJ=`tdT270=zc=Ee8RAg!ZGO#1&bLY}&(-3TLk?dU%2R_#(mu_t%jCz!27Pm%^ zimBD90}F+)_|GcShi}{pZUhi$&CYVz%9PrxxCMcWA#M%Y zkwOx$j7HfEtlFhS&y zKQe8o)fxVX48ie+vW#fe`1tspI=ypd)2=FJbs>N$WPW{w&8lOl zV`D&#px2*y8F1rlg2A-okMjxQws&F+J0EUhT-gU9*naYLJvvTZ`;Vf@_F!^$ga8k? z(4H<_*qoBor~d%3UCuXh#@&hho0*eUB64!fzMTz`Z|p2<+)dZi^R6(6$h0ePQGeEO zT^Ot%248MdFCR^EWqgNrM`!$-k+|+0NhjiMhfAr=M;<3@=!GCjxd}4M)Y~gCz5pV2 z4@=ZlutdN0Fp2aaWGRm_J1DcwbL=GYpH2P_N$xn zwFXV4OB({gH#zTJy>kyMr-ka;b<^ZkP)FNjA9?4JXR+(4kuzh;&KR=uM(guDlSEF~ z_a7VNQs&o72<9mCE;A+TcE~0=T+{k2yyqn*zA^5$j)j zl0SPq&U^;4sTIKz`;6PH_a5G#DcJ3|X=B_p<+8JJNT-(FR(*uS8#ZjDI@UWjZ-ekY zXGm;nyHtfi;>72AeHKJej7O8s^A%xJ3h&JfGNkobKC?f=u->DlVM>Kym@eu7|YM zdAR45VVe-PP!7;`f;)yCJ3E%j2u0{vvS!Lzw*iRl9P{V!B{KcM(N_NeP1qm%ncKcR za^2{$Dv$t8gcHR=YDUE@#uF9jn8`I>a*z~oeheEYN;>fqovHiSnBNyY74ZGKv4voF z182{)&mbzq9!;1oLTlVniMdtcjG}q6W~q>lJ?Hy%u3$JAD!IofLGoA(|+r?l4D)1h+gUILy$9AASnqmUiMapcU)07o)@rtdMe ziYiS36ACrYa1C6|jk2qd568HTBM^iO_YelSnq*~XEC5?1fDZyd#`Fjl4^V?cWeVjg!>l|Tfd3K!?+`otZ_HbRq98jBf9tjs8P z$dzYn$(4(AIhL*!M*jf6Z%Q~9?qoJSwgCi#&2u%!i*?g|i`nCoBc?d78kb_(i7Q}j z0>|~5bIX?hQzO9Xz=vW}PkNtjR7He;!SPJ`#9!T>Jvb&B#%dv_v004vg zf_f%&;M5H+J(y4~Mxg9@Ab0>&;>N=c1|W^hHjV*3cRAN4)+%g*e+Tw4BITXNboRHF zPzn3$hd&)oR&-z(g1>gsZmaf~;v?ym-Maq(vGF+bH$!zV}t95n4 zMVc39lkG+cksAsk5^`C;v{Mhv;KFF%pS<> zp2c6aO|^M;XptO(>I$tl71e>~jwdL}a%5LyY<|`?$FTkCEmlLDF7`H_0QZV<-)t3` z+Su8t>1nbvF4TXxc1OJP7Oe5diuaph$k<61Mbu7=yN^d78EVK!JCB+k=jL+i17gOY zSPgqh^;gyOWBTiolx{6Yo!sA5_^FP3s_RM!P(d`^n5}W%sy7l2;!9ZONi@Wt5?Q|Q zi<%IuqJZ2-axc0RZX{RgAJEj2NWUO~`%A>TK)dSr?prFB7Iuz^5Se4R#4y{@@0p-= zW!T{D9XFLf^)EJ ziNl{!iL#S`Ia5Zq)kBvTvHt-708<-T$Ch7CjHp)`2zTQqxI9kM$fNd|xyNjNE_LP(TFD*FLaP?B&G3Eab7Rxu<(qfl7?)9mSP5pm zr1Snp{{Z-t{{U>9tAw)J@^A7cjf*pY3JUDi4t>YW(=M)sB5-|-<$Y6vNiIKrBg(De zHzDaf2WB&k+%PcP@IZmGs1qA+(PrUD6PdPHUz{u3Qg5)F<@IB1x z^!+BI9&OKv1R}Pe@AtXV=QQ)-@w3Ybt@i|JGCx1C*)9{NOv#^j4&Y3 z9ZrPOVa14M)i@-bp(vBs?9O+aPi7zZ-z)E@&tvqA>`i2`rP_JpOJ>0hQ{OqR}ABH!#JLbsa zaW-$?nUB?C`|JWBYy-6MatX22@9FWp^1p3zYI0^Foq;2xLgnJr<=h9@?{-GtT^YMfSzWt!Zyw2fd2p~7H{)A*8ZMsg$gwiTEU_1`JM|l;A~$eTqBRl z^(UeAwrkEY_^B~>p$SE6Tj723wYEw_(lndx+yk1LIdCW3=zx;7)rf%Q2C5OMI< zSb{+L1I*!-mGwCBxZ}Nc@O@)4KB4}JE`$I>a&O#w3FWZbc@wYHG5-KBsdTX0Pb>v~ z)j1ig3F?~D^PKkO$!#MW`5TG9d(hqPAlH z0HDpFhe7sQLS(5s0VdcrF z>BK&mBF4eZM5wt%P;2Uk_qlkmRz_BB*T4X9KPGf)0%5_i2;Re%=-05Ex7+BY|5sX4Y5Zd3K$0}Ir%ZRPlV9^qgzAo32zI;hJcM#z7 zRBk3ayE8~iZ;il_7zKfDD(X(aqk?(!8k!aRADILCWE%`WGSzyxDv%9>!R9T}k#1_0 zPbBmBl115qA2IiL3lPMC=b1=O;=eZrJWztI8@jj&!P-wg(6PtJ_mszSk>A9DQ~~0< zgfwrbm0SzjL8-pCQ~btPWg8OsTbKq_Q@|vi49uQk7ykhEf%)Pq8&vYg&#?9o2FM)_ z35R5N$%O!u&xl_%3}o53DBO1tcKL*^%@E@w)dDt;%vnHPpm_1_WDJ{DlyE%9i~{yg zVE*IW%`S;YAofo}r&8hAp+Vf|lU~ysP(eeu-zKVcU}LqLE0p8(spY>P5bMV#`!>Oi zfVT>ZcK7;^u=kwWoQlK@YE=gd;GfUAm#HeF{9qd(KW;F1LGw9DW){ZJyfu~nDM{E= zUfbuM=U$u(yo9s%aP;hA;Yqbrsy^lY97u$dG0SI>Qs z;z-H4h4J6-8lBDE5_>#Ur{F8r= z5uQbO0)d-4HcAdh0*B%sMS0wA<7DHqx!#lmTp4(YZ@`@+5()%eO$OEA03_S2;k(}1 z;4Bn?v{-(x_^50Kmbd-Hbwp?BWf7l)UTFnF*Z=biu3t3CvAD-I*zQGyjYKF54UD> zW%U5u0P_~w%Tx!*6P3^@JTrXMvN&>b=k(VmZSDGq_%{%{6lP;0)fu2F+%l(6PA4q9gT#-hSob2#?mar$(XVp>_!AdYAb{p)xO+gg38rpaBCMl= zBHd(hD{-9~eI{*51##_L{do@2Gj%&L!z}Kxj%D0O01w_?n@^urlw-q;yMbg6Y3yk| zCmQ4*RogQk@~EXBlib%`lNO&$apOkBmHJU=9!M+?k;LbDKBL`-z{*c9OQ_*bO2vpX zYcqfcYlLni_v&`(box*>V$)No;qr3C`+GoXvG2&}Zy5?gkO3ySxw`?U#0JI>d|l8V zGo8x4+&maz-;YgM1`tAH+mVlf&#;^6w3!0^K)cwQHPAIx`Ql}uS4Mn}p`C>i!>%fI zYBDNg35etv)kTLqgM5;HOyiZd>OPJW89eKUUamK;7b{g~-`;VikvA74*gj3mY?+Og z3BJv9!2bZ;>C!LQzfnoxlYDbir>OF3b7#8S0xIJS_5lXya%YwN^XAlqR2acyOsn?+ z?JHgC1m*f_8;+~Q;tVnBS!k$WcpOpoGUJckap&gUnB(d_Pfy1AGY4#gZ{1vSdE@=( zq3ihn0F_*L1C>=4dAsps{{Y0tNwWfPP~@-OS3n;F`%fp-b3Sa2z%!R_W;Jrp{yiC4 z#lx?vHt)rxLXopRV`h0-*bmckZG|Ez%?DfbT7aLbgomF zhSZh%Npy@I>qM+|QF2)v%c|9!}AFM*suhT*bpv$=ZC0o?nVN{cvJjSoK;~ zO}Dh;Vo3teCywSCf>9BWZro@U=kdp4ZR@zzv`*OU0!J77o0#VwHet@(=2ip zCD?F4{{X7@lb;4me@m1M${8q*MeuHDHKgTT_{R1-f!Ymo*%0*|ck@1@mow!q%s>nX zAON6sUlTvJ{X1phN;d*Mlv3u`@o=)u<3VlhksmggZikM~?lcu)%XCBaN7g zwQI6J6XvSCQJ+ESg@%;@48LeQiTSD%o^w;D()e7LJgzx9HF&aM^z4D0JHKCTAISHg zH8^UTLdg_lk-7AcGk#1mG0nM}Cf5wZe~0q{@E=a+Tu z;+G62o8!-s*y6_E5;O{r2l2a-G)vW zKtFdiLxFSW@+np!yB@}RG4%M~GYO9-;z<6H7;^*MuP9kZ&67fB(UuLE6mknv2O@iV zCQQ0<^uS67#dGd`=Y!|kdwN9}bSQFzOm2@C?K7XJv*Fw4Z_~FQ(!#!24(!n;dHLMs z$X~^p9>Qm?%bLIhQ*^1tPA18hcO=}-IQ_fx{Ehyz)OBPa3O(1JrzTTWB>hKbCvltU z@sh#ZF+tgyd3Wb}UWZG#eN3Q%{#EFcI`R;pLH$Won~!>}MjVZzlf$6LcF-2F#7)ovoR=S}@!?s}n8l&^1O$VhOTZ z{fue9HjR`YwD!F4U~;IX1oAvat+hx&w{*<$e2ER!-O6M1z%6Fz&@%?gR`$#rC6i>E zm7hI34p4ti@4%XFBz70axtv(?08FLIq|tL;Bw5JmayhdN!iG}l6L@i#zG|_5Xgv8y~#QHHvii2oT&;mwW%9!^t+CQ|<<-bwi{{ZJ< zC+}W5`c|c=5R3U}W%P$cEV)qR0?L8KerHZkQdVE^RreA_)blcWo<=_0QJR-3;me1{ z#%tO#;ame7YBz0uwlKc0nW4$0Y-*VCpS12R$tU2MG!g&V87iva;bh6`twzGl05 zak$H=I(A}vU{q}Q;7>~y1}A&B+I~qhi%+FLP-Ucb2de)7aXl^U;<1|m@n7sGJgew% zVX3;`9{h{+)C44fN_TnWpJ~hLI-UCb7|}ywz`sQZ9gF67qb>{?O;gs=Zkqo_%J`FO5kjm7qeqT}+xeExs@d-%V=eUYvhJp1-{x)f z^jeQb*X+*ku3R8vU7!jkn(yLx-(Myr#;A7C;gsLo^Xz6P@BaYfu6f=+`CXWOLn=@O z@u9J>a!Ibw%}lk7j=^5o-tJFAJb3mZXJhvjf! zHwyp{7v_38rd)W~Bc|)2#fgTW6C(iYTZQq@$OKP2U#JbLbz&$IDY@odc~)+Jiw^$S zCZ&d~A!3#OU=MZCBu*_0e=(Bi6(f*4?svXXn^C;(Af13; zj~}&4(C8IZ)W?~2&3iJ7%hKom!D&^0e@&$Jz*t7m+|8`G@}iAQY;qZ^S;;Rwk5lX1o~~Gppo3 zPjRbadgI7E(44iF_V(j&@$lQ9P|v2<$+^+*QfpcAiIZTs+z;;{1rmP&_PP)BvAx zJ&#Gu1~8!8lfgD>c;J$HoxYgsk3Ew@sC@iMl-zngHhww9>i`b+;;i`S`HRz)^%{Vo zcURn48Y%~57`2%Ra;!MqKw&)}M8cS~nR8~ZzSUOfpOG__)OtAZ{G8f$Ha*!L-|q^w z^ue>^v*WoK*B&5OBNlfQ#j2EcE9Rpbf}oJf)ntYoUGskCaThs;L4=adYi(cTiONe~ zM?CSGxcem3K3v+ITM1QAs)MQo9%oW&N@@_O9H|?H3m#3LhcZ5x!+=n3Xm04AB>avh zEl3@iD3NwKHTjoP^yMyCcef9#>W-sQ#4suePzPU;Jo0!KD4nE=2f8yNOzS$2lgpjY zE0y~OAsm=)JFm$$#;*^UlZVsbg7Y{1L0ZXbEa#UW_BZ{3ka;st_74GPBF>QKy@WsiK z8zTl&*sE$Zeg}y(oNiWQ}JH&pCg1qEEYYo%R6H`F}4;*$@I#pUVL}` z<~W##AgX0V-ipfy50I*|8`aqcXCXGd8o=uoaS1%acd6GpK3lPhGq35{)tV!QAHM@Z`Fw|oV45+=p#8?g{ zYE=>5%`eo$TThh3W>6K1W}zBv|5b84#J4kH#Y(;({l@# zSk1X?bInWB;e75f;>OPB!p~Dj=_qOQv%MPHyaFz{Ju6$_p+Zg=iEh)E-N*K zfF50|`$v^-{BA!kuTE_@r($4ES9U#jLVCJw4m~?wEI_ye?lx=p@i}qpSr_d@1aZ4> z{^us6S*ppBj-|z43TRAUES{V%2Mpe~Ug>S1mvE$h{{Y@_=k*o+I%Y>564rR1I{C8h zJF+=8Zp?TyxHY*zGR{4A=a>FQ<@(8|v6owu>DZt=@i;T<0|E;%BuYV)fxW3ojvt?OH$+^;yZv5_C71GF{{Ru6b{uTZ2KFQc zztTV8{{Xb$z&DgY>;ju6`kG_PLptRl_uB*hnDp4y@{`CGIvm%MCZyDI%P%~me^+dQ zRWJqI2mtZVTJic;Ai0BgTs zB7cdN?=5$hMaPx*DiXfj5&*OB`}@z7);q4H%WigK#_rEE-PEYfjBLtxsoKMEAbIP^ zzcb18jA3$OE0uB*D3B=K^I~2(r!Sk8%N@_8`hFvuGM%=*N3`^FIV9Ls{v$f9R3XHI*%tMwB1@#UvbEJ0G{jprb-d7>TMW6<$1P0KH_rf z^X|mt8Wbr(1b$D<@^a+J&Rco2?ZoSj4-YrWm|aJusB~rUy(|A=HzEp$BQ5Y_0X0kUbgU@SwE9Au{C~Lre$c(kC8>x zM0tz|>I8uq973l?EJ^`vo;nhGYaDJ=X$eL&wrcsECE1vV0Jnt`3`Zt*q#IWGYn}M9 zA}s;Q?~5j8y_{IvH5uc;0B3Mmjt8{d0uay}faCx!rO_hKVBa1lSp^^#dFGmD+tI0u zHYBOqp+|vyUz0BoVkj*yuoO(1RRFmLu7LK5^+02FL-!sp*h3qWy3a0UQfj@0b1-`# z0p?~+adOd15Iy|OdU^b=btEtco92KJINT62ApyGaH35O84P(1gbvp2Xn1kg|?YIEH z=^fmbwT~YCr|Fzn({do(Ec1JPuh_z6n3e=GovhoBf#0+w)oU!|x{o^SR6%YbD#YmU z6;uSPvl01#cN|1iwKfF~VUr3#FzgfUGz!gkOCf*u48Zf%F#Q+V&SbJP-D03Pqb_$})8URYO3Xde!M|?&>Qfzr5 zOI#j0P_Rcbm6dru@<6I2Ul9OUjkbRgwxs?jxoe>vSpM^)7K zUIl-7HtmlVSG_#z=Ho6b8{&GS)39Rz<$FFB?8|Igd`hp28ri$Caki%hPa!en%16^i zd*aj+I@8i}mK)C79S&+;8Z+0$jj~%%+P6G?L+*2UloQ-y|O zlU4=u%-;|U>c_>^Nw;o1EwZ}H;|>P$d*Y8L=541G{T@Liy8%M_9`bbf!!X(w{{R(J zaJxw;S-9o4{P^)XKAt%JyOq-k4(as?T0wLfxS~goGnMjfVyrQO4F(6J(5f}!XOY5f z2P3OjGnuBM0uiQ5M-0|-^u;o8VvFWm$Y{7ok95o*%T%~7=Ja^w?3b*qgS32$bY*asn zKK}p)r&fH$NEltLkjzhBChb3DN${@*!Z1znOEyD;JBc`^n8&u>Bq;wgX#`yxUQ2zj8o9LVW0My5CM_LPr zD&%lWQ3^Nle)aKl&)1*v1Bw70r`mdYoZu)s`y5XrI|l_%708>#!=BA*H`fp}z=1-< zj0F=+S(4}x!0~;>s5|uPfU9mF(9WD_jH`~#C^vjv`^Tunmn^z*=`_WOWBLi~f3)=1 zJ7GeYEe6sHdk=qs7<$G~1GIEN{XaG2z#zy72G2%G_JAIhg z&~Uu9c7GQuE;PpKffDT7KPTS*0Q6>gHAlcEfKyZ~`^q^{Rk;npHdgG^%$2RNfU3HaK0d6R%k%H ze0lC(P!UHR)y&ySFc)U7r(T~J$OF0P{+T^J7){MOG~gy67Pk?}o2KUdAZ_wbnS&Yv zxQ$DJv|6uZiHENnuA62i#?yU){{V9mewZBF7_vI9KES{7_J4CYKBE@>ME?MIk&aGH zD{jN1BCd+g z%@&b{bJeg4g}4OyGYo@%S8Qpz$+LewEY98M7mVEpGyOMZ0I30s8?r}&W_fY0I(#k- z08R5pvSzszn*erG^lXMIMS<1MJg-dpq!s;kvQTmPiO5Ca_37W=w615auG3F)$Me`(+ z4BE0HH6s3H08br5Is)&xL2UAB6bI%>VqtXGa<5&;X54wX5QA#!E@O-LlouQXJAhPG z3zR5`WCKy$Ht}LAs5Y+D^8lv%f)OkUP`1ri68$pd{0}_H2j9fL)Q)O5J_t&3DlZWMYF2^0C`KMLTEEF_*ianWaRy&ge_g4 z#Po6Laq+laeA$~Ecvp>xq<^cE{UdJJ{A>2}QyUdK0W^6sSTisiKp@fgGtgs*fGwDN zbRa-b3gblwt_A)~HTb`d2gbm4$C&=|1vfRvAWpoAm5C|$1*;>0GRc9|t2fwNk!J2z za>FU=GEFvIlm^g0GhylEnmJa!0VZvaXadW(??P-CiU5CpBz41zS=&5%OlknyTD-LD z$BbhF$U*F&36|y}uD={f$iWS@hLu|lT- zCvlqK%yDE4I`bzofX8Xz@*~rE-z;VOB{voACLqo~VFf=XxHUnBhj?(XOXgs2$pH`&leq5zTm>RyQg^AJTexGW~5Kx->YxwMYZosg7+z<5v5ckAvjM)anQvF#ryS zW_g;NkC}lcsNd}|G5dP?d8RX1uP#FDZ1*d`q5b9~?ywBEppH1bQn*|u@~#@gNH zcLi)X!!@n)J|UsfE+jgQK%#oS>Sd|b{Y!7S_zUs#GrhNtHw=8T_g$DXBja4I=)@Dj z^YA`rKCds=WL#*d6p~7c6NeUO3={wXHMH?MU4FLJ7qE~x<9FlYHKWeu2oO}2y5^1c zX87`L!VW^k?3(!YG7i)xjn!3um+>J(F^_Fa;^-MpP6z;dNz0I^A$Jj8W^Vgb)$TJj zZOo%_{6>=J^s-AS;B|F>?KvAIx;+r4)XtpjC^+EVkukxiY_3&Eplq?|34M25vzIF* zYl(7Xucj`z+(((|W5vK5PVUb=eoRP$>n=bym%luqO|x`olMCTJduZL&`i)NKrM8)7cI0Qdq4-?CK-zjGcxm*muLi|Dnal$+m0S^GVrQqS#r2Z!?*oHWCzwZx6PFJhx*~2OYC4LA^A2kR zqdj~CwghojO?Nz-zZ1Jc#j%`V9p3U}^!$9amYoGRwKqeuBVwV50;_@7aJEoFwUBuq zF@;b`CwI+N%)PU;k}NLXyJ?OB4yBbzn03K|CA@3e0VXzP@k#=N^3CmmkqBfo2t zQdYku%O0G$U7La6bH#u9CpQWWiLRv|15ka!<|iqwtQKkJ&o28;KqxRUo8l|Gf%Z_f z?EKUtY2hzy6mtrPn8})QP#%#5GEG@xJOZizc7N25GriO2?jedp&}MFbu6N&ChW$PLB69Z z%y<&%sFubyh6Mg3GSulIf*T@8!u3#GYXE9crV`F0eL-~Y-3VvK)PM)Pp*0#@mDm(L zjfo==^5gnK_*v~1F6Dv&Jj)1yxjTpErobo^s47*MZOweuMMKQ&36HY2Wq^YI#r~1C z{8#$nQO!%(?b;jsd7WjbeW6f%3W}WAw&(VSrxgCVLb$KCkIxfS)9#||031*@Wt9i@ zxBSMTLG8aiN=`Wp;KDm*HP8ko#*}tqACt+6ok9CWe93IN7>i?2*X!#|Qya4O0REE3 z6IMw4lT$KXP;zEjO8^Ny$?dJl9a}IhZ^&QadWrJ^ONA9z=ef&`wQ*%WpM1Xj^d*7xk211$z2Z<(qL zY6shFERs)i0M|7|E!ZJ%l4NwpUrn;JeIVfqs_+OLlQZSZ5l2lj;sKRO0}To+akbiB9CczeofDIbF;Cqh@MH zmzS4c<5qQfI~#wb%O+OHL1S`ElP{;5@@0M2gF7hje=vNfARD=v7y}2Lvq~bl5_^u! zJ?a?Djl9ZOCWp9a&qZY>FmGERMm8V_^n|)y7o`u7v<;P!a z1Ag;tSy@2KJ#48#Hj%Gi}^s?6uI{RL1rS7I+ z(dK7}@y}vxh**FDB=iSnY37#a+2T^5wG(H7?>n*L$AL~=NZi~NQ~vUUV$%KA8zpo) zU&P?m=gE{?o;{|0yYC(;yX`r(IWy!XkKkO+i(ULske6nMGrvov+<(P90pqLrGhUo< z-z8(G({FF6d6BjN6w_sNbIdke;rM0OiZkEh@t#W55PS6NEU$o~LcdM`=AbZq=8;9C1<*L^;RV8Xl%W?XE&?Fx|Pr05>akn#o zDv9EH`I?xM+2-eys9JNyS(=Y0$@LhK&BqFda=c;@7+eazBPLBoO&D0~)8 z7t^-~`NwjNpxyNbU=)$}0|E;YJ09OLUezo)Zn-@f$@I2a6L2K41d5=4+IgCcj0iw! z7r>r|e4%S_Q)C~^;dNZ9EB7#_0QchNd-tGM`?iW(?xxt89|p$(cDCSrABjCX z?q^aIDuM$6<`bZzE+yPQP~B|RN89rWHtFN1oDG_RsUUOQpf?%@ZR1fq4k2_b7?^Dz zy-H2DOn4*205OR2JAwNgQ3kw-l!8fNa)z`;N>X|Qh=Xl5pa?cXz;oA#JuOj)CaB$1 z4n3ppDkObIuH#Nx-~!=#f*O*w8T z0Ukuhg~%$-N9-i!b|6@!JyEF$g`6!hv(S|;y+~*UT?p8d!Md8Zn1xe~tl0#A%(05s zYoF-{l{|IsgbY{i6*N^^5Z4uuWGIkHYX(hp6ljsiSgrck^ay)1N%&Is9yP<0YfcNqt7!n>&AVv&7115 zWiCi!+gGc(52aI#Gve7|?D5CAnlo%R2Lgy5{7m&)m&yV$JbVEvW#iwIk1m?CGO4Yg zpS!Pq3}JIESm2H*T%)-C#F5<@Nxj$+b$$C8rJzTABSvJ)S3iC1zrz z@kf?CNY*dZ#k=iar`QIM=B3(Y$7J5zitHM}l-ZlybKOjU1o3n`HRIlCml#SaLxa-; za=6be52@}6nk$AK(D8E+q^V)p@ijV3;3GN}Ru(MZ5Y|3d>60sO7{6HzY6?0sARtyV*2^K1DnspWaYL%RD z&o1i`jF&qD74c)4vS2OCuuwU!%+P`b5(RXzZVI->M|q6L+L>{L+m81G-Cq&x+AlBI zwP%|%n=YY(k&Q;*&oh@UQsj8!sWi@9_~Ys7t76)Aj>iVX!GJmB*^M^ z@Cp4#snv|)!anug?MIn?Iph0#Z|V9?s4`?5K>n>Y%bY1YQiqE_>?Q|P`Hujo_MCZg zoR7h+xt|){<(U5fi%j|M zz~ke&&c%rYo0w&NrmQiG7ERm$X7#6%^7&<_O%@;#(c*Prz+I_<0@>v5K_2=8E&5_-&Xg{B5i$ChfO&)4xmpv^gzmE|i zpCpl%R@!K=C)gQ=RW6%>6CA7=%XCk2vA*OgNwL)4o(st`wpJt%XpUkta;G8|u2%W? zm`LMhfr>K-LL3QK6et1Q0Lu&;5k@Dz1xWK5hNaUs;Kl7Jr18XvY6(0}y(Uz|8+qi_ zPDC|*%Tc(2T$3K#!z+$kk7E-D0hIUEj%2skz_1+I2a`kd5-3#zlnXM=lW+vJ0Wq%M zLgo7Q%P8D?@5qKA0cJc<^AjzluOJ$`>OB)8ILLOnTl-1jgWwD!uCaTJ&ZVAGUjoouckuLTL+FP&VS*huUp3d08QSp5<+++RUeC<&bvMx zCX6N`kCm0HBCUWZ)%osuxih|AG4%c~9ysxN->1cT<`1K;e<8U%-5(-jiyqw>a=;SY z3*?Xblao2kn~`CUAhq1-MHzBo3%Nos7Nnl~o~i4%$Ll^!vd8TGI~#v7k7=#EkRlsZEKOun)o?_TcL5b}c{9-X+enNH2E2DP zLJl@o9FhoOnyJ%@fGTN02FdH-PC{%BXLc*vG7_N_f@oPEnJc#! zb*iz#h_pZqY>{FUZ256#Ob)~r2Hb!LJqr++{{XL6TbHZT#!z{wqF&R$01JQuk7N$u zNh}3Uj}M|_Y6V=A=ZQpn4tcpS%}Io?E-k0PfG8|Lu>uWEap7Xzkh7t%<5sg^dlM^D z8(csZU;wgu6Jv?g(}IVN4+dc%TUb4*wyk(&?*`T4+D~AYrE740UWE82aVhb*@}ie#gzwFUHFlRssMZ2 zb$p3R_L~Pp$nAuYhNC0m$W)*-0Y1m(WBkil;&tW5MlkL-ar=QdodHv|4+oP*S1j&Q zrJr`{9gaQ>kj?h1atB<*q6Sx=c9}Luu$@|bs;UDM!Qc)|<%~k(mBzbrY7{tR+&Hbb z#rv7QCdzS=#Id8tfjBV*`h#(x4D>N%M!mnJ4qBn=;?CuJpr5D#vqQ3YgCNC^>N(wg zDD3>hHb4LrX#W6z%;m~=GP4WXC_{PWB6SSFZX7Mp5n#^YsB`;6BOHfo8v~p39v~MO zALfau-gCm1%OoDt&tiAbUt-5VbhHv5-$J{X_5PauyF z-dS5T$T0-$2a!$eWs7B8N`Tq1?{VYA%%t$6*!i2{$e05f1<0Xt*F0zSrkhTV^fnvJ#Jdzw3d=$`6j zhf9+v4OFMehzzcOO?Ang+Fj%T%p1oOUrbDACVQzGU#0=y!t=)yZKN%QmH@NO+b?ca8Iy@LM1rEVV{{U#8ZsJ>P)A^QA6e{u2GbSa8XRAI!RDlCIn?K^{lv_PpO z?;$|~zIZacxp7PO;36d@O^Xw^Dyt!5v=KR5&l1NBvA9w$OjmKxJ|ZGkcWHMVDx=&X z5FG91Iy5608_4{h+|DM;y@9#RP4_gxiSk*!syxZ2?={ZqM^&GuUWEbg zD;5xdWXe>xVGsPyY?&JqQV@S4<*PPfxSnH8&Pi^*%$?0^UX)NGthca7a+0zk;VRGp&1weC=UV*@$#{zB|8GR4d>uR znUB=i2;g`#Qg)4?fql+wp#5MhazCt&nSQgTY-9M`B}<%ROE2Ihj?0#B@1}6Bc1z#*4|mmNAXni9a7O zb}GsbUez_=kOgpf{LW2ALfODPgd+a{Fqz*N%PkzFH(<`6PQq>8w{7eGOv!N^na%Rd zcqggp;JhfRl|XkHdS{1^d3jU^EDpkX>bo!sF|cL;w}ISF%DiK%JY2z;^?aF~JvS{c zHe0exkx$Yjci5WNo_zATGS0nsb0sur&VWN(b_fvOZ0(xGrv}!iv$!Llc4uIn7rgz?+zAuk_ zes)(|9mE1`USG(rtdii{FcPyieA2_z{1lX(KgFUS#C(V%Rk*U`mhPnib z6iNA>K@1g9Zip7s=sh1xkuuavuDT^xhu@_=@d~~&TBVlXAk_dn_0Fk0I*U{rcqIAd&vKGcbzDHos zD33F*O_U4|jIma*P>&w+SnI=-$1d99z-;2O9F^pG9}t`F1+eBB8|p86=nC*eCNAE& zFrMC8jimnYZb0~e4PR-#Wu`r%@&Zq^>hXIDtle?MMM8oq&G#*dAPe#0AOY-ML8xPP zz-pGD6Kj3IlhK+2#deMX@lgs^759GpLg>p7e@%OdmP5GkO^JCJ*&K2%WCthD<*NCxBxF+3FEUCMzjDH zQa|6`9P+a(w<#6kuc)?`o91Nzs|zRY3_N?xKm^xcGQ9asRMkek!GYq=uQ}lk1yJQkxY8=IuwM)Dv!+P&NmBU zNgY&2T(Q)1mM6*nvPmbia3I`jrI;ujn0dRT1@Tj(4g$oMAwcqHMlCwwUD*J*Gc&ND zPZTO0@#5Ec9!9DbSOH$w40-Z5+l>GMF^g>%qHBN*wjr%S098=xM|m#yw6pC!?w7sj zZeXk7Kpaf74WO_eb#q)9jyfzEl$+>ZaDH_dHh(9mvx~>W+j!^uOA2;^!*9eG zDuQ_D+{o+ory}FX0o+tUtw{uv`08!}B-}-nW}I#@&cv1I$Wp_BIz}eQ*G5`tj_zt0 z@U_Qm1&|~fCVJYeVeti|q1N8#C-RA0y94dPgwKmD_1lfB!IZ5_Tp8GOBW;&8_?*W~ z)@YI;i^rZnNDMFT0u;3e!I66sN}eTR?t6lTz=C57$8&5&R8tH2gp+Q5K0o)|_7%&0BxkNw?rB@tDp$CZ1 zA|eRvM{=gX>_$ago{8cL2_h78d~*;RjIsq#5wWC&g~F`~Ak;ZBm1tdZWHuEzw-axw zlu- z$rAEqRbUstGO}dczhU5s&Y+gwOpjjtdV^4R0>}57X~5fLk#iirN4&gYs4dkFVVrO6 zw!h{)S&oz)&&zlo(H7b$3nuLQ%(6HGZ)C%E$XOcCa~y+XBVC4#NoK2$R6oO0EbE_7i=5>(Ek6;#9-AAUdzFo5{<0QClGjqRE*V zzLlxd@*!t+ZI5#dKwmY$vvbt+???K0TUn{dh=@N+t@C25+{^U+Jtl2iuGcIT32LK8 z$oHPsrE#v2exN0Cl?6S|iukF^JpQBW{C|y&o_R-=gC14Urfi_@&Q*x`z6k!4i`1I+ zc^t88BnBVvJsg>r{A_sKkTC@zM^t+r)5+EnxH0b`ffs&n%wsz_?3n5~^D4VKH`>GQ z3YW}vBboi9mb_b4p5pxXx z07v;|O*7ZiU8>b&A2ud<*>vdnslS;&Xbw#g(IfYe#n)CBCiAoqK<}?_Gafzd=*yP) z%xlJMe?ux}T4gOjcSp#bjgV>aeJrG%!qi>S{{V^8q0?f`t8xi!c*gEe1pCZ0<2iL% zn;5uW@`8eC# zk_tzdAGGnoifQ8Xy0z}_!0|Gn$o`VLiM+rM>6MJp2183g00#Pyp5BIBNZ7Hy7FJ5< z?l*qb3BC*n&QLIHdrJY$kzGP(dVLAQbDMc854^AdkR!UAcy`bUpiwamGz@FIFx;`D z5UOvfA5l%z$gw@ffK(oPIs}sdpbn*l5~y)frjV#E%(YG3b0`5~=7S(Wc!s7k?JJL; zxb3fa=!YRdBDgK@0gxVIFU&7dPnDPLYO(Fr`^;N0U~E{IkcKAs98O?Nu6gBm?Yd+Y z?HPM&R`ii2IA47^wt%Vp!)RK;H# zT-cSFz)@y)V_l>L8=uP=N}+5Zp)4h>bRp9WG@qxq2RF$eSNzQLjerU^X4z{VKeTRZ zsuPXLW62i>CDhRtA_DgY9t=Rk%&$J(11TzQ0fSV$B-+`$&k_Ko^C7#xS(&}#I9a;S581OZ3@e` z$@iM0stQxc=*|<3loQaC(^K4OugPWf?snb4Abj0Q#-T?fu@fvHoP7zYrBXb|>y6)a zPmpaK*T9ju4n;@}uyy;3QZdnWB%S=X7m<7X7$> zmP@dQ`b1QL&l9UQW-LK8J*GfzhAtE7g*0@3(=F1d-AM!H9PH8v_%R*d253Wj#6k9i zWFwXPL_~oBM~P}glNyOd9^xx~MhJic;ZavDKmsKPZ?s4`<^@zvEcY2ENq})x7(EDx z;^PD0Knb#9qTLB#c_LNUP`V{Rqn=DGd5Exxo2XrxZa6V6Mp~wlY?#7<2J3uO-+p8N z0OBwG=J_)Q?T1th;U*#7$muzC9iUR#KXI7f+-#m?u3inyL;cqpT)8J&XutV9oBq>W zrl?pm0NZkg70kC_!?7x3dP67Ku=2}VpRb{ zZXV!F*Iq1owa&p%1Y6($SpNW+!79z%SsL#8lB`_N903|{bA2{eDrtQ49^yTVe_0;>b~f9d<{&$zvTzvg-7#gzh#$zT~ojL>|O&U?@s&WTT$r$N+OjAS%9K z$J|J7=!~$1=yqmtfJqg907A-=DAe@y8Uj>4L3RNP&G+2v{vFV!Y`GsjjjL+k>E?<2 z&V_xs(OKzK1>AfPZssmu$G?N)NhW#yyZuK=k#S)9CWt#ts62a_!|GX?^0p*4m`#nR zf+$svu5@C|`mJ6stU_Zf+g^_*x}IL6dh0Tf#DZyCny+uf#xuU&-fZT#kK07ZtCu!n zp>dTVhhPFK#NzcdMf!L#w=0Y@ud`P*I`ZRPsq~rM87b8J&Tml4nV%anjq0m)=7m(; zoxGg4^|8&PVA!+bCW|NA{dp6e@s%d1fND}6cX56Nc$9KdIaBsu=^pb>C%GkWrXW)u ztB+~BJuQEEkgtD`xvU(%%;xHct{2ucNO{Iw&#H&E3`eb;1gFTkFb4KlVY7_S}W zU~I7jbM5<13~C7$<#;3zYxexj100SW(t^=D4PW9*Htoe`J-fY28<2503Amd#U<;r< z!JbO$-*OkCR22u1SbY1LuCF7$G+^$z3EHD^Ca;oX(Ex_sH|^jD>+>@vp`Kn@^xIFB zaA0*nS9fNsZ#4zPKB{6vXn?ULtg)_0njB;wtDo2of3cY4arH?9$?w0+dvEG(c=7#k zPW|hRTXUkC-CcZ+CE$0$=+xzi0PhBy+mCKL@gph8htpJ!23BHrH4rO<@;HJsWL!J| z<7wQ+z%^geq-%P*p4^#RXd6_5Y@B5FJLB3(#*d^qSB#hUtx(%s5PX>Rz_A&Vjy}QN zSvD?h>Fk-kKO#6y=vAzqOxLLM`^w{9HdQLb5g>Ct9bO>nUyZs2$kc{ z9~wkLz0E)leeM8rR}2c{tA;VnK=EV5U{fEMSEYj^;u!T9)HpwBQ`b~@gp3>47QhQ` z8;I-={laF*_hZR%lTHvL0Fy#cS_04JQ8(1n$EJ1fEl8-C-*CnaUBT*|t=$tExW8yH z;!7a{>QmEOTI9$UTeA=poZa}2)TLi1xHho$bUBc0_Y7cJv(#)rJ|OxE!~i9NedcY) zHx2zF}qR5Sx8VnCQ@Jk zeZ-k`cnoNnNOuphe{&?O#v0ehic}? zCypkFt^R3y7qbc7bN#?`=jW-DV`j)gfC7>MoxOKdlU=tjng)cP(7Pe@A|^qa6hovJ z2?_!V8UsW`T0okhCKL^k9?%4oDi}af1f-}47ziZ_YEVEF1VmpHFz_lM>UZ+)z0Ww~ zd}E(`@3~{lf7Te!cvhKnt-0n}bNzn$x6_`_`B6RgyeCbL2cez^+VosQm`kpUnfp>o zKctp5W&eim$H=%QO+RW`_7e;mhE6_7?G|)RhizvjNGF__8VUrl8lroK6;8ympR=w-Wqm@kKst=JKt^3}(I!Aza zM!eGs%awj~=!?n8wjUW|9iwlM=NFZJV6-s&FlP@aFcxJkgz#_oR>39?m8OSYC+Nj+ z=TH5;gUB}sm3}0nkA;VAqdr|z_!(aqL(BR+a&6y($A#TkbhG9um5d7IAWeuX8 z#ip!dUV!GCSc1VzRQ%$N9ywkOa)mO8tQmIlou%l&|u1Qj2Jj~RA-VI zAO_CIm+QE=U&A*O5RkfK%HweA*#4Io_v}*l(iZxGLkEw|XdX^4+Kl(s6_V@7Lza6Yd!$m!F`=9zw#VQNzz0?k* zWT2z6R*6sP%7k>Ux3^jszP;T!)O)wC|5(z@!CP^5mE;qzx)x84JiEbUY*ik(b(R-@ zM=mGlHMRPz@#XIofDo1p#^Iy=yUAt<^Wny*UE*I~!@0+=WMW$52A%{cc_+>ZY>vs7 z1Ydj9(IF;;>OOPD`j6w@Rr*bJ>7|@j`Fixf0J#lm#x~9NeVfI$;Z03{SU>Y`v_t>_ zt!SxT>SX^RWXjgMI)HI_oc}R#=jhvAh&?N_OQ|Cr93h!$tgOSa(K?iL;X1Ur3aZ=O z>!T@AA~SETWTTr?&)CHu^8P+qnoIg}Gfb)qMnA*V@QTv7DN!f9)Lwc-5cp51cd3ON zXnj#m-x>P*#JR}TfP--A;w4*GD=V|Ed!d7Q9mwfdc&QHl(x_)vX?z6v!lnV#R8-Kb zse1KM``P*ck`nhX?VZ?`?Hg`gn0s7Ww(?K+MV87}RCGsJf*)x+E-p#TCfT=^_^`P9 zWVqqdskfD-IuUo;QWw~}cbad+ z*j=MoF8Su}qRtg?Mvp$Z12m|@*wbK%;A%<>+UkT+)? z0W-Wi>nDHhkUzvW)tQ9%>8#knZQ8mV3MO#3HO@vAOb&VwpFL44iym?Pl@nBGnVuUR zv2xd9%~J3-=1I$Iw7$2AaksjXcR@!5u;L)r(U_m~4Z5zs4K|*xG+@lm6GnV?hiz`r zxVzWG`Wt-??Nkw*0;F$l>^A1g8P2q8IBM>AH0a8w2Y#8Qc?ntwvSnYmOLC9n*IqHm zxmr${Mn`@Lba-`Xs`F+`0-X2@!9UffUrI3-%65tlyit z@xUu=-5aQC-CG@!pU$J{zE#Ieq}TzsFT1-0Gbb}$^B*~yXWwfIPJ0^p_sd--zv=WiY7yw*>hnae2(of~964e3ukI)PE@){hjC z3>{{%p{6oK-5IN8b&IeX@3c)Lm0I~+z{Jno66IkH7ammkM9v|fcB!l%Z|gG8mtFtT z9z$}s8qV5izCW~wWlOcEqB(Wc89oFQlhF3N;|Ss1ouJRMw}v<3dm1#*{w!D%_tblx zIk@Q8=T4Rkhym__k;9 z*o-r{w~_UyIdZrdUyMb?jCmi;QAE%|xy}dQ>ZN47u}D8)xpKe+pp>|vT?qR1T<`9g zt4C?J=PunF^`3kc?bEr#0tPaob;B&2R5UJi!X{eZVuk!qo0#}8iAU>Ryv5klrk=Rq zpMOCZBEkTHjrwrRAG%PjC%Jhimp>}T#?g6W0S>x~2F?7WqC(@$%*ES5!bfJ&B# zw3$nZ+asuYWV_G0nd?tKa2n~uazwOEC%Qb1dU(o+WC^a9y> zp73rJK}M*A@#$QDCYqbve!uyB=Pxgnjfp>`<|rPo=+Po!^hg-R$A5R9sn;W1SHtm( zny=Hu6++eG`~M0r3`{M}Nor8u%D$cuB~x};G|aEz#)?$mxmLQp9j_qw z?u+?0MPsXY>-!qz(|M1RhAkIfe+;g3gQOLN+MHqR9U7QyVa)H^Z`YAT^RVx4R@Ij1 z?4`oQYpQiclmf?DcXkfm*>}G8MDj(D8u#I?>bl-eRI7EzjOpFIc2s+BQBoh<`^&>! z{GW&lA$Qg9#?(oSnO&3{#7M+%+hHl`F1X|P^(cx)#pUJ%Tik9pwHst_I=v1)^c|gF+8-42~-If%k6`Ia-vwa(9 zC%GCnC8k8=WUm{7zS8$QjHk}}PSlI(3m;8}UHrw;s(Ruj#ezzGjgbG%DH-f)mk|b! z$`>nB$Ce*C=pplbk3D|$-C+9T)y^*+j%@$_xXg?A;@+LfyDJzjdmp(;M0st+aa+Lo z^wMl@PRM22@P&1z@YHD3Lu`AbhRVx>o?&Wv*7#hg1ed(gr=|PR(y?)uL81OlrO~zu zv4S7f=1%Vl+l$2jiN-;{5|%ssme7ib7iCjwdZ=dVDc;OcuCw~{&<8Stlzb%;8$?Dw@Zv| zgD#D%XhZ~5%9Z%i@)WYcJATiY3|^C#R~>lz2&?f;&M|R;1qg)@kkG1UXfhv}&B}vX z6I$cdi_8mlA>L^95V_|o~q3W87Fzl`q{TbhKR25 z;)opke9wd{sjn1Y)cRU=Ob2b?1~Td*WK|p$>iO*S#*HD_|!ogyKCL6K6-+u zh+QlzoKnydVOrJde+3$m1yM=7KeY*Xe7roCVI1SH1Z0ojMH5dxxohs+_wm^;uxa)& z05Fa}xKmvMbKLbPkG>BwHOIa9NK!<}ZluFQn4SHw*^u{^4w&T~She&@^zN&cdV4>{ z_$N$1SG-oBD;EefQTj2fwgM>PJuu)^jR3?LhYey}F}B}x@%Ab7YzCrTi+IX{i+!qv zpQ2!*56;Inn+z9AU&&1{DIIN_qM$3h0CH##)CD3Eg1vV#DGaQ}oNDK|Bb5+RO|74J z_=lH4%AqXmz0b_%Ll>&?{McMHXeo=Lf3g$#;nZ-^^5C+H6`~w7Imwup*Y{2z8H|p7 z@A-X?T()QF^E7h{aSt;Wlon_l-4um@J5ztnj81(7*bWmO z1H?7o33T*~^Har`qo7+AK4I%5wY(#CL4YA_=o{r7Ch6ne$J|(KWvZpf7r@E zNc1WJNS?Yg(fcm|t7ajjJm)STeXKHldzVo>m;56K(`_9dN_aO@S!`uiU-2)%D@cq1 zB|>)l`p=bs7tQ$x8)-sL(t<|b^S~}hA%9<2zN?K!tGWS0Z*jJ+>!Mc0{zFo?mW_@s zM%$?de(#)ek5?*iEp`%oF#mM;`Qs-|dCW?7Rf_s$xwZ>+mz7TT&3*H6+Uok?$`4-A zKN8ZDV{!DnC22@g(%RJd-7Zkv8GC07DfQ2VPyYqzUQK<}OK-4i{CHy|<@Y{JWH7b$ zD|m9#^3|8;ipsg>Y41)f#mRD#$3S*X@^=qDcyr2Ng<$Fr+{?Xdo1|FRyt5Ri^aMV= z1K09TKHj`L1_`Lq_~v+hrBq$#F!=a6`O7?6MGG6_@LB)K=NUa8#_~Uoo17VAeHz~^ z@xI9X<+K>u_qGqto{zhPfXSZk3#K~Gru`mgwz4R4|E(6!UuH81;TG1lxDf#|fkOo>-tt7NM$#Y?%Zt;`(v2n$>huRk8n zHfY(?oCTQQd%7M&lV)1tW`Hh-AiNn!pQrlJPCMtrK()+N*S3RF;+ zkW9(AO2oW^uO-|{=u}JQF+1LwpR$YyE_@@ew%4|_>6*t3mt`eToLW{k$^TJjQ1&Bx zatRTk24)8RC`wXqNU^av@rd4q8xMF?@9^VY{)@h)E>?w`;uLGu$|z7&ml^xqKWuJ7 z9FTw)+suAyxtd|w>j%6aDb`7(=MHzS!k{}CuVlkS1NMhF=xb1IhVl|x1yaVQ7p3Dq z_sSI}=zsZ{-WMo~;{TWlfU~EGukp$Ry%MKj#?P`W zz79$u#EQ0bB+f0p*cdNm=;ly0t{6G+Pq^W zmDW@fu!eN=YbE`zeW)=`s-Prs zr39Ug8n}!k`Q^O2HSk@W^a1;){#0S~=&rA~-Lmcji?O1)7?)8G2w1mh4SoI)@an#*Y%y}Uu(9~y1i0rGvzxcG2?G3Rk{5f%(4XVEM|NEqb+}QlWLwF{ zwMmHw{?5jsQ=UKQG2m}V7_9}ev4Z2UUhWRAmfL|+ir)0s#W zpr2C|z;O-y(^ZU&akuOB=ZNXzhN)S;2&?IRjCth&TqmWk+CL5wr0X09Gb~4=A1py8 z>2)&PHZ$Yg{I0@1krZV>>SYvgn_2>N(Cvr=&d6S&n**vtxB~;ey}>v|s8$Z*z(qOt zPU_+n`G+Pm+MT>jl@1ll7kNW5#8%19xBAv4$8wYbF_z~rp@A7Q_s>ubt+mWdmXK1! zN26`ZoX7_!J5yjiY1x5w*+V^{hpZAL+heN74yD<75Cex#@U@kXrD0;1B76N?mg+qu zL(b|Q1EAm(5iY(AFS*q0YcZ~fh|?yG!5TFx8j+56Dw4W`A_+jrt5A&}=d%Jf<8(85 zx9VDdSBXPr(lajzWU9;E3XLr+bVq#2sui#AkkPe@8k6H-dLmAwOUS7eIUrdH|@ z*c&xDUAs&8*}6%DuHnB<>D~MBqnMjG{1Cmc_+l3;aDBbeZyKCd@RvH!-*n=e@c}r= z<*~OOR)ebBp;N7{s=;{Xhd!MVvv7FrMbW1Q>^fq4^%q}d6S<9Mw}u@!W}!U%**#`V zj@IJ^&>GL(M(O(>!xzMMT{>S=Q@f{{h)n&Ab#m=^Z?cvDCk$6R2K!yB&%xC}@OP(? z5fnGbcixC$+`h|Vt+NSY`~{Dlj+8oP*z0wNvOh7TPdbMsj}MxTboLuHGQ-1cKp8i8 zg4gdyuA{0wWZSr_@$R~n4D-}muM+ZSV-M)Js$Iid!C!py`p93taGx#NmhY`fJ)C&x z-1WP9cX+zWGGj1-(E)%D!fWqYzl7v@H}nZBbvbVaNwg`Ps_uMX_l=tDS{#3_JZO8=ET zq{nrwAonWgG=KL8HxFogEETviwG8v>e{(Uzhc2zfZOkuT+11FY&%qb&p?C+si#zsG zA#I*|_kDd-edl6;{<8OZeof~?1NOcv&nOEboygC=kb~zM?j?lZmh)lWc$)7AvZHy{ zW2p4o-w;mP46;fsTME7yEPX=M*x|)Dgc(7Ed!gS;0!hgz6G-afIyHKw<)Lt>#0LdL z;?+;pz?rfVAh=;F^Y;gd{H;}da}AoAL_i@B($GX9V3DJ1SEzB97>0>~J8c*_C&=Zv1Xh*X^}-FPd1lv)eG zJ=;~3=g$ug%0~j^DDRSGtzegNs{0xn4y-7o6-yhTz}=a@GgTm*P|bc20umL)(UzJ2 z#4%G|iMw=@Ra3Dg%=a!kvS2(~_lMX+a4n~Amqy#l9W~edj#Jg!kD(Sj(@OkwJUgAF z;uLXkaGdc6#X)JT_hyo=VN+LpV6enN-osk+;~ztq8JVs#g@&7kT2gnSu9N%j<}ei| zG}m3*Zex``aVn-Zk1iZI0XwRc z3wd{)gWRhe9p0EfyMcz?y5;~`CwI9@$s$HbW*=EpgI1gOF*gjchTR;XtK|*7JU<71 z-(06?z`&-v9FP|#_|f{NJ+2~TI*6#i28A+Q*c6HI_wD((86lAD)@J@U2_b zG_RhmWsxbPL#9?=2R3hc>0~+$sNn==Xio5PT6(fA3Q2YxTei$skK+BX68s`J z@euG+&H*Z*8^adaRbCA2>B=4fLszwthAy_t^X%2S!;k=t-impUsITsfwu_vLlxHLB z4dyme={)BMvU4n+O<%x7!jBW_pEor7m4gSpGvOfRU_azq0V`Nl?lq^yu?Yp=qE+bO zQ-9E_)3HpPoyrMJ4f2CX{~QEL2{!c$p23N10<NB*8vKN&OH*QeW0kvTcg~S*jBqaYUdF2~H|3c5zzlLMI0$7^ae$|N?^U_W zzI(Ajlu-4&t*g(@L(f*>fPAOPCR#;=xQEG~4_F1$?YaIrfQ8M*@+)Ya_M{qeeoDzR z1j4%?=5LSyi2M_o$_*;HilE5SmkG~Yq*#@eEEzR=JGAh6 z`W~#-DZQY1{9z%{+M2$9SJtH|)wMMFZH#mZ=6bZ9xB-JR_+$Js5_R(r!SBw{X*c!( z&M z_N8RQ%m6>#bsY@>5BZm&&{vllhk4k+c}ATkSe6AZj1eGmtW%<^fglpO|FwB8_0;d~ z+)~*|omrmRVMJt2R0YrhvE>#6R@iK6P~0qZTX;5NmQ>hg7f@EzoGapixN5+`NPkU1 zPyo#QG;{2SgUbffbF(ia-nIN`IX`0Gyua~n^WqD;k+EM9m$s%&mPof&TlZ+bIxmC( z0=w4o_p}-$fZTRbrDqf61`kM7FCE$EfS4sML~PrqJ5_T7#$aNxSiuzI;T2s*oDsjl zGHhZ(hV*z|LqZ7b!G!p3F3S}`66Vok=t9@H6K@5EW6a(sv@I>7!)Cm8`QZSfyOpLq zPr2tdu8iW?wKu$BCy&g*eVOaURz6GXEw{pAGtB117*M3eE}jcG%O9$VL&Gj7w2CEZ z;~;PFhYhu%b0}>nPPZ2t%*Mg{tsxhX1(}AfY_7iIE<8n`=z5$O^Rb$p=ZbNh4{W4? zfl#bCg|av@C+_IWAqs$#&B!cmiS7I~FofL}nBK-2uoFJxK|t-hyp_WWaa4Z#xG+WYkbJFLi{552`6SFz{9Yd-K@=*otM7$ zc+i?nTVUg&vB!dwNqPmw4mK* z{Z3KC#zDgshriq}PAaVW&OIzP#Pd|rt@vd7%%S{x^2+B2Phh(uTg)phpXiJ`w!Xim z(5~mEdtxd65i7twi=N*6F(-60UPvMB1aoYC!Fc}u;RcZN>G95K56;odzD$VdYTplm z?u0;*4A|h1*2-JE~r8D?=A1Jo5|;6S{LK zMP|EXtP_ZJ64?fs@xZ)&XaTX0JpemDhlrSEc^0w}z_GGr>@QE}-HSlUDRU(ahT=E9 z1@7afIPiO!at(?8?LSqEHX200t3$ZUn!K1w=TQhR&`|6 zu5Yi$l{U*cpY}xgKZTBS=|in!ZA{DL0r8Wk-Ft`{GLW>3uasSzL`TsTN#8aJCW! zq4KJsf59`f6J@PzQ4m7V6&?{Rfa37E_=3)`G*^8zu-BQN%n?iX1EBKp>TEDad|rDv z%b_Y%f3Y`|ehuNF=?NrL2|Kt>DoT?tUMxK#_f=6K6Yfq?fzG!=b>KL-uRJF%%MH!< zcX2=%1v48D6^g}YjM%!_*nRWEcn&lX4SE)2X(?CPo!vw9<( z1YZv>>F+Fg&xQ^92qW9}hFpD!TE>;GFubx}?yI^|hP&C;`4C*}8)S;1iXa}FHr ziFDai^o(d|Z1`tqCsr*cds=L<|CZ7Uzco$e^=Bn>-62IEjUiHtv?u%4$XZ{F{pCZB z+CC^m)E5>~wO(A5<22O@lsPE@%M$hGjyGVg-epQ)pc6X?k>X?2V@Q0kq&kcMQe^2x#CkaQ! zo>(QCN>GDybbs}Rd($<)OU&g&rp|a5>E*Acz@%>)#@Jx!LK+*_WW8gt3bIQPLm|XFK&g2V(kj5>k^q_giP=BmnUH$&JMfanJH{n~WN@WP)DS>NP;_j07 zUqpY2SMM!xdAlqfO+n^8rI!{ZF@mqm4a2g0;H#+5Pcu%+Lzk6-6K~L^&0X0mAHAG& z6eX%0UWzYaf4Mx)4-YaX7#qKH>aXdE8a%iFMV#roQawX_)Y~}!L4PYtCZAWWE0O<+ zBm;xN!JUi!cwYQTDHfIPCtixr61C2s*P&hY!^7C}DwG<~Ld*i50PqB56{%Vnif1u~ zOM5B)P!0rPYoTwgrBECpo|FM1nH!ydGRtx3K}G(F<&2et9O>6XyniV>H)h{zL+mXw zhvesuEneArUyEs|@!NH#L6#+Vd&)tX^(iQ;vhC9nOg?Jmwkh>eZ%@+^3S&@d!Rf5Z#*sI*e zBMS!8=eg!LVIvZSPV2_U?Fw?I(ef$lK`U3ddu}!0by%aBet@^dYwweGqwYn)Z9_|% z1Jv#7bEO)yafk|Hb^NmNk{^Io{Jc zU$i;#F*`B!u}z#i*sEIer$#P%2RJTc{D}7>4tjOBL2*GuYX<}Q@FZ+qp7`}H-M?Sk zC2bymnb8}tADOVkuh*AwjP29#L1P>+66U+pR3W_M$Gani8>kSLMYAUaV5A^h$y>ai zrtg(-V`Mg_*v$+L%l2Y-Rznqk=IC+{#HP<4ih&uk6UiVaViQ9*|Kt(xy!&o<(R^8z{4lG~FQFYja*TLfKy4skO+rL6k+k%yldOO7T>!@qh<7YbnKq;3ZNdC9!d zagnNbdC^^LwlYF2eO&J4YkGU-$$7`Q3*k-pxkQM@<72_#6rdq(=euPWU z2pIr_-Z?j;#W)8Nb#PkG?a#cYFCyq}W?Z`wmnajI^Uy*J5(fmNaa6uZ>HneJGhY3L zO@l#Xtpwlzo>*IeJx3v7h?eh-HCl!JN|fkqhLn{c4M%E&eHn40*nY-%9`!hs9q*$L zP+RQ9HA3JLOH#(5MeI`skS7AgiTM$=HNN)sgXA)K+L}-GfU0z$v5p3qL&hcoXW@p6 z{avUH!`c;@>csdMxbRkFi>3yD2bFQZAE|tbJzOGTjFv|^&%82k2)PREp)lgj9=xq` zx4;`*X*s@e#Vl!v>Yc_|L${ugS1!7%d?eagvvcT6*A-II(NF@f8Xez$#}SGPchZIm zkt!f$91w~FY7RhU=CcsCW%InPoaq$%0(lkB$FkTnJx?R7X2AolSB~EH;VXW1+L$l@ z#WMe()fh?c!8V0e+KbnQ58f0F|5VUdVZGN;lcp8^tG$w|H7p@g4A|`K(@oZClPn_<>`n7A)4-|w=jXf1M=z9J zCx6zA1f6!j-hKU($&VzNtU-Az+oQ~(C+u0T1tBn<6*A9RJg-e#B_Gl+SLLOHtfBDY zLqT(f95GQt2no#*cOZBrOHe7nWIr=dE><#kLPEHGf^tQN4nL^3? zn}{qR3*Yaono!TS*`VQJ{PHDh;GBo!d9W@MMDVper?>%Fl&B&aPcTP>rlyfWx!W;BF?l8qPmpYNm>XC!3gF`DwZ2OBs=AdaGG2gWS=4msXRM16 zjt2#709{&Sq>?!R#+nR=i6u3o1#mhTMThNkA{v+4+Pq>fdvoKf`Q#JuUS{u-HP!_U zg@O}d=wYOYOhig`Ep&TAP^sd7s803fSL>m>oL>7I+N z;@@-!{iN(dPr_sZI&->QscX9B6csQYG|)?@d<_WhRYlW)bWDteQW{%cL-zbrHgG@M zg8|I+o!HQasa~el2}5m|rZW_)4aNQi|E^5qeC=aWv$PqaD0ei_ge~^S)DK_chlEoB zS$FO=YU1>75ALC{Uc?MBduo4!dc3X<@k_@KzIO+arY0`>%$zbJ4o))kiJvZ%G25e_ zr@xsGhkC6=3*#3MEbISGa(nUrHTsD_oF5aCtniO6;9K;4lxirJ-E4%1g3i$wM5{0& z;ue}S2xJPo8VU*Xi?pHT`=EfD!?{|7{c@pbthTWZptF`;1uNAD?tWN#&j@yd9feN7RH+>s;dA@q-K=S)(M6#NXkEI|KEf6kY#gRQ}CK;WT+NHd&b00~WeR zssGfc4*kEnERLThq9n7O4OJw|;C*Fd{`$hT^Pdm@Sx9w+!;}@~y9&x88U9mlK>as$ z{98 zB?$e;Kb9|yT)^x)_y4aQ|M$@_*AUM){O3Ra7otM{$AA4F#dS&8bRZuhi~A3y{9Et- TXYn83_iu*qe_Ooxuc`k59j3VURY61wc7TikusR5$4*K61fCd0C1SD&~|7~Ch0FupDUO{%(T@3((K@hMUSPmjPLqLik zFhm`IY8c{Nu#7QVCz<0d>l{8&52*xsGJBA>B?2rk>DCF?kN^vF6v{?q;c zGk|O$Suar89gO-v*TLZbX9gg3u%QOdH3*_9>m1Mh-wOZ^k$pv7HtN5CzY$E8H8Ut* zV9w{P<4`)lCs0qp*-3wC$g0-cyy;NU<117rPbYkh6y(U6!+VS16UIYzqC|;v%J`ju z%pi=jd*0qDf6dJOh{R8|>jbU^5%qDWDTbBAUV2-z9)c6N^J)65WAoN-v%H9VU7Gx9 z$93O!mxiC0jCU*trb3y01*;CzF29-Y*sIf0t~s9)EgPJ9cl1M5Xwm}l!u!WL6K7&V zNv-T;=E)z4Ji;pQ1^L;vfy1?SbM^nsHv{z`;wX{;^vxmE$4&gjC^{vBCT3Yk+ku#Yq1Qt$rkbDlyU*lUbOd z@jT`b@tz+CKJEI%BP5rVw%}!PBH3snN#R4`AVAm6tg5)6Txrm5b}91s-JRFi^+LCN zGXwKi;k`VSm|hLA?$z0RizL3>z5T3+OOC5cQQ#XxP3$uZ9`XmE(I)_y^0mgjT!$a`Elstd7;xsGNVhxJ=)> zWcKuOTr(q&F#J7$&41o`KRi@)kPn>VpXXCt9M#4vn+Z(j@#1{ju8Y+EB z-9H%9RE8BTrVlO8=QwzwIum@5Z^L6Nt+rky#nw1jzgUblz17J%%?iz}+ToSY`SlJhI)8jg6)z_ef4uhKk@B*M{PP}f9#<|2ol<*WI&L}s z9B)}W`Lj*r?XHnxb&^3NZO&YwX=;WiOG-5#zP9_r{H3_!B(oF(YkQ0Q)bmz;_Yv9Fjo% zzL>-k&$s{=*2C%}i^jh^J+yB=KY1{R{GqHE^?1tsUiWx~@d81UW-*9{V%xq7_CNS_ z_rA~6Ju4GAGpn=uHBSak{KV98H+}qp_fjP3bm7TW8dE=rOT|I^yR%AP8bTf|J7ipD zgd|tHOjzmq#9RQvn-13nI;|>3S zd+!>Pt4;4{keq8;pH`J9uiC$TQ~!7?g~7obe37OM1f=;Jk1~TM`qJ(8#hif6d@f`S zZkrw^+sfUY1>&4NB5Q5)rb<$n;T=>22JvB@Z&2qu*^@)8@-kkqN()Zi?=K0{nJ`9+ z2a6_b;tY%1V7(^Pt1!c>F1#BDi+x24J(t(3UW=n&G0WVa?C9AC8t_MPNBWE@9CKAGfu-51)5am{GxZ*Sh`kE1h01pu3G2L zI!S%*WD&M+ujB@j^mP(3$jj0X2ziVO6cMJuJr><*lbc+gXW37Q7Li3i?K1NAvma>? zKXDteR4c_WM5e9^T={$}I{e4rdiAQc>UmJ97=&s<>{_xOuLU1>VQ2h`{X%1{0rv4% zDg69t|6Zb;meMX6oC$ z6Y;D9pc>IMjnx z*Ged$ysDg2mr{>Dcusvg3dv~)Zu8qPh7uabj31#q6dMFc4S126nZ?nR8z2L!!4gts zUYBgsjaaItrM|`OtFUqT)9`_I( zHpgV7qd!hI-q3D1Ki){g#>A^~Hlv&)(~hB<%LC^*2lD^R#8g;>*n0mbsm_x(UYksWQs^$AY_c<{zAWaz_2F(&~SL>Kh-8_ZtSe4{X;w*DHIJii|ZZ zPHwm^51==;sHZHt$qC`Z)W&7@`pet;b)4;r(S&mD2CK@yY37c`a1JK$=LS6D1#!%w zg#~4JIY*$g5C$doGw=R&>(*-X=Iy85sgfJ0jm;-6?5h0_iHq6nO;nJ7$)Q+(_sSUS z%~QTc4VlD~&&UHdA;Qc|r1Wd^LYfnJOLW@0)%WY`k;x`Ix z;N;l0lf%k$DzTp@_hV7#owM$aPa%~W5s+VfBi@=0zf_d%`OVwbiOq@c`& z6`kQNz-W3cB7zAzYt16GYW+mTS7tbnfMy0Ky z3&d{LtB(m=;Rs-#Us6oo$O&XZ72C>#+{u3f0g*Nxz^X@_7)1HA;7W+O=bfdQ!SFnz zxwCuD%9C;>>XqH_xX5O?C_r1t3Dc{jC|dfgnzs{vOlnar9i8VDc6s2u5ylV@ESlWR zEa6}&OCs-6Yn*gibC${Oq7JCt;OlI`JV2Um#M4C;*xQJJAY(LaIb_)`WyKZ*w^mD9 z(G{V4*l10TS*B<@blA)s4f{Bh#iO{abjfkkF5o91hAvc_YIXBjIUzoolR+5APIQkG zMD8(^?#$N@H;~rgh#k9(sPu>}mv@S?FgsDGu|4!Yg zb@=VC_pg3}B|EN%7c|K`zPn<1%IX|#sA052^yoXyZ~QCtW=dD})vFBF3%p3U!d{to z$=wQyYHv$F9F?P!XPr3Th1iTEn;TDwL`<8T|wL!dKi zZrN9f%f%ya>wRzFArtPkf7dK-FU~s6>%Q#`D0V;6fhbfAOk_Pg`6j!15BT)oYs;_R zyEfD9 z6r42B`iA_ax@+OT`ae=_$VKrHXUKow*1GT+0XYNx_OPi?Is1^L{@bKOpb<{#`sCjs z)!%x5oIb335!guu|8`;AW1 z-%NSvmxcbu{27(iw@{g9b^~&t^Dp~$HC+B^SmfW5 zMn_lJ2qONv=rVHh;5hyV`juql_mnXQYC{#1W)YcRp9kI@w|+F6Ze!I8xu=&^_v?{@ zz!PVqUMF|9J%;j7h5VxrZLeimIN*IcO7mt;b@gKCgXSCa-NiXA;&S5<9tlH+s7u(Q@UzjhFm4ncLAW*BvGCl7ew8@o59@PKo_5Ml0bp)KZ>N5eRvF3C)Sdf0aP2Jy1>sLnbH> zCR6DdY25pKo0}ragO!#16&G<1c_+{_c8e_ajG^Uy+^S!|8etDneKQ76x1C`O8|Y&z zuHh6X-0NEoWp6r8h4oGl?|Z!a&8=K)ZF0s_-obJsb?KbowbI9}+FS9VE(Uk&+~huF zsj1h-SGuvL4g_FVBiVL+fKes!I%WOrP<=dIC9J6sj*Lxd${BKkkfsIK4SpXHC>byo z!ckPJ9D~afG}}R3GImI_dgRbYhp5J00!1v+@o}JH%Wubi9m}MJ?rMr@~=QopQNI#pwL#Mg38Y zi7qfQ$|lFLhU&;rNRhsUU->#qr- z`~KLZ&pG03Kus^@OR3W%#okx^mpZwf>Iny5FF5<}?{>WA-C;i7`c{E@A~2q&@RA3m z-oxN-X&YAz@Fd8u69MtMpK5Eec{_IIiu<+7pKgRc?XK$NX=x_J{!n|rKcX+;pcC{| zRN}mK`fQ^0zkQsNq3KtR|NU(KV9)oXek#`*f5hB*0DmN$?$xv{E1$l9ix*wz7H_iY zb3v)YoQ*rLyRTJAP}jfTIH}eC^Rc9@yir3alT4kz_tiYk{}`(7DLZcGu%;g))g8B; zHn;Ho=h_fXp_jHeow!tKNKS5j;!<_;VP67Uu#A&_WuE0{dl|%f<*E4^3SS=nOJCDU z;|Xx@B{ub!+&lKot<+A{{DFm^z4X2>>pQj|8rT2hY0fEOv0dhNz2gH!h_06#*YnGE z`RJDsZ|7F}&7IWk-MXRcya1;#+vFtF?A}kwQ4QGOl!C)ByO8F}Q++LAZASLiDWnFX zS>Nfnc9x^iRXy7K#c*#hzU;y~fmN>#s&?@re@ zsS4If7p596Un@=0Fry>Cf1ayBQ~boe4fB?0k7JxVW8oGH=SP=qLLtGDJM@^0`)F;*81Cp}joy@(+}+ z?ssBq{yTUw4dVRe+r5}Wo5^Ht((!YDZvL|K{bGOO+)UDmj6-op0{Ev8u4NeoqJ006 zotow7Up-y+=5^7kf7CuJcF(t#kcPYXbnJGO_ux$1shij!?gdw@5co4 z`_l^(mfS)`?;tHp4uFiJxGXrIk+hVUU#Gt;B$#nIS5JH(&Q^PWTtITKk(~=@RhT2c z1PF`LH|_>eZjBlwXCI2696}$ftvXO3Vx9Mk0DOepA-WBxFsgyrV*Ykml#{y^ zUGiMqB+Jc}=!Z8mol`eh7u^fI9P4x9bU-q5rmp;M z=c09N5Au?_I0&R$gq_ifLEY+2y70OklUX0?>b93(ruI6Kw}_VJ4^>&OZI7BY&RP!l zR@HGjr&_WcU6_kC;;(}~N?!`q#ngT-Txh?Lq`GSavXFLV* zW8Tmxqry;_Z_eOmyLCg?(R~tv7W2IIIvQkVW$MO+@|)TE{l-$a=OEFvJSd+zJQPUq zWujpelyB+?QahyLHFHO=OOBCY1zkhRr`cJKQ#I%0?#ED8Gz&_204+au)27Jgs;JGG zGodIvTM@V_H%B%@Ou#^`ExDTDQH@n2-RaDmJn#}qH@YV4e}F%P!|3JqKNKsJXx8v* z6HQ@nJ!MjqM$dYVnZdceiqi;h`Et$#=>F$|w@K>=(V2f=i6D$ujrTGf7Rn|f{cdq) z3uqj?UQ#ga=1zF3gqQ7Yuza!rolg*>rQGTu@b5!0rQso0LNyGH14nc_X{wHAmnNHK zT;ne1gS=6vpMpVLfchi!wAP6h{*%6ey7|BmK~^XjNAOsJ805bRL1Xe6n+m!}HK|jC zjH{_!rKK*6cS{hd1n8>5re(h7nvOL#VJhHT9T6kz00(a+ye zcePv}V!oGq&#O%m_wOzG+7Z*2E~!@6ud;h3NvW9DQWb3CH`L>uzrn)L3)aV+(&J*i z%l`FYwBY#7`go=H_SZKf;}nsv#?`GZJe!}lS5Wr5`AbMcrbAz4iiS}B%;DtD#zzzF zhWr9Fyzc30S8?u{D&#QconxG-duO4y(s@(%;I?&f=n@>43;Gdzq73JUTZ2bXW25I3 z(5vWVjywUbTrtXvDLTkF0zSmgG=%cI?{XDI=W61hMNBPn2(5!!xe7}4#j97f035L$ zN{cQ~NSk)eOw%R(x?}uVkdVxu|7cuVu!}lXJpVY^A-zOc#fp3Bj6w8yzt?Ku$HGef zW3Z}x$kXbVCtg4tG4jTCU8zk{9Og>{E7t88;YiF5^VH}m^o@4w%pz6}>GCE)c$`&W zrky(W`8;{(AyM^MpZU>=NJY9>rxb7FWSiUOC|FlZ_CqxCu)h3mKs>IVe3SwxYa>!8 zMvC71E)PFlxdWnj#m*%>B1ujivrHx0BoLo~DIHFBhnAI_RCH=aJI38x3sVv!_a+b9 z_jeV1xqU2Y!uGWP?l0%AykNzhf2lRdo}N2TrF%7h*(U0Hc4Ym()$iq;(u0kf~t(cHZ43RN-!YtcH{ zL&Z8UNiEzSC&GG?I2Wl0ntATQ2iV{E%4X*L9;~-B*N>INYVtug6A8-EoO3%%XkC$k zC$*1+|1L{k6{GU!a5*Y_6}nzu;V;_*Qc(>W%F1)CdLieHG6?zIj`f6)&Hmxw{!Cu< z_{NFu=H1D@wDF=Av`S2l<--0zN$9FIpA!H8LAhWpXwY4-+HtG0k@oYjzj60C5PXf*?t*T(^#hJCkelV zcz~ymo(>*D2#iR`UKv_b{FI+4E@ApgW237&=NwELY7%O|Iy^+=&o72qVpz<8(<(*A zHOl&pX*JYPIS@^*8VN$_wfn)}%dMEp@{5D(Qz=Oi#Yi0m;Jjh4qoP@i9CSIRiZwiB z6Sc|K$rg+oeTXn~#5mQBrk8o{@&{aBd9uJX7kHbxK(B;6^^@gt55Em zFU$M2KejmDcx{xp-BjkQi=XsDxg2i2B$pex?ulqNQ{Y^i_4xYm==EYcNp~nD*PP(N zu$U%RGPS+{V^%;9|)`Ad=DrV?|4Vb55N&OOt|g;|G)~{-`^nmz-M;cjVIcl)5B1>wBxLz zkE>Oxfk;xE(<8c|vI=W-o8Za@<#M1gOSB>g9Eu$lB*G(@Oi)e;O<}8&qHI-Kjfz~y z3OUVqNR<~Mp#`|eZ|=jj1{zbV_0mMc_*40US!;TJr(mlm^GfVbZk$$b9b@d7-6PKs z^k#RLf%TZ%;3n0SztyymlAN%8caHrn&c7}%3E-D`KISL)b*W`OFx)LqC^YyKULb$0HHFLDgx-#f*Y3(PFgjozp--jGbD zPR<_`LAf39)RU9Ph>9YCi3@cd4vt~PsZL3(;=p#132#MWTe)?os9?IekEn~8w`s&{ zq_DV=s}xpdp_Lj2zF%uN;Eg_s?E-b9zC z%}Um)HJ5@iF1DY%mYfWC=fPD~O>R3*;%s3du~Zgad7^u)TXbq2GN+CT;Zk|IP+nG@ zM6MI|+j{AoVx-|NVb#T)g)OX##g>144|Kx1{sxxa2?A_IWPnJP76vl<3 z{_sl9&~ILn4Tb89=Qt(6I5g(f!Pqp1JIO33oF88G@(9eNabx=+`S4gY-m>cy(lGA^ zG%i%$P;LWf5KLmYJUhX9f5AoeE&`Gj_=}P4`~_IAV}q*hRNBKF|C#fSR`5(piT)pq zZF>uhLisjNS9|B)Zq2A#dUW+F#5H~RjC>aZA9f|YyrF+o_h^)2l50uwoXz#&!l<~& z+xECWvex$Sh5okkb*w`I285?ub#zoUfDt@**ve2PIF$xs3O&Cd%`gZ2z)J{m4k(GY zRFwpd?ahy!q$KBGBnA$&0{Y1=m->ayX~`4)WdYVd9p3Z)&CC3xPB~Ul5o79kIk|+6 zN~sB4yNUWITiOI5$6@lwcAyBt5Q>t;08Rk7N=nwjWRRvi^zCv$!mgVey6Ab3Ak@vC z7}pdT-Kp2Y^&`pv=soii_S59j6X*K^Pe(F9B~qJe&?D_eTy@3*mYAMx?F}J*F1zUp zIXL*AN0iftb693@-4}n%@gx7xwz5*?FBlDo4{K(?&d!F2-Eczj6D)uxHm1&E#aYb= z>P_ng7~bEdxQLJmheF?~fv;l&m+9!phtDcfSHpRCb$ivbVnikyB;LSf9vX0G#XslY6jdU|#0z4%%o-i|~c~}&V zUb83;8C9|?t%!ZWt_?Vc+oi^!a2?YrRg5G3V%}Sn$_^Gu7cN@;8`-uWZ@xwqcQ7oU z4_ZK!<%uLUmXH|CT?_@!$twExVBaxSRc62yn9dE(v2+nlP4raMoo z#MZPfPo5M+dqkB<0gaZoKF++TM$3tQb>aN$uzg&ORTn!m2svI+^c~Yt26=<}50ND~ z&wJFno1OUPYMS^RvabX?u68sE;@1vLr5dBr5Ik!UxGOC=Z_YEU??)x1iGt<`aPWTO zR9cwWm6O1dEOB#GVcGw_f_=_MADV2d8n2SX669`!Wrn2PstKT8QemAYne<$H!9;wm zor$h*zp@Z!?m@|y)R6MbQT8!o7oVeWE%OVf)(DucXfpl)zmffkr=$dPdsgKw2-a@_ z3X*F#s}t$QnNu@+WfKhz1A$}JOlz6G^0{Cp$1Py&?VcNH++CA%ukvV0OF;r{O7fI6 zqs;M-F@n#ygMqJ-X=YV*={)+n+ovRnZzZ75%0rDb|H9A5dRe#a{2M!*OT62xPdPdB zWb6A6c>=UY14K;v3$1d5-&}RkO!Foq>S)k|8bnWz(D};h6_Ge6`Gxz17KbzSRO9DK zP5P$O@Mzbr!84lv5iL?89WqrB>7r4ov+dGs&dLbWN z8&&@w6Gb;CyThq-ruW^bCfpy%KUY(pDwpQ%+K`?C>iyHs$2W+W@m z)8_uOS`lYT^6$^BoeqS??HdjFZG^IUsKoXuaB=R+wf-Lj_)un>-|QKMVFJa>05&|G zq*>v{^dZJUr6DVDw2(vV)8)w_$3=!EYx0I7&C0a62OxsZU{3+HoD%@j8ICmr_!>-` zA`lUuC(_KMq*UpEQmV98!7JHFms!&CLlo5v^hw0P@xn%GR4Ua=7?5bLGq1?0zu4YiPp-5btG6v z0gkkW(b|RwZwOh3LY$HREf-@Xhq~1Q zsrWx*%UaRdNz}Ly0Y>b6MgVRHT`GyrGN8X;+K?%ea*T4Z=cyIgc+^o*G{L#D3MPlH z$93FWS_Ma=o)N`)zpK_fd9V}@3*rxdDD)<6^penwrKy%fx3$Z4J^3~Jjhq6B^O5Kn5~Xld20 zQ#}ZmAL$IrY_(38B_SC!nOSt<-rxHVOcn2MrHgVB&hg}n+Hna*HNN-!V~hI;CVY+Ia4 zEQsk^+ktnosmuP)K~z2>NrSl$$_Fo*bSu^)A}s1< zr6JsyaD-Msi!(x`hNpYCuSM27{K)9C-gHd?56tav!2hmx za3kqi<>Fb2%_6UD!5k%d#dgTfaXDuCb>S8N%dExCqCYT%U-3~c$IQ}wFwvu&WMg3` z#P9qfalH7(NI2^9s!F{2)JR$CY`RHGjQ%#>v*TrvZu5ZUpcKGg%jk+O4n_HQi^>Dr zve(3SlHZ~J?e!|AVo2buE3YfGmYm#H9}<(c$ycY<8@EKLs?={~Ct~~CL*J#-6rxm8 zMC;aFZ8v&-GmRREC_%HZ2c|*p^iVIvRT`95EPFjUseO2_B|6Mr5?{8@uZ~vilpW;L zo0eUDX0EL{r3C8|=lBP$zUY#&fSwdOr|MegzChl%U&OYoItSX~w1VdO^IGp3DF%Pi zzg(YCM!boHTvIW=sTeVKho{57*v>qZOUus;=rOsmsm8Dc*ols3 zjLq+8t$lg0eX&8V=pe+wq@($~ww`7YP+oiXQkH7q$?2i|`;yK{yck#@5l1B=PPE*x zyaHM=at)(ECxT^bf1f$85zkl%g?3Kev+WTPAomO-vG{FWjWF{rr<@?9(#tYoW%)U9 z-lnB6o82b`&?^8oV|@XTX;E071|AsFVAfEbhD`@>l`^Pe4phCxMxU zQx$9~%PTT#oj%uPBpDL?CsHBc)Y=r6#2>0n;gX`^f*OS4RGc|uu@7W*mYTjAR5kah z&w#O}7j^=pRa-F`Uf_HsiXyhHx&2kwIJWZH)60}_RF*zVX4VVgIbKiEyLolOdaUPj z+Kk0|4&s>p(n3{*+7W!rcI#)LA|R&j_)YOA``V)o6rM*``64pPQ`i%+2ow-PO1Sk@ z$FfcZxh)n1dyJMyTMk~&dyzkFs^fU-W*&Rkkv83&${BsDXAL~WuZ3}-?C zHr|K3DoVN;K~?7&NcnOLA!s~4j{pj%PzWbvUOpZeYqAi!Qn4i82C9qYtH2yXue))Mba9;1HA}SfLjiAw=&e3Pw7g` zXK9mqs7CCZO*-6wiOiW?b+ihc*)6iu-G@?p^c<3$Z)V;H`D>1?Gj?vOUy7^SIT~vF zd1^@6rZUZ|%Pn0RWOy^VsxZ_8MgUyY{eDaHb@LKoC% zd#uS2U=h|d?8@L2*GmCsp!&L}hZ^V*5Vdk=X-bwuu|qdU1sYf`#Ueg zUqglyme!5`+hw1xI9e#V`+Vx{V)>&^UOZ}a{+;n2sdp~rf`GDr!aml~_7145J12^q zU-D>d!i0YzAE_2#Vf138+u_#A!f~EUmg2C$zLEk7_u2>LfuGdcQ+^pBo>Z$i{LdO8DyDSRmy9j7_&G~DptGzfgAc)-b1cc4N$6G!<0B%|kj7MlF2%@4VbCtH!Z5>3KaAJh z0@Aaynx55ThlUtveU!Sab*UmCaH|}+M<0r!hz?H}62lc&!BHf3k4V(b%1;~T=KRXc zHGiFR^((x8Vm>>CBQ}5s>jwlo+0;nwQ{Z5x;&7}8&;F!+-|iwD)r|AMRDIttnhV-A z?;fw(G?8MR{f-0}qhrb`LC$_KA}UA56wVFXeJY3@uM#C5@$-o;hk<)8)2FUQs-;ZJ z_M?k5lrlZV4XLhz`HF5%Rfko1AtB)xtgPXK-$dxa5kUB{ph9Yu zppD8jSsPNGN^^|@$u0^-JaUlBx+Z4=ytLL$wkZls5SbE5>o|!#h>upemxaxSLwnv% z5}OL8k3`<`3LS)TL7!-DDue7eXHg`lo>#q?A25JqQXVs(B_AKZCs$rCfK~!@V3}|m&njBgo&kD6*;RKKg@dfAOf97LrfD!c$O* z)>)O+0V2MLqJPGsg!Hu`%jZJ+N<&Sb=+<+5-W2EE6eZlgb53_EyR6$Z%C822r$-K1 zg61fK%5sBRRo7}RK2&xJsie4@T``67h6W`VT@zMiWHh|yad=2}_zA3)Os}Y5b1|mc zRA~rY7D{f4bT>`arzoTa-)TV&&VzA7P+8X9;YA24;~_6fK2){vReJ*bXbl0uz9LZV zoezVzodnUjCuf}H6|C>YVLDU9ZeSaDv`%gOolt|QGeMjoG?v*pJ*2#9?u5ni5k!x5 z+$09AL3U%Z3x=vQ%XX~4NG1b<2pXTG6kXP%Kp!QqIRPPi9Qt}x2)~+3U0+rpxC0ST zKAs?p0>)C|hyW(z!cd+m%JnC*9Au8-BGp6Lfrbafsw@lMkdi?LGrYSXWgNE&{$%Y0 zA{a}xa(3a&>6ll`K$S#RZPQ4Xsyn^`)yp^l`{tBHo~OaS4XUL$%cim}T@xsln_n0~ zLNnp2`0_68z)2JOq-;LiG%9sjSBg$dg2l&M!9Zuz?z$S-L?ah4DdE>0{(`5Ed$nN! ztcFnT1MdV7O&4hp#!Kh0d`*ruVH{sxMD*v}YDbLnlVe_jyrA_%G_#DO8(Z?yDyHjA9g*%!tpy$F#%7+Ka# zdp)x@UBkn@C(=`fo^;E}WY>wcYro=DG}Gf4G~j}$%uz?I!dh^t6;2p0_*tOvp?>eA zm2-X%@NlJ1vK$0VbqF3jPs5r3x%gt%hpo}W09yJ3oYRn*i=>D z5lJV(FN7`_oQhh~t_)987y@BTSlQto4DFX)zSCX!P+-A#vrP@v>EHgUor&Q$6ep#W z@IIdTQYyC&B31`CMw^V;oNsSCX0qFL7M*#>j9hMmKWo4wC!26rOKxd;-C|T9#RUoHG@>vru04xF;m893$pU*JGq&Miw7dwPi6U0ErwgM> z1TmEpt^)iXrq3$aK4v<7y}W?NO&Sr>*JX<>L^vGVR9XZ%;HPX;;Vpoa?I@I1>?4vG z+zK@!b+^*XgnBx%7Df?OR?AE%FGflJ-DejttA!&J3q6M**c3>Csd^kfbR_i7?=+5;McC45nO>O%1${&_+;y zsWn?Mp*1GebVgRiFl*i}Aqat0@()1bBw`HasnpCm%EdFwNc7Ol98wQ;q25VFi3kbU zk;^n~tWCUXO+vfTZ6o2kyB;fu0(T^6NM+Ql1_nW8@E$r;r<5)akM)L&!l7%UD6HT) z%afv?w_722QzrJR$zDyi7vW1Eg0fU{c8V#HYN;SjYdzWk}MxB z1R=vyINIg^d|vCSO(`qVgp}|sCmSyzv4%(W<<|c=``_}q7W112!OYQMWuha?VUYSx zww$_c~;n1UamOxtMGCs-uBKpgVkr5z7bySBr)v-#?|oec3nIBH16`iFYsq&Oz0F7 z+A%)3;KB<>FB`Z9SHKPqY*n408s`ra79urqYix$Wm+@VklHd(zGG!)>Zcfv-?joX7NY!=Acm;4RPAyz89Wau8$hL5 z{j-MGM2&d$>T+<8W_2Y+Ua<|j8DNA;UuFw;e7ZN1!dZ`j8{0f+X-!e11`&cR=cEy< zzIK#m_{Z?JUrFz93gkgqZ>~&RpL=*|eAPu{y=?3A;Cb-zkn5fDya{9e**~LQcw>9D zOJxC(vCmFlX?e81Hj5W@dm{;~P^ot}*1&X-RaAUjVx=_!teg~IzY5v6=kf@ZGfBKu zu9BoFD{XvnodM;`lpTJ|cFX2%Glc}T-{%qry4dHY3f5k|C`vt?PHQX~d_EViSJxX` zMN)mased(MoCea)yFaZ`oAejY4uM|A%3KcNREEq)V9sIZGnPZ75F2VJuG?Dz@NN#- zFPZ|`5=$H>xoSk%bm*sU6#2;Q2SFsVdTH6`q0ZUMBuR88%FnGQE4-DPK?b`$o(w}W zBVZLGYR@W?+NYHh86J5#)LQnOI7?5kNUBYaHIKE;A#2GX3Y^ys13!)K7zu%{YFh!o zR%wwYTxk;s(BM^O$?6V$sz;9Wmk=jJ&0_T~lWzM!2g}c1NF@a%{y--{fh;0sh^VC0 znI8Ld1Pxa|Z%L^0qJd78j(O5~udX9R!pu!oq+>~f>F29sxzn#XkE^V-?<)p?@XKT^ z{IG;32G>JZgyRGMK#XN+Gcyg_5{XUJQpB|R8D8&32|e>fGCaQo|K3O2=FE;q zGm|#8BFy>f+2Ju{Pg5~zh-U)cK^{Y4Q9aZ{rihR@FFD4yNthp4BH%EjzEfV-a2d;s z@>49Kf6C^%+nM@`Y7eci$)Y910KF!vm1#n9p)&l=wK9?6I!zPCLLgG3CvW5*3_t1B z=cicK6HN^xLe%F?=oo{l^IfE|3q&iK!GGG>MOyX~n?Y5)FME(h>^u>?mQKeg2x_fN zs7Hx1CKf`U7E~^Rdt~MUF;w2pvS-It-trEN^i(8Wh(Be_^Hkk;rQrS7r?992*4)h3 zO4B^+i;8B8I5yAKA)UT;OZYNOj&r0&`ixJxE0?}k?0>3T$}QKKntz>Y{1!p=k~ggS zY;mt_H_>2l2sfvFX)Z`cEK&ick62rlt1KoX-k9?soY3=jmmmn$pd=V#SZ3eNOohwh zx9#V1Bh;%%<8{qclWxQRL(+A}Q~iJcYp-jM?&adzLR_-uje{Pe_$~SnBHF|g9R+d zO#mYp$!b&(kO7hw>;nS)&Ynj_-@PZQh%>Py$$sN%!9Q#sYwI`O|p|J9j*4XOlWaJ!| z8NX@Q$%MO*=@0>d;O!cqrq3#fBtQf~O$V^g35I-18$?!iHKVz`-VnDn!3ni60n*BGJRJvFT#( z=^B{JXGO%QQhE|rtyOXTfo3MGs~(&4CZAUudw}y3;9?sjfU$u#S1l+Q0H>Lhc>EwW z;ddo~;!%K80CcYf9INR#N+JOj8L8x542-uG+fKT;XsPCOZ?i~RV*XuFI&5Ra2CMFGjF+c-%p3nv1 zsbbm@m>{m<+#`Ky?^fHoqzPAjD_R5bR!B-R66?%9h8B zgLbMiGeEtisS-Op9gh>ZWKl~KVqDIw=foW%A1FRke~$#OgP%Y_ZOS!uvyp^+(B&rg zh$VT5=QAR6-+=z&AjWjfuzgm-a?CGU&pG$O+`jUonp}6*!7I%D_kqcYN+=fFyce?xT=Ss16$w88O^4VBx`Sn-IiEs=&9@Zrbt40Y%G6usO%FxxA-z zY{nAQ%}k3nZy@^xu^#XCvPLF-;2wmkRX6XS{fCpGVC*J95nSIDG+;XVv$TS^>SZq$ zszmB}@Q_CB`3BWga71f^*gRrIciBjsH5JG;age2e4(pgY;K?Yr=?u0jCohdlKIvlB z`%1-Z=IH}{k(=GPn*B&TxO1)#KgfY*f-0>EY?UZp?(=GlhXjQ31-&(ZIM7fgeOv7q zn5sPCxy1*56H{#;*bK)*x`N+xJ_(|t-KwT;SM9!QQBt58EH{LucU_T`FEumn*NwpN zFv#prG66wsrm-<39UyVoZuD?MLgL;5zw&fKVCzgIH-vPlqDf?lcZ3E{`ofhnTKC;bUXa%sbxA6LmvcKbQ)ca=*g8==rQ9#5i9g zmFz=eAMIJ#43tP|&2!hs+PIsbuGXudRYKRfn%}gH&Lp<6`;Qv{>5_*4IBYWgc%dl# zWIU;ZzH(C00Y<{P#VGdIIv@ufZwrhw#1;*02e*?o4B2(Fet3G#>A!;Dn3<&bJgiqh z?g=t!pp5_}gk$4qT7%ZpTtIuLDNWjyXJRbaUT8e9~5i%zZ)?DZ<<%@n@n*t%F_pxzVjz! z6jyq(TqKQACM{f|Jmb1Vf<)nivbv%~1cJ-zFwV~VeIA-RKPb*MNGTAs%GKmD9S6fH zfmvMBTnlhLeEuMRO9<{G3syRHNTr_Dy-H14OqzD9QVq}@JW!ymwlQj@_9bFsqFWWM zkeP~fLl5=y!daF2Q8d&Mbw|!aOYTnFe>uIuwN-3gF-fLQp5D7zL9!~yjWxq@uGg%% z<8d)K)Y9)E-*p;g^vmRRl?1vF)jnCx1G%>gkh}Sn$$8&KJ0J2CeO^@E;xPB0t!b$$ zaR`190Xx;vKSqp^RI=)ztzK4@CH)18dtpS&7EbUL(ac>E*jYiR+>sSuB$2UlI^bO5b zjZvjE{$Y`J;zdFQ`5-`~$M30UBs~?AnXbedWZuCKYVl#?cE3*qNs6k)r_Tp+Ngfm^ z3;M)2X^3pYPg-qNs_JDE9M&OV4Afn^5&vDLr9dq(KGTUx3a*-NszIEq6!;nl}V~vv&qM4KHA*4)=P(q4eO;v-X{=WCTK;(k62yqDJ)$`fte0+l%w<= z5BL_}LgwMbF=eyFt(`Lu?X9?(+@i!w@|b+ElYif-W+rjeFVFrxRo1rs;o9Lt)5!}? zo@R=-ppAQKc{fe0cOv?m#4gfqOqS0GMNr~zkk;kf4jWW9dW!#%7HO~yP?#}FcC<7S z9Jf;4)$|Ep1pGC4l%iaDel3SwMb3?==Rv4A8z;S#eE4 zz}KMmA2uZaEBYoSJ33nr+Y%X|al5<&D3j$sDJU$bw?$S0coK7CexZQ`m>DW7=>Xxu z1Hd#dh(VGUXM5fveerm_zA*&E!FJaBGD+3au{E*C5?R(c(5}; z0TN9WY^_!rWCZ-ho0;OBC1MJ zuPBeA$ekBs8%4mVe(KiYV4USx>X`c^FOYjwN^#;YXy}4f*?BIN*@irGa5J$HZL zM7sqZd`hZs#L8}lwMW+5ihYFg{A09cxz?|^XtWG5C$(7ZG71mHz6^q`Xb zM2s|NIzkl?LfL>92h5ZU@bzkESpBGo_(y$J;0wf+hMbf9`T7(S9`v-l7N>wcDjL6B zH?|y{)R7w+bp2>j+Hg=d4CeZjbF6A!;2LjH(UH4C@JW9~VRNGjDmgvV=z!#_VvA0_c|=MQ!%V( zvdkkg_0E>S0H_r2`gAo8(HUQ4(X#5|tMAL_C+67c#6S3c#5zj^X%Wyv4_p7S`t$Y* z4a!BSfY1H2Y?JTdK$AW!17EGo$bKDaVAg*JxQqOP_|z;E6fCLAjEIFDr8|7jEpWHE z;%Y3kXdD#BvXeK^qCkAnPwNV3G>akmE8r3Wk*Z$|szt1*Xu05UT~~zqeDxU?)9;>l z7hgm`FgZ{a-cG*cprb{HRSt%L&m_Kcy$({j1-+cN}HQ+ zAg(q*8Oh^8lB~GcA@krXFbSeOHw%d_y-R$9Osz$UooH;4-h5kBg}ER+OsY!z}Znrl94?Up3B*#}c%o7U^+6YG2?tjw3W*wDs;!P+UG z*;Fnz1(j{0Eu|p(*c|m$x!ky+bt6bIBQR0oa8!W*H-Nz){fSp~mM*qYsR5;waeYiG zS|m17fd$N(_=?+0Hk@beoqp?`Mh_RNB&6>Mch_e8C@JP3570|mlC(M@ZNZIE^B0r< zse~e9^lkl>X8oo@zm8P0))pmdUF1eJgZORhdl&+HinAykCs5!v z4m1MypXwhVBVcWTBTxrGTYd_XE}(xcW|22njtJ;27$}HTKT5X=6!U@SX@wrP(oX=$0B*hp36QqBa;E-+wZkuwqh`H5&h$$K^hCf)rRZ@KO` zPg`ebceYfPz30_*f!wQ2!ECx8WO5`os2j-nQS2;O*h@#$&+lvJ$R9M8M8?a7n2FILSj2fot?Sr~!%t4Z!es;a27}ASF8l z`eTu}y!a(&JS|?(xd<3c& zn{8vHd6+Uz3rvX7ZYlzzt%6)Y4~Y8n=AKv|Yj#0Z=^0;8e)n$v^SRAXB>jXg9d0b^ zU{<*mX>NKWK9m$vJjl7ipOB^WfSS#Y>>uG0w5IziJ8M8J_I-|@ikyf6>WLPgB0in~ zr`st2ro!Jxuu8!`nJBrv`+Z;qSQb$OD#~|O`8r>3nLLZ`Qj-8;`s^nCTkaL5wcPQJ z(qIOyARybb-_83di%4Bu#j=-uAISg7&k_bz^ZVjKWPyvss_Zy3%?gs@0ikSB>!Z0G zP8!W&pC7$?N(oDxoo;>K)ktnmXC>=%yDfg=gA@ju(Mr)}&|E{ZN}(*s4{t@YzrNh$ znf-IPSaaXc_X`WZl-w9k*lU@eR;s6CLQ6SF21!@X3O`API%d3`pIbTOx-#qmJwS2+ z*dGgEr(HRk9fE33OR^Y%ktn)=DNo}6--8Siu6D+xe=Gsv)>fayi)(~57TM-IVTS>T z_Ww_s{GXo>$jctY{KdC7w|2EAJ`7U(P)LQAZ1@0&W*vnfV0X_Vo*R5dP4 z(}*^Mj(e5^{%9tvr|hyp*IxEZ4E9-!LW#G4*4pP&7>@Z7NhN|oK5c6E89#<98seOa}y82bKb z2>BH@Vi$2uQQL~;B7OhyDRgNj;%h6J3!A$KQ*h#sn`l1!zj8{DEQhxx`idgGZ>6iy5}WgRPb__O4x* zGsS6OH0y~2y;Wmhy|!?lvnztPfd1dzarVfI4=JBt8eV$?&ABPOWIsMj&q@;Vy8L|@EU(FTLepfruItXPmqtwiNa6Kg{Ox{Hfz z01!^G0D#mNv4T_ zqLp>4!7|-r@$ksa3vz37xlTziffbJ*unX_^(pMO&I?iF%sUC>aEk;p;cJ~r9n*Cdp)1Lfi z`ia}(%3Lgk2DeJS^`CH7NC&&_7r8sc3+F9Lq*1z0pddG@gvv|kkdr>~)?A^I^1I*k zYtK%QcJDkgcvqC`*+UjqZ%@jU-PtR?uH3HtJCHmsWb||3Y1uy2 zz!pz<11JI>N>euI+9evd>y(8Ya}N}F8jRbl6W?pD5ku1)7krpICgr$LiFJCFdRW<7 zeRX5X4>U;cY5(}Sgq|X~W{SDi3D2G@x$(MwIQi07Bn=<#W8=Um&0fBVoI*DCMsMp`-s#2V|eDj2lcH)S?`r?KY zD9(HTEQ$|VxsCem4^k!bwi}5*z$BbU4)kXEQ$wOSm%U=5LseKT6N>hY)E>kCf?D6G zg1NFF?R&6yWo(+Ze5c%DGqF%^!N?w6XK_8bVY;Q2 z$hF%yZ0REVWHbBxGwft!3@&(1Ao??2Ms%do?c~;6v)tVyyS_ck==9?(NEVuYdQUT0 z`W2YQ?-he%H@0s#@c{qiE$SZWZN68y}VNzKlmRWn)JbCvFZg_!BuFxGsH>S@5nMUY9||O$B?(P z=%O-G-(X>&gA~iccW#%=bYy+wk91LR9ld%otJ?Gm^QY>T^C-Qkmtah{TFLtLwJXm= zOj_$SbJUUTPv-+daWyTjD4Lq9*PKm!OlsTcp?X+ zX_cm}Kcjub7^%p@MMgXMF5S9RgbmhMx3)pB^jBB~z7f|jN}Hp;w&5NVJmkT-7hBYN zGIr?!bJ}O60NPM!sKMN7SiD7?hk28s@q#yXL-gY5RZg}Gs^<*oV4iO3pAT;M4ER}R#m zZpW%s-ME{9zY@NPn^5h?n+IvuO>h^vADlD|Y#T)ONCXV>jXTBX2_=FVa`Oy_8*=+K zJX*{9No_n2#iS+IyjR;{{^-0_OIt_YI7@{l0RhMh@l{TJsaayP%sH&mo%nRqz&Zhw zoDsK=frO892|JYyzdY_wg%j(^)Im3zKz1%VNJ;{mtkdCOMX9NVn^A$%Xcd8}N$%YJ zDElmP*lmALfIKdqJDF(785m3FUrM+q#iHIUB9(qtS|`QY81c?A+f6IsKrep2H)YU# z_^#NKaHZ>PK<}Y*L9m3jb_w5oR#Ke$azwPiT$;l&S{#S?XCY45&|hEiR9T@%*U zRhE2<@r9a3sJuOlw2^!7=~z3FABwDDHsI|LIDT{EOl-LN{!O8HYjr`nWIGAC73Bqq zp_YEMsj$@CT(q<4sc{?%c9ayRID)vTA|kXZZ21l0qBOFU=V2}v75YIoKoIoB=$J;M z=F|7#l@iygw{l{(S_YEqR;76c=Y7W^mB{SP4;OD|9gNohplKl^SD!8YR29RykEeBg zxv_D6$5Y8a0QT4^1Z@DWviDCBT2+hF|72|A2m7<=;DBUe9&)LwdM!)CP3=l*u+)eLwjY#D&tnX|r2 zk;ZR=%U)1v3txCI4=hZ=^B2AQKCv~bVgg!XUhD-nR464_aqL-7o%;xXD|7UVKZ-OMuGj8Cy!}sm9{f?(o@?~I-o@knXkL+9#pF-O zEH57)N%+4lDa5o~!ig=>ws19?Dy2l>!LKOk3p(8|wx>K*vmGV59LY>=6EC{R5%@!x*JAa~1`>gM2 zDt@VUQ5DYT`UcMYvbn^i#%?LuNlsb}PB5^gDSJ8L_Nf%Q-sZiiXL75?im#Y_B2;!d z*?va!|AUi|KDD~_O`$1b$2A<(NEK(dWrZT!nVBRPni!0o9jwBkQ#V<= z;*(To0?aRMW~Xd@*?skf98^>2$8E(E_^Y{O^hNilPY!u%hPQqoCxklLd9;QfeMqT*tQiUo#<9{^JtlKNRf#toK#K`_rtxR%#R`m>_dd*y=yO#{8b z@pGh?p~Gy|YMTBTAK#T+7usaM()7_UNVqRj^=PK%=5dxb-H z1T~(*RzFJ-4cGdL8Bx>IXEn(?C9Dq4dbdqaSifj$H{E56{tG&yzl{DA`NEnU7V09a z5*~-A5{P>x`Ub{5E9r2R5bZZO|KB^J>R-?vU%T03`|7zC{un*0+-cj`YtNm2HZ?oW z=y$)4E`8{Cd!#d@N69SGd39H0guzv{)QO42~}8;mDJ-~F8~4%Nn*^(w)tHk1PgaA#5>-V znsGQ3bvxdqJVpt|g3|l7&WhGpEzl%mwq=2IyBND9N6WKZ??E7%L&YpBX8~w3^iQ2z zca+|GIu$wl`e^sd^;IeZ`K4Kh_+>X>^h%o8_233pb=^<82_e#AI3eJ_830i&0%o^W z1E8+A=v(uy7D=#I2XK~DB$U(+i8WO+%KKg%F=>`N2ZM<QpV`dS95|)=cx?erqGl~_SBOQ^>ih@orqh+BEC9Y;7&S7{*nV& zX`lrhyOUNw09JYqrjp!;a3*y{bG;VUfrmvd$OP|3TS0EnVF|=F0bDe zk*sk%PdBNrdYB%*uLT1sREPJVLqzN8R=Q)~FWo;oo)qd9$+4`12fFEBZ0{^0#6)~g z4_k+_RY-E`IV5`8o@?_!-g8DDuPdJAOeflg-|}?pIi|n=K0Z-ANV~3R>@^t7>wQ{b z2+g&X%Y%N%ds=I~(k(nGkj1TjwVb!gqH0>Of$0%#TUiQo;&RkIXoeRnV;hs|?9X8p zLmP~EY}j7DImXp$LoYigaPD}I3~Tin6swZ$ye^WSg~o5@a}Xdx`nQGq48xcMW1sz* z8Iil5K6BUEL1*6Z)hy}vcTMw8e?i0F%Zb`+mX!Kvrtf{3EE^y`IFKD|O1Ti)Cm;HC+>6EExL`tS@jbyE~ zkF8-zfN#`Zv@LRW=K2_m5S@6o2c{;BTwE@I0Odtn%X_<@HrUowN@}TNc zj9r1I9$Sv&43AK~Q5)me5On1Y0V4r4NZLr)aQ89aR77>9c0-zdb@6oHqtE;W`h7Or z^D1U9o{Bpr(u^0|7QUjreLB2D1TVFx&1-zc#IUVTY_PtK=I~M+U)nVBVxh}))o9Mgj|cULD4274~V{RvH7(w zHzYoTfp*_av+2s+NQYAc?(WZW7Q^DTq8|^wd#Ko#HLXAk&DRw9yqB+jsQP{BPY6$` zq`i~a`!;oW_Gn{Q(`3C~5eF}Is&m!bQkhlDX=fqABDe6L;15lbW@)JQ8&O8WB5HL_auydp^J_pWu3%z0%Rb0h~0z$jXKi(tpP z$xq!2-onP2W@|4)ilT=-7`5q=&tuNRz6NItc+6$#mItB)4^nU1@OE3@UZ!3rx4Xiz z4?Z6f z7eAZfvj6*l3J>mL)BdKc;SaJx?=tL25+;jY?D(84rFbwpkE*)HAlKK(N|E2FILmm8 zzNwx#d&!^*ph+{v*?JjgA!cq_h{{uVJW(Ke;oU{50D_LrG{|!ON5g26zG7^knuW5<@1!X8*7s(9%Z;*2-4|CkJ zX3)T>dr_{Yz5wpwt2!YC0?FooHE%LeUCgx#)Zha?_7RK1ashEq|6Q9;da7iMNzZmo*kUoPJX%NKGfb zWGH;^z3Q&<$QABqI&n2m>%WQT+zFC~jW>Jdh7$dXYM<0Jb)IDJ6CxW zAfL<_)T`UNQ!N#oav>{!J$R%3lxtirBemafy@vXH>#P86J}#|L!+A(1Id0tC!xR`< z`AEKJMqgHix7pqzF2nW(r8DlH`N_p8#9@9UuO$S&)o@5&y;v%)`UUR2^xN*g$&s zlt-J4acX$)%P@CJ*Ki!@WcSCw{^HQm58#7Tbc?2M5*Lga2O{QEDv~v}^xt=<^L>%~ z0h(7IDb;?;WmIeAqVv{Q%i42PbNCchXr!!=)|5^W%y$ElYZC0}p@e-R3==RB4sYkjk)$ z84Rj?<76>Mr%TbtqQ|b?8UJ22vMjowH&tiAGeBOWf@d&73nE>yDcvspZl)l*P^qgS zXLk;0F7gMM+?hr%E(?{W9hAm~VU0H}owb)Q1UGz9ida{=qBLUmn)#9tyZGIo<8K=b z6KKyz$|sJ_;?+4g)%MPLcm;d?lw<|t+o~R)NTH^E*@{MUdMlZiBL_0cLhxjwahgS7^Hg?j`>e0eGjn*1l_60eh%S-J zISMcvuGcz<0Y@q}0(4rTXy7Dhg#WcjP1T=-IO=)d`O|MW7I)I7PP|voYiit@J%M5A zNP88HE>p({Ilxyy@!uo3BJz5w*2h)5m|+KGC+ieyhOMU=!&e`%ugGw<^?i9s%W<0~ zInV$3b^32#35rKbRm431$5lz|z(1W4XRIo{&3u^xt$2Rsl|m)MY9Vp!gkH3FbYf}G z&!ATBiAJGwm7=hQS3#-`SX=W9*^4fd$!b2&)NH>h_wC9=>v(IJzM5JAJQqmsV{@FJ z+Ocz<5JLVx6&!AL_vG#_;a7UqWnc%Xs zM%m7wFp&a0QSc?5Z?jk#%cxG=irU5Ku97ifiQyqIa`-1L$P?GElaDweHig_ zT)5~I$N6h%!R7a6y?#{i-w+uU{f!}NAq7-R^*J$EezgQD_-X3x9)1^z@$j6bfb74J_YG+tobhd$47Lr|JRF0%yA*oy-)9ihG8rvXah@o8mi@iyU!rLnT zA*n5Q?6mC=mv`nU`ca1r@SD+6ZmqNMHox3^zONN0r<>lo(JeNOK*Wjg7P3wxig)iC z!(G{{T(1fiian;Nj_Cv*h<)xk?ECQ2Yx+Osq0qY*sUB+A8f6=@+c683AvEG2Ghmpr zozf=y1lRb}`Rc;>Q7+Iq4t}*t=YB!PA1FEDFcfC3N9^F3YbIid!R)ujqD`A{xJ%_; zhrj}jgd-la61#O zAW4(LTZ7vJi(*-}c<sw%)hAy+46_A*@s?$1QP!ceNSm3r$i40_t7w%hJucrEZ2@~ElA^R~lZ5J!K7UBM+i86n+mz9ZHd0t0ES z0h#N&#*fT3s4g`Hcd<;`Tad1)JLV-ae2XDWsx_O} z=l%uJT{OKi0t^0X+hQ8nW}p`MJIU{U^>(1}*0v0#rxE?5H)2#vd? zHJzM<(fP|Dy4>eAnwpb7sV%!mFKOOho9qYCZ1P^gt`W3>mw#L>ro1(LU=@%ELVBv* zr4QGTyFYF63CE}<;$%O9!W8MQ5?LE3t#DN6+!<8uQCO7f5%VhAyX$_B%M^Q za9wYKcP%|B`~tH7Zv(@6ix+F*C^>--d8~0DGbRCM!j1|W%I>bvb>Tv;bTdW?sinTM z1Qrb**!XgfhErc6ZLkNIx+pa+@IKaI;)!Wtd%B+QugPX!dwF>?q^I=+DxN~TBlagv zfg#A<{^JYm^;$G-1;{|0WvA4-Kl-*Um>SusA)YFgq#bS(wOuzI@uukMruqW`ZwvUZ zw4U_qRl8C?l^aOVl#6$?rxxV-&L8En_MeSB1vb4M+U3i?&q(fEnRQN=4nJH=+bOgb zG^b}0*S599(Uikhp8kM17CkV!+RY33ZSOX^M|Mx6#3_qM74w}7b};VP$2Pp}N|yQZ zd?Z?0EWYTc!<&X#qzp@-in$r6hgGtC*7yA$?FTkOMwhLkho@&XENb5Lv8{Ty&~~*C z?d<45(T0cNxXb!I|3O)$7PZN;?B&e&Du%mI85rWng~*)SZdGgvAGYE=+?Zs%xu=d% zrD*!R|12nC2%Yjf?*h$m;wy7z_E%=aK}o`Wera~v0;8bJwf2(Qjs2^QiB7rhz0BJT zHAW};+RPm?U8pEc!`q9;1<2NwPArC*z%JEF-q}jWT@8Lh{W;_w#MfH9SXU{Ikfr@$ z0anFh_4R2FrqXM%WWbr<14qkJ_AFuqJLA7-da>ype|)KZUa$XBWi9No@V25-zWPtc ztLuX1n*kCQx3?O@FA#|;i5C9yL(=DoE}9a=J;Vk=?V5jhwuiG$x9OZd3y5a7^uG03 z*zwHQ$mvH~A4kjMo`-4dhZHtU`CiYPHOy@lNZw>RJ9+(6cYv(v6enx-<(t`>UHW64 z5T2RT6|X&qs9v=;Ue?-~*U1K7JXDV&C-amoEGc`ls_O3fw=$e-VPzhga<~8+55q<7 zzo6%e!=jhu3iW=BWyvZkX6xn9d62`pMw`m^-jC1*6C9I2dWSA6%fOdzMzrb%l;U3x z7rg^fouX{!1FG_TPaBcXKw+BaN6AWJ3R8i-XwmoSJvVI!<%=IVe0!B^pEZgxv|=ys z*&3FOdOnG4rvvx<)ruaWH)j>qp;dznj;U%&YQ06`QRd zJh+@Q9CO5QHS&}2Z><7kTts!z7smPmQO<_mjD%mQZ!F9HvtNC&#;aP#@)uNNQLX%| zl>K{gOZcIS1$Gq5+$Kb<;<(FZlH6LLl=N@#@Fj)tFEA?$!UL22C{knmzfj@^@&>-M z8CzWmf+S*?k#`wJ#J6Wh1TWe6RC_x%8&Nmz8cn0yT&`?b2BKPVwe8tN9+Vw^@}Xu zqw!trtbG0D`;Lc8-z-GoGqI2gI>nBr56aV!n!*8ej?u=IG4Z06yf(v)P@WIUW4rH; zg=F@gBoBz{C#h;iacOD(1=-(p3Nn)u5~<7j^5j8i_Y-m2CG>O*TgVgVX=(@!HbAU1 z;Gpi!RuWFss;NqZDEscpe znllrh^$}0x#uK0uhh;&?y8HY-T%z!=YD@AtTJj+V>UT7BbTtya`HyA z;emeM&zV@g2bQ5RilX>UaUWdHMcM$tYkq6Lj*3k1g?MYW~MH@FWTJ(5c1 zhB_M}zF3EdQ5n>@zenB`lo@V{Goo4~LKd99X-)6;7#xL=-c%5Im&di!9eCKKF1aT* z{dX_Dn?EW^!-lGD2#FYcFBh_C6tawZA9Df*&qdLx-8nbKip z1dnoCo1+Lg=V2q@4_|-0X7;#U-hTc`ifgu;gQpMGmJXxcnIPH9puvaAR8h3Hy^QBh z7<4^a;K1{_p1$$SrGUVQTUO|(fD7x7#1rHzB!L}53~1U#+OWxcCszffE;=r;S|oP% z_&-Byl8%0D`3T)q@X@zkB$#dovZ8Zsxhd79Qu;DR>4^e=?v7ltgNjP(yRbUY#%4+$ zx%d#D=+}Voj4y_}!td|c$(e?(vX`7>HR^*sRbmF7-){eS^sr$+w55N!_A7o8UyZWt z@8}5-7oTd$U=;k>gb>d(sgCsu#&u5X&Z_x^`Uxne6iEvttunoOj|z0;SVfPN8bRxp z+^ULg;-1VMz0b||z}m!X{gyM{*W9PmNPTa3;o#B4)h5ZAM~buPF|BIRMPUp4l2P+j z@lHDH7>tGk@^17c!A6_Gy1@Ha;#iembGv#uVO7is_}@o6(~xY)=xu%i0W0 zTYe7SzF43%{yK>uE_6L}`P}{3aq&2JSaw(d@-Teb)ALG}`G5j-;nvxRR z9JPzt-qH+0fyR$e_l3f(Y#-^_EH{cJM#QOK(d`}|zpx}+a_!fZ~H;y8*?Bw-ihGT#1 zB>1_+WxAl&XJ^}W%q>DgE=oIDeA;D&32QhJdX-*V!D~x>HUbl_QB%J`@UN<1y2Xm z;KJFnn)HPS--!d%V@uA4G>zGo*TTd!kVW&mlD!DCW&)^zlGfaGX8spsp`x5<&J}w+ z!*#c-N$OvEWvh)1GU|V&uPLC6 z{T7?pdEjQl@MlJo~bso@q}D79-BX8orp}N^eSP z4&C4!INz2o76$~xb^yq<2qx(RLF}f;ORf^4f`(sK_LarxdTagJek;+n-FqIZdqHkA zy#s%5rdwbT7toqJ6?F`a$H;F|Nxy?dl}tQ++q4h+hSi6ERu(WGrntX}`pnQ|>Z{E$ zW5|!0^R-%$r}J%Hmp{H6Af zB_&oTs8c|Ddgr0>1b9rIc8$aC=1|3n1AuDk{qvJ7jAV*ceTt{1(n9ggjP-H!m6j-a z33mxusHjjv;+98_Vw=l_J7}$ahH6bx#jPS)qYQ*o9xlgQ#cIfzNIilC<9+$*q*6K>2 zTTMFh7;XAU1Emmfd?H8iZw_r-FQ?OLH4*S9qqzYExavh3tnr>Nt$k*#t&&Jo?N&uK zUW3qPW%8%~BctM9iC=Zw+aN3ds*q2H6ArQ>LZb2bPB9D^2V;d2RB*I5d>l! zG-8P>eX>BtU!oL>i*7az&>aaTvw0l+t5xc?K=0P9Xh=~S5%n7EF8=w;od=xYOXdY6 zZlbnxt0#x*I5EUgQp+-sO8W9TaC&DRa%Gj7td=%d(dRW7=b`csl4LtY5D(NZ_UnMk z;xP2ZN!xv|(>3Xof{3SaW(pRpl1~D@PFIQOr_t&J8iZ)~76Dj`1R6FwbCsOv&jiwq zM3Ng}wQj=hphy{@Mj)_~y#vaS2>Ao0<}D_wO#?_`kfSi#$~%l1HRaeh*Ujz(-|dpk zYFQ#`wGynMyvAxa8J3NVlWL600U@YaY|AX-LU*G9R05s>?nuRpAXw|p7}Jc7jIK8d zHV0#x#QT*p9xm}OCNGi5zzRGmeJ0x zdhG_7eY%WOY1zP{*WTB+u6%DvsGCnJJZ|YCkinIRDt$rfGt_uTL2mD-FQ=j=9R-an^E|(~qKsmStjr zTfXZT@12;xr5SMJ%p^9~Bv|z(t2Hc4s##(xqJd(x2g$*hNQ}SIFS_`Q^!XXbmp!WH zYIW1@D2|eu1)4ln_PoJ7>cxYtwS!<+@0~4N3`vqzR6u%`1-`>MGQ%S+{c^c-ZI@_1 zoMyP#7c8zfDzc&hV2;Dw<@u$gs@P`$uhmKHqtc(C~EJVOEtONA9C;t zu>^|dxc>m0UQ^+kIv^GT?{@|^KNK?}NA({u+1a}gECJV#_Q6?DT!a$LNelxXJM-M& zjYx_KH3=F8MWCmGeSoe`Y9paMh@v>d+-wvLsu;JaCb3cKb~Dr{U_eT-V?x0f($B!} zndj6f)1w3+5&&OQS3{0QTp+Ealq4XjeWKLgLE9PjYetjARUPG(Ekd2kwF3fA2e)JJ zGe);q+U+>ghKU4gxUSQEYRRrowsGXsNf)0SOvEq@WTRk?NC&vG4dBn_D~RWoeTr?U zYy$fH^v7DWopmGdy$K?bxyjBCLp^%_`X?kH%h$`r3ILN+(t#gO&wY^!KrkXthwOnnH>R z+h}=X=y~Ha<_W5JDePD(=riop|!Kj#7L%pO{s0uBAI|Dn@41$r@7; zupXVW(XNH{Dm81XR)I(iT!1L`7;^PI+QnHjj9ZTu_C&6<2O06cx%cmyOfn6 zj>P5poL{zUeG>j-WI%&kg3-K(NgAcJoU((o@Ib!*06D)X<>Od{n^aNY-TNHTr5<$% z=TOXlOArnmUK;W!YE@g?Y-`+Cu4;?IH4$nRV3$tz2`YFaj)2#`JfS$!8VR8!ND-L^ z=2UAcFN^fWysFXIphryJ!hI1>IV~BiC=9^$qjk?-n3x+&x;K&sk)vQF6ljiYkz@8a z@?RG?&I58j*H?zRfS{9VPj77O{!>XTyFxlgWQJjD)8meP@EgJ+lgu&5>;V8US`2FF zdgIC`g>ww5!0ab?QoC}AENGCnIvxr58PbD6BtKLqN@XNczceqY_RRW-HPbtZ6U~%; zL;?u|rPok0`9jLWB`E8N^J#?)(>9)UCv;LF1cSM2pG?a%GDcOJCqQ`&%0MHfgO^yc zm{_qK=cMor3?oM-zgShF1V$7wvd5<#Pun;i7>e4+l4c?{U>J`~^?Jz>XMxK@67AZn z$uY0`fW8fOIi6QKZ}HEX=J=kf71R}m6%l|40>R9KP=p<*Z?znJ%M#3EjDBJ}EV5Am zFQpN|@0A=nM%09skPAB!fda4h#I0Fb%<3y>BD!Ou*0Qi5n#@{&i05m$1YawOQd^;3 zdUIcF(;JTaYfO=rI}Lz22F6qx&n8e*eIU`khd7>LjRxlgw@T)-L^G+3v+m&7@B8Fy z%U@#rFZjRBh()VraG+B;w_lUoXR?P>lBi@Ml#2u#2R;em+O)MXtJ&uIXTJPD<1Y|I za!hwexgO&&T|K^xvIE~39D3&_9Y*C04T3BYj}x4T=m+=9^F8yNbp&_H8jgD4bi{+# zEJ^R2!KnAk8lQX)pP84x-#MR|%Nl{}fz$Ic2?le2FgPN0m%=_SU{K1pV8O;38zE8|xbp(STkb37c^BH4PgIzx}CSY0bzDyeB z7se>u0W!wF`X<@$&l;~#u*ftYbLUl*A~c5uXYdf;>+(eASI zMk~;Rh|~!HtvoVyAiF5PkU!kwmMbHsO+&?`jL9>EUyCQ;cgb3Xu9{W=%@oE)Cbx2H zu*_PCW7Dx$VYy8e?hn7FVb^%pra)F3f+A=D-%@$+Yt(glJt`{?|k~*4=b>BNw zdS@$9u94N&1f{Ddr|*LtGiq&!+C2%Qnq$&02u9!y*J5)!8tO9Xppn$N(-z>fb{E?^ z3mkEc#0GA>^Ugo%MG6PiN9~!MuI<;j`((FCS1j(!V}bjVnYFXLTbFe`bH^+1nk7xB zUSbk852@mGvSJY}5ODi#AqOOU$1O2n3EG%i!jQ~hvKvmZVzd6sIHET>7 zc;$d2ssO9C%xr$1-~-(Hp64=8snSBh6oig2Xs zR!4>9=l~>f{^v6$)>fVdsUV)gk6IU+mqjYZ^TO7ucXjS=xvS5gMUq@mYVTI$6xt|q>|@EPGvc?s(5t_EdvaM0Yf7K@vLu0H{|%@6_|0@8$0j@z()C)czlfK@OM7FDaO_*(je# z1p2YB=L{=&&8!Ay)9|c7kP=IFJvh#sW=3t=YU&qD^q_}RsB&+A(ihN> zNBPCesM0Erq8S~Q^lK@lX^!P^1_y2R2uJnK+J3!LRnN0IX|{<7`%*+T`Vy= z#8py7D$Clhwq_O0izlX2HHsDSSpyaNw{w2HW}N-|HFl@~?I)?`jpWs8A5$YsDJ>!3 zu{}js_!WSx%&fshj&G>U2;8N#J|nh5@f}1Rl7MYo|Cwf-bUR>BeSzEPeWQ#_4Aupd zqDE01hMweA2G9$+9uBOzhQ3u%P9)E&z?mO}P);|3t>gs&9 zJepvvKnCivOFUsfFuKe7KnBHkIrGl~{9*`>9}~B(M8H`G)rWtP&U&dlLLE+*&eOWO zGLTv}ZKQOw$4v8b;dtKOt~}+P9j(=EV@QaqY?4PjdiKtAy4c*1K>!PliqKWQ=P}D5 zEKw4T7Hd*3*mtbMsBh|qiXs+58cqNsi=YQLj|OdRStE)DXv9|QVXTr3{8`M*q$2sR z%ALa0jiB@&Ihb!{yKsaCTUIO&18ooAGS4JpR9mCNaww0tu65xY?RT`T=g0K5mLvs3 zRnP)YtsLq_9@%M>fL6CM^cTt9T{DNIdW`*aTIo>q=m96Wqn()DL#bi(FxnY__3LMx zoR%G^by-mt$@4c0^sb74-snFxvZp#@2`LUH z2D7p?1@x%0&k>LkOp3yroK~Tk7PRuZzz0!8-$6i{AAIHN=a9nDo&z<8-N>#u9X{k{ zfAo4M$ES`RJMVX5NTUA$K>fR%^Ac)fl28_YERIPaeenEpHc;!MyW-nQ~Z`B(UbsTvJT;2|Y35&+M;W+UQ+Gk2q&=7{C{H>-Vk>HKd7P z4d(A-^x7yq-(h!OBRpW4i9HE8==E|ckXx@Dl4$yjcs2VT#(hW99BM4M3JS_t4k()S z>A=jRRi%YS_?5{Vv09_kjNrwtkqQ2xV8E#iY!Q?-QGz$9ek+nd`58PFOyib>;=qC43^-^z`n_TxBFc${fP2ExaxF(d3QyZUCWHntf=jPA%= zq1$Ahz@JQ**OYZM^SsQh9>kapo0yv*a4LcQ#&GkjAn_Ip zFn3ps000KbJ^piNhWM0i5%VP|#ERnV_Ot1j<-ZN_vDB7CAkJ)y&dcP0%mo%wPUC&}%)?P%UgRX+;eXrhnA+Af#=2(H zmrxG@P_P8|`j4s1TC`Pi4y$&hN6=LOB>VGqib+Irmw6be00mA69jpF&=B*-b)QwSr zz-adQWk?iwx+9ZWsd1luMpceSD1R{nOJ!Z&Lc|kSM4Gc%&+!c;uuR04n6V_Vh=F&| z9Q4|_v|>HA0u~^IqMuMTU4NWJsx+w^#RypBQUr=ya}m@7)2>;}ydGLO-a~1*wvI(v zA33%^3z@XjPQXTy*6%Xc?l{i06VA;UB_ja~NH+)D=qjk5dS-ogsz;=sPVSXsdFp*{ zH|JRJj&v|b9-t(XXmXV*da$9+AL(GE7u` zA?ktnu73Hp9~~Oy{Jh#YwpDIY7jLDW!zHwmG--7jBvQ=eqSZ1IrAN3UpSF7M1&Jpc zp=NmRlDv>T^XIBrk4VSU>yvE z0FtW_6CZwU5AmMRq|UZwaw^BxYy9L&*QoIQTx@9-hpyq7+6_c!`hq$gX~tq`WbVe# z{n(a>n*@)G%FBCBk@86W!NoSQ1<@JLF&o7?ZNA+4WgTIvQV;3KW)uzZee;TXeI$O_ zMoB>fj4nHiDI@7?11wKRk~4~>$OhVvz6&(9!(hj0^#M=n#7nLT-i~l)GK<_u8JU%= zeRcuCk4gF4B8V4}wQQtrqn>&v*uc>w_8EVhS{%CI$D(f$Ra!h`J|d*>NIB-D)!!S( zz2%KVH3cfoeK@=r@3)F7kxYMk$UIDUKN;sInnfbTQS>+lc3T6jce@zH$E_YF7LM`z zqs7SP^td_`Ez@FjB4Z04J?GvPxiwaNlB_1=-jn% zdH(?31`2~jyEWB?RRN+;|tsy1{Ksk+PX034Pg3UJN|4U-uud#zZ4yKsIK5e9A+4A4OSjE`@r7 z-ws`S#6y)PIs|!Y2tUQ-(<^%E3s%v8#tecenS;85y+8#206j4g_|MT}O)8$-qhWu> z5%IfF3P`@7#NY$-Sk=UqOH<^uX?%ub$sWVkI2zq1vPsK2$*6j;R2BedeE6Yg%Q+~t zY_bu+>TbBq+L>XW>5#qpjl;KF%-O3hJgmA|6@xazAv^+XARfN>UzU)_JliM;HlmAv zz|TV*T2yVqH!IYg=EuGW`m3YT>|WBPB3?l8QvKt%wu@>K{R ze4OmcVpabD$ON|}vFJUAVVuooq(u`5q1@GB017WLsLL#ot*Q<8)w)^s%rp3$5Guwg zC1OD0+wJHxF0fBKfjs3NxJbGw_imrIaWyiK?+%6{Wgw|F*R>Pr^OiR_wRne$BNW)h z!?wW9z&^Es3~i>0NhgsRKr9u{>Gdby5V7feGfrK?KA~w#ZvOzwC)3d6(Z(f0nP`G_?R&TXeroG zD%D>3ULoQUXkaQ`eAeWkHdIw}@1AE>tlqXdk-_hscyRe<^7wSTDbQ)n$coP413Pe+ z-23J0*$gQe4$`URfdmz<53#=4!qZH#u~!IUkc-{@q;w$W$lh&4@<*W4xn?^;gJF0A z@4j`jD>IQusLewI2FYtZM{7BTC}ox1^$Q7 z#?wQdr1vM=pc%)Jk&n=Nj#)=F>z9q~IXTh9>ehi&n*)PjbR*c}q*PU)EZs01@#%T4 zSq}k6)9glMWeau*H+vNi#Dgz(*1Fs zNeWq1k<#mou^R}vBc6a(R4bZ2{dNv&=lcE9^l`uB0=?RQVs9`zD^K&U2NKB zjKt)5WU_*60!0(^ifJcrt9bx)BensyYVV9vNg($2!MD*YSlK&|z1~I?dW_Uj6mU7< z`(m{P3w7 z{)0rJCu<(WjPv38j3tn*S6j^4zS`r@9>{pRO%tpe*HBa{Du4y|C-*ti)9;xJYA1#m z>vK^uHS#D0aF%*d&Zcxz6F#hV`re03EZrrUV9#R(A|+DCfP4uDRws zBgL0fENKvQDrrh3?H6X+{{Vs0JxW9#Ak?q80-%Bq9YM3f_^jj4Wp?3~Gi$XKtJxR~ zK`hG8R!2ZbZb`=Ycc10R+oM!wB&#q0Sm+J?z4MSuuyJ#ElPo|e zRcP!2NFWbd#%ycVdKu?o7+*QV*x)e+vyU#dR#V8~ij_PDJ^2SYv-pI1sZ}I9T=B{6 z>Tz@F!n2PtDM2;33$C;;6NY*+JI|e1hEQuzd?!~CKps)im*Mo7xHt5CZl6I zfLPV=J9WQ|$3CUOCy~WxPYGP_=Z$J3m;fYg$v_*kT{+Ghki>D&azL!O z*znFtuzBl*BqV~Ma5&>S$(=actW}JxS!V4_6Ld)^=V4n(R8^uCdS%8SM4vF_(ToW6lT-#he=KX}nG1La4MXGIN=wvKRN=R7#kOy*2UU`!fk!UTwG5T|{A;JIkySk9aL-2v-^BR;BOWTL3#Hv+Hu z8P(NjPN|xAjOoITr0@k$qtN_0VTUo9rL8Io5qe!X^TxXD3Frm zHs^0HT_k+pPvO&)5^Q&gj?jQv2cc73gYBO|{1qpTY2z^?Z_z7l+c2P} zxE`ZBuy_uSf19P%_>Pr@(!^FGKJ-p^;EE)UGzeW(*)ph*o-3&tWT|Wl%co`wsM!RB z?E`Qjk8r)n_X8NZcxG4fUMV(yuP#v4>0_3bQLvK8R zm*uMtzp%{*O-J>8VhxS z!5V2?f}|iFi03LzCZH%bhKGFXI}P7S{xAqE4JfQD&q*ALYPt01{xM^99l-3rVo$i^ zJCZ;T1ww)7NX*X|RX1ex8%fGBM-gcEsinRFP%ug{psv6D)H7=q94a~Y%&gNgn@0n& zyZ-=u7{@qel8J4@s2#>k*QV4-69%i=K;?hWIWRq&__nlwOp3SA1sveEyH?B#NOKZ4 z)(pzKh2^U-ByY3ZE1O{P4MK`8zW)G7yo=&Gn=B`8deV%<4%5gMJJ7-m)j*IBYOXLh zCyDBntVwoz)=gHsQ7{WJM;Bx1I;@Z>${{RsEeL={4S6svsG?aQ% zR$)>HQb*Wf?otob=DG{6G16;D*Xt;c%*ej`j#}$=mIvl!B=gHq%&H?SHz}jsoMzOn z0OQ*jZ83G4mL&P|*#7{yGV=|`)M z&7DKvs{xy0@dzkdN~C|>PI01JHF2MoB8EL+HW*5u{_(7sy6a0eo?Wf=*ysr9#b2TO z<|#ZrIZ0@BE{;b#)Dd^+D=AZL8bWK0rtjY$6pVtx08dlTC)YE0#-*%l;S-f1r_(Xx zrs0@%njJQR8D;SuZi*i)Zhg#GXe0qcsrk=I1g=|^R_+1fv&(p|;I;8(c&70^K+?44 zV-m#~+DYiAs9$W)glbow@eOW+QK5Fw>Thd;tsOBwqz;3RUir%LDdEugS({9E%0|%4 zNi1)Zb}f@AYHnt34_c2 z?mz`eZ*l<4cujSdW6j5KISOTE0)@Z z$t3sx0G#EoiYBYZqSJ^~Aks+8%B0E}`xCa*@;(P#)8d*I)jOEtk=`OfQlSVSj)S-t z(z!V0!)sE<8MQKM^|H}r)5pY(L|MK7%keEw0{{R?6Pp6Ae@j4i_ zGKFm~n`7OBZI8HOCm}ZH! zbLoT!Op!9nsFrGD9~J{K;G6nF0YjW-_#z*gc))bEgf}Ff_d}0b9lGYl&`A!71p8)Y zkTFCwf<_&P7RHBO!xgCTjaIu?6k(HMZfPV-0Tf>Y-`wQh*t{zyj%gc0o?$48NM=z) z3$Ot7_vkV_uQQVITuQ-0lVL#Q06UwmPun(XG)W9&O{FeKRbat|06Y2*B?(}>Z~^%5>y3$c*h^~sp;9S+K?(>T&u@(7$tz6mOECxOq+U(-_RWo?lsF6= zniK(`2Vc44FlyqRLdFq*0P>^|0XOv#o8y(6DHG~ZrAQOC4mq=ZzsJsD)lBPuNKmGT zCy|eKk`NtBKB+dx6{si{m=o$6>c4#D>Z6(jEj3)dITzQhcFwXn@-Q;W#gug3+Fdjqy&xH%5p8RzSoD_ZBSXocLp z1_@dO1!2c08zV>&3kToDu@%>##HkWWRZj%+4<@phXeE>+iWZcTYoDAcW0iwQL~*TM z1^|)RfqA%SWD^Cj5UFAvK&1e4SGb_f8K#%|<{e~+-(8sAw!Dt@4NiFH$u3b!WYuMx=fX=#|8z%7s z%cwlJnBS}50mdR#(?z4%0DSCgr;1%KP*@RG3HjqQM-U8&D+M=f!9e4!4s$c8-J4yH z!csh8pk+JbK6dTEa0fS^Lv37#!{ZKIDNwb#h5OL<>^kSov>q8G(xm!$=38P1l%$0K z*(CFxt6SoKlklBf2qk@Nsw5J~!)$82002EJzg|vx{{Sx?uHTQBj2DV)h*nf)K%;Xo z1RLr=2R!p@i!fz!2>nZDn1h-1TB+vMIue3A^r~NT(-P5dm@H)pJR55R+@8Za@#B!Z z?Y%l09dwN*=~5B6k^_q>I`Dd)dmJW}nVLqFqgzuE!jD?{?UPI4wKS^psYERqc^hB^ z3q9_?&N;M898RhlW-Ut>>Y+f{80mY)Cz=J2d9GcUeO9GCz{t9Y6oQdFq!LXLKv!<{ zi+wYsguDucx&~4^U_vQe+Pbl!wS~7Fk6O)i!Z6c*Q61UQn48+6i68Npnlr}VuX5O? z?eXi6)J9sH>q-HAMSNye(#>{ul^w%nVz!SBcL>AOV9eouZJgTGktUKOCtC4{K`i?IGO<$R~BrC`kRe8&`I%XP4{HK(SsH2_6jtc3gWDn&& z%L4YAInaiA6HdWQXhSOkc_fSJgQ(TK#bng9gxwGc=icuuw8-Z?4!u>^xV1Q<89^q7 zYSe1vnm`F5SE7Pz5+!wQ)TELRBEUYi(=M`CI46;W#@zBOp2I843=cNL8nH@u4&yXL zmOh|pWAr*kl33J$OYk_m=CiS=@LfaBVgcVejq7%X@v9=v;MtYb0GZuyfGHZ0u zvV&orSxFDYc&xjo;@SV?f~Tt^}F`3n$Jw@!v~sIcVauSJRaP1#z*38+OX@R&_?8K8zUTodNbA4^VhCnlR{QQaU!Yd z$;ZQ{Ku4Mthf!ys&17e5q2`8TBiH7bmT5(^lm7s?^Ze%h8#1YK?$^|_5>8;#gs=%) z{{XN9`{v}4xe6MtfiyA>lw>j%zqlAeVL$>yXEjMBHg8p+ zPd=S-Zz}G-M`8)YFrjAgB!yv4N45jm#_yz&iDzBJlE>H#10m?gBTA>KqgYTGFQ{-Z z(s-+A2k(n%P%kVoFCtypC))#{Wr2r92ad-mGB@d??U zVT;}g2V*zbWOouM2cheN2vJxInSkUSrtXOAiwDdi;<67>LmJCuw;4t=$t(QhMpY!v_~ZA9AG_La0O_35X%+W75T8>_on ztNfqf{nUoMZo^VFeNdnKtOf|X8Y;oyCqZb<@*$l9iwHejTBe+!bYmV-`|52a6#3XFpl2{5Y&pMxRXk znT)$cr5yJN)~CNwoaxztB{&`1IesG?(#9A9dV{=m9^B;di{)e2%O~OA7SIIqTt^al zW_V#Jz>qm44mw`~v!AN`Ip8|!7^jOq@_|8-Sb<)Io}Ss_Ss7HHEFlXcju5u2a6o%D_!_M$K!|{lgt)C z#w|R>(11Ay`?~fWbIZx9);TCk$W&Nn`m3I_MrZu~xlZFD7JCwd?MEM~HT!u-WO!eQ zXrl8qz8m6FyAZ6hY27#i*n`xi(4m=*pHU>~EBIcjZ!SQ~1bRtSAi4(GKr{vM>JDIU z7}v(t90*WEe^UPH$r)JmI+^wQU4E(J zC1hCOB_nG9D0TXF^s-3n#x768vdJlue+|^7uhFN92M$j`WGxT5#vdK=RV)U!M7G>Q zvkrfJ=*9S-$6$unS0^;qB_Mv+M<1&X+TrPZ3U3CCc)qv8wJEfc8fB2GfGo9aB%V5& z0CSv;XM^g$5qPU=;#sxcYX#jJyVEy7PToHB275F3x5b^;&XFVvC?hE;`*gpG$3Nq* z#7u=hFp&Uypd{DaoYdoYQuCMLSSbq({Jf<keErUA(fAY}o{9rL zmVHBYjLgVN^K?S>71KV0AL5B(kS>w+8eoNMO&qBdVL|CZK|kj;kHsD%sMhavP0c_q z`u`PFr$Di5%06$NepTbc?2%2d8ZWG1D`FO2QemCZS5&SczeJ7iu)%dIe zMzb8A9lpRE725lbeSLfz!x}|*@J|n5IRHk=MUqV&-lp?P_)ml;s$EoG1*LsNiV(D{ z?MeUu0dxfnvU8p5HgS9!Pr#lkvZmQUB#JX>W{+sPoLtU>R= z*`Iu03-EnFseBVkjZ{Qx!pA^3JbdOkKM(j$&nTNmx$KKlL}ry!Hz+6Ucx zi^54g008c>_Un#qGD{s#;hF~|kEq7vfp#nFutqnT`uIOOfBHx969DHxZO-0U0!+;qrD0N9~aGghBQkk0c%r_v;> z1+wX41-?$)d2{JnJoL(?wR_{ zB5@y<7%Bn6qACIK00SrGRgf!fKKmB^?~K=%BlYoqN|*5FrZ(D>Xq+DDs7{|3m;V6i z$+wl4QKt$8k|vCU_uZeZPKGwS7u$db`(+OefLPcM$h>(|_3?g8e*@Dg2lFM5qLe>9 z^IV<@3DcsWK5pI_rAjBz^Pj4JDG+dN!5j^&MS9_#DuK(%_i}3+e$Us%`6+xBbz>B7 zy~+J3z?;5<)aK0>;mPJ_5$W|3NVLp|rT#8~ApGa*fu>Mze3xY2}WI&f6|Z~p-A9Oui1-EXf?gX+Hpvr3Gf8{;BYZc(9n1CA7I z13KDIz>`Y^zDI`mq7YOFqG{sMYaooUGDoP> zNa)3s5~cYJ)x`h+JZ5cAf%ry;NM+Rcd#0#61&{JBseEzEZfd@O08V>&^+KDiWusgc1I zwni>Llb7}1wAu9d>_3DwzBeN3be;tQX(R#tbb~WI<&6@k0rJ`ctM!!b_&r zr)!&45-2^(9sN51GwMH+TPFI7=rVp$ERv{f*|iyR{h7z<^C-XiX{H+k=wON2Y?*b) zNHm`peI0c1kxZMH(6PaNG)hAvg*fs4oqaqn zhW-T6M>g$TS|28X+9Z*KA8;ZW)K9^_8u132Eev3uS5KvOVlSa)b>r=xn1Bc!uuFh) zctvm|{2TaweGA0eNmYoV(UTbY0@{uscprjkr*@0MoxwH>>!h*JAF8a5JLh_7!h>fp zwxJ6eB%Zmc4Q7wRd=4-G@JPyme_pC$N$gM6N95;9KN;3(^uiqun@gk$exEKCr5z}7 zm>*CAm!>u7F%795_!)6Ep}a@MW^&q%bnZHB4M2}@F>KBT?n?`+IGE>*up7W9wdSB= z6dF};zER86MJ}n!O7_Q%%)9~UJutM89XzNWM4~yRv;KI_gsT*)RGq`xu`vR&hJt5} zl>Vi#N3c0l8g!9q)D>=Zu<|T{ey^JU04Eqa5};rRATJ<*4lT4% zsV)$1swG95ZlS=VOJ0?hsW~L=E$_O<2V8_|S|7e!B?Do291G_;d!zwC3%bu? zf4*3fWnes@dyU-SZIlp3(Z~MmNe1fFdmJX5nk=B#QUw5UO+Mqs+w4XJVn8O;`ii_! zlfKjT7;-h8#XuMvk4=ORTfvGAxqm?)VU!o&_`=+$o<)4%aa0Ms0wq+7di!OWhd^;{ zFF?)Hxmw7wQ6qRH`nEK~1c08SipKeix3L+Sn#k|RMI-mY+zQzKDPpH$${94RvePV^fa}GSSwjA z*S&wnDPv{mK=`t7)r#09hS7YQCptNu=Go_e*yQu%z9VMi_W9=(xd99rO?M5HWIRzX z>v#<_%)LSz>=bn$wB%fwRbIFu);JM zC<_m^xC#gd<0?5C#?iOj;#f??Mj|{51hFIc$Pt3LW=>B#M>rY`%*;xFIHFjActPX~ zd#I7nQLp0@u&WASNf^M^2Mh@9&IJeP#O@>18vA05fp2-cJuZ!55xs~2a(Dxv!!WIF zF#^M;=KlaV3lc)2;|edHy>Ww702WXh$5H4xIb<&iR;YKZ26=~I*hjgcf4${1Fce&y1n@8vjwk^` z*bKIM9gX|oQWHXte{41cRf5CZ;G>4K#~EawQ-L>Fqg8@QU}#@z+h;6?;(_<9uq0Et zONKodH4&1GlAUq;24g zp%`v&uc53f$tQrLFeV1)86Sa#E(vu5^siB#sKQxx?IfQ;l(7{ARs8iC2c13;rL3fB zbPYVs9;4mbY1{%hNM+bLr zOp4_};mD_0bJ(A0I;$b{qmf1hD!3#5<-Ch=s*|0 zc}l1aS2*GWaeoJ;V&y!6UvMm7K!|Us$YToKaeIgZo4BD3y2<|lPp(l_ z9G;D5DAv&F?1xq4b+#EBO{W|QQ>Ff)Lom+-k+Gy${Zw^76^U&o=4N5G#qKOX7#qxR zhANthJwOkZbnN4DJFo_gHgQ`|6EQ024`aKoHMDG0JaW0Q!B+jxTn@;BMijk=W09cR zpof?edk#N*<%nhw5xl>vF%~_+Clo(5xDhB;9jH5NBQ34;}BT=XE`Qw>OKZ9|IW0@s{Vsqq37nj-in zh&Yj})d#SEo=GgnpMiCZHQST(8^7~OuFMI+N7hEmHJF!2(xr} zAGT9?yy(O#ZWK8S$J?9AYpy5OZY&Q$-Fy1s!QvXoq#*UaN+_)2$K&#ax6{0YaaI8T z02l}H0Kcn7%jyZSjHbtNwd}GMk|igt$<2G=L*pqDvGVvQw-@~9os-5%k%Yc1NB*fj&eZ@`c`ZMSY38*d7v)Xn!LHLM z1pOp;<09;O6XFWomwM`cn#yflLYGJHk`eToTRb6>U*)y1$cBKnfRfN_S$ zqi+z1608|V&GVJ{u_T9TvAzW{&oa_OxSI_9N!ms+buJVXW3+Z8=&vq;bEuxB0A*__V4|n0F|vt0yKJ^CoEX?O^<`su$X!J38Mbv_btdvfBZdrP zcjvu~E2d#8#Z0^oK_ukPXkb~Ho{I25HZov)DB~rqnTQ^XjY!dLgf8c?Dh1-0Y8VC} zMyIdUSYXKrxg8gtTX#RUbaFXMZT|qvC+4gkUIcnMx*R<2^gCW z%%iU$U-5wEjFLAU*U0*h85I~PI}wLA)@u}vyM#Xcf=&>O?Hkdo^&w4QH9-K9;91}b zykK<;!>x8WsN;+_=G@-wf7=|p18@QKTmpzj%tJ`3JC?pMgvuC&w(az(H~`3HE9Igd z=cvjGRf%c#*IlXrz&D?B3xV7Lz$yUy|O8eU2@)j0V}q~ z5Jb$t*-$%ha@5SAZZYjAuH#^4c_jLYvI*)B@mV=zLy_(NDHgU@;kP07;0KiEtVTcFR^sHv)c$aTZzz&!N zqy&wHyZ)}23|{ux`3A-V$Z`#mKJ|jJf==UqBw)uGAX?jcoIR{b04Vh}ffhJ}UjvT9 z@c2+oSnN~-gRp~Ji+a@@J&FaA*T*~nFe#jsu%@rS7)sA%?N6{LBC?Wekb)-z5(royG`!;tbW;DM;KTQ+9xt{9EN5-7zTHL}MksNSMSiBn05}7`smP_W9(Iw1`bjK(>kKUs zM+m9Da40g^J-sg)q%jl#p^6Ft=*IDhZFEa~bAWZw*~_~&Y@bt+K^<&!(~*P@0PgMI z2}O*&gc3M4fmLUwPKT~SFQ_99h2U4cUJtzn}xtqildxZ<+={*zclj=+q7 z2p2${pa8Lxcd)-xf?2PE6pr9v9dri0vY72#+zlRaWOrh3_sat8bsf)40W*RR6no<9 zap-LQ>m9K71QCKz^T_7_R=}co#wzX?WDik^U=)DQ&2+FZe9x$IJ+A zqbRGzmfye)K;aI60YnNT+NE1Z^PViqv9)Tk#I#FZy# zb{zu(4fYvPrS(XpA2;>s*!e$r)t;V(41s8y(gH?2}V#aji>kLE;%;8^<;7Z?7(M^k##VEZtu8P z(xj2|iw`o$q$_|=UO&b$HSd;RFb(Pe0;_Q#3|Rq`{{T=Z>JI~q@Y8CwO&}ZD!5no2 z3~IK$Rb3_W*R?I1#xA{#Zwivk?kHc?#R}>;qm7I~DuAuLU+Msi@vAz9SZUh-Bg;s2tUSG{W*=WW)vtMInNwCXH<P8Se0zv z<|LnhI%g?-dQ(Azuq1U}NBrZY{6gzh3L{+>3(b2BWnGQIBS`@elBDz<4p!KewwnUE zCdcobS$uO)rs)q$QiFkgaj|&eX;4U$DzN0O6(4S=E+)rep^W~JtUHa_o?Rjt2u4$P zcft4>&u=&KMXxi(mP6VT(d=%eAp5I}YL zTLa^qOuiprvO6;lX;golxV&mN`iYX3+w_n<#tfb@3b{KG!kcE?MFY^0-yNMJcz>9n zhmdh%$ry*w53IQ4cPvexipIB%X(3~?X2LF%o=>>UGI;6<3qcBt1QMgD^y||vX|QPk z3-lnOIjS~sLN)}lC{Ac7ApZb3AN3(9BqAUH5(^MN##!+wNCV1J!=Yy5+;qHRY*~qz zlO%4!=#T*)0AR}lB5jH2k;y6rdvwBGRCGw=c?b06wO#i_KHXwo$$H2^l1oAziAt;86SCIys|>OA1Bi~)LKnNc>+SKJ{br+S9#RD)ey$0^RwmVI zD{+;|k^Y{Z)s(u)m5E0K?T*q(=I#^9?%(@p3~NTN4T7Y9-A5}uvbM5dDT)$%6JriP z71cljqas+acJ%w<9XjphtXC>d3PTkg&N%nHi`z;3MW|!~!@Y7(f02=Y5zeHCUB|I4 z-}cO{raOLu3WHz;yBMa@6>Ac8?TkFDfBk5%5=igtv9SZ-oSDvGi^m4IAcK<_c~{z% zw7bC!lsfKUe{76&%)qQlz;`Cc_{IPcH~DF_^e2P+Wg|FSP>fjdwDcKTSSScF!iX!T z-al+^<^VR*Se_MQ;=XW_IhY;~KDk0OyJ>O2>0|uh5Lq0L>AHc=;x^;f6kthigSqN+ zGi+8W9YY?Wd;b7AUSN(ue4<#5w#5Gc&IXXkq%!QG)rht+z+oAXIo^5aupb$uqAt@MOMMAr&0zqgm;+DKp=$#Sg3Y;0Hyr^Z0i-I# z5{cM!B;y2*!;elltO|JdEi$-1g^2$Ee5j#bcSM(6NEvE`kYr+c_{cVkHdl{xcn2JN zdXNQhqy903?gE2fPL-7s0(T;@ZkK&N20Rj=Z~A}E0+mYL*77T@)=_m{rpWZ-@wBPR z@ASS+ub_Us)U--(6k!%o!y_lQWmJ}$9>_T2@s+|~qXBscUTj(~0?{qohEsko3|H@My?$fS^2FQsJ_B>hK%J^uiV zlr?Ofq@wzgcpo?n03-(uN2tNDSg2#iJrDA7P!-MLP!%VeKgL>@ZU8mgD00J&oz4=- z!HWY&rGrNRexuxRkWnKbB;}#I6bU}KROmpwvH)8K?}OVY3+Qmlm0k$I9i)JLJ^Eu3 zHr<6EAP(m&61TaU$@K(e4O?a#&Dr1{aq)nsrQ)L;g2ShLcu+V}8uAMuk%XgY0c!)N zYWw9DAbm&v20-*Tc0ePb!>Smila6}js}j9WwTv#Bq^(O&7|^#tR3i@X+N7#0sFhO7vwU)nxvErk(^X+@u|zW56; zYZf;Tz608bHVy)Y>coAHBuU(-U+(U3)Hh`7(2Rkn=^P&Yxx~w40u`^=@G*dut-ulQ zl)yDv1Kf7NQ4XXB3VrgF(IgaMTmq!?hQU+;Y~JUL0V=U4YXNi#L#-}9NtmUzIJmhLw-SIF&~B#CG%i`;lpZ2j?bBxylWPZv%u z&IdW;3hXupB-ZLAReI!9jujxpgZ}{OuLsicjMG_V4;bU>QNbSAnP8QaZc(ss2o!MA z0_wrPE}V)1RYxAY;@4WNKqG$B$Pd%*F`A7&#Z`9-q;XA0;`5rz6eSg9MI?|Fm;l*e z=>B3UW&Z&DX#hNqNk2U>fs1f5B5piTUVp}CU28%Cq5u`Oii;n$;+I@lxBw}-TTpC! z8^SuWp@zF5lh6yk8uF(43}^TGJTGgncCKWn;kVZoNJ6 zK+g7HnkPa(QrmIffFkmNlT7x;Bq#{ua)ZVP{rz(` zqe${d2-Qm%9F9mH;PHhfeFK%U$QYhLvw4Oim$$?25GI$aQO6~nrL!^n8}I1i_S6$QMezUyS)?VT6W!zABNowoUAbvAnr zykNCP&Vn}Jl{Vcz;_!}fW{elofQG0t^{flv_n9Zvu_Q7rF`-TV1z={9Ns)@7a79`2ta0AR;}@uwL~sirC+Z=ZtY({*Uo-yB>+MtM6aX+ew3zsC0 zmdU4ORkjQik}UT2`NhksmPHA+__Cn|*QZW!fo)?jq>e{nb=V(~T;LsErPsqAO*MQXegRzUBTC6Ux_M^pe-(0T38IjceCHt{44A=+DPY{P1fPZea=6WcRNvQ^Ob zRipc5g;pRLC=R5lvF+0vJdnh|4eA(J^Ek0}>6xUOAV9K5CxrxmoTz(gpjS|`iGvFq z6af3*Kerg^wE9(3VHuRs*&!G1IOJzKZA3m`@=;M#QMM$LU45`3murxrxHf2xm^L-} zNgncJF@gvHuwz%5nkbomm6QwQkZSVUQb`Hr^{{q}H(gFL9cHEpNKlN-r9ih7J!lbw zqC^lLP$F|&$w9sOH<#qPy#g+|8_7SnTp!Fyr(nPmK`LMABpc-2bI);&@lP4?9ejcH z&pxJIfl^5t%BO1o0JjFlIUJROS5TGSXtpIE4=JH#iATd_1!v>Zoxd<~j9qgLM?XXJ9c_4K- z1oUFS*!@+FZB*^25J{<#;0DBHj?jH->j5Rdw8}_5gL9J>V;lJ%!1d!M5&8%7a*_QL z2h+zE#|b5nDGewdv;a9xJPgOlO-TTBb)XOJSYMdZu`42-)nGFyq5I@|3zAJk5UOWz zdNL?He)#2#*)lt~u^@AlWh56!5jz6hpPsnLr5;%G5IHCHM<4$HI16nmk{CH0*(4A1 zd26R#)I%EP+3X*-J}@K)`doStEB35@o+$$oLIvWl0-}u+4W)W?0;?KjjyQsZJJ^b1 zrv5%KmI}6Stlbiez#qOEtU&eWw;bdd-dRB)F3(C)hUCy-_D5aSRq&$#@QH-{$KdQ4(zXZT^@NDvbd`yK1JEuw}hZ#d!bX6>X1-^=>pOcv<)ypdGjPSgDD^ziY zSe7%j+iB*}NC(&qNSZe!%7{9HA_^8LANaf% z*J+_Zi5c5x^aG6i+cY-{v9Vy)f02M`p+;cRjpTGTb4ZFMAylZL&~kqK=Q*d;Gg*>G zG$}^|{xDf)RxYZA*iqc1kbXhH=m3Hv<+vj3uuw9$22fPLv1`nW1grs*V^vvIKl6|B z!f=GQwRFHXE&wV~iR-ihcnutt`i1+0jPhN;9C6Knc>ZyMHUL>(e%K2|Jqg`@i&)U1 zN9Z?QTLg`y*#PZa&JA#QQNiSa*CPcn@DB0N-xvwIZ#=l_LXrOYknZHrC)6ChyasQp*y7_qNwLSiG&P^3 z^sE47VaYVN$g9m!NVEVe&|pR^lT>o+>EQRWNvsVKi#(gYn~1|`mB0k1uaxZzkHpD zrl2?{n>buwC!zav$fR**veea#i&T2xSvB_@UsV#l3I{g zV6SVuUglswKtFPDEtb@93j@i#vb2OTA0%a>kWS(T695*CpPq0Kq<{e>$?mEKMv;l7 zJw@_K#)ySga5_=Q+auzD^e3P9$TP@fD@y1I9ZHjm2`FL=T*4b5wpd@Mp`wsXLJfTXGt#)ZaCkO>VNg;^j*vaOzC;%@bqM8Q*O0xx0k?tp; zJOh}u@M>9ASPeLH%PWA_*Y?eZP^E)e_Y1(pY9sSgZNHa$nvTI;?D}CySyC98B-9sR zHjtp6JqM;`ms+Uw&=1>Lz*uEi*N6?#u;sp`At3OFF2P^xH=vZMP5o zruyJ(<#_~dioZ`McO)Ni*yepy<}$8XLXcNxFcNiA}X4kUABkj0>j-0aC{K z+O|Q?WO}lS7xNQ1{{XTYKYwg-*C-?zXGSNADhc*HVH?5+AVvBCvD5d>AWBg5EmR8h z138PWkTSBs&Rea@2GQ$PSntjjBtla+ zy$jJJs0Bj-^busMkw*Ff>4Pq@m^h77c&ekp_Phn^A!PtE@J$v~28XHV5h|h~ z5Wro)v@Fzw`;o}Z(`q#`5E&BK(*s#S)sK=Qbi1a(KWPD9^C%`HJD}B&aw@@R?{D#UY27=GiM z&E9iKrvy8)Fx(7mNF&_W0}u|G*o~<6K|4he$0VBRlw+1X=n+GLc?wpn*Ft!_OKBP6 zskEh9>=mT@-JI#c0!HJ>bTA%3F4xzg2aIH)no;DKUPc$Rxl-PQ8s`aIWzdEv{{Rk% z2lp`zXX631kt=~5P%*u%6aZJ;^Lf5VnWrnM(#)HU21eWmKfuMEBr>+x!5)Q88ut}r zDlzI|ju`_yh>UB30V*%!DCu->8>JSLh6RA4FOWxb?|Aui0VP}95lx?{1OC~jEgVXO zhyxqrbrNz8D`|?5Q$&h@{joP*KF*KPKsjc z(it}%H?TMAK^TRLN|HOOqd7aSCUN_VBN~n~Y1qo?EO4{8AgXokK-U=K;H+aq0!t)Y zZGem^E$9Fy$G;icQ5z8~Z~9b_n?WS|o3s03-b4~`$Bv3g9QCq0d}B;-?%k?)xsLleg#nn@)i z>e}qUSD`dW#->M+F~r*o>9sE!f)2(2k@5!|`(`O()4eX{4x^pJp!OYe+Po1%7#>5a zFC)v7g+7fUb|G zdNe{c-?*^)?uhA*>$%QFyju{>xaR|LCXE3_dVoqFbZl1D7b5L6vN9FI^rIa#sG(&?d3 z>IaY~ATqHwZ=gA)wKB(SlD6V1g%WY>sH?U|Q?%GtUP-RQ7bIxZP?S{^0)i-YBO#13 z?wV50AL#*9^&oZ_h9R47_XPD)2mpHKhgVWUvptR&spH!c#hJF4n#t-9Iawk$O~-U> zN2;*D+Z_!`!CcH%_*GCy9;3EMqXdR!wI00x0FH5psK8M^>L>&L_(-WEjVu!&BooSk zUWD`0GkHi!a8bFh)kFN|vlDD20@iAoY*uIT%Bj7T?l7uE3f2G~pc^0O4TxqGySp9M zFbgUGS8;zpy>g81+H?H^Ew+~dk3NK5UJ_|-N1nNjq&s&I{BvN|F-MvdxZiw$#9j2DYmQe;q|>bOzyw5g zl?h&G0s*m;6g=Rqz9~Z38(0;uY?&9Q-G47T0BYC$EkeJHGYgOc#GnrQ$0IegkgcR~ z1r^TP0G~_kij0*eqebp_FgJ%~#iuL@^A%gr8^<(zSZ^-ME20`d##3sDjInsAbWp_Q z$2(0{8NeL?G%y|luqcVN9{aAo*&-nc#B2nGn6cx0 zfD`Y>Obzb>d1c(rMOM;NmqBfe=zzIRyPDaX&U_d}2`P!fly1 zZao5lf9^&G=F0s>rKG*eO%@If6}Aq^U+tfC2ifU_!I81gvUXvh}Rj}@b{DtF^LyNYR*0#3~>#toB?;VoBQ5GWq8_9Lr(2P z+cVx$>Ec+GUFLph1G%i{Np$fllCf3t03c<>8IcHhQiY3V1pe3@zstoOfi|P=Jq%%p zIi)nRbV$)F`+yhlIL)#=P{p-I(^a(q2kvna>XlVip3h|)vW)Gg)+_E4x+&P$w_U-?S`Jl6w{a{@G0=jY<#-JYAFb=K|u6Bn7tCXAbev0c3@7#Q_uyg{{Wm6 zQUC^1)1hPjFxITA4hK+J-T^bBut#Mr)Gs9d*(H@*sT>;GqOntX0r$Hlfj}_;1M8Xp z05cgR#zABHNmGHPrvXWhCS&#&_c);|vvH=8fA^7pwb2<1H#^D^U)ZD@_p^!Pkim%P z0A4})z|z)FMHT2SvcUuzCjS6z%(5t88TsffNXHTM)$YD}U1X~UM&VnBrYW~853G<) zRbc?4wvIvQ1!V$50^pwgF9P<4G(}+&SQ{IMp~EUvC}cK3>T8c&hBhr@cg5fw5xY{c zL>{}W0q!v4aG-gNfsNAi?_a(IYE**bG%SvwsuQ!RTjMgT5!&AYesauedh9;`0Q}$y z03=q@dl6$Gb{4FP-h=_h10oc|sP?i(Unt#rf(SSdK}ty~gbpYYF_w$KX1{fyb1GOj!e zWDp3hP2NB#{U-z^ax2r5mwQPfs}vDp-G7{gf{Wu2^s~vqW?-b!miII;Ri+@BS~m7YAb$6N#s>MjJ%GTFvVm&*N#%-= z21ag_NF%l2$*7ZPK`8?H7D)ZD0k)9DA^M2uqVJ`gLtPUaG8H$qNE^OM?TeJV+acK9 z139Yr9nK(VW)jIHvo6wXBSr~PT{mA(axkVDS!63K(Qemw_sMVo^7tzn?>_cAap{TE_@WT4QjUZb0Do!qAaxiW0#2t={$zjy(1tdDkMWAu zh{dUWtzwuG_3c+cW+N_^L{Pe!!D1HF5O1lYU(Q@pq%xTQ0P!w>^3o7@A3%7(=g*{2 z#pGus0Bl$cJqISRWz#H@0}i1UMKpKCzi+V@SDLl)G=w-xvqUt67UK9F^E}#!VG6{@ z9HByrS8%7N70wj#r-C@;eMHYVD{8T6jo-i|k(y)DNcwes97#H{0LDth%g0h5Zeor{ z)P`8lfM|zE-Y|V``ix^no1J7KtQ#S$kBlOul0}d!K#4-PF$4qZXylGbRx##F7S^-F z6(8po0aaRM+Im{X08s=uwzT< z(X54$*n@Rse0IdXr*Q#8D*`OJAe;2&uK|;^%1@Yy803}&5=X^WXKi#y(MJoF+`Sn` zPSil5fjcvhWCf5O6%CR-#ecpoNMmDuf0B1^1zM>3P~yF?E?5lG1`iqq6==-gB%0*> z;KskzB$a)jnkWbYyNj-#xoW7)63R~t2}UE@$3JY* z4xGmAAdtL#QkZ}s_W+)mkjV_T%PyV3JA%3se&i8j?Ukr#;~)505gv#I7^+uZg9_gx z%M4{^n^=t^+Luz{PrWT-#9n$U>L(%8fEW;`r(3W<%UA)Wmnj|Q2-zKjO+G&6h zIx2?bjjq!B5I`TX!!D2ImS~Y$c>t>~A_MJr)A`JroerHrEh|du0=C$RBKQP=NCWMH zm9)CX7DuJ!yuSYcI7vOoH1i~?fD#+d4SyByfuH`Gi~)h!9M}Z_B>H+@DqjxQDyjVD zq0|CP1zPLSf=&Ig`hh!YAI%EJLtsg$kOAyeiolLdWCL&Ib}I4=603d5zvFHPJ|7O% zvb!C_ zj^L1M21sWu5DN@yIxueDfoR}!*G?KB@MNUYyJn6!*%mBc}*KA;o|>UabE=4iC=O3Yz!WC!VF zVo4R~+#j33OpGHd!CT-Rr!;CAp>e&!KRZ@J z753lD0x+Wv>|LaqXvyQr1CL?=vHRwaY#&>r2%=r5^)mK94ciqdlu!qI0u*gZ1Lbak z_s*oL0dkF{Wh#EAX1f0XpOK1Utq?*AEtNFn5f`V znj9UZ6+P^OS<)d*ia^z*R6NVa>T&{JH*m|-4iMK91(=Ef>qP222fwO(n}w> ztW^D#$_{!e+4%JtqE((%0#M2n*5&{K{`e~ekkYz1C!-q`?cXan!oWB-^m_m-e$`_F zh&xb%Yl2rgQkal67{DEkn?D}8pHS#XZHCF*=XG)FIO~RSg~4E2L{b#du0HjPYG<$; zk;;pq@y=<1bsCNB8ao9AgLzIVJxQ*f_#2*yX;JK*rjI`u)W&p+X(iRu(Td;y05~lg zGmsiet{Gz{zns|@1Q`%8KlgE#&Z-C^lvQ6NlV_XADbssuV^Z)m9|Eh9`xu`M_mXVnIP%T#3ieOsLH^t>xH~v$8MJw0aBdIt-bs z$cdCPfGfI+vyUweuuRx&4)DE4w|{jrT4Y=pw6Z5w7a{8nX6T(Hur`5^sDSxSE9 zs`C-oYM)Ze6v;=cHT^#a4$jV;s*=*goDMek`QsHXszE6F(l!48N`QZyZox*~~%tHIt2S?27Y{f6Qh+hyaSqXOk&E#b7Qt-4r~AHa)hnBC(Q*Kt_rLs;$g+l6|vO zXUYVASSkMiQ5XD^hP&HyI6-5E3Iz{KybRiNB%Dzd!7;F}zZtd|BvmZ#?mH_GD<1-> z00%-n2VHLL6H=CC6iv+j7=J_Ppl#9xy78QmJci#+(~AO1_z&haKbMkL9jR~ zwUZFP%sbbXte4k|tQf6B-P)eH)M>~xg#j#M_tGEE#uOlc(XLKSc+)?1L z{{ZJ7E|r8K-eQDuNMHf`b{S79#sM*ilzw4MvzLBkBX7L3j_TCCG{< z3Iz@PU$1P+x|mQGiYImd08nH&M_i1z!jd|(*(U*}b_DH9Qhuux20<480H}om!KHTN z?b8<=(#d5RKG?|~Rv@qj#}~!}91Fdu^e>TT7r%8B*i`ll(-#?=aol4{=H9seaMg<` z4LUjWOBfasn43jo)wl%V4=VYcOAgcy2#k_`v+#MwNJ6jx9({noq%qy@kmWRrYh*0^ z^YsfK10i3eZY}^Gqnr>-pafU$OI`uArGc=ahpS;m@)X#7vCWfQ{`J!-Q*A4OeuUm1 znYOomJu%F;o#DJBOeqvc!nW z2y3z2b-;44+)vZej$23vO~=}?AgvGseH|2fmn{9afHkOJ$UE2 z#0ecq;(+g16KhfscgPTdXUwn%@r^L@$cwp|6am!a5=SViSNmRPgHj{`(1!=1jM)1e zCS$txsA1344nW<}t zWBZ0QNQz3AH*^JHw$&oZJON=(?S&yii?KeV{l!T?wcuXm6iS;M^d#YeC@Ceo@VLM2 zpmz^-{{UnqS#o$JfB5$meB;82dpMjZm8mXj48fYEO8}mP=2d6d3#_IM3cBCe_vES0@oW-Hl zG~1(T5us33*_e)Ru>+^Q;AWbAY`RBy5u=}?0<1^5JYi|$av#opKpomfQX8L2;C;Bv z`nhF}X(c+4nnHZE*ys;hqPq&Z`8YDmGe!)7W@F0|zys(A?}ZkH79+HxDFL<_NUyc@ z`(?8zRW^MI78IV`k$|`&)P84n(Ri-*PfRs}RAT6Ug1i#I zj=igk#c7Nv&a<}b6|z7{tLOk2US^+3=IlV5j_Lp#{{V~%kz+9uM9+3Yf-B?G?~ug5 zmj!&bY6Pv>UqD7>)N0wJ^3)1-2Xio^`~LvOWS-Jh^JZr3SM`!TDMthCfub)F4xx52 zS~gOL+pY_0_q(i7?4h)`zo$&hbvj6$Kd&5Q4Z@RYQQNO06q>C(t;V{}oq zx%=Xdq;tU}ZM4Swc_)yA&=$JCewobHyJ)(WU4l3sndkMsD>TxWpj|;g zY>69T6npX0H0U*~T(Y8XDhXv^*sRYc$d7o_qWAzFboVIO3M8{JiNPr4S7?Mr&y|-CYap-k=(E>Wg z@HCAkJQU$`rT5b;xU{qSP$v zTT9|YQX}9XMFmg47Cz$|`rTqghBcAw*(g_O9=VfS9+uU079=W7NH?(^i9JBY#o|Gt zNZ=7S9BoGcitIZ6_zj!HHI53Q)Fa*PMgSkR(Zmf-rI@bqW0DQzGR-RnkQVxR^3*@D z`bfNI{X@zjT3!eMG_mI_wv><&S)4RUI<<)u1J zS}#%N20sK7od7hFz*Me{BCWwqgg(Hp8Ruu2k&vuC7A5FFn6JCZBqVrq_)ai&EJbIE4-=_M?k_nntm3%@uVFa$ys$4H%2pxUSW7BK2 z6U6(}@1P3mA+vs@S2@2;E}AqmK&3ePj4D7s{kKOVp_+9d8B$g&!nA+}9jsN8mW?dB zd1ZKJcR+T<3`pK#6et?U10(^MJdggRkx_W}J1k|x;s!lIiZ_B7h};Zxq?+z4pPUX# zw6I9}jYKaT6CJWFx-AXyAH+HxR)h^29W1ecz;5#k zdWwDk_s47H1F6%=97l$Izfn4N+CcXVIT_Ao9$agt55pF9btHjyY!heggx`q7N)~98 z9_#@i{jaV_{BnIl?b1W13I{^LH+yvFD?1h$N|!oxMPvT}s7ea%dS%;28htvamY~s$ zfq!ywBU`Ol$C(sy3p`zseuRIV7uIN&G;K?1{O07^xNmR?P%e=3f^0^1ycTy+4DbD1ZIZb83WJYj8!JMZm$WAvUR zvq82wq?q&tihvKPC8*=H=vvK2y(8H)sL%osERu^YS49c1E84T37DYx;6A1T)Xycfo zHx?{bYL`}p$&n&M#xN3()tiV`037Pc;H(v3!S#7aTQ*)MpVKB7Z*`25`6|z#m4C0l6W9c z_{Qp(DxV<{MQ~UE562muXPuVVA_}3jgZ%XvL4}a7ENh_J0Lht*yOU!v2mLO1$%K8S zV$(1UHn2?gIw@oRb7z$VmCC&iRR+Oc{N<=5kdP8jQoEP`0E2{@Mq{y|m?-N^YvZOJ zl^D{*LlqFw{X4hu>(d$MnV1M=r9ASDSaA4$nKqV^MF9SvIGR5lG0yP7-_kNj&bKPh@-BGeBm_z7bfF0T<79mG;~3M+C{HJHN;)t=0-s#NFNqeEq;Umg?$DJV zy>pI7*6JcVe1!(>wwpe~o(2Ynj%k1zg)$YpC68Z=tc?)>hLlIR7A84DkUL*|QpKor z2h3-p4I=~x-0)3giV0PagaVH&(vyKBkvDB69jE}ZOiNZKZB%IB6jgF)C{hJ}*xkWq zH71-m1eOjC-;xdg02tMma@m}{^Yp18dtKly+JO2Y0G{T*p7_Y-m6)qeqva=~GA}~Dyf&ly7oH&%Q-oXj3cXB^samECVMau2RaxVr* z^u>wtqh|xDP)-EetOx*m(Bl1uLZAS&_t&7TxZNmk0XgA#1pMI^0?l#Lt>6m=A#Q;F za!Ou+jQ8f(x6TN1Sdy#hVD-bkIUsY9bWyJav$ODea4)dRB!x5wJuKw`vSq9bfEW@0;Z}$sbIsrJnU$!5@zA=y4WCTV95Q$I6<*ylDsq4Y)nEm7Ti&PI zuJAAEDp9O^-dgTp0Zuw{DzLaQ<*=$j$m+CkjIFeo)G)dv9)mNO%u*6nkPe*WGRC5g zrPp!b*dJ;*(+^2OVY6lT1XuDh6ws=^Ep)z2ook&W{jL2jb`cYpJXje^Kk0)TlmNhbo9MKhIF zUoxzLeBr9Owq#S!UDSVS#GOQu?kuD&^FV;U=K5tZGHqoj0p#7A_~#8AW3=T-ZlQO7 zzFIZ#S82WhHZvnfsN4Sln56DC<*`mZ38T(gO+%=&GLS`&Fjv7n@(qFZf=CN~`Dme7 zNJ4}Dtjy8McH6hY*I#~l%i78Sb__>SO?~>{J?BL~QxH2)%2N`Js2q#30q^UB8$`m? zs}>wrLxbiQU;x8 z(mc#h(Q3tKvV&Z8@XJkZ-wSepitFn0Sl=AMj(K4AiA^f`w zXMlMh#s-Zw!z-*}WeZEVC>Cq4OD7z!<}i)*3`-WXX1a9gUAvK)H0wx4wtq4}2hs%# z`MytVbh?F2ijYjefPRR-Pc_N9{jvfuM!JV^bwYh*ffJ3D?^_Sgu4Nxt??^~oaYH47A{VqGv$!R!(GPp79C4~kTq%nYSUfL{+6x8?l*lb@<+~kO;iRrn5+{> z7xdEx5)eC%wVXL5Frj-$*tL)teLVC7pvo0IdWQi^G9s{2cNHKXYR5_8(=w=(JvkKf zOUWJScmQJz^1{2z?Push+p+!e2T}w@8Uh(V{h(U|sp9w^*hcu{)9GSWiO@V?flGEz zUUMY6=rq#ESUoTtpaQ*suk)P9B-4#RSakc_joYBu6#7_7{o5I-mEDiznPf&ASz};Q z{lx$}co7{$iz`w^2|q%JN%^z8`N~)rTk48CD%cFb zpg!iabV40Rmb#We8A^tj6_49!Zr^Mp0_o?OpUe_I^TO=~Nc950i{}ks)25xIR?}`H z>5b$B_3XB2{0v5|pF(BR!ayMHEUCD#H$-e4UtG+vPKb*j)1ubyfFE*wGNWFnP!-}> zzJ{%?6c4EUo`d5vORA7+0!0jR>}|>fj0&0-Pj3AIIGuEf5nnb)lqef-QPlbqw9w04 zY>>GLyp{k6#jqaWla$eion|jQtgP2cG~@&B2n3vL%Iz2~?6kGG+7ZW4NdEvM7Tzq@ zh<7ZN`Xf@ok6^}#A32S+nwcARssLgKXb~_!ov^EaoE=Q857u6Lus;0Qy-JPr<~AwQRwWKTjZ}gxK^P;4nU& z%F7@`E;lPl5JqlzqHLevFIO4>vObqk;0p>=xargoYXV8NT3tHtmLypLq?2o~9*su9 z`OJ$xo-#b$Hr4~8MuZdCj%;N^;@4@Mq9N2H0Bu=hL-0B2nx)q{VA^DPXnjiTLv-}3 z%+UCshAfBk2TG&@yLFm=D36-Jm%}5PGb}U0kk~gHupeNcfr1{)T~bNo)4|wHAOPL; zvOn82K_klL6JMfWtGKV27?JB%D>*WGp>OlvTJ#&yWDWQ0lx7jcK#NZ+UhU`%1pD1p z;MYZ`MK2f;h_7)hX-KOiaBtv@H%JOQm(y=2h6)*dg^D2OEqqiwf;Lu@xe}egee0Y! z+e-fcQfQqy`kPD%0QMJre%xaXYEvheo1{em^X0UFU&%B_vCYcvSTL7N7WuWZeh4+3 zw3aq9vT9OCN@E_f5Ujm{1d(}@%#eq7fJGhAWMHH031NeA=#PsHC<`%HUMqL@`*Z;O zoE=AtPGjO(Rwn99B4PUh#&8+Lj7z%;BlIZ*`x2&)++${z5fv_^h6I0MWB0CbYf$k$ zECfyFLRq>psDz$qk_ZHImk*7rHrCZbA!E2U(BOL$Tn~)oHm^>g`I4z_Em_?O`LS5l z*Xg{V(L}_kAnaJ!Dfcu9!#+<#E~Z~0TuGtwfU7RR1?#{D#t-M#4LMDZA{8`4d8_D1 z1X(@k=akgy%P454LZBWcQCEK)V3PW!X?Lok1p|0upw$z*>A#F&=IT%4GP7+yScyj$ z5s8Vu=IDOei&-z`YtGZSj2jOdM_1^3oJ8N5j3v&G5C8y@?cMWW@%PA(7j|cjVk|gd zZ=S=7ys5UXNi@kBAYBfULPGxdx70CIFqBF>vJK&f#oipcH*@_+8tTbsBaWSJ>kVUt z1Za@{URor{yvbs{NU@Dh*9V%`&fqB=fxSn~9+=Kee^n@s0isX)V&siTMUzov8!IAE zC#WN>92J!t=qij!<&|uo;|i%`Mcl0wisQ>9efwfoQlx?;V^#e|BzzN((#04?DpC1A zrMU;t5&jM?Qyen6bs&IGE;|1JkZ_bOIf^pgOmV+J!HK`IHJte;GZGwzHC3{J%|Ut`XAP3T_#tZ3nC`z-hAkbwa33Z!K8Hkr)h&el>Q-APs;?)8|>Z56i3c5DEaF%IH`nQTx^7mN#R&%1M+S2_XIN1{ePTP!llobjn#*VlkP?RqQJ2h9$Lb zq=y?*{UuIllTYNU)|*kZ5>J-M!oDu+1oXxQu7UU&6&6)xAPAPnc{v|z z$+eJ&-wx0?C5ZkmjwWcNWjo(c_1V-Ae&l9#)A=^dq(=2-VhA3?yC_t0o8EU+cZ$5o^+~8nEw;QCN}eKxL8otUn#!DaOKc*sIs>=cNoB5(} zV$^vgEHFpC`V%m-@9Hq**O6=a-6ot4qlP2q_`q~wsZ=8(^cN+6wi^PhTYLe>LAVq9 z)?IIenjmG(*T{CH&)mD)J0@&^#f!hHTftc!Mi)9-mGuZ8CrDTlhL^1wY zGoU86LPqc4W;uLEMAEc#>jcs%3S$5tiv#`ghl|G^b+{TFhG5U1VAfSrO z2MfB$_p9lGnhy$MBsyep2Mr>h-!)4cn8%S4sJa|i{{R>q{Zz6<#a1mTQVH4|A;w1` zbRKMQ#^eJ+ZTm)SFomJBaUj`H2p*%?8n6wdqC?2wS6^~(0WdU^F!I=u+<*_-{W8BL zGm<0?SHo>lo7D=&0+6GvD{xP*zDJK}CYhN30IjS40N^kZ+Ibcs8JEBMzxc}wr_&%7 zI`eE>D96^y8lg*M50i;#;SIT?jfm=Yf&Ab+$XE@Voo}dIWO{{5Q`8Uc1XrQw6DbWK zMx}5+)zExiQE1{)tth_AIX}JuPbdd-Gcm8ygpzWVmCzc0P&W{9Vtp_mfo7GKEkj=u?(vOh~cWqut%-rTs%h9HeH^>pvA1pk~Z=<8(WK?_}Qt z-xVLzYNkm#nqUv?XdEcVk#t>8KxA^jd|yn94ylByz{X-C*@KX8wF>7Q7n}(53KTp5 zmIxlCViCzu&V`5^G6GNSg}uQnc>|M5Z}!MF6cMN-wciA>>wzR;m=j0dxx`DqX7eGS zFY5pg-nhyNKTt#u#g%Rc$-D=dVu^!!s1(->f8M{&Q%KLeuU^5J(+^NaP*~g*bRLIt zf({(46;GD*z;K~K{x1q#5=b}<3IkWTF#C$Uc#?rXQM1`i3|mHws$3@HRnG+cWvpIV zQyCNq+yK6R&I6V}q?H5Q1~xu<;{nN)3ql=%77FlhrHjUyStF!k0qRLCKWxmgDUh99ih~nexE@KYUQ^w#J4&zx@E~EI#|MMd`3lZK7xQPFQMYE-vd`4i2iM)n^PQ65Vsnz zDg~Z55zp{WW^c`FC0U_QHEzi+kcAi24oiIA6}CA;BLIm>l)- z5W15Vp&_X{Q5boj15GaTA=0z(`@ zqy!S7%Q+prvTG7W+2s)SK|3Qg#~f~O0QecVM*dW6$NEu=C7gyg)7HOi0a#2BJkdmB z+`rvSM{aqchpX2_vIvlek%rqi>l*eV`K!A3R6u9?W!Hm_0|Ed)yl>m;h71@)jhpZ3NyyU1xo zl7<586R?{*Y@UAH9Ko%gNzzyrd169;OlnMfbXtBi4ri zee*(SODk zeAaI@%U32qSl?0sJP)>Ow$q?0+GLT34XD%*$~{VxL+{fwyw5WEt2#5PZheYWD7w4q zMiEd*>Q$+hPXB89nJPW=QQdi)=FRU&`4uq734`czT(LlpIZi@6%e&394fIieGPTPG^Nyr zjCpdqb5$DD+O#X=PL`BO;bOss<$clUIyb85Hb-Cjy56bN3?0 z@0!%@kc~47Xk~SUirj>J9{HqfKwe#2Np03h$)o5V_!(LD$QcPQJc=soYk8yKh8KkkKqX(w zYM)K0Ziwp91M6I0?}Oq6H&D_szFJCCNB;n~pWhbx)r(3t%%4|Pk-XI&^;LjttJVVV zFnvM;`e|H#1GRo<-k`-z745Gke8FTv(2>tS6Y3LG0UHYgT#%)24+WUIh#&04= zW|_ciBofF8@5f9PgH5M|x0k4qhXAs=06qAuL(LjUOnUt|3w0cd&G#L!x{}PH!$^xG z4mL)}LH9PjaEq+40kR|j*%BcHdjc#RRGuLfD(_Z}R9h%o2frK;KXZ$ZRk)F*lKAS4 zXZEgen%@9%Zyd10yMh%!HSJ@An&*Nhh<<8N=YRu4xvRAhEN2)?t8qli;9piLW4{NX z_{x%9JhZdvr&$TI-fOudo;frJz`?GXjWi(sRLcqW457Zqft9A0P|t9?#Dx89N|#^( zpbda|?VPZ&Z9Y<}j_mC~eX~&1pDSZb9RL)l#YgYo3#}wf6+bq>7UWYX1NQIoaz`vw zRBB{(V_R(RBiP*$nH)mOS)L`a$#)J%Jpls}#s!e5nnna!DH$LiPM9^(Wri2uG$glB zWQ>dnHCk<;Y36wd{?(et#?zR8DF>QL7|G`M8aMDT<(w>KQY2d7G5~Am2DfZSG}65> zzb+>zLH+r~k*9`HQpOheX(cQH^saw{m|~IR(g27Uf?LgCRQ2Fh)efC7bsCvDGNztQ z-M*p+^G6A-(iCDNXta|3T|gj@gI#cS3?Yn(3vFUrgv@sP5wwitwyG~MD`_J^c40DitA-%(1F0bW`ea>7G6hht&pp@l_TxHsqKLNG0|%` zG4j?W0Q1mU{qVj{lD&hl6a$T}v=7`iOvE)2F(Hv1m#Yp(?lNS>*W4uW4Mc7~FA@@Y zCuu-ON(Y>3#i@}?NTC5ci%B()dlU|6xh4e@!=4px1Ix5~oNCp&@)bN2YgrC3iB9l5CTdYLi;9$GS9mp1)JlS-?it>S7MsaS{$lFSvhqiDXXl`NDX`~z}P|Ano{{Xj)p8^Zm~40L)KVVqR@y+zfu zWj2%2t9EvyCRo5Bdi_KwkbHV!wu)zx;|m&99m+ZR6@gk!8$>8ZAwo+MSScgakSiG+ zNUyye-9@UM_7Au<&(3OXD@20KXPPEU0FPl=Wnpks7IWAtny+6EsMp!4j4~sIeFJ>~mhCNWcot zk$`%J>U{-_RC1Y%I?5Zc0FVc-Yynu~LRwL$;MgI_{wp5S!Ka88=pYFcvv-&c7{6-763Lsd?lNI0#)-p z8?VR4W{bo$>!o;A^yx8e%2|VV=nqgmu%p#V0b){syVynh6YH5+Yk7=9vZIexQcv%A zYQ<2QWDE;&&~exsJd71+m=_3viS+C0a<>o#JY$;rkQ@iHo&}J=^#Boup;@V2R=U_M z3HZcB#eqpx16Nce3--X>w6gM4iXnjde*Tymgj<*{?S%AYy7nWF;{{|2r*zxg6HHLm z{BeqjoDs3WRqM0@2=?udUp7z^ch2YQfbdJ8<`;~LYf`}a{{Z-M#EQ`r*cCbrqm0cF zWG2}bS|DyxRP)^T#w4t^(s$yJnjYYF83vs^z=7q+Sw*Q;S~uy_B$0+!+#_2ckJP;S zk_f~WXEm__1P#E7Vd{PIoJ_T~11RF1=#l$jT9lRrK?1q8Adlo_D-^xW!0OfC-;B;d zus1YzD{6%xoUro%L5?Cv{lr=C#bFu*hjC^GxEH_&8DvIRVIu5NqI>o2n5l#$O%y8{ zkib}AE7*z{OFB3#RZ1;2ivatB-wN0la0QBrJO<>9T(Cye6zPa&Eo=&wBhcSCrj;9O z>~^uk0!XjlEt!}TduR?>Km>c6$fq=PtzkgBOqqBxB1Jy1>^YiYZOAc2F$+h6_B4OB_}!qqQHfu9;DVQAxE&VB`UT zB!V?8=U@ktSdmxPt^*OJWi*=&S*}JKeGr?K6p#UKPahYF^23ytm5=IMCdVB{R8ca= zBRtWHw%fItiN8{C84`viixQylD-K!IsgF#7q#bfXu|JESDgR8eHrl1b_Q z1~sFNRJ0#b5-OMiPf91(0g*e(rS$T=OBu8M9tid=&R(`*s90pw=^&Cc=<^U+Jt+3) zF-xqAVESjSf=J|2RP`Vo-F^YiZ;4K`$greuDN+b#c*!T$i-J$U>w(hqXOmUCPLQH7 zws&E?_UZAQr2NU&fjsXD3uagxg5HJL4*r>{BReTKvddX4q1TRti{~}Lr)JZH{LI}> z{p?&HLZ*TTANgn)Wpp!)c>VtR6W{`iet#bY7}nk`y@M!=0g_af*IzBo3eV`DVFY4ZrE;{XNg zT^OH{fWV<0+7x>~`iv-_N$8>WRNo(_)D40(aoxxcO)u+2d$CR{jeM7JkdoF z)RgAM>>GW$V9P7BCZ9%Nk;m$gxdgYRs#RgarHR<{r_;6DVR!kutUo?P8#c_S2?eEV zEImN3xKL`Nb&RoXJhHG1`oV`=&^pH&+qFBiX^%K02 zK$}npIUjV)L~g(s&zLrl2dxr%;b|a)M;M5qN(OL_Z{NTMhu}2d`?B+X=ZD4;`^rCZ@;sr=7#KurkMH7eII~L-u{c}E( z%2^R)pYv!`x0a}ayN%3wKLBONpprod)fHXN8jmKuK&lm&6Los6b48+pNn=zD)SyBO zA6nYBesTH_#JY&u9XxW(nlNa2VliH|X=5@s<>Y6Q2=yw2?ej;@c+4@$rG=05x5`b3w>SWHI@^M_#1aB;F%YH2S!RSyUim0|7rj2)&}Me|(`aB`A)V_1iuNYvY2(d)T9 zz>NHE8J2B6rfGb}nVW4~X&SIo+lu20%}Xk*ZGrydN;{HnvlwkG zdVywDaxA)%x9(3v`{4~(BA!MNq?5`4W>f(fdf2-AI4v*x;|TgN6MT4V^#`ftKg$V-yLiG zVk6V}ph&aHw&;lzDfk58O1@PGX+@9jwFBVZ27=HFDB;v_7B(kwuTG;C`KZ_!LztNL z41}p3;MOStQVE5a0br!4w= zf<^tf8FEeu+zB8b(?SB7?Y-TVqG0Q02_zg#^E_yCM1pLO~3!Bt^ZT?zYi%nKZ>0-51@7CxPql-g$zg6Pfv0QBDL`Nl5R z=qgamhH@*OELU#yF~&JeRV4A4&rdOcuZ}a7wtx$%uKQ$W1bhm{tn$RbR`xec{{ZZ2 z@M~)RUKqm0Rih@0#tVb(eKN%M+hdPnj*QDddmKo8W}N>3;vw=$8;8_V$E{V?3u~j5 z1a5cq`b`oCwTv#bshFYO+G2nTF3bQP+*S%l^oDI(M!^}5)wL(E1ae9BJOhbIbiAUY zp|TGv!T9ZiA&rOh!;ZIYw1ez&0rNM;3Dq-_NGj2g2c>dv7Gy<#q&DjG>x!Mvmr|pX z(%FIjaYU#;K;7yK?io{BrPN4JC{`Wswc_P)C`}y5_0(NfXHv-D(b%j{K-7QEG3PBp zeVdn#NjOA`bYetBTDUfHc7*0;?+!Dv6_+46U>wjRaus0b04LCaSaa>o66Yc$iVX+W*x}?0PZ=GLg3hlIqp@6AGR;`N%WR#6n7w@_Zb&jq;n*s z7YM}nLPktUNd+-7RgenuKWv#%_uVwwo*PxInaCxIiMX@a3aZTy;!_BzHBw2qStd~7 zN1zM9&oMZhMq-eL1dpkw2o!(q9RBz*`8xJUVbn%Ya6-t$164z%pL)pjYoV#uD^3Hz zzfs$}%pr%{8G3y@TjGOzgUbnx4{FNr@57oMBZiSRCC5KXx%-oyGpO+BqWuoVPYEjR zAI?+#bF?zaEa9YzaHFEWs1zgCx}58I@FfC}AW_wlfIjD@7K_9*@<@LvqeC!WSRn$w zYoFgN8TAv&Cevt*9;q2}KGZqLuq@kTCbU2}KT|OTj^qG2!&QNq2%b%y3~>@HUtzcX z^P-H)4=kE>A5Z82x48iEiETnh0ZAuwAQo0ALYDZmfNXT}5YEY_1n|?$68_jP1W2q> zeKcg9%*Bct>(q=y5f>s!j;1h0+<{H|3^@jsRQciGuxSx^_~yTC8g}h8@sy5TGqV9i zGZ9@Zn#~aYS5Bd0jU9mfN&x`<&pFL)d}=F9kU0ah4m)xOB>QFu@fqJytd3?tSjhz=8!P)9aDaHBBGt$5v>%R8uQRb~J;J%?fU&R{ypq!IGrx`j{&Ut6#< zRGL^~Yn-RM7P3#a10?Y|nolMPSg|C#78C{Y2RDG4tw3TDX0mpZ=Mi7;`(?qW)2ygr z(jYZ^fdrH2Pg9zI>G7`lnj}dm^I*{S?SPW=C@Ud9ndI)g;Ibfx2Y2_5!d3N`Mv< zJaH(dttlkq8boLb(@CjUkwD%M1_Rg;Lo_jPp{59k2ml#xpJ1btndRQi$=ZXUSbxbp ze)tW6qgc@;lT|c;baFqCqOd&KS~IXl6rHNEf(btOljTCfSvNW6*1=FcT7_b@8oer@ zRMe_F4aK8kKA&Pg=K+yQ*2v6^z*$xV*Z%++n^&uKW(%X3pjt8z6a&}+ocU8jw1`QS zsD^naHV3Hgeh(PPHDDse6b&3pz-YlB`;%B3&?>3(5uS$Q<^jO?>x~8}bizl1CvKpm zgn~O8Bmi@ibsMEVRGKp9^)AvH{%Y}ZJ314nr;DLlCxhOK**I5fX<~~=6%i2M46%{{ zuB7!jnlCm<11#?`t`I0iA8N95jRu}LH4gAfj!zp`={4wiqnfoEDCPi3q>X~|86?_N z*HC)o8@6kciL~xmgG(EO{7}R;v}umrLc9|8SyUlD;`)pTbkC(x%i)k|a+$uhQluBooxG?uQD^7NRMol|zxV^1G0Y-3Xz`KRD2(s>FMNu*!RTj0J)f zj5m^s%srXBLY@sU9DH6R z1corLDFeRd7Cna;zLfPbG%18q+T8&9Zh&9pa=Xnda7=^6zAkyOY98oNHkbj7S>bdaLaAb;CIP^6H4-2VJv8oSW}Iu5o4pL}p_z;7IY38p#Di%~b5ZKfg;LEU3;9l#e?@^P_A zEU;9gV+J%^uRvbh4(%$gY6ZM=OTYn2{I?B2D4PdKE+F&E?Ak8izZj zr?F)i3ihna7NRGORvDkmA4u3*g?8z9)oXpNrVOe#Z`cSwCc5Bj1{l;MFz2D$M4xkp zfeq|`lenMv<1>w9i?w4Q0&0fM46+px#d5C}kE@gZunoL308kQyZz^y{J6(BKlxVOT<-V z`oK2HW9lB=YwuXcF`}b65vrb~h4=>oQv~EJuFOHT0#cv0(}9WvMO&UNOs;6VqYzm7 zZm>_s12xYY&7&d+i2#DJyn#Uf0PeHKJ&O<)6$B0lb|VH^8VE_$G#~(elE-Ks++kJa z%CQ4mBs>-K0SDivXOw^9%So(tP;1Ld0b8vT*8PS(fPFbw3LT@Mut%rHV~cTT)9MUv zS%;- zUZ3G_bMl6fYDmwT|>O9W>CviClxp2MzZgTr)ksq=Km>>qJvAeB6K z9DT6|cxo0IQYR5b1f1M(q7r>>!TZ(b4-|q)R7DJ_s82L7^LDny^#XvrN{|*+mIxw4 z#BS~hlb)xJnbL*`lqdkV7E8B5>^(4y+Fc8nm@|;Xh1wL+Jvkl6#~IJpK@3vGqSTb8 z4B{aglDyD8Kl#r`6tP7jnBqs2j#-K5I&*(|8Jbu;=M6lliW-+-1gEe!K>O9;bM$ef zutyYdPN6_jpsZnl^%r&QGoc);G{s_ouWhwo7D>U?mxt=oM6rQdfUcLh>CyPx9~CZI*9C(YBl`pCclFRKMSae*~az;sQh(#Cwj#T6ux z>p)pP!z;rMsmNHOV1(I^X}an-D|nd`QpmF><>k{c+9|e%9f=pv`f_qbB$_uYt)|mS zbYhGPBEFJMUHf4JuZi8nnu#@DU4}-Ea|lz~)`va07_D5gX<}8-%JDd`U1Kt}dJ@O4 zzI5i-D`-K~nah)VV>Vmcr|?-(l^N93O#9Vj%3tJ6F8O#0FE#gJ+{o= zpaDP++~cJ4q0yswqpqq|7O_TyVw3I-k(rlH>=JoWM2~+6$|K!E`5e%!A-*Xm<#dXg ziQYG26%r_wS8sI`ESvrF7NQqumr#Y1NNg(4Ho#iBHC!K_x!UmUL@L1PVoNMRGBIGF zj6%5J zExY(Rrb3#BX1I$WU=%jtAimTr;`~g;=%1O@Oymnd@sd=5%?sz}2lK`jomzcNdzh$- zHUv8NB-(05E2?<>!8eoK3P_%y6W9$xQ5k|5g8i>m;K^^t| zxyH7mN2OIwOTvypvWg1>_8bp$j7=P<(Zl7uT6oKw4I2=CXdVU#^WoaZS+YAI+c{D_ zxw^%sw@iuv{{X}@aeNV97mt#5Z9dp^GA5Wd;$tMO(HC7hV-#|%GXSJPDxdCF2K`L~ zmeQtz1XW29Kp_!8t0u`N?40H#@#;?KokPad859P;i#W)Rt4zbrc^)&*(hZ+(m5e-$ zmszA@&e6NEHp+}a1Jg+4jHnC~s#NncI2;|Anq7NYv}uf1kj z^b)d%m`rS5`c_l!eKMxCc%m7mSNyJrOo4WVP2`j6TFEC8SSZ@h2=(EZ5BIE0dTm53 zL>jnCk@`!K$Nt;JKKNH|qfQ3n%OZx|{A5jZ1461R%|ru(9l9S*7=k{>6zv&O(8!J} z>J14Eet_=GVkm(-C3NguufPFmf3IYEBIHRl6 zux*PY^ZH8waMx0-rClC0=C`$vv8(=Y&Yf9L^fxzVELeTJ^#>-db+0hZ5w$zf{b+&vbj7rCD;%3Pa z5;+%&+ee8Nf$f!$2a+;F#n=0~UK+>=7KziE2Q7^X+@K$0ivx<H{0W)M`>O)PlG6=MH}n(0F`6 z$*ht`BD|$yU#0Zu2fjzC7B-F(A{P3a{{T^lvG(XNQ&8-#bsETYv8`DuZ2AFb`NhAA z>Dv6M-^{JbzF;G1qC3~`$jqa}BJ)E|<)$XowK*rXae>)p+Z%<|%`J{8LV!Jmaxk>9 ztRr--sg;T39zgH$S;e1GshF2n)a~FEiV#jQO?9D`k9cpH}S@3)3kbt8d4r$-tFXeLIWLfd_gh*|0;c`NT(qFpO97GgwK z{{X2e`wj>LAhjBF8-a2d{-t~SlZkeXj_GBE=Y)S7=fKcKsiXs{Rd zs>S$-)M=m$+UE}DhQLAhpb(tR;u`%t5yZNURAy% zbu%$)0$o`Fh4txR;Ef)K=!skM^N~~(5+}$?ig^_sh0#;UuA~$GMswftdZ|jC zKCL4J6k?@gYdt~&0KT?HMQ&w*wBvTBBv45#&E)MKm3B|uV1MDhnt0^^eyzoc`8U@t zVW-*{XvFPhSLp$ig^^&T1S2d_wD=i$2{}O5j=<8A+oXAuanpI7zmHfYcDx@db28! zr`TD-C8H#QDTzGfo=CK;;zEW+stm-}vGqQ~Gx>&MSU4_ihyt(N42o%(v88T?wxa?s z-mqnoZJ}VDBP1JUjJdzuW@+S-D*;kaO$Af5xBF$p?CPd?-5+lLSl&ly|AgOz`Z+Z z^)DhUv7uP^Iuh|0#W zCct+EiIoK&v^f2f=i3G+cO`hTe@R|z89W8q zS$wNgV|tQ)I*cl%D=1Zx3-o1BPx-vKk>OLl*}yhFlB9bcY~tTe`gJWT7g8y!nwz})glBb~%K z1Cdrg$3HkmW-*l{ay^IboUln!$v*JcQSSsP^#ZJ)lg0$H!hp7_cuOhW9{rZQbO7=` zMnTw!h{ShPyfGA+dWi##)x_}Ag zg;(u$l(I_1A&`L0rD#D~_X_=S3p4OzK`j zq^oTpkbC#ctsqHvyh`rF`{=uRbu=&$rFi1r&<#n5F<{by8u}6iSsvN1LmuUb%Q3%K;4NhE#nMR>fT z4Lj5T04z6@@>sq=0FHk3nM9&^jQUvE2-J>RMIcvDEBM1Q&EgsoAf71N%7Y^lXQi7b z{ASHKl07&`o+1@Wf*H>}z`nod12K(LL?vPgz2%DA0o;NO{`ma@#)s*GM2MTVQoFmJ z_I?Io*0jM%Z8N6Rw0?j|?r5H$J#$BgK&3%xHr0?eizmN&1K$-}*T8ja7B

{D^O;Hc@9DT_*+#i`fIS8ReQh**!MvjcbDu`#BnS>i@_M@<@yp__+4Z%pZU zjEOd$Fcr!(0E}5cTKjW=ol=IIPrpwZS}UE!q+l$72m*#?)x)TbqkUGb(ZH~&5agbn zMW0^T(2VP4lqQwYA_^~XE=l?51$qqT__QxHQfcCq*@3w{vPFvNW0Qf;)a#a3F=^&` z0RR(3wcjKW!22FDX*Fx7f>n=1?bIfZFln|q-B;P~!I2tGM8Nrc>4nP5&b^rsg;&A(@oNHi-;`ERs7kgbU)0fq!hNYg0FeYIKhAO{mgB4&~GZR9RZTN{!4( zzfLhL`Gt_8G_q2GxN23!H$&Kg#$Ksmhr>c@PM&>Am9<49cgziBEPSxj792#|D;Z5Xb51Tse^PrlT*4|W;+}Y-_VI)bV zNEPg__ecl=y9}(K9*rh-lS*b1av8${E4b)u21Q3NfVnIJ6MZBsb@*eO+w@yY0W*}w?Q z-%~Roz5^4;_~i4Mq}0X;R+XKU@)(j2+qPztbXtS?twaei{X47=abW)dk$}_c46HSg zJL!theIl^hZ>@lT0Ng+$zmtU4slv%3OQsTOpSwCVv9G;f8Jb-YB)e)7UTlb)uf2D~ zv4FB(w`fsyBQiRlLuZ_Hq>zgOZ%#>fwm$Sg>GsOYB!Xy|ep^jwPc0$X*s-c_Ftf?z zGM=J5hk53y)5;qAT=*%1o?{+gpnpq)jl4{ggvf?%8)DKaF59ajdCSuN~{{Y&g z!~M;Znc$hWv4c?Vjs22JNF(>Ge7b#9akTKllE#B+a{=J`5~KX$KQR`iO6pXp3(*vW zA3XK@U@7B>@ggc%;BZ%U75NvKwMnI8{aB`TCz2Td0L}qO>Z%pOb5>bMzxWs)Xm6$h ztVdB~ll%6`62PgtHe}|4vyuSy99Qp|rHQ#|8lflkDud6?RBDN*reLuE2MSygPsSdf zUhy$!fe9jseXhSC9K$A`%ZVn3Q#p-^1L>eoa0%d?&SfBlV)8Z7SFv9JWH%f26Zz6S zfng0>f~MF<*kAB71adC_0P8@2o`%UI-xnl^WN`6FhHr$b zp3RR}<;!3hkPp)80R8&nTTs%omPp-6Cu;Bqu*34?3P#iG!-M-}hLMO@P(27xfBgBt ztrNUb7t)7-(FDdwvFT&BZ3pv0S!A0}=7lVGu-w#YfU74lFh)~*y6|@Y0P}+@8C0@8 z#-Jf8pbG+rZoGHoBg>{y54Fm_6}L*rO5m9q@lIBk;lM_};?5e1Ya~sgC;f9R0HBHs*J9 zC;dQ*$Sw3*h;MBXe6(_cLH9TWx{7if9_Na~VM4)2#2C=AE4diT zM?V7*t8EZ&vR z12Xici@-G+uMhL0&^b`-&d?<&UX(#5k9)ke(!~=UfuxbXk+yI-^Z*_(bsvdg)M-YQ z=KRXA;x-OLA9Vu1eCBwDw@nONPJxx{mGc!(*kAd_YtyofvCMZtBTM=~GAj~&h2QUq zi$V*#Nu}1JGnQ#&j1hfk0D5ODKr~>7{Hv)aaU*Fz0F3Brd{y-ms+ctc4qh$Kzp1o&7UO8rtsqJyJ#&nf;*c7Ia0^@<_y|ZYBU4UP;ZMJ$9_(9 zzb)bt1YgeT6M=qO0KWiwVPT?uP>o&m=^ELzB0@;*R7GMXGinGD>qePuQiTaazZZXU zb3|HcW3`)8JcRI#E~OIBupHrPyf;%IQ8|lX7jDE^_XoBIIaEhE3$GfdJqxQ@K7ilw z26c{xIJCg(riv%^Zh+>5(zG!IcW1G0wUi(p=D@|PqrkpQigun%Y7LJsE);hFT?~JUD#H*dpqEi1^kdb1lvZNZNv!f^Sf^b%U|2~ou)L1LiuUSr zJ8I6Qbh~_1JK0kzD-$8=Ko!t>Q2ELopwj6yk{xEdMHZez(95WIE#AuZ8Ph%~`MHLc z7e*3|q9~N9bM9NU4B|V+vawAx+WCjoZ7LxL)Q)QsUs*JV&Rqtau;M7yq+l=mosE9O z1EZ*vE}-nyz*q_hW->D#`&1As_!u$xoJy}QvMKb?C@f5@NN<5;lkuE~jRL>*?19ON zcWw5(Ux#>RomG-Jbq#B{wA4kDWS)2@&|?wW@c#fE&^DAzf+4$h()lAMv&#@?CGRnK+IGIE)|X6PC(@Q49Plc3dqgk zI&ZD4F=6zI;DOlu;+w;CbLmIsM0154IBVy*C$ad-Izv$`<%F*kU~))$6<@*jIhtwZ zD#JzMZx!-NG;jAd)-#@-3*qd$A$Jrml#*|!TxO5JyfPOLE}B`{dWX9CC#g9O+qBcf zV`2XQRe4&rmL&+kPyou0Os?-F+O%aOhLEvy>M4x@m#3djvodM4u)%G#GeV=E`$toq z711#1k@x2^N35Me611!ZA2FCHKOELn z8q+k3^hoi6v<96G{F}hHk6N;L(kf*26Tdr)77Lj#gNT{{S^u zv#8p{Qc1;<2p|jXl@7i=La;$Iki-Vsc72Ue!nJMM!ZnGY2zUyjn0nu)C64Jpmr*d< zXeuvG{F=roh>grxy?%l?WAT}#iJrt#&8Gz2BT%l~kzjia4Z~RrAt+qA1w#$P?hRHB zo>fRenrC6a+-M(;gE^X*brZ&`BwB|%xsnZ0`iF2p7|klEZLpU{2FI8RfISBlcpXHZ zIm7uf2O#jO!q=XH#yBg-6HE)ck^xerl^w-_U}q;$KbFqgjXccENG%*ez!g@+0f7tc zLk^F_%f>+_Q0WicE!oJf#Ii^v1{Xoi6=fuSjq#9bXe_g{{XgO5^3Nj zX*Gqc>|}NX0(*43#`$_xj^T|XQcu*fkWb$7F1C4wIf(Mhh60KZK*lzqLes=WRdpQu zXFk>%XC-XdW+jF8tLcu4K+MDvWCQhb1^jf#rzW9Ht^Ih3Q~D8&`;rK++VU=@8C8)( z5T?l$*VJPH5;)xDkSL);ueTYH_;!?PT2wNur;w{Az^B%LybUTNjTKi;vH?K(V#q$? zt0>0nThZ5=209=gab0oRO*B7H)#_u401I%X$v(q?58p8_i9p0gSQ1#OorDs9V_Xae zO9L?rC}~pcF`xnX1apy0dMKIJ2^bz(l|}rT=sRN9Q>tTsmfa6`P5}7_D^ono72s&R ziY)FNuM5fTU%9{}541AC+ItjQz`p*2{9&M)LJ~)fqZduI-Fy1xBdiW%XbLzckCwr} z9f>#oGkif=K`yMsa%1D14cZvAaL5{F{J^^^>Q{>Bq#7LeAmI3~h}2QUw5xK?H%+lYA5Hjfo^#+EtQr-9UOGtDpdIG70|xQ`Dj<8g%3u zB3t+b*8>*P>h;jNO#4#!U}!g}70zDxrF-HWl?kFroHyRhu7gjw^H%S+VlFg>lM*4>OgUD%{+?wS3yKp3q#FBXV2=AhWdHf*6i|0j$g6`h=aC0G4))(M3X_5P9kaoY~?!tu~8H@@l7%cA;Y# zCCz#S9QEulFvj``wQs9b4)K#1QyWO^YKGC%_Rh3gnPgp|7fh?kS6zg6urrh48ofri zCZZU%F+f1tjHWdLx|82DYoaeAdBUS4p$1YypG6hU28UQ>jA_oH+!eCO!>3|>di6Pn zQ5(Yxri)Y|LO5ko#1D31Uwn81FDuJLkOs0Ooz!1WKibFYum6GL>?f)OBwY@+eNBFK|vSPj=sY+ zNU~~USYwUXP7rPqsdr)U-9B+z?LM+iL`@%vn8^Bo5i2o1q>(3&XY+6^M9lG~{ylS6@=fh$|4l6h6z=^z3@9^iBK>4m4$5veO1>ZJ#h z8)?dpdh$4{%A55YHCn0Tj-t}+QcDxXFT(a2&(q1Q))tx}BE1sHBPt%fLvhA*w3=}i zl2Xw|9e`b^#1}W*7AC%N66;zxC0KNzQTo`a2;RhjgZ*XG9bcQU2kJvPogGJdy0P#v z>lZP-C!E0S9%}+mtsXBErPXR0H+0>(k4-rN6jxGfGiv-oHJmJ(q;>;?`KCdBfYk$! zX3S{SHrU;@`k5dxiU^-sVPKKCiX8@XH69}z@|~bZ86}0k@&#teb$WzSi4ap;wuTZB z@=2qMhFIepVba44_ATR$2`0MNLVdEvZ+@AhpGcocl{Xu+AS2>|8Krdy6tA^s*)+4Rp^uTv zA+oIGA5KNlKWx;gVULw<-J@~{KI4KgV+3ueSezMQDoqfq6qD{Qv2rprN_7%C@nh-( z?g7p11alTLY2A&{ey>PVDO}gQXOiE!4|SGQC)(L#_(f|x_vURk|$X>G+sv) z@-LH-WF!+Ds6ikPDv2lKI+AL%@l0GhMpSVmWT-y2M_;hadcAxS#H}Ioq2zAb9G_!i z@Psy}QmeHUh#XrX2mJAa9=dhmXCx8I%AgOi>-*zGdP&t81IB~`0QyTGivBZxn@6KZ zL#r~pXQ_-SVfH4lnOuJ=O-N__yb^kp0I>dXkZJrtDKLZxxBVwmU$7OMTS*Zl#`3rX z?cW$2dzB<+dE%8?%sWtVNiiV(hdE4U)JHP1F3p0!QHUtM_@LUDKoM+Vbx}+KzNGEz zS+mcN%O_N%I*JPFNCU9Dv-@U7juueIPJ|9OM8tvf-w0HbO(P>r%33q@w2VPs^bc%I zmabU8&`px9ck}O$Sv2FUk+2_5*RsI&q1X1tDM;KoWb1oaRuRrrMmHFD-Nw+@_Un#a z6Ph~;r++a?{{U?3LVP}ilbvhI2?RwHdjRcBK{It#-6^AabQOYS2BAuxF$f4{nfq>J*}3^?wImcBuwl6c{Xz=u~9$w1Pn0?4u`i?P$v`d~8dH$^}nsZES2 zy|&$x{-(wGK%J!+UvNPfF^QJ;y1J8naICYHU>Mcb+Q24(z!X$3P8*yBRapl4PTu=^ z{j$opK>LUKSOPFu5KXAApGd3=k&$I(gHY_YYs^{RyGBQUUk+fH{|?wgr_TcGVcP>eLC5fh2yyvm-Bu%v;NjO=P6-sQ^$9uIA0Y9~Xzl z+sBy}(ZDpHx72f1r^U3;kLt?|Ewa`yL3w=wisX~t=nN|o#`8!cNK;PAC`PJWuel?D zb5wo}sE(R_U5;ov@VU>6Tc>5*@M)AW`mNlt_~Wiu=k)PP8X*KDsgabi{%|{qqtmst z+K};pKv>k*`R6c8CXNY}G~OSma^FdEx5u#E#%6|HM~TR4O-7<33WMZ?Ks~w3o5?BQ{%?h?Pg3Mkp zjU4M4t3$O%#f;M!Xr@NfL#EU1QVS}Vdg)i#U@9#MxG|qoj{B*Uoc7K-(m*<`*3p-85%+a(Xy%KMF6MVD6{ZRWPN0MDI`damrh9B zssXk>rFh6Xvq7u@$<@L6mIMM@p!5T_E5h_^rdKmehDJa6lRrb~6RAHrNPr_%oyUH1XTc%7#1VkT@Q|HE+)NhuU!i7j&BojMAT@iFVt=1 z=Ow&OO;pU930V?`=8;rw9;EdHIP0d@gdzy_FS^K8F@Q&}$Ifg20H;Z((r?!!$_W(` z73BKe)?Z1sx&c;XSXW=>weEIsg-@b@MS=cvWQg*Zw9)EIAR^<12tYjv1W?XSnmsO> z59oz6uq2q&yQul-KHT6hh)lDjI!zY3M+KZ~&gw63C`k3A$MObXi%YA7TpFEDk-O}HNhJ1DKo6R{W|9VtmD^jbM`QH~wE-CY zuL7si#jKF1id|fY2s|>zgS~M>6Qc0S)xYHQns`z=`lgML6W)kC{=jEv#Wi{*f*Ah* zGSWy0SB1(lub~F6{&ShA)j*Mu+LVa?kQmtgg=8I78iXO_mq40uDuOWmi6CN^#e}rvHNuF2Bkl>#LwH_`Q0V4Go!DOQsQth^X8kvZ>2%|04mSXzD9VC;Ng!Fl+oc}6 zQA+R)JF|at3M6`p7n$`QBQ%nP*%5xAJcUJi6{1dK(rBR5$XLf7mDuh#C{`o2lVlHJ zo1pPMG<$>^vd_?%*LffNYrYkF!6u$a*uJ1gN=?ILano&anI_lii6|jlmDf=KfmH2PNr1mv2zq?xwvi%+D5FS~7KijhI}z9d zP6k~&%_OC^YSCAXvMAU`$Q^TTqA6qD`NT-kfM5#|y7?WeGbXhm)ghE`c+TaFujxIB zw z0II+q#2P09pyelwJjjxYpv<80ij`6%9#B<{NhK8WeTAACl1an2kSBDOw-qb}4^lBp ztJW;598IH{03z2?1C#O4WLIZTsFAebl~hEqiU?xE)SS*r1|mqqteleU2=?OaA8<1u zY0DEXnZug4P>dLRoBsf8p{J1Q<6{IS5>2wmLn-g{)gQJ@9eCSvQp#7|fhYIHN+D@N zzM2h5Q_C<`Bj6r$l6)sj(ubN|Pzp&!-*xbLHJdl-VF0tWfk2W;`*Hqq4dkp!PLX8{ z-Bnh(_^UZm9a}RQ%R~qSG;xv#JqWJ3j!g<`VpI9A5k@1E8vq%72poOKIT`#sDg3Og zlEL({$tw~^LK|~Y`5@tSzBzaqh|@qUNf8zib$))bJjpuq{}P7~hc-9tGX>}~7q%r+vO?03IU~ZpRrG_o?vm=4Xq5(Hu0OV#}9-#P?fpjvvZ9n;O z#mjw&zNfZm)4rAWdGRo@!FX8-9>=b28mJ6GQ3T){3d$et&IUaw5iIH?S5Vvyv{d&5 z-zN$=!Hv*Bj>PQ@>J%32K=1qI0|bBvhG@}wKop=R`wSQ$)N0}j;xL&b=Jv5dqp|&0 z_7{NXmE%A)M@*uJ6lkA|AbfIjF1KGEjy0QCHkvra?A<5@z5yL@=P|^BJuHSe_(Tz> z)(vt<=sI;aPIKkf>GenQ?#=nM9IT8akwx_@Vu`|PN2r5Us1hU_*{m63)hTB78+&%@ zG2SG)$y6jzLhz1*CdSm)A*D+Na=+!2o;`qkL=&1(Zr2-G&6C~~CJS8m*X z_*Q)aPX?Yy-d!9uM7EVxehYEIz=A0zmt;~q1|<2D76hJ#hx}G`jB-0AnB|Q{&_GE( z+|kUklzDa+l;6@$+92JM4bcApY=N-p2Mr{epy~$<&ZCa}i~|~-S++?gWh|Cfl_2o?el=54^n#OeO!8}yrLj?(W?C_mQ7U+g`L5KHmE6K+kwYStm~s6kLjk0FUo3C zK%lO~MkSlE8-)SydD8G{HFNHtQqM{)On?GF>PW5zaP-=9qL9oW-dzilkrz9AQv>at zO*W)HmMuq{BrqWI-8_7P;INtIxW6x{cNyw&Z5@>$Q=jF`EokQ@>VY&0wy&7Lb`Ghf>SJd2qChFR3S{3eBn1Y2QxN$9N&PSRU-ea(#th zYBajYWPMEX$0DDk!wCuj9T=OV@J3czWYWQ^4*L_%u*IcY_yi2)YS&Mul2HQbfdgyC zii@;g>7mK>=Mm!Cru?uZ2GD{}n2@uUVM4+5vsYf@IT|$6Hj&Iwww@3+f?{#zHS@_n z{Y{KxHoLHRu7VM#lUpo`(Xn8t005o=KAFY*L#~Pm-82s2<&d*8mzdY77en^ETv|;- zGB&)p&_sTX9-E`_)tTs=+2KAHtJO$LSkeCgIejN}#}dn`Xw&kk zEe*bFMoAw7H^8#RtAbw<)Xb15H>N}Y5z~`*iPWy14OEdwD~dl$N*t4Czar1?od|R( zsnW|d?1BwE1*BvLZtr_F`<^n8pAgg{6BBHMM$K`k7b#MD0y+DWob`?!GD-P;J*2;= zd7V!jcPA;^!gVzq=T7qqAvc)_9f%x(jEhg7>5EHcDtkH7@~06EaqYBY+n>LQUe%X>sj;Lsl3 zLHp;M*7(6@d3H%ApSPBz{E|Vx<1clboL$Ick4qFOsErX=mLMoVr@1`e@p*$=uG6%V z!=;`8s@sOu1Rs94nIhF`3q=f*v>*d9SpZT)4hwPV>y&kRWYph<$);3b31$6n_Z$pj zc{S;E48X=A(z>f}F+iX@alzzu%)TqGNHqwvJm>HP;lHX=p~t3T_*^jraa9G@ev)Nu`_}>>ZSXSpzK}a1ETzC*&DI$P!vSbu@j+ zvOjvwdT$Jw71^~*N&pJ4M0(#eGNX@Tu`hjirogKsVaO;Yx}y zf2XF8RT*L%%#4Ti>vn54qAKgh*PEP8nN&#O(uQmc@i{V$)s zXVmMpzFovL<|20%u*##juJ~S~MxRORL1%(cNB2E7k6hZic6R{*X{&bQNI>@$ zi~OiSe8X4Kc_qJ`sg#ifdWAc6EgYPE5xE5a0QTJ+k!WO6+eY?0A2J|>{F~NqX|_9SCsfwt5yFpSv@li%@`s-Iado-I7CkEV#0RYDV!)Rpdi z?+6Jed7}%djR|X}RREuJ*y0um;bQtSIN&bgIQJOX#Iqf-X^$242IM?B5;0BpkxRH^MB!?IKV&X6cB5|mWfugHmn&QSf zAdaAbja@L;KW-}#GHJ~0(IX^e@n2PZ;Y|a=#6vpjQh~H2 zj+fHD*fcI8ZG@>;Jz9wu>~hv8KVH;y^+S&^6w{=$Iz+MyMMgW1HOS~XcdTCk1AHEY zANRneXodd(Rh59@U;VR0@eQ%FMKoZjH~NDb`7eNb7tvh8$l|FOHZAD4mNo5dzI89dB?y$6NsJtOzAbbJ&71F_)F+k%LwOUF=fV z)`&SU2bgRU*)VJLZjv~>CsJnBK*D8ZD3iCB@@q5ryzpvuNbsaEp%oy6lYM9? zyS{p{BtI9>BP(@c84PE~EU^BA>+!DIfurcxGON05YRuH;A1$+o{$&uK}c52lqIbB9a-}XPu;- zfD~AeJ%AlXJ5QsJNX!Ci(Eza00t<1+1pOo56%UBSwz5m!fQ~TZr$BN=bhKKXX`MGk z1PV!{ib`Il$FVqtwYMhfMl= z73av{Ij)3?;}_uT4wuCQn#P;*(FPJqk^>-W_<7q@fnQII4LfpMr5dj;e5tl zMj+8O_R7Vsiujj@Xrn0{(rRYvwrB_JP4Z4-I*F!daGEt{yEYitxIOaxGxIu#i^t)~ zrht7aNCaku@Yy4CCZY5yFu3(FGCw#O!I&g zJFp)#I)Pbn4&;zouHQcjL!Z!pjHq^3+lMq6hpBG9RLLJjnd8HGs<2+4n&9o zcErR`QOTpny@5jwG{GdYG1{#wF}@;dZ@y@nCWI2n5=`K2jwRmqdy{#Q4~j{sf6NU# zDFK2IFXZ!#nk`(l8_v-RAgop|&=&3X$fPHS=@pd8<|K*7a{IU{MFkq+u z0JM7N8f|u>NRlXG71V5~P%o$*Li?V%gHaZb%`YKOIeMy08oexmMEhPa*K&FEx8?~q z%%uMSUsOblM{l-d9x11ea&(gZVdDgp)5Buwx#Ku7YqYv&A#{3@6!Ov_8@~2VZ_@ag z)?ek{Vj<)Rhy&X2nx*kQVzE&Mr_KFdWSUX|9^Hl#YPA5ox{V?P+eM$~C*<@W7#fXW zRw*x=7~qfAq@P>NvP-OBLhB(wK~l(B+PiYYDe1B;ZkbpiO-`E604Q(|Vh>EyHm(?n zcPyk1JjoAFPyn;>nPSq(EJ~hqa}m(G&~Hw91Dy>fh_0N;A%-AM(N0{k?f}TJq2dc6 zERU#luBfKZ+o=2F^!n%;gE@>{0P@?h{{Y*Kf#K5ze=0O;<7&}A@^Fr+XGa^h1vR$8 z?b3m(!mXn+(#jLcssTVBxx7MnR+w*N)iJ zED^GYF|GY1B96Y?a55>;>LXMj6lP}HRI=C|$sV8NoP@$DQR77?kr@a{t^uz8#~0)( zLRb21q;Luav+iqk%LbV>Hd>XGgtSpBzxCvEkwgdrQW((5+HeK z!I1veb0VPnT75R1?3UgkTL!vcTg_22&E>b0;hTaKgaCRIb%kkzQ6{b;Ac@wffhw4{ zd=u9ZF0)cl{&6)h3*f^Mkr)qBMn%-ar35CPbpps>r<{y|g3o%GkDyft;;QTSz-E`l zhS3I*i3D<`fH&wx5)L=>I;NgBau5Mbsc-NsfqBoK4PNG9Ccp;N@}dmO?n%aJ^iwQN z=lGni=c?>QAFvob%y&W2;Hz(o3q9xD2|2rao*E zY<}6QDIHL(+PK+I`cjQ_s=Gfp$vman43a3^2vwDUC){2|9VVKc+#m;&JDCU_D)0Q| zN4{xXN32G%VPk{}`8Ro`Cy&Vp7k?a$wtsRl3o9gUk!jK}O|T3Sy~(P`tATYu?~_E% zs>BC&iHeUGXS4d3)6a_!GQINC^X%w#)9F*h_ z-1WsxBy(yYW{J$IrCvhJ6^}nv6Tq(63vr`s{{YK-JCS!gx5*iyb-0i~$lxw_i$|{{ZvfInlPAA)R9oMI>aG zmQYD1`jE6w&I;G0AiBuzjcdK0R@zS-8Y7QflZ4djL01f|$$dJlEmsBD^vvaCjFAjU zD}i9e5CD$E-QwFz6w|Bf!YEL+6a`dY{{XvZ0p2UA&}m|0teI8YYL)Z0fG+OTZm)X) z;~~^S@Tm^dnHO-HH7*GBQG5^coc(^6RV1MJd=I&t5DXC&KAVkS+??N~(d$*EPZyI$ z&cFa81Q54$TKU1=o2ZvfqtV4ZX*9BP{{Wc8ABqBr&UE_k%`TC(Z{|?7WMWGnanKCM zs%->*BO+@^Xrhfnsv#&zHUSlP?VDime+oJ^F+`eK99T%~u|2+?fZ*+|bztmR92i%PGIv)&_NX<0J z@ou_~U=>AQMHWT+n>h4N$)CfcXcZD?DY!GW5L{PKMRR8>!n`}f^s>rMl~!Uo>OtoE zSvT%^$Fj`2uO<_z)Yv0)ND3$?iU5BY(GY?rEv{64@ohgy^(KKQ*aMATniwj(l%6Mf z2N9|POfN7V{?B%a65oVtmo>yMVm)FjijC+4$9giU=MI^!LNgg)9T>T z>Y_;}gm|vFl)67m=}@nW!wxcQNc%xgTMiht$aW$hdU5wROFI%3;`pc zV3tqsi4&J88vI*PrfHW=t9YS~B1l${Ag=a1bJ%m7EpLdzXH%z{$WjN=K?%=FJ@L?Z zobo~Wja=}&(gLEG#u$OvIRfk3IQlsi+0h}>5h)9~<_WW&PXfvI%}D2YeLXjYsF_xI zpI0j};gv!K9*TJ<7hwOuA5Ucow3Iq zi{qtHAXncr%PYqMBWdAZ%QH9+pu7{i3?U=knN{gk`&#skDvS|;K95fpH zhCRj^+-B8BqcSsT^vfTZNil-zs5+2IJP(}LKDSEoMH<8usQM8h8&9b`**VYgNQFk>E&boxjmZ#)JS zU(MzgY1>c|MbkX3(V}Dodw_doX<+dYBx@uA)E-ro6~AC^vtq{kWd;v6iKarJ0elg` zudvFV%8bjkB7yYiLHeB-l25n>vt)3W(}mQ;`kOq2QU(0oRX<5okbvI66F^~oE-wPnMJqfqh#iO=mSDdmW{ptREI}jI!tycWYZ4Rz z*b)i(z>*milHGLCI1RPh$Q>vTT*0W+6k+C=5y7zAu8*j(V<)xQ3)DA=Lod-1O)(tG zp;Y_VH(8P?HT#RKv8d%tasx;1O$^Yh8=(ed3J5jl8vBaJF_nreI@z2lu^3(Dy#PFBO?&{R5si8(Njeb^o42Jjbf?%bHZaY&>k|5H zJg6mjp^#HFasaF=p*>D>8c5X<5_OU_6l0JQ2=*X##3_+Ww1G>|1$O{jH9)T-hLJUh zwM54uU_XkizLRvw^;%`vBhm>^dnAGU*~uKTZ?@9uqmIe6l!AZ#?)jTjq)7m6`k4st zxP~6&URVWG2vy#=K4XhNd%)2qs-xIqwLQ_R_w9=+g@gI85dy-<0Uy6y$@%GFJ0%7% zFO+H@d^OhStzJ?jl8E}qa()e76IZA%tlNZZ$M!Khup-ouHta!NL~lp-I4WR!@>91S zTVKZnbBT;dtW}a-_1Qw7+KvW^0=gfoQSrEv2fZ4s%B?b1*&HuQb`(dY_88+TAqdm? zWd8tc$&CEE>XcN<_0UG7{{S6u63wI3p;=&KE&l-KMnezrl1)1lM2Ax@!Sx8qG`w~M z{{R>d;o7DH%V6Ld;DPqzGRdSdf?8DF#|t21gx0;{B}6FRZSuiNilN0$H{~Q^Nqyw> zBvJkGqgGWy&hNqg+Z_Ahmq#bda!*?a0CpH?x=H&3k@cTQQg*EXC{f8Ea4ly9_g7oI z1rak;v7;YE6@YCtk|mHkAO21=P6z}p=o`2q!Nm~@p$c9*;DS2$<1XX?c~YYf z^sqm+17wKsT~U~x3LyjJ;+mr%&XN^9b~izW((L-Ai)lWLKp8yv)S5dx5J?x2M?AWD zbn380BeI{??{(|NW7?g{PaUOtH61;&;8W%%%7zl4H5=kn1&?I3hfovIwJlJ4H8@#Pc zFP8q6q-2P^B2lMhMU{5Cl>`y(V}tHF7!UBxCa1+UAD8gxCDiIRmhz(;nTN9VKWv$f zF(SCMQdHPARquH)KS%i2i0Gp5h`c&25)D~ZI)>BOj5s74?|#R=c=4&8W)QUd5E?PU zNmlkGj(&5k;+`ir{TS)A(J0Z01g2MsiD&CdNu^U)LzCR+o>}!aN9UP$Ss_B89>cg9 znI5iHq4Yj0s}7LPVv6`xWkFrAqVRo6ppCUr9_HAe_T=Dbb(87!%-|hjs%+aOka+8N zgQf6YUZQh6=4CP+#bYI}(#_BrS#)58lrh5wrcecM90v8~^RMA^K8i@4G`eZ^4M8E6 zfoA9wp1)zvaHH_pA(5k=4M`h9^Qu(`*n!9yiIqPwzmM>LXXR6 z$^t`q`lJm10AP4un!)hr(iw?ugtz|yu~S6)SOA>qYJ6Wwq+t%GSTyWL;EXx;vDD;i z)Mi)#k)qL;W*54Brj+#Ho(at=kivxoj_hqqZY2AGLV(ULyT@YHDUK~n+LR);$F&yy zh23UtKZ!`YRv4mMJd+uf$?O0oht5-Dve6wZMpyyT0^h2Ec0RzLTf{t0 zX@NE(X;821qR+;0b?Y{!S9#T&Qz;bEBDn*w0=OQ-3rVEaLm)bqQdIpak%9NB!fR6N zH4Q18iDHF8@`;H+`3rmxY|*FCPp^Ra$67-WPnf^~??a4Cx{u1AI0+=w-|CWJO8WtH zGZdaHsnmeXnwODJAJiYcT>+#J zctVa0yGt?bNWQtn5owX+*{RgXs&`$L9{_c%$qFoN3=$-&tF|Dc=?40qZjb_ROoLR*}5K zjme|A0W8_1>2%UkNZOcGnm?&8_UnVRfcS*cyCf^7PBqUOZ*RMR#91P{F$N*ViPYE3;8w1pf>-Wy7@jYIn zOuA7&pP-NG5Csu}*ZP@{)P64|S3mPboQ*6kGJmO>taRYlC)+gY=9-EyXxRdjysaoA z!6&CoTzYV1jddvu2nOpaUcJBqupdpN(&``ba%_YhsS?Jh&D@fplh+E$`o?5~$P&!q zi#)3kdmh!${0z|ypVZ;CD8v9kQUM*SjB3n*Pm;>+r)gABX!Znk#6{x96fG-IB+!j^ zkS>olY~b{7lpB1L3C7dKO=7)zV;Wcdx&=m**Z!jmBdD`g_Rbu>D+B5_NvG7Rw*{mv zMEoAVHCfR!h|u|H??Qkre__pF)7C)pssvWkfGL%M3d5+Oj9E0sQO=?%g76Wj5%HYx zvq+T;i34uh142o!at|1_(N7lSNwrR-j!P;1i8ekB|Z>9hMT9Gb?r^Ia*8ZXl^A-uhvq%<{$x&ZAE4R;<(s z_G5_}Naoc$nO&@H1vLu8>?@DHTvJ0Q>5e&M1N+Efb<-Uh#!zkuk%45Ygag=$tRBn@ zsngg{o4C0hP?jA#f4*C5w9zr&I{An<5VC*(^&`_3x@|K8sjZ000bqrPC(zb2RSfYU zEvDTW;pJBW0PH}!{xS<+7t=IBhM*cFpf*p%bB>C3)@lq&8HHH#*pILs^FEMhWUnSD z=iCScMkECM^%>G|vqn~J9+^-BYbZvsU4})PT+z)On?$l8x(ZgwKK5)3(;RXDH_BKM z*SJ49ngFoIf)s`#sv?W%KotQ$N{g~N>5PO((>pwmG814jgcLf0I^O*&=MLV`(tiHQmtMkE1sz$cu~;$nSPl(ZW6(+d9p(}8!e^(BQ4 zodyK4=wy|pfh5#wBLu5D777obJ@Yu4T||N8GbCuhks^=@uAG|#Ak$Hg3`k+ryF6p{ zNg&)$Qcqwro1{$`E@jthB#(F05{fGW(4Sv(jg)FyVyg^pQj~4g02KPS(kT0182uEQ z(W!Xm@NG`01Gq~ZaFkzyTdoq3`3bdJv8bFOiO%FnCy^YEqR?;w8Pbna=PY6$3`BIH z!yyCMb7a>!K|^X^Q2InoLZ~0qj0RDC38P0dFNm`Vm?HUc9mQfK?&F~~eSHQ!srrp} zq8URjmsZRa)5fXJmma8KZKl2U<`o z?s94Mv+D`f=?Zxx>iPu|I`^?>_!v!hqKXA~EfQ{K+!{;k*oD3`ou=0fCbm>%CUvIu6!Ss-s4BDC7Qqi%wOdeQA;8@^; z$KM(Do8M1XC(2K6DbVs)m4ir2c=@8)i$e76Tj5~HcPS~_&oIe@lxt;CozE#f2h1`R4=aMl-FK8 zYecM!79zi>vk$oy)ONn-IUXWc%k#Bbl?wYoWl(@GsW<7^=brHo71a$&u9L|~ka8KA z5-+V?6Yg`9;)~;Yi4uquJYwg)tlq?8Dw+i&*|8o#UKcD`gru}s=796^pGgy$Aa>Qc=Hnv0hg!j&RmjwM1iIZx z^UQ+&uUZi7>(h&R%#q$k4) z7BkUkVAIQ@*Uzn-X|*N8LXfBeKlKhtB$39^Rg-IccmUTxD8Eg4jSLH=)~I=un2y#q zMfrt+qlpP!(lHF@{?#09{!Vf{TT?VH%MPAMkdU#lCU#-ohd?lN z&EhKMLLx~iqbm)8cJfOeqmIKEyCbWmiZxR5BvDGt)w-iQM^Z`Vy@q6pPY;FGdCrza zk%=-h*OT>~<`$1ZtD4v85=?fZ9_pjE zb{A2h2`qBMs?=&_V5*5oksIo46II0#@0g{6IP}t@B(Zs&OpwL{H=u6fy)#oB`E7A! z@u|TduS}#HStBHq=na3qYViGbvU^WH1c`u6sG>Juc^>5BW70RSJZg11 z*G)c@OiA2YHw*_HfNT;y>yw(bTBltof)lY1AwrNZ)Svml*6TGsR+f(kaKbO-M<>F@&umqYX>LeN&dWmM*zILEmjjG{kSK#y`-#OCDuXiy5 z{#Am;B~E@1AHH+UlC#L#xymYmNLa7~u%HObB6&M=9XmGdUa!sG0@KL56jxF!uNls5 zH-|K;)2oD2^qn{$eTC#m;~GZP9aMf$Dhh=kNj(Rt#W>PNrH7o#4&$*0UyymiTDVMF zeM8HqicN59{*;nz03M`{r2AeTm9=zZe+tq;3wLN$$R5Pq984|YtX=&5L%N;SDz{(% z06j2eXwo6&K@kGjP~`mC%8rTE%Bv~z*GwY-x0$CAnm+6=o648Q^*&&l9c-bm^+Ooo zSFL|J&y&REnjxq02~6>?(;O_@#C`0sJYpYR10qACFejI4X=`^qNgt@=4=ioec$T+N zOFYcn?jB;g7QW)ToW#?}2@u9qw*(eqe#H09D2=L!`Kt^p0chGp1xf5Lv99FN%)$*z z0vVKgl~g0-b*y4-t7-J?-dx)i&-VtRr~UAmK;k*k<6gyx2jmk&5foviE2x7{sG=^w z-(3X|a3v5l#Y_njfOuLQeHyq%Sl!w>(y3)kzzojXBgw zw3ZR?G^gP4ne`D3*Az`8eS)w9r&4h`X@4lhE}P4fpkhI<`NC<5t!bECQWgO5VTk)x z<4j^@j>M7gJS&0}pIgkx`nfF{S1R3Zg^xq)@NnSMFp{G~9ra+K1OEWKniwGbuPuU; zDCdHbhEtU+a?K#yrqjAFR%+wq=8*=fA^kI_kYE0j0)K3te($4Fj}_GyO@r^w3{+}X zB8}z3gRL3>dgUaVa6-qeQp36p>OMu@M+(eHSl$pf1_yPXlmO&?^C8m3FVzf4q#g*d zN8pSNO{fl~H^S%%<)b3U@0sP3OcvH8iPZG~kGM2zGf5_*7QIAnW3Cv0fBrZ=VBc}a zwVV5>f=9PumlIm0X%$D7!axBvxDtJb9E@8@6Ce{p@e|dRcYW}`JEo2v4A|&axxhxZK4Ne zutr5EO&n_E$0Dbqu^^we6p}R&Bz0$s;C}eML;;C6(0^&gc`}6_T!GZ}Qfv6ihMP8^ zu^ok3#mMg+ll61@Tc!YlNXIE66VxJ+{{Y4{M9a^YVyO9mU<&F~7V-;?$D3OK;}#P$ z1N}E<>KM`g0E}>sF{d-l7TALYE(idc=ms}WC!B^YKBhS1kfY$~1#_(rckTv9dBv61xR(dlj-i^_l5Z)M1A`1<}fy zmH-OZ*MYbIe)vEwb+2Y2hEmE&B9Fr{EkXe;>fKtgM5;+4V2x8WFKl^)R z!2JdP0M#}{)#$(I>X7N#4MiNv(SzK9e@VVL;OB}>8yLSctDjA}>fLXi-zPerBYJ-c zN%djQx?+nMPzpLIq5!X?0zL0Ii>24=B;136KsS^sy#eZTJbI5$F6*rfdc};h>*3RB z!M)Kcp+6*x&HAVYb~{(l==j* z2_q~dnOM8XZ=pBOJ^eDLl2wSotJR_0c9@|4kR%PF&r&{fBzk=^AeL}~hta%%xBFfY zYvPYItj{P6PSjL}&+czBYvt3df;s2Z$txOqVnFl&biC5OAm$+yQ=*bC+C9pXm$S0oo@viVq z5=vm$j!h~mkXw#PH9&h^=Q@2}gUNa2G9l)bNu%j}S@^>}M%g?^PYW|fV~I-Dm9`%o zUS5w|qLxBL^0@}~$jk#DVsnhT?KI4%Po_e|a%Nil_0GP8OrWqD7(wo;OINY!g_Y8d zrPQ~cV$+5eu|~unk^ti>EjNY3tMg=!eBkcgD-u3Q>zOs0%|@CfT_kTbfwuRe_q1T#e)NgBIuFOZ@oQ-R$d}ShtyaG+AXtZ$zLOqKe$N0`BqgkVtP|S#~+@Gj3 zk$i3-b@s!TM6$>{*!2^IJOxmQeTP5I9O=cQ(#51{TS$mO0I`>L(_Igz-;<9?-E$(7 zM+BgRNhCk{XwOFdYc-kKV%$7|+1s)h->*pXxmeuiB`Oj>O=nHoc4 zD9c$M>`y-@IertUfo7!838p*-b|eAn1?O~Yqh<(vIBhCHJI%MJ09pO;MoD6mRU(;W zM1>Cv5C9A8c;`2rN13EZG;ty_xdI?Qr?3Dd)sxrQXFFZveo~cIh8Ma!R8o&XE3dvT z4R?yk5Lkbw8y;n52uSq5Pi&aG9U~IBMUbSkSg4hWqw0C1nWZ{pnV(&&bt}P)5J$y! z9^{Nj(rf3Ks?J>16CXNP9{eKeuH>!}zYm(b}}NoGV7pxn= zfgpEpk~qBCs?z>b!bgZQ>0?65v4(Qez26{w4x|C;o_ACDi%laUOf|Bh;E0$4+;9ox z<_$;UITQ^ig6I=Tr)Cc-$O&hzKxSf1Uo$x<2iB_>FNS_#w35xJ)zJ)ASqcH%51b~ut*eYV zXm&e+%QU5cKH}>+ny(b`C08)`WRmj4l%(Uoxy-QXbz^LBCZ9(iR#^VK??tRN`_?%4 zey?|%2D|#8*;zGC%ERMr-VVuwSF4&K`JEwvmK0V?a4(zVG-@J;RitVsZzRaJkl>xR*&DU z;crdHQt>)~j${@;QKEmx^Le{Yb(2C~RYFBlpf;nuo1>U?--tAmMID5w00|BzZl3Q)GMpYsYlt*l^p?R-tu}= zU|Dq@9_%%6StFwYTmpNb@d^Mn!JyDb+>Sffc9id~>o2u^C06*h1XqQ>1GYRxhr-YH^ zi5yBu9Fh-O`Q+x8m0?h+sg)$IRx}G^u{;n5?U|s{$jDUcBqMh3F!CICJ$WCt8Tl@C zj%F>Z@jX|T8iWRlwF@NK%^FQ!kys5P>l{}svX<{x)cW?!a_QrSbH75mre?6t%=OP8 ztx(RNn$F}zx@{al231H&H{R-~VPUVW(>z5AYCs^_F_PDQfL?Q3#I=#JZ9a$uQ&%pa z(t+0dgY9|Jk5K1%kQR+k)hVz(D$Qpz#0teRc8WbkbcjSt0q$?D;HT+)UVUOsACM#= zcLYZ)s(ab5_Pnhpgcx-4nYzeBF|tVZ>ttbRJVn|9gGU5v=a-SMpFjZXolP=oDAVcq zt*Ao-?oS*Kj3oY&kwxLi6HO3ykbqlgK&P)D0s!_IkVC18Ib4O4X|Oi1+w*_m3_lm~ z1Wk~pr%bam5UlbGZaM|Nxygr7rL~_?t};ju)6@h#KS!<$anpcLBuC6xmRqo6B}eb; z^T5Wm+T;ae)40>A`el-3U=MrekG65VOUFDhbkZi9R}j>YL0>eTqph3heZbB}o5vC% zFXj9}5=Z)ERU{Q!?n&U~k)JsB8ZQ>owydP@zHZxFioR~MuP(9%fFsH0DHO^SfKQ6E!RHe}B$4af0!_#jN^#j#aB+|k6yNw)DH9*8yktu#{{Xc?;2fB~N#kBArjK7T z=_S=W#HD2Np?@ki{{Tp9v+-EZ2-mNOtmuF&(w)-E@;>rA**uP&2PYLAny|(_FNA7m z-6zm?f&sobB7w|0-6pe2-dvhp6edz_By!Dn$#M<1#etR2xm^85ntgwW`7lOOAa@

sEm~<>;+Iw*lBkIiRd5F$z0VoL@rHdO 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 N7Oh-fOqno0|Jirf+06g| literal 0 HcmV?d00001 diff --git a/static/src/img/cover_3.jpg b/static/src/img/cover_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39912642a33395ad2ef4e568fbf2963619eacf62 GIT binary patch literal 85059 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

}wc9+T3aX*ipjKSE$KOK!DZt5JM`?!UH z{{ZX972TiZU;_Q#F(j(lGb;V;2r$!lE~c3a(sjR4GSDqK4k+dd(S{5yEACMOZ7 zbmTO3Bn{VN+N^oveX8Pff^*4TzD@!gwIy+zKuo!`~y>19Gv`I1)#hRC^fL#fHl8 z24Q8ORU7EKd&(_kHu-0x6q}DE+%h>^1>$?Qllon1>2yH+>o!N0(GM*S8wAm}y)@f* zQcCR}gY31$_>?$I79$ljqBtO7e2zMR&^0UN{{V?SrT+lpe$vZ|g`{BE*2RYWLuln2 zn&o8L`WNCHEoWf3>l)j%esQ&r@H%Imx(*b`#(MFIofLy>#)mGNVkm>*%a$?ks^e&q-wspB!OODjTwGHb+3wNd zaM+mO;n87EClr4)g{?VT>1*m`s!jggpBDpdw6B!Opt%NzM)$0zl`WT~9kEF@`j{N5GutLcrX>z3kL#3s3e-ylJM@H>hn_^+ZNYBV#~w z+|$m3wf6{2jV&R8nNQ`tNA)TY)*H-k(Wg}~eqRd%7;3|)5>UJfHni(x`Z~UP1>(u-7@^a)eJnnepCxRm9(BUL8S#E2!oL*@u&k7f!woBoU**by zT$V2niNVb#9%$u*5fie$H#Z>%n4`^oTf=bJNFgxGnc1J5x$dw}^iuI2&Twud`6R~h z+$8cy(AP-#!Epd-uIs^v)aIM_Rio+W^jvN$+H}v6K@Az)_nj`Apii0ZvjZPznf~0@ zy79k)_!-{$I8P9l3|;>KPG;wC*Fv~{FYv3i96vL#u)~XITsy`80JYRt(Z}ZDpG^4~ zJvTl-_TTVuA+s>J&e;tMBIp#GA#kW7uSZ$_OLjiU_Ko;~hi?eScfj6P!bJ|Yw{YJJ zyF)8lXZ$t`t7ecFA7<*iOUTC_T#>>a9%=Cyvw_7v92OP$j7!|uST2KTlgI^)gY6`^ z{8+=`_(md0PJyx6eR3oKzJQD2CkLAj*71397^~Jswb>ftyKV=;xOW1Fy5QJ2uubM+ zZ5Mi-%K2IR_T~PY;Qa@Q>3HD}^b%mNrQ5UD9C3>MDuXWp36Q0b zC6>7?ngqGWnM#V1iV{P2D9d2wDYBImxVWR;$}_}a>hJcTERcFGdyO1cB5bXKQ40>9 z6XHEqz~Wec)AyTsyxsXXviL z=Yn<681V1>k)L3I;V|z10Hn`k*inZ`QrUhJ3g4Ip-qz|_JWGi1E*=TRppW7&X!u?(c%OiL!L5w7&Xu48 zu9UeR&vBV>R@fw!rfCa{au+nVx2pSv;mLweD@^+yI`=UxUr6kv!&6)fNhM~>Ebzo( zW!7sxi!T-0?k3q}Vc^euTIvsFfJa@BVY^2*D829DSjGmllT9Qavgho{c6w#u=8Qec ze_^o>IzJI3Fzr64U$9(HWP4U!IEoAgC6oy+nliu# zJ1Z;W?`YqP!f-qUCpK9hJj{p}4FC)zraV%%j#=aLHpF-5bFlLrcSc8A`(JZ1aal;cFY55q!$@{s%7&emRF5i-tH` z;yImGc?I?HV@nq?KR=#->bjBZI9x<{oI53s^1NmN!i{-_H7yEPeHk$h{(nMwi5nzfSs_ex=`pG;l^msqjOdoq|>8eprpS~`3 zHM|cVIEN2|{{WZbT}7j4pVQFp7n~Z`SpC=69iib^Zacy;JUbRYWitzJn@=YXFjvnQ zUx)bFc!cp|gmA+Yg@#+qWTU%BMfLnoEooDI9}CU!rM=@_oM?@*xG)gsli|oLljIj& z!8;X>#umwsm|&pZoYMIZqj`Ik-SA${aNZ3V{3ac}=Q$s%kM>%Q8Y!2}Z-^Vg>4|fd zlz0yY?Ee4+4SZZSTxKP@_qd`Cy+d{jp_jF@Gf1#e05-Rkiy>8I8?OwW?&Zn#AqeAD z1xDMuYm8~r35NQW1N(K47ncc!_a$?aD$ZHbKSsA_ODAslp*|RJt^WW?Dk(d0#t5dI zJAETu(~vn`B2AgUCv3Ref&T!SV|?2X3I}$xjyV4SFUwa%^ENdpt8v@fT@v^MBzT4w1zDwp+2o6d;)6V=q!eKweC_)Sm}fL8R>R{vX-SDT?9F ziMU5ann3H9!YOIsejW`DI~LK^u($e^-a2^O`LiD-3-L$tw0o~Rn`YDuz8~2x4T2!E z2H9ReG^aUREo?BfHLZ<}9D_g~MN!ho?c99^iY1$D(uzUj@Vqk`(%fDa8U0u<>bb0M zV|YZ};lg+LV)mAh4rY*iis(p6(Mhg`sPS$uz%kvPb0Nf#_8Sq)88q-ek*-NEQSD|4 zxc&u;jl$l>nOJ%`sV_uwTIA&MeIFWKfo?uYSlr*3L2Vbg_fMb9S6a3D8$TyO-j%Li zTBU91>-9s+=Ct6S$_k{QsmD?r2U|`key^$u)Lr`&;8~!<^*|Q7kOImG$0;-_Dx*@uS6jr74tQx z%oO0BLcPKYq7G708tl*qnX;(^y7|rd1VYZu2hPxKwI4*|&a0)NmKJKUZ70f&FReHe z``*oP*YBGP5kKt<0ZM+TC?yd-yCi{$#M{V`|V^jG<>;MZ^YPW1>u zM9-1v8onYv`#Il;)O!`g!PvE<{{T>4OW3Z;;QLL8#=$NmM~jWQqKG=X!TG(y?>;hd zsPH@v4j$Ju&x(*Zx1?>URWl3cFN!X4d}ztE1>X z6U5oVcywGV6vxE;G-4)Z1lSubJPtB>X9hex&tVi@mVi_CTZl8XU7O+DS@1EE&lYF5 z^pHq2dRSXAF}buMU6pW;N=&K1@ovOoL?#(n;CFLKA63(LRk@{^9Ij(aqt^Fnbp)L} zj;|X>S_-NR#`ufbM|P`)!v+(HKLd+_&U8;;wz|fk^RFg)iAD4BAmRm#t>kj+_D`I&QI|qA3>%=&M&k$7wxz?iN6N^+cZh+MngxA1QdWFu zrrjM*6NKRKj=m#4GE5ZlwX#IO+_E=APUbb}z5f8=yKrz|j2t_?5IDMEBz4hs6HCCj zjEtISVQiGpa)zFIX-nEZ9ktj@J`(MK0!wV01aE8cS#nBK-cPoE&ja?-gnB(KalaIM zRNl>YazO;4yh{|*79G2h`k&|m?18Wf^6!iNh~oXE#X*kY4~}CLJ=fvfLtVKfw66X1 zcb(S<&zPq;OmkUr1ADh##IBdH*l_G)F%w4e*xPbAS;{kLvv{up;@zId;br4IE_mtT z&1}MinMfo8Hw#mOc9*!GM@5Eg8QpR;&6R{*fCo!l-Z}gu&vE%@y7ouJ(BSav1$5GX zmRFqoJMA_TiSd8I!sz?s6P#Md7j3y-k07|+=%$j75>$F|NjR!wwjnTJaUcPDD^anm z0j(4QhYR_Cg;-r9(O+g?ZyDZpFOIZ~*MXN#z5>2MCDsFC0)RA0BA3{`u4$99ykVnv zV5S58g?wq87JyBF2ZZVLUw6`<=#oD*>wlbI>>EvA$>s>Ky6(VXp~g3i41W+fYz#P4 zE8%I%Cw(|Ewd76Gp*Wz8uNIpyRKfjxp-JiY;-tG zE_rcMoUDzs1CN!O1$sXS_(jC!Eq@W84TX=JSWK_}%gdvlNFE;??~V2db1kO*M>Xr+ zf%v7}HY^8e46kO5j~kZA{yx5|!R9>iSBJ0rpHI`H<4#)V@BYVOz`h)CE*q8dK>S>z z^I{E;W{nqL1|A$NA~+bxqZ$UWp`+*&n0cbbM9FZ{GFaX%u491&bp=?BkwYLeok*~G z1^MaaoZsqpezP7Nc-QDuRv?YVc_p%w5J!Ierp4}~SxDbvBGj;AB*TCQji02SsC=bJZH9uE=l4jD_tk&Kp~Y=t6>SB*xf@h3BczERaU`Wj&OjPcANbNzVFjM(Cjf zpiC3m0XYhCn4lPqlNvjOL1JUk9h*Y1>4pwprkKDjCoaY&y{lo*}os6OiOaC>YJ z=AL6vv&f=1Pg|8o9f$>l1Ft1{&@kC(%2rl43yNtjYa1Zy-N&*eXF18FSBUwkEmZFa zG~q;UDv=3%*0eZ##N>i@2uoYgC`^fris;9@$y~-C$kiL8XXprf)FwqVW8VnG!M0)O zN)ia#X&e5cn8=0F1l5<{AfE`yuRO9k#UBybW=+|=1MkAnPmo&9kaST=BWYE?&283JLQ;* zdy9#_Yt7_IwM_aR8{73Rj*-sItdu;03>>W{Q(6rvbC2SV1dAk{fYhn*Gs_MU^GeAW z#~aM?L)mzBqv-8taltr?IByTcVrG`2X`tR@@&R!iNWZjPY51AI&UrDSnl=Gb$8k>j zAsBhc-G`r5XR}f{vzYEFuw4iFEM}Pv`Em@Lj9HO+ygZLhieTgN^LgDhn)bW{#SyiLjGG zd~9%C^ud*IbN4f2JwFeN!{VA91k89n9F9$wleN!{*_d3?IkeGQcwW(Q95pw-5;v1% z7P!yCu42y6^KXeGy^&Otn#98PrLJiFUK#P<=3%k)T5w}<*tX`w%E$S09-(>Vic#$z znB|1JWK(KNtstdpK%gvhot2=toq*J=S)#Lw5*E%6vz${HL5Bw*Y5dX*gYLJmJ%OFn zak#cdIkqrde!D2-kgGUX6Lm6CC#)gFz*Fz6-IuBMnAKpNMehBeeQ0+%^{v zglKLa2;pet#(=Tz{Tk7pMS|>~7{+ScBco~ODGdvu!2CUvLypF^y;~D+?pL5W?Hija zH%^Fl1}86mnO}q zq+E2YZtlND5ydoY->FrK6S{?>XW}Gw#=R6SaVE(nE=iQ2Adv|KiBzK@B_|Zh0noWU z=!BF3Fb6%LfI%P-QbEln1s@KJ+6972R!B@7@7Bf`e`K^C|4z z3LR`A2RU1-qy+S$N^v1^rrGvF4pZ|t&V`~f7ipfo0ui8y0*mt>uuZM#+6Z$2`R~a+ zf%1{`RFoJsy?Sb#hd6>7P#UYV?3Qj+ebAIhC~HLZ0H0^g&EUo8&o*M-4-G4O6q^Wo+IQ5jt;X#W5b`M#(A zHT<7r(fD(OcBfU>wMetGj7I|-Mz8mpQ({_@6BZtIA z_+t}8T1_}PqJwqPt$5F9_%9Ib{{R)Ahw(V#ix&V6dqcB;2+S(C(S4%UHa3PZ0MNc< z`24`%h}eTb2{6!;ty#-U+v4I`HY-R^q`%*8<|_*Iku7 zIil}XshJl&DuuFH9Gz)&^3ZeKb9WQ>jVF0#Io{{V=#HQj~7In6E%$H)Hw zvB7-UYj!oDbSBs6{Xd*2{GX~S@)+QT)ye+VtH3chSS6N8be*6GjDnk7{nkccPQ%ay zV=<}*k2e|%)t4W;2L|fT795_`)avN%dpQ;#8^p^S!||BOK+jlai3@zdy}Z}5_F66@ z-3X!J*qkuXgE;^L&V}f_tKekg3)=alkkm&BBS~$YY#oC7KL+g5F~ap0zb)nX(Z!QQ z?EP5ex)kp2s|!4Q9<9EnH~SCJ0*m&ZZDZG)~}u-C=N#T^>RI01>TW z!te*m`ebs;Y`QMdv=@R;D1IUCU}SA^(STS3rLTMc0Esy3v-~01Glt^a52<4C4B4BJ ztz&tEt*_B|5l;$l{{Y;dl=V5ao>5=^;PfAXZ_C^G8(`*wQK0f)N4R(opO&^r{74tn!f35!j2if$8emed~!W|jttn*cHr^3&0trg&pN79iG z9d3RFj&JJ2NI&!y@pFru)?B2ztB?VGv5jwe!{%pLoImuH@g-2R8=b9u+}GRmuB3i* z*8cz~i0*Sf+%(jZx{rqZOAEt$RfWW2us@4)0T4qTu5`wOKI@i#c2F%18|roXE|1~v zHyeQMZU$Z#g>Ekx;^spWwk~iW6XZ8vPcJZM$H40%{{Z@9W8;=Ab}Bh?i5V-}=I=)_ z1y|Q#=7yf5`m6n>ihMU{_?$C_x_I$YHScbL&dhArMV<)+=)k%zQOT}HpdGGa?F@(0Q~2UdSj{m%_)tFPNnL z#I+pTX2N=i!!Gu{zrZs4>U`S!EyN_A-I;1KTy;y z>?ak5a5BB7*C}F@PO-?Dr)d-nk*^jCBDvAA(!1vSh6RdJZciXiUKI`kSHpEgU{N3CIk14*f3Bu6Tfiw#KSbDbr7fieXZ*uJfut zRhf$5#M#43U%LHA)l!EUh{Moih0Xmh)GZh|#BKmi$1wG7p%tSNgk{<=@o?g>x8FeE z-lI|VRX-FuF5)>ED{eP6?L7^uIL;4)#aS`rdHm7o_StlfMbkX9@n8E{%Kj;*nnMuY zs^&YhxR`-<7`Ar)ot^Yt?lH1qo?AR`jolvFU818dnd8W(kMc&h;u-paXG#w>&bm-e z>S(8S+3b0(duI=S;MjD7s)k8TDxKrHrfinse9FsFBaDk5PNK81(j9I zlht$3&dHh&5o?|tXyt2L%U)KyE-K(lnc~}FMRGW>TO-)wMef(MFPQSFNybS1mxbiw z!Hp@x(PIOM!{Bo}0y2(Snk?(gto}d5f5m1HP92ghd&ay5pIg~mY;W%4IMC{y0df+Epeg`?Oi~He1aEU#$35gVpb|;g1eY<}{werg8ZdD>ro`AaxMx4? zlI;vzD={pJE}8NH?)ixdDsGh<{Yq9x{ZW3QD;nJ1v@L#!{GjcU zfjzKn=lhjOK?BqeuE>l307wB1*wX8vPjnK@jx6XvK0qhe{{Soz>qsv)@=)}uNIEag zD~a+6Vu?IMXxf|?njRMWsKetThH{+b{SH2=*(>alozE|^1wA{JeH38pSu3TKd{>ei48h` zI#iTM9CW23uE59t z0J+QQMdE)Qdow>8?GFy03y$HCJYhSr7AkJ-@|@)OSG&N;9C>bCA2ZbPOD-*7xw7Z{ zKFOQ0c$R*QW54#auSJhZN2=pK5O!;cc4vU%pyGxT_=$wjx+z22=H;c?H%UDT;p8tUU#_3-MCOJ!(+wcHvk>zXV zPZO^+ppPd4zeDNH@X`5CR)bzcXKC<$MvsV`8p$Nc=IScE4qs9MqWMSRQ<~q1d<2;+ z{vZH7iu%2yMf3er{LA=0x1&Gw8vXwO^bQwBx7AuzaQhG9R+r9?N7a!to0<&0T1VM@ zL5Uf06EXR%t}VYpSKJNNjPzd-aWh;)5bLuN-X7l7 zW81-;P64?a6SocljTye8?Q`Up0cYq{kK&BYex^#+l4wVpPjo&br8e(EN(uxV&IY-i z5-wpJ$>dgyQ7Fs}IJVQ7AF+^CR+=cZBK0-Y(jf7!P~z`Y6cB4huP$&r+exf!8eGw} z?wPH7fw;L{^G;e?0eykXbv93;xJh<{23i?f&^D~7o!*ixMA76zh!#~4^U$r{1KAEW z$H+V@gyN=Q{{X6d4EHBRCpf`eofjTCP1IGG#e@@YW`}FF?BDSE^OudW#_PKNtC8a! zf{U{lW=-18BFr~=8FX-AK#|TPcG;j8U+@zdg~ZFoTZM>5TFAj5e83Y#`2e6mU%#)9 z=X!=2N7;+E&%5cqo0}d_dTNqAfeB8S?7mU=i25W`T32CEGG{bBrH=v4JAy0}iPbnj zV&nTihnN>(k8=K-wEJ>g<}-xiurDtxb3oci^#ymx9NRpI=(|TWmuD$rPosyzacoW% z-?g{1sNHYy{x=370h`6p=v27w4Ti*9n$r`{Hf`<~KaSvdh)HuAC1}(-JqY$)f78kP z82xZN2&QD46)4m%Kf_~jSXb!c@HEQp2wQkA(8l5!EwRV-E^@-xDBNJ!C1$N+iW zdbbeacrGH`xXd#oJc$(H=yzPUKd|l3pNHZI7yewE`xV#UjF;|szqigaO*=;^IcuI? zY@bET;-ff>Xluc3y3O9(lDp0!!Y9H+=VEZ~U}+#a>=D=KxZFgIbdQqv*G@yAUp^SG zBWKd`b3AyIFR(bgjcy2nXc7QD7BqOqwY1qsu?h|)Jh-Q2XaR#}s#ty#B=QdGGF)9= z7Lu74xh@Bf7mFQ8>^n3LBNoj5HUp@kspz_H(qKu$#`aAA012TR$f3(a$ye;RW^v6B zK{P2Fq}6BgcXIt!yR*LMg3R5`k1A{K74&LZQFE@F2QhK zC5!;Wgp{=YXSXQ&mAixNRxR{#Q$-Ny+i_j@s#X^nc`|(-%zm4SKbI#vgY1tFf{eyl z&+j^i&@HSs2MvW4hr`CtHnd;WPF#eNR~I=x+3bc0L-9eH=2I6mbtn>9I?(1r$OHw% z?ov#EVv=;o0Zdb*fMg^hNdO5aDT)D;BvTa%IYN>}3L=E3O}IcYLWrS2BrZ>APz+F% zPC!ryoe(+UjV^hnfn=UYh|zN$t>Qi0_%0h0ziEh-hDzki+v==iY?5@XmZ!jQ`LWN% zaa;rOFEj&$gtRx1%97M}S< zyY#dt@$)o2MyfvtGV-7JBeCkOiVo{n9X(QQYe1AaNY}y-O9^U4X0K#3M1wFs7=iUm z_P_aY4_XK^vv1%#IU9aKL`+=6kD;{rnkcq2?srznL6cfp zKV(3=mHkkM8myE&(z_hU^3*CyB(ess03o*ZC(4ktbZRR-T0PK|J&Mp2Rx4J0bwB|p zsvs+$-BJaZk-Y`)fAI4q_H&9yn7b}4JL<*YM=tlTqW2&8bdVem9E@I)MDMW+!|EL2 zXVLV&Gyed=>rMXvGu>{NJVj9kx!?^6(P0BppH;RbWEgPw8UzF8O8oKqQc;Lt!?t2+ zq*xsN7tf#ZAKpvF_$DGq?T&&*x7q94q7uG$Na#SpYU^u_wb!is&S;>52WKw)K<0BC1TM%O$=SI+6KWN>Bua*u24=tQ05yMJ< zOySWx(@|e_^>4*^``?D$qKsXfBevX81$=>TY zM_d*ig_(^cwUj^ljX!Hn*n@ksJh8R12N1}}bKC*ehTm0F4Tr-&6B&F^2A68*w*I86 zSozvZB80X$qHqzmHi1Nun1j7q_0J|~^3tQlj~9P*>J*e9iS=Gt`x3U%~c0CQadY_Guza zLUrLs&}RYh&k;Tou##f1lD;Y6#X%z;!$cg^zIc(`H?%Iy^A8H*t~%JPH0Q7X08QUw zzM1&3!7+WI>^Bg=aOnHoQ}R8G%m!lD0$0hH?jMTb__yJ)cw9snn9Vvl7+T@%zR!Ub zEPOg>{Qm%{%2CTrTv^uk7ld&x7u((h{ALD5NBFi>t!`!!)I4Zc)UDlomGJY5;;=oh z;Zetmosd5i#>p6avXOe&*?muf;t}JdF2c3%fv$5*q);RsfZUHY zUY~#ZE60 zsMP(1r(tVLONnp>$SdqVQSf8KM_2J569zZ5pNiqQci}J+Vd5BQ-r6QMw3C-A74Ku@m6VkIzK@0 z$EK|_cY};8c!YD)W{xA6M)7TNy#XA;^w>LV#NCHv)8k}|4H>e?X_^h1(bakG3x(mZ zvPLo3=-6D~GL1ug$lM|0SlEsZM)1)0vIjVq7Xh8MsSVv{FOfW)P1(FYK0G|*RcAZf z-qmqV*LIr|KNQ5ZkVpF{VlE+!ZQfS(C3>&?H8yNEJBq_R8AP~t&m5O_%;W&Prw7?- zIIxaPEEtGnl)1yZX?|nV$k#%>W8h96EGKKRFtz3KN5i|4Z*bRxWOdbe49>@%_-()~i}vPNH$Is0;tF*LB;Mk(3|a8}y(xM)FK z9xI39ur9iMJsi_*Dtspz#No&oftkOlzu6ue{7SOd5<5at1T35v7=sW6JS_&w#|s1% z!Nte3s*+^slLKKo$w6`wIwC2R0Hoj(k!g?sLSxHBNJ^~I6 zLI5ulGo+jSR;C|};pL$zbS^)yQT1H$AvT363p*fK_I_8f!^nacGukf5@QiK}c?<^+ zAZa=9=PjQxvaN^2%Z7EqA!qLH53;w2;`7Y`f=HR;6kZ%f4@D`WIL2M0AAxo=vk_%8 z39%FNZYB9aK0r__wZL%P7Y|@&2MGiX=^S8v*COF+#up!n!%&V>m-N3-roTgju_-J( zFCUH6F;TiR&CS#;crg&-8=47N@%yIKDJpA9(m*6Al2D+gL_%Z(CQg|EDJLnA448!J ziUA==ra&Z$NgxEKArcfS1qvq=DileHPK2Nu(!CRNPssqpp(QywASeeV3ymiw3yJ}W zOj8nq^*|}+WDq`SPFUk^XC8xcyt4_6e-`bA9}y@0N!mdDEgKJ_?0a{JF!p*@gI(jp zJw@4EPh(r3wAe2vIp1Qt;#CIDIiE=NHw2P$ONrF@ZtG}(D93qPG!HsMmiKn3X{7w; z?pNuL%931%LhzBWO^|}wS~&UuoH?VDkG_aX3cq+#e86pG2zfd&sqN!(0uqN7PK>gQ zW*bD&?0~$1tMu{|hr)M|pCzG0q0($Ay=a8sxO~!obsdjiM64daRVOptWH`IGtq$Kbk%;$P11*7u)&|Mut3BfnWp%_KZumC>VrvukAU|mLl1Fa_1{KxL8 z1I%_8>b;x(9OQ7tamd_77~*jHxp=s6p{X8Wde{6sJ*@2y6<~9%_*R-ePhL+oUKV?O zJC7lM&;Ac|)4e{cLI@v#e=5D$#d=FJVBAP zHasjWtpgfOed&Are>2#FNgq4P@IR@VlXXYWd?(=NYw`I^*eGypJn>S1N3gQ4_M_n* zFS9%&4a710N(qaxn0O3uu;?D}+YT$;j~d3&CRTyv7y)rV7kH%Dj>JeNkP^&p58M)=4IPK#9O=mY zXF=#TRs_ueSIfu_OHrGPw9HQ$lBTTj%wNO2cLCy9Nq8;~3y8wHMw~>V%(a+U%5=+I z!u3YAt)RdIL7)Jj0@Mx;1hj&(npDXx>9L9m3YS8M=YR1lK~#*?j~;5@C77F$Jb&en zBEB*0+g#4tarU*%p^lhP8+gk5HXoDGd~fk3jf>(3Xq%bM{{Wqk_1xO}-j?c8N5u7n z+#++7=L@^^pqGiauock`W}SumC72PG%Wq1uzR~&gci$8n#a|C+ar|az-99S?Y>F+S zj1iQ1*fv)Sn7dI+_QPV_iu2cbBWwqK896FIj zbHx7uLZhx_`rCi|4?Bh4oprENhP%uCCXfOLB7Dh67M?^8HPGT;;MhqqyiX5?Yug!- z)tamg7OxoWZxP8Sbja}xJfk#g(|c6ABj=@V!<40H~MjewWc= zy{7*FbHu;+ON&Pn%veWENFE^K9xJHlqC5%4aEwtCVVRlErwJNZ`|1xh?POWiQ{tRC zyh0Njrh5e*LBre-zEVk_XOwuC5uXjT+(hr$jahQ~=PkB$~&9M=YhwV~NSZewGW zuL|QmpW=9oRQTTLwU~ziB!V&;9B3C2S`tOjUGKm=Yb5QvaPi9W8^h%$H#g*VVb7k6 z&yNr5Qb%cJ{Vpu}B%wPWMCp#jeG|k&MT8(yAXBP9c_q4fO;t+RACeoSM`aQKi@egb z1m58`VMqf75GpWH17QH=F-%HUfM)>ULx3Re4#i~Scpe&ibU?!Y0NvCdWvohKbXts@ zdLxQ`oK81`Vlb{Q$Xo~KkNT)!;yA1`hP~r@9SB|1fK)M@FAItUxtSh+Gc+r_b0@@+ z#o}w2nYb=H6ofVBBl$2U$aR{bprv=7Xr4yubCTJ!h10)U?Xzg=1VA4S= zNeVFtNYJ7vN)QvFPSasCf=xg<34ydk=z-RNM5KhCsagS^+X{H0AWG9Ss0J!G5YR~=04$P>kSwkrw*8I&)P_j>5cCDE^)CejxGr2GiWLc!E zzYm~8ZrG5BH<)?)AqNG3Bc(HYM z)un~(#|Xi=WRCy{7n(5uY#6ygNd^_MJ(2*64uB)Ocd3>KDGRES2yiXEv z$fkD^nw9>`djxL`!{oWSBpvAU3!&le&4gj~Ukj#v?$LHL$#MSx7_dyn{5Ruma~k6o z9n&k%Z~iR0n=hhQfef6`W<^^!Scj?s2e_;Z4EeVE|5 zuK*HYqck@*)znM=XRuu7!@2WzE3?c3fWbs6snNzYM6N%yi1{rX zC;3Oztho-66{&+ivv;a4!|0vbvE%no@>~lzq?ml&%gD{Yn(xN0uDUKzc1Cv--eO^H zyqZd_CXA^x$_?!VhY37VG`;Vvq|pP~mm%>Fj^i+0mBiv9W)QuSN2IuRJ-;~QMOyS| z`yU9d_ZIW~Edg?089OzC!u&JiIEdddk|xI>E_eR`QK=ZKB&O)J&Ml9YHW%VvYy+m8 zme&d50$G^JY&em*wXwqZHw`!(JcA0-Ol>|QPvr|z3?3E=?qH3FsAyT#+nHcAkP^s< zIV)WbWj-Yoj))k^p{Z+kD>5u-Z-kwe`k}-)Y&h20woA$F-`}dtqkS4uuFCP^wYE7Z z&8#eLA05LD{gu|O#KehW`3m^^ z;-!E3i`ohr{wd4sD2Ifv5BRI_lZf$NEsW!w26oRbAor4BDJe%vx?x}OIeAH#B^{g;rgdJ7w~?Q z(YVC_0Fz0k$}oH?lQA(k+g{S9Y@mTfe5yXlIUt3vz+mjgB2YNI?`|Lwam>)x6Z~A( z6JK_*@tB5;bj)zEK#+ACDA6S{Qryjl^!N^$WY~k7~G=65^lX*y9w;EOUgRxnH2M ze2S6m&8N}YCMQCXOjmOxe3At+N{}RgNiaYnfKoCLkbnnKC&n2B2-ew$yi$>8up$}7Q4ecTu9|CE8ydBoN{PLZXu+Oty|bm zFAU&Q!BAs+KMc0)E6h&)CswX^9m6p=Cl@|9GQa9D*ej(&A&Z<2>604T=Ea=VSi>cIf+s!V(ZUpz>MKF=wONR=7MT z6~|!O8yw~AAC_Mb_B(~Kh3!l(A-KpN5$5RpZT{h9!J^taLq!Q-K1v)WFAa-sY&7hY ze(SX!qjfsVR8luF!_5H{tXg6(aDc9usf=LlqK(nGa-sl7@jPigK9%C`u$H z0Ll3#NkB0|iPfSM0F*8?nn?o&rE|TeV18^}MJ{`f+ zxPP=SGnz*|#qTA~ak5V}E-MixB4^7hi=N|Tl~P9)?Z*Wad8a!C&Rws<#^%Rk-_j=syYD`#vQ9065$H%9(hJF%QWdNk)a%xopD5@3 z!u=`vap|MxAb&KxB;I02nrmRt18G>llzJ2(LCoYFoEIHh+a7u*%;IXjigDf(xcZ9< zka3@@eJm%ZZd}l#H_s{a8WimS>PaXlI=$QvmC``8Xm8k|@K%DyRE1X7sRIsS+wKBc z$j|`PIjD*sboTb0kd!$$M4#%ndl}jZdo|h|FAWSpC@GNFJFkr&sT)51{8Wvy3xvUp{&WI|5!pO; zGY(sbiIa26*>kuap!Hjnqb^yPrys< z1UhUa{lk1c;cWms`Y3Q5LP(;@@N)ucit@PfdQ`YOsIefr$y4z>ImPy4jDiMNV5b85 zn9VLOJ|Q94(%YA{ZiBPf=q1B7&HOBYIfjjvyIoXEl|oeF&F_Z~IG=_*26<`nzX2I@ zh!#yNa_T|#SzifeVfaanL2z6GynAcr;H z;DwDJh3{`eqN#$%z9I`83r^tdRPB>Ah22RjZdPGNiJPRZK0#k-G!|=KJLBlJ7)DUF z5=fE}p;Cn$T+sKUye$UlYRuJ`J+SOw1?_GZyW-eJnVKn>i0QJ&=)yuS+Ax0ef2dzp2NHE2>B{xs^5=)HQQ-1?40*Zf{huMQ@k~#`34@Gr zaC{CqrJUU~uW`R%3gLlczrE7>l_>49M$A`-!jKD{vCQBYCGnt`Q7tDRI z?4K6wrZhpt@PUF$G0M}Kl7YPy_55EZ8C5PH(eXUL7I>dMeV7HbbZ|lgMcLQLT5$R` zl!QdLdLBe>y=REO!P^|z%rpks-%2AdZs1ogOT9gpz!^k&<_Nuh03{?pgYePOoVrAN(EB572cBiDn`fNkjWm-O}+IB^PCo5HPwhZ?g#TzvlHPLxTHUV;uGQX z7k5rA4(3H@S4HsM#r>y_oJ&LxTyvx^CC)B$oNSjHC3W8m4sOw&pNDz=NnD)Z`8{gV zDS}08*&U^5K~AU~9g~8DCvKL2T*_J?d#H~xkSGM;fQ=N0N>~8wnH5@8DO&&?(n-RK zN`WD|PE#Gw2%QrGn2?(ELRe&_Xh~0KQCbtJPEgtb6S@~_D2?|Uq)Ka4hE_j<;c*t` zG{Yh0&Ar0s@!Ss+1-YyeuzqH4J(pqVY zfnoDonBE|t!*;kW3@;p#A_VO|p=MZqjYluTJ8MI0BL&6cn`eTwW1WuJt}YE7RFftp zD?@gc%O-|#-2e#5Lu!Fi8%|QNpcs?`bmXSl0I4FC+7eYD&eSGt2948#n!*mmbe*@YsABq4Odx;O_mrtSDVZox>HJs4zm;$48ApEA3pn?Ge5OyO_Qducc z(Y?Ec87le*#@B8XqS;9at5zR}Kal$sT2Sczc95Y&PUuNdIzSa^@oi{2pe;T?-O8tk z#<7hgm64C)tz%D#a=cHCIo23T++f)oNZ#XId9cKCn|C0%9DXWHRPL5%665wwh?&y6 zGs!Bfj@5c$1rvnk-vGJRtG&uc6<$KRqmu!}dSAkJ{{Zs5d-}@J{{W?VgPgrr;Ztj~ z_=kS1LHlo8jOq@jkoeThy5>A$LTbynAXh)u5fhrXo%;4mG{^iD`5 z4Scy2JM(LY(4qRWu*dJXAS%Djq<;*6{($Dh>*b6o60P;jh9KN5~ z24Y1Wywi-@RVqM%v7q{YWVHiuN3viZPPOZLgn%IGb?Zn&y!dSx>^mhZ|*giAEqQ>yq**+RUVa?=uf;k^0@vzJd*uJ+*rtD8^_?Klkhkt~3 zd4_o%_8G^)AnWAsHS_$h31t0H?D~EuoZotzQ^Guai4?9A5#W!f7);CvO815amCNXwt2BI?&iJ4#h%>4<{K_oP;vHM zr%3xngZv#zMs+pMnY!1grrlA5%w{1b#v#W>Cn7XzY~2xSCmoz+LJ@?5YHHQ=>_Gj=mO7}36gT@g2CJa`OCr4Mjx1y-k3s>mn+U9jYZ*r>+F{WVa(7d& z?pMYgx{Sr!UOvIgA2=SF%KAQ?1m@)a50~n>9C4_xlMtIAhLVsky(oDSrGpJLy;wS( z6{cXC0JlB;dM~Xk(TVYK_|wVK2ZV{;#c)#Prbhh5+kh-+y&L>iClg06@o2c*Bm}fI ztaetN2+#$shJeJ2@AIPR13RC_fg6)?-yEK zh01nvHe)#c0}n9I6tlIiZ&7-M?>HVGg}{O^kTM}vO&pY@ViwD3ihDv(=tL9pOcSaF zX~Gbdpfk9(DfoFIEC7Rc3Vc5khC&2~A@kent9F3dgWY5~)YZLh8MDYY1FW z+Oz^GuT;dQy;6Ygq$8SgkW>sth)OfE3P3@L!^4SYS>t2Jp5xH0Ja1<~1=vUL`6T{@ zbVMe-R^vAwj5sEF?kfd85?>o13;7*^^eTKe6~tkP5{%6p!tP~bBw=igYubM+g@uQW z;4sT>!#lcn={mJ{j#$1Vad?{OJO>z#U_4=KM~P$kg~H=_bofVRdmPS>X|R3MLBw%5 zVl3xpmgy`?T?LiLi5>P}m9B3A$0L@S<42oH+lLm(28D5y8apYbSS2n<1G6V-ST$pi z5Ri(~6euWMh@dD&HK8X|=m}I0X;?x^8%hBZn3N=@wP=HqgrrcCfO3F~1rid3C&A;f zm=_PiVqU@eZrXjeTlg;5y|mnZ8v4Ey{MuJ8QX@qiQ!TU7@ElJEk8R;6WR9yXx^VRy ztBc7hoE!-b2SN=HwD5hP;&?h}oJ|<~vkc!uy5{ly8rbxN!~!UQLgnxsufoYq$3pxw zzf*i|{^4{uOkN)u7=9Lb>|9coVxy85ewi9US#KuS&^W9#7^sYRsAHNlxRIcR%JE*n@Vr9(BToMSXYeBL1>>$O*}fTy?1mim zl0)}gv;HQren(FIK}j@*nop8T$a>F&heAmnLsYCcU`S1<-)|(YwQGv~A^DJ+?qHGR zQ=2148|i3n{{T#|3w`ht*f ztqCKTObEJV-$E^0AVAsEUo=BrTKO7L*t)U`eL=Se4?9aG1Vi1`CiJm@HZV55!|_%Y}2S`MIZ?SIOC{ zOV^^)?DjHD7aQU8!6V?7IpZPhBx#slzKh4?_|eN7`90nrl{|7#e5QS((g>otzCGE- z&6<8510~$Wuy>f~S3n*w$dxllUk)>Id>?X9QaqXA(8yUMTpkS;yFwBtN^sEZy&H}2 zOg|HhxPZyP(m+1Ps9C%}u=CANn;8pR(Ty%3^efb|!b_8el3W}d?tDe0l3U2q^p4H( z7Gtos$6XCoruGX4=*uO=$ot>G0;huPh9`hyBz6Wz;;?czVkzuCgK_2;ER8k6(;I8E zZL(-ZtK2=nzu9GBuslKXS;Lk#j<0YFXNU0lVQ_S>W!BBIyy-hTHj9?He$sYhi19u@ ziJJ`*1P{wnIlx|k72Y*~b0r>X+|XNbwM@mddG;6K;VCZc5YNCWuc9SD-3Bk3+-Oi_STvUUH;Q_wlGv-C8 zUyVG4dXN+nV%&c>&@F!kXwztpAxsT#@PH7%5gT_aC`lxTK=-3;6FZYwf{U-l06ZX{ zWdpIVJqM{kFqiYmet}5bG)>$WdZ9=iiF3a*kD#O=OD55uQm?hGZ^{7l3Ebe_%^)fa zG_LvH8jZL{516^%Wh1AFrn6t7jo7Lr2B~Ny$y*Fe*^T$rNw6niH#-2S38azjYe*T2 z!{hyq!12B_4l{~kIE2u$Fwui+$Kzj%JXx5Rxa#R4%0TD<&;{tk@c#g~^X2!K<3jB3#7@$7pNP*67X!n%UKR)+ zh>`DcmPWJ#?RLCp7*0POiN<0>WyWHpbkaL07Uvr#whPm+J&JDu)W&_zb#b=`7|!$%G*vAA|*ZRLB0pxX5;k%G7$T_rhG%ouo7&js&2*yaebv@m!K zD`FB+eePYdzabeM))E};&HWWZOi_SdXjLu}$l2(O5+iAjIV1qI3(#^URL4)<$k%8& zA4E9JR4_I2lG5&Bx{_;U&f{^?;w2;ut=6wn7Z+^oxG$VYekJa(Z0@c{I^)>aMK5^S zCUe_m!NWp7vN!gg21s(Wx*nDt0Wn-IWy6KfX<#AB6>b6ssa zI2#3BY?k0}(5*=slT96GWF;T`Q^K=QABkqZ>*zkK<%Ul9+#J_x(_@jf^#&3{CK3me zW%0Gg)PT7)Ot{|!#Vge@Orf$n-6oVg&#G3a2_zt=y$~4ue9(jaOBO?+TOFYJVD&2w zLrp8RdO6F6bbKY(6MX{Iy%s+RckEl}wSmwsQtaC3cZ+G$R4!>7YMh;tv!aCt?FlB) zkQ@LbUZ@L8e8K_K6dQvwM@MT8WzK@yQDNu-d2 z+HiF!4*R4EP$lGn$5gLG7pfF;n2?buTvY>|0%C-cn4J)SxuAkHqqr+48^Lh%lIX#O z{adI$%UuZzQIlO5aZj_0$8da1B$qQg2G5U|^$M&Q%tjylxihqKa_VCR*E5Wc;3&?7%qf~+0$oz7Em)`UzLu0 zZUpFOjDslBPJ=+6ay3_ zA}Cyd5)cCBJ3MZDZ{+4Uf<4i@bT+9?ds7j2q-MLCS966dI{phMkIn(OBvbBa3M)+$gs1`gOj|%O88&ZhOg9YS83VI zcOAq%uEs?R@W!r58{N9Pfz5K1DAJXkN~y$nZV!n>W5?lP#5Sw;jRcQFxKlq73}W9S z8|rCNpN??YEX$37wbkKeC-7HaCmF`R7vQHQ{3jPC75t-=XJ@h8E(eZwBaZN(=gEV1 zA_2UZbDVpP!u9M&ZFm$Hc;-9FwpL{S01|jCM3~IdAKhtQh%CQHDJXr>;Sy-#2%-+7 zm|orR?YVm$!~DaY{{X12f3zL2?DrQ1xUK{zaoR&nc=T}9Z1xk2;IUW+@cblFKyb|^ zt&zdS&Ash2!g||OV;heAGp3x>Z}cf3#hQXc(WNEjN3kCYXg3$+QUr1YC1;bZE4|Or zevJIk`i*u^q2FJ6L!dhv^+kSPT~LGS1!_k_szaz3r{pG4han`W%_KGo<~5ff$olkd4%H0@bAo0A3CszxRIbj z5Bydg*3tsbrjH^JfO&450(5r&06>6{x_}Qlb)jf!yxbfU2AZcPk?e#5;?NK3JEL{W zB3HsC@Ygau6qrYbVqtq4;2Q90-l04=X&m-smkhw;RQW(I(@N^QZ-w2P;hm($WAOOd zOYzV!OAHKsHSNC<^$X9F$;Ol9^Zuaj|rej*) zm8}R0A+pG9Mo*iRt-{Lho#DTAaFC;PtZwfK!0e5fILFLf@32y~7~8WN6c5HQe4xAR zpqC!-4F(CC{sN=BQfk>8k)O%z0u zbtI@;ASmo1Lusc3PCg=`2gcPizGWlWmqnf)+|$|Q309_Si-uFl2M>g>mpkSoZh=^R z2Mb+mgPrnL5eB##15HU%G**tZ5*D*9m(g}x3nR81WBeC_ONfrnA^!lghxm^(A(R!5s~oA62Ws z@!Un6cMmrU?w^i(oY>tt@Ma)_=Y7iPCHQB>_>@?jTs%VwBcAuZD-H%zXHsgLYuKql zCeIta?!WALwj&wbwZ+1#pFdKuaa=^bry&OV@>B7A7BdTsmkY!g=x2$=uZ_ZpDu;3d zhKoui*rej;IO;$uCo;~Qh>@2M1JFq6FaRfXM9+%Ll1gGMx(D?GgQyC-;x? zSQ4EI?GBDo?BC$$_AT^V4LU4N3V&kXMY7YPCZCbdB1rb0?qX$fLXLVU<=0FH=BqKQWB)d5-(P=l&PP(7$|SZHxgEuJ>K zbvutjq$NFsPPs&BGn~h80xj5A-|oNq6@iGuONEl2*Tnw20=xH8idfkz3nXh^)5*fZ z>m03ia+W0eIJ`d-#No)z<8M*A+rV+i<)B@!LY6at!uxg^<~M$ms8~4O9X=V?G)@3) z_G&(>r|FrG)dRGH7RfJG)#*ycU`B;`^fJGkiQEAEpXY=48$PCcDs$@Z#Ftc z-r;}+&k~U<)Uab;2bK95AIWbK#BrE{OxU^K{7)*YoJq1tLQ?=r-l``zDND9KVxM#* zhVQBuI@c-XON4cfCi!H7fzfoo4`zEiQ-)|Jp4YVcQsu#2C&SU3wOCIe^Zx*(uNG-H z7iXpkCaCqiajYc2!jg-MJ1zoa`=urGqtW!y@XctRuV6jO5OVTQn4QPaQvDJ6po2){ zmR~COLN({7sxM3WAP^j^A_K^wzh89VUah~aAqV!f;=IBiQ)yFf+Df8=1*2dH>tz*> zBp{A?kD6QT6(b)tY%C`ZBbf=VyuD~74?qf80sxbGrm{Etrn^Wueq&x_ASH2$m>Dq= z%FyOIyP>%ph+N(;6DBCeUK+s|AZ6)%)y^wBTtsX;8zE71!=rE{Hz*`8o8;te>Y4R? zOi4#}i+!J!&c`waMI5G58U&38DZR%+yUZlG?g7ME#9PH#!=jDU{wFEG~ZeHWYH zCUh9MC5^?7V}pSlh}CHJhl?IDjEYCJHLn_P!>jO$sG^kpn2hC{B zl7|e$UZH8bF@dd)fglU%=DF@79@yJFMxP%3VQJxUZ<`Ls13->TDpcsMHmuQ!jD|4A z=mHZwVAfzylFnnCWEqJ%^C>jcr_`so%Ai|*ECN7jD!ll~18tdGud0qiPbvw|?9ZxO zWZ;v&k^cZY+)}j!WjvAwf=N)JNg!xCs;$q8c?~781FO3E1kthhr&%SigQ@24Aha0P zv7xO105k)V&1_rLQO4NX8X5o_H~OD7D0v71bn3ZZi*P1(o3?6v!$sO$dllf5#shii^RbU63H>B<7s={&;exo0HZj@ z-A3C!Le~lLfw;*yP7$!aW?`P^ejr9j4$x3{P`X)$dH(8t^<`fQ_fLu)(!%St@j4qS42 zU&AiXMGg_XR}cf{lo1YNc^k1lrFzc}Zd@Zg^;~CQ#Bz2+hGhU;T)Nq^yC^dV;>zl1 z6kA)YUp$t+jt}DRWFh06Df~|f9dRrxc@1V~HlC-LE9bXii6m2lwqIhGbLp!2Q?^Vn z_N$CW(cOmPJ`#3g15U(6J~`u@@@f9j zOReGjGlTG~vGD#Mg~REgiXacxt#Wyyj;kD*^4ALZf7(tg0m1NmPD8Wg9ov4cUqNsj zB-}fJ;4pZ$hT<^rGARHy1Ax?8?3+6z)u%D_x>z{UPAXfg%(*%4b&OnlBE3^MrnJPU zPzlteoAVUPfyzxfCM7UCpfbBePjwIRALOtkJ`%UPM1N%$@gL;5`45Dy@aW|}&E5!q zV&6r!-If;vKd}pOr$x$Log>itrD=**vQg~{R+yj&os-%N**Pc#NdYU-Gm2}`05ojb z-)cbM;e5wXjFdp2A+SOR1v8o)>#9*W5U2zctt8qZ2E7VkbWVAoz0eLtp`_s0O>0&` zj_67&Lgh(AIR(*9!RX{RyKvD*flSNVv4yhBO8w4au3loV zF-%5;aw*DUP#JjM4~CxHz+#Z|X2;Yl9CruAL2fJ(v-LCjh1gmXs_7h!7?cw@DBUb4 z_D>?Y9YWE<@t4Fvm=Wd{_A`g!@m6GD4&>(ORxUGv%@{6(iCfcRx~axpoVApBHL$!= zIa)kG-RCGeQT^97i^a`~lQi!yJcl9Z z6?-8o1$(jKj5<6SGs_^vq)AAWIxdGH$xUhM(-(&5(Pyf}vM8M+2EwkWOZf#8o=M#? zE6q8%9+<&IE41LCw1HgNu)$r2!zjbMLg)Vg<-qg&g5#}r{{RZl{{S|{o{)e4085U3 zAkE|ENc0Xi>fy7W-6<$|`>Tde=#ucmqv)R!>OV49=VR3kj!E;LR#)G%^OP2@*dJuA z!0Bj1jr^fLXCWvdXL?99-l?-5x9U=|cNVCi@{{N2l^%Qfpx1B{=65iuD0=8o2Ie0% zAsL9~LPU9jRUlbIe==Txl-5&7;K<(ML7{pD8=#et;<2p5xU|P_`clfp@!Pf{hngUXc;duRHAS-ID^OX<7K}L*R*qFvmQ)gIsGjG6$NU2a1ms z9%#;^LerrKp;VMyAU&n7*or7PTTDOeH6z{x<6dENG)ph}g+V!}oTZfb%BhWzHwh``1+K{FWF~ON z*(lH;5wX)fjBSx_bp@ul;ETRaTZnc~ zf^jE3(%_iM59f%Mkb2h3itQJ}iQ|X9;M1H_hVe^Hclu7nchmNR0Ud@p^Eh&ix_wrB z{h*#_0fzwv2>SQKvO3w%@fBdQN0LcFgV-psI1bF53xh8A*cObs7ksJDkX?Iu~=T;Z;ktj8Og(%UX}YR$HZ zyq{!HjCw3hFLxWCV!$^f&Gd8U>RAknKQ9w1Nc9}A?OA#rYQma99s2iF^IZRa` z#2_IPi9$-CKvH6LPq;!#pjMG6TuN(0Ba(&1D@;lOi;aMu>>)goCm2sw_)GipVI9@=&~onIXE@Z4ik*E#5Kl` zL!#D)8p!}Qxh!4^SPf3X2PX|j)k7X4NKb*}^aX8V-=hyUot>^H9S#~S^E?5_Zcm_G z=Mm$RP8`fV!yjAm5$nliODpAec^+JR&=S2k{CLN{Pc}~~QsHnSZtUuY(~=Mqs`MUl z%3_$5&Twe5X=SvzWl77RfI{aryXtx{5je*PwhTWzWQ9t(eCB$zFMDyZCLz@H{=3xN&l}IVE#) z<~3ji!^r#@*B9oF-?WD>3zyDFBoczHj zY^etT-o$$-aaH(v1BnAE)P!Sjn-l(2pTd8V%(`Zw`6HK|#iJYF%wINV?_4Xw8uMsW*_D{gjlW~C3v3-?&@3Ajf%>~_;FZgH$#|e z7fA}*c8K`s%^WfE8=nyVw82Wp5W>pl2f*iNZFqXC!(fd3{>vq@oOmpJ%?08(MGG!< zpQ4xiDgZy`u`hpCw?X~YiCkz4KUDGZT@&ELT#?BfFtM@W*jOuDB$W^do%19&LI?y% zM*iu-&=E`ma+#PKr-%7Zs99Z=^iLnm6>c%Yq2jT|+(CG3ZY~)r&Xlah^95x5p>>O{PI6bn zIk)y>0LackAaEKv&cCueKMcaaLz@!|hcXt_-{qA}`xTiaym|>RC9MqyWPYyUiwZF;5!I8RW+Q097s<nVB}oTu@pkY=vydE;^-Y zj_J871WIeLlad>u48G8x`9^;q^jzGhMbY+){{RTj;~&X$a_m=lbaJ0&{{R6$u?ui~ zs{??4lHWzV-Ipo$bdN$irD-IxQCe$Emox*~dqNZP2nKP{Fey7^!2raic7-@p4oYVf zND3ecI%tt8f=8MG?9v~bLX);Ae<(l;m}uob$Sk*UO2F9!yA-k!UWuH9A}d4$l-8S& zNdUU2+=!ue;ZhC>q{mW`*rqCwPC!C4vL2`y8z!`zo0_B?rYA(@2|zJSQgU*r1ca$1 z$OKb3Cn=nO0<*Y>6@v&1Y(8F02l<{#UM%9=1f`^d)D^`Q>GAO_kCV;hWq8*GjCMMF zYpz#QZo@`^Dwdq3$$bcIoHs^m z=AbfW)b4@Y(1ql3Z1kj~&|veltkM?jon+XvC1npXi1Ji{0+wx1jgxa(G=sF@ln9h% n3hfMz%2Git>y}Q9nZ!$^Ka?jCxA{*OIHg3fdBw>eF6VgfqMXy z6as~iLZJ{S85xuuMhAmYP{5dIXsPH}m{?g^n3$Q_Irwj~BY1BxGjoY@@d^kEBZb*+ zib;qGN$?8^3;pjRATlyC7&(j)24fUrXJ!}r|F(bq06jS|Av4Y z001TdT^sO!1||VO*ZUwRNzD$8_!0SU1)#c~1g0mU2ULJ_ zD+)7sq|JY$aaz+xiSKz4w7ZmYcPOJtK2Lrxj8s5p#Yu+(-iNE<3#3Un zwa8M>yO(RqFW8;m*C_k%PDc%Y)Mc@Pfxo|k#qTThKXy}I@>G0n;|tFC`IdfC#n_L^ z)O!^uZoqSNC0D3h#6I#ofGGjFR)e(~s#cFMFKSL1$+S~vU=>aZ!il4x*6Q|0iG{g< z0i>`l6hNOJ^9!-ZmHMAGI(@jJQ?eF1&`+s!hhV|ChWKw21&Wmr`KCHOL1U0ptA93H<$ z(|^DZLy#kx#xaC}D+B|&E{3?oxOCr>ZzW2ZqLcM^RljuR?6VPSm_iP;d%a)QoLTEC z`j}7P-H#)w#`4i7`?zwg>}~H!K$YdpCWyy8Qs#H??i@k;KcDvSl86`V%2BJHTJ7t% z5UnDFX&RZ5NZGJ3)%l1_4-C(Y;>DT>c13&eUziNBw2;d8Lu4Q}Qc^M^=vF&8 z&!n=wVmVypZmIYnG}iS+CwtG;1d0hty7xDu-Tsw4@F?^j@Cs?>&|K~cHn`@C%?Y`QhR42CbM5c&@tYA2Mw%)~a#Q4?psb7S=T*W#^5CVemAou-MZ$ zW)&ItEvZdwg%XaLpZ|bl1eA1P|B2*scg#f2GY&<&p#gXcF9X6z;N7R}-sv*zPb86e zex3)L<`#|8ec1x1<#A``^)^mH{&x^3T9pIVZ8S=MHwYCC|HNNt zVy`u{e00RRG~?U&Eb^EkK*$(;zR}bF8KF0u`YMU5ElN8*LC=uiTtA5;(YVwL;uqL> zT=>omQZ&jQ;0EqTc*^)6L`pib`FM=4_)GYe$-lJkSoKaYF3f>@YWvBrS)>l91_3y2 zFWLjHk?H|5!+*fU4!ffh3fCU#S<|+_cu|Xtw6t?P49)J_o^Xiu#jF1P)gn62luC$~ zpX9^pfkYZESURuh1v~UdP4^zEt@KIMnQA6OwaE??bxgV&GLY%NwPz(XC^FxsYHAC_ z%}J24w=3$|*BgMfhfl1IWKtrb5>@bNR9I-y*9ZaLXvq(1$p~li6oWYivSfJ6>RHOK z7kU%ZI|JW^>zDF*AeWjFOR48~zE9p*HkazPPVxKdcQ~nLBQQ({9lFAj7A#oyJWI}A z>$&|4>w09*AA0(J&cR%RNFv-FIOp$$YhqM~emk}eq&XEOBZabPT&2yu$cZJ+f7h%x zXW71*dP>&2)GD3B`j*PhkKeqmsTKt-I@cChJ6!D!C`kRXe=n{v!_oT7 zT4N58aUa;%^_E>PH^+I%!3)lyxujiP%rxqt=f^p&;A=Z<(<0Y&Hqw7lo#r=uW68!cvMvFZ*& zi@ozHTcK9=51N^m6AV#=X3{-yuQ>bGye?X`r8j$tG{~D@Oal=!bVS@JY~nm0SJ@{M^}}x2N!CdX*R0Go+9pL)gAnyevJ|vN8F^6BzT;|hA4`Ft z^B7XDsUDki6fTtMLJbzMlUj5uE2-|L>&A5M<0ctB+PhOk^yHz#2dgK-vBzFK<%31t zvcp%SRXKF5Gjf{yM)r2O>z3#m+r@A>d@M78tu`&Q_m>|*qW+F+K!Y3fbYb}FN<%1$ zkK%+Q({0IukJCK*JO>0FDChDwD+u-twbaYg;;FBIat2B)+~;_I_jB)E{v5bZyy2@> z+Npj#j*pVf%qcc$n2GseHd}?qfuEa_`a4`H5FlO$pF*E-{1z|uk0zW-(G+yFOXVt3 zVs^=*JYI3oP3=WT{p^C&(?PSwtQ9ESJ3+@9^AEjr#lLu&pil^$wsO z%2Cc#7Ju2~(~9-qT{sK(7^)_Bj|M|8KNi@zt5=}w@b$(mq}0JotuxCHQc9bDu1Tg8 z-z|qg7~Il?t?0E3=q+bL-09GvM0mM;i>Rn5>bO^)T+&wmfhpKD%i=;x56x%7eex-` z$qP~dw=KSz@bzOVHCHjo5E}9B=u5wCCaaS~6b?Ji!xUo;$v56=wkKYorM_4T8D6mI z0>Ncn$=65vAZ#9RGM!nVqI{N?+1ks#+={0%@U~^&5$d-f&kkLuH?dB%TXJxM>#M1_ z3ZC9cn52t_%f;r*kVYF57yyeX@nPz{a-h~Z9b6`rpV2ADx%9cw z>S0D@78!6FE5^DDd0hr0*0Qi0f(%FYy2S`7|IjHq@QaH>EeD+NlHvT@B{oGAsjuC9XtU zvB!@x{c;XvQIojxZbD^6nol7}i?=_|B1GndqW$5vVn7{1!=)K2hU z{pJl{TeJ>*L?v>E3^r29NFc77%|{$i7?f$g#D4?{h@3%lsYYyJYxAc5c(i)2Gt+~A zK=$ZO2~6%kAg2oJ(eOS!QSw-gqf%x(Ne6l%0|^^d+LfuulIyJX{iK^l+>h>j`F@Ds zcxa!ynhT;Zqi5l6e9MynOVx;dx%tV*nQn5xH@d#)W`N}p)uwO4Hg}y_mWM~(4lrv` z#1sr3l4X9f!vC9|Z;Ra3i-M1G)hoCu(Gu~Ul))>p=d*-aH6O?M(dD>31r_iBVXAjq zi3!7}xWylpIeZ-cBxl(s39QMr1V9%f-cZ>UFgKS{?=M`@7CMS&>IYc1HQw>2FG;^` zHb1bI$4rT;YbD3`R)`w~NsHN^QM@vUW%O6(r}u2WnOMiH;-fG=(S6j@LSieIu=Lye zYNkHvMuvE=cHuhlkKz}xh0S|)2)Elh7*gtvM$lU1La&Znn@=;(JW`t+V*YRjMW(aO<#p-=soq49Tdh z1vjcx%e6_KRM+S7(%&^`^_ADd?C-;g*AdUNR<#-( z`fwrOuDQ`6m7U_l)ECNiB8j>x^IpNv3~R_9B`Ya?a`rJ=*+VTnhSzjZ6*M~yR!=pS zlXo}C%lY?c363Vu*Ihc!wm0M)xp)p6p3OZhOU?DU)F~8>b6G#$`-|blK>~LIPoB!A z%VXwU^f{D1K`b`KYF=e|H zIrD3AX_t3@IM%B5>4k)jU8*Xk8QWH@0wqUJJ? zlwoP{i03Re?VHe&rF-OzYWLPy8ZnP&z-9n?dbc!3qzk^fqhb&RS~|W%yrCX<`Qkr@ zHj&C*1fETGA`#5%D99T_O7nK?98p-9^ZnIoK0^lBW_f*I^>*4BJk=73W2PPPy~t7H z^4zIzZo@THNmH_W#!|j+h=C8f9>5cb%dfsWfA5kksP%)^HEi{?cF=M{!w3XQNp4k+ z_kikNp#^y3(9w}A&dll#x>ZH`VR*j4jqlOO-SO0_oDA0^v;&1hrLbry$j`8lL!M7N z;O--n1>`N0+~aQ`b98Gd417U=qYHgwQJ83kAo!4ZyWuDH?oPo+W29Je`E4Cf!g~_e z**5V;5hksYDk-6!TxO$1Hh^@*2NwswPefk#OffgZ(ncZ%d zJ;nLmXotc5fm_lsn7hB^0sV`X(BO|^oT={jY)_lR)MV7GSggk@Rus&Gox&1%5`nlI z)(rx8BL&`Fnx-U4MzQAeMRmK!J3QTFdf*^BU|7A2kqA0?wNv=>nsfbx+t?T-7L)bYE6H6={et_^&0vqQ!Rf8&(|a zz{5dEDoKd`@QW>Ey-D7rSbckZrGSUj>KxsC6YPKd+gUt&<|yE<#hyvs9!+D3>DKLW zn)}}Pn@P`zkVJz&RFKs9R%hZXv?cHP2JxOIb z5j>PhXWy}bz^dB+Qpuyc5vw{5ZX6y%R6MOr*pRbx1|f)(!zuwVodKjHUoxFAok zD@Id~r%c=9TX)1lz?0@1OFp5gH6O=U(BT%R^qT%zqU?9lsCcNUW6IwBsA$d<68l(i z&yU*))u`U-Lo*2i{?1T}CTgfF5dj1RW%8kk3;%N^*e7juzM@=oQh8zvvP?S=7S|7f z+_ywTBP)5IpiI5*7ySIF?rb`=A2;|#^;-lokVm`{k1pj?Zq|_xd~Lp|`JG&B5R1*l zgYXt>tmq}AUW|Jz?C#WPxuOy(%{mzTlAxUXB`S;M*nU~P4a}a-`({>gz0%)kHuU>% zmr<#9F)Qgv)y$nTZH6i1|6EN2^He1&tn9*^0xBBI@K9sXK;BK83NkTwj|152NAE7l zgMX*==-!)m3X5l_a%)JOt%&6$8>;3mD8i66e^UMa!`pm5ya}l=9MAmB{kkTIuEb=n zU7aQIr1d8PJn0Gg!*zDeb>OBGn38dZTFa_ipd6`g8&*CJ=guDK)YC6x^qs_9Ms&J6 zM(E+&U|`*XuIj-kyC!XP&v#mwNd97`iC!KkQZe0$lXh$cmSFp!rJ4Lja4bg*sC|JP z=WaurMJjI~+8;|c*cQ3riUdd7hkuNZ_#HM1-8_%2j$-C1I)#pIbmo!C!i*Ej!=9wr zg4iwYQi}Zp)JUnzW(b>~KxTn-1bO!I?)(nJ&(!RHi?tN-r3ARnyu4uBV~BQ?D#-9x zK-*&~WD7;AO$i}!=Mtwhmd>aYOQd9$Ve-;FQgjroN(H}Y;3;4TJE*~?b1XdRVUc-R>r9tA_s~z)Cgx!HmdWb7K}WSxUUpN3^^urZ~skAVyH_V1Rd9!-p=Sb9Q`EzRn)J z;locLY$JzuNiJUf@EGD}GOR0=zoG4*=J>_&(W~Ri?^d*vMW~((diA{z{R|fS+B^^W zoyNYX-pP`MrR*L(uWhlnE@)nEu%yXFc4;kjV?U#WbZuU-piHP;c(LJL2ajq-+#J=TSCQlze|fAIr<5 z=Nxw9a!0%F?}^qmbE>BADu$={bK6Lz)fT;7A}1p?=etUc+4X;(oH{5MUgl%JEkc47 z%G7$jKwb?`kqn7=_z$R=NUx#w!pc+CY=!Gbn9Qo&-zD!F?8R0Z@A2XLZe+jN*xi!| ziIe&$Cy#=~DuH#rbnFC#L~Y&dDI^hUe#0Res3Il6;^i_IVWgs)_&cBK;&SZz|(@H7sk){`vF&wa4pJq`#)R1Nw3{GRd5b*fH1yIHV{ZodzxO9>a!1P>CDLeyEmY#FSWshqT&M8fBZ%hgAsOkr z$ic2|zp49`QTvmS>|u(0ah{lbQA$qOF>-)|aLeHVm|FB6?`$$xQBm-;k|UbyRMG}-sfwjs#-NO8KKUr~ zH=`OYo-U};+ZL?J6iz>L;DU~4YsOR)mva+fwYJ4}7~)7a?@HZUMktc$HH0*SVu^7w zPyjX{y6fIMG_p04&bbW^CFvpGx5yTHTuVPtTFIb$zJiM(NV@2Qy0{*$7F<2O?G!RC zb4X!--`kYbBz|Zm2`q0z967p~5QnOc1dqKI{6xW%j8&r$Em9*TG``(B=BK_r-^zTZ z1Xlt*4DL&;x&KXxz0oL9;%8S#eVL;5t!#c~Skx5A@!DhhC_bhU;KGR}w^$A3An4cq zA2BX3IySfJ)8k~5vLi%oL0 zwj+$9Lkm4qUS^cCBfiNAjagy7Ve?FOxGh04-9b6|avuI(t?CLcR z>fZ2(&eZjAo>v7ncsE6uCe1^jBZcA1bH3+;l#5N#4@90X9wB>!63`H2YU-tKO>n8h zrME{z6;;?$Y*MR#G&wT4Ih@x&>Xvu^+62#xxgJbliTeGH?wo?vCPVtGD1xp${#coG zCcZlCoe6`xEhW7z3Ot5mNk~eZd(|U35SStUqeatAnU4}t&QLFkqF1%Gu;}@(D1Glw z{2oWQzEM1=K{)eQ^HmXx;y=LPr*g@MfR($C>h9juXKER(!!IEy@)soiJAbd$O*>*s zB;2(EW`_d#0;RCO?DPv+5IjX@N=aWoUFl}DV^a>9n75HQl^VLi@2`3!S~PacSkF0R zJm7dJ;+WS0jEBoimt%{S!}+)7%c2(7WQtLCP8zPYb`Jh;Zx^aMGa(Yv5@&C#Pr?TmF0U zhu_cPkydzC2SMkZ%i%(592&5xv%=T+aa$6jJ68TP&f21K`FfiZPAjjRZFf zK$CiiG*~n>rr}$1sohNO3jW?wEC|{WZ%kdLM;)A1(bArhwB;whPr}+TN0ZDWM|Ri5 z(YWyGILI}s%H#3VPhvR~09V44Qic=ltHHGSNy}tO{=`-zzHuJ7b?&QclBU*>?)fYk zHGcc0V<0>Lr4z$+!>NsnE3zh3g||(WB;t-b+VQ&YRtT)qgHKZyF#PxNYFQ6JAA}45f5EWw?Sl)l2r}X@ci>kkOM2F?aZ3c0a z=os{rAZelsA?27_n|V=#$>ODsBcvcq6cIm)n2f?{6P_GFjrYIhbVs$w5%=QOCSdhwrbt_`#WeJy zkM4GcSi`QME|cn=gePyEMhOI)v00`dWgw?uxs?=Uk$q36)u_K@E&h`BW;?8pkf|AK zu78L2*56q-A1cE0q#{Y`hm~&+oy#R?Nm{(0&t)F85Uq~_-kq^FTFyM*&^`3_MhtMZ z-|G-Kixug|cpCl}e(Q-V#XSetCoNDr!mI2DiDk#PCJBw86Nt!DwYVYBgFxV|U+)&( z%Kkcm=Y25z9(3LyvYFEfCllFO5wJaIPHBvJEBw)LQf2KP)p(UCE|?=dIS)TsZ~BxV z%UsvEIu1m4uJd2A|0&ChTzO3|$~=*Etl(k~a^`!1D711TIfRdW{Y_y@&C_IdD&m^s z%8ItZSU!`OT~zOA)wC2a7KRy23_;7)5R_a+eLN3}JqR4Q1BTK`Q0}5$oS*Xagzdqm zenBy3mWK~(&Xchtxi>waFIa z`Ou4|M~7jINWrc9>A690To8iAn;uCr*F2n&M{II8br;BaaRgfX8;I*?mf=nvlX17O z0>0bd(lg`woEA%MpNN!8x5g4gQ>Wa@MT2{(-snM1@cC5Y^9$^&r(Jcc);8+lWm={- zKdTK2o{;)7l$Gd?>Nt3=v-OM06$x&+$5!rAdV09Lk}4knk^p*_7k{>!mThwbDms@) zLW4@u@^L80OAVs9<#e%^p){bKTIxTvb(Q%IQT@N#N5!wrG9BIk$>=G zQ4)Wp>6?7B$6Gx*aEmjJQuv3`g-0xF!8aLu_AC%QS&}^n?xcn1zZCwcsQNX^u%-!= zTedM+g+gD0kb*z_2Z~AjmwTQO2%G!Nq$I>`gB}{Ldjc-gmF~giVdkxfu}sB)2FN-&CUBamk` zdCSY){Xf4i`UQ70Y3{BE30~Vhkc*Rek57YI62!=-R&EodaR^T@I%Ymet?v|lCt6t z)g4~5;S!7{%+@ui_{erQjsttYlh0LDGpSUq(aB!J3?dQ7weNnYKP6uH`3U<HMFKLJ#bRBAXGB7w3@)a-!qsg}M2Mq#Q#*M(I2)RqR?{+Nk>^yCmHmDiL4p z1RPCBY@LnWJN^L{tufQR3yPM$j+lz(bwN&m=_PYB1kNmeIb;|-$dXxYvbEWW_Y=G) zE@9d-N4Vk`c`TiwO}r|wsCGz*WmoIjzsUKhNYzcF;nXaP=L^>kt`ic@X{d99*ILj8 zo~#QBDKFp!eLX|T=jxO`U#8M&X8PP@L&?=`y2D%pBXd2=TlDwKBYD1|@DOddTuKP5 zV$M@ujMPCm`FG}V>Vru!88vcWo|qcatd+$1JLayG$!H)$mQM6XpMYzC5~FbvTt*Gb ztpO(=0<$MFLq~Q{!1RXefjsqKj)v*%MBw#P5jS8-!zQv6{@17~3|rW5T{bP7q9hVF znwp2I-_Ij6RYwOX9HG(l8filbbV4`-n35$6_pEPu3`#TWgJ<8}_BbXsCuJTcvqG79 zuR^3j68q1>R{y4XBx5u^?7e-?b251*Nut|%Oz8$)3mw3RpOqv0`9fG)fAgJwnn}o3 zZ;xYm;qNhK8Q)({2WB?4usKh`RPw%8(yEp;U5Q)O@trBPe_8IIpvulW>58Uo3rrfO zuX)w{dg?yz**$^!(4x7z!>h$a*G|k0MJ0usZf2!5T|6DJaki~LlUKftv?edHANVcM ztZKSwK;lzT>*a%S^Wu}fL#8-2#KYsCx-ZKyM&EaI{sCS(7Byq4G2`S++RTBU&hw4w z?;6|@%S8VJ@b5x+XG0GaANe?+HXYo05MW-k@`?UUIZwgMRtvp`7!RcDQv2&a1ai_0 zNR~rIo4C}XwNPsyeZY-z(_C9MvH&G?)L7*)&D&^S^iV#AcCFqhML>!*8sE^mXd6la zoadU8BmxZdtQrDDI4a(Z&k{x5G?11wfpNAirJnL~4d2l+t~br)H^5@Ui8l9@7O#CX zM^xD+@tuWG4=;L+`t^jJ7Czc)jRCrdo~_^S;dR*cad8C~gTCQ_UhHV( zhXk(uz@C4A15C+@R{N_*UdwDw>2pZI_$9z+_7Cv(6#{o?(X~rd zsrC@DMaRHS+z^TfPjZV+(+S((8f5COf|xH0#gev+%EM&MuGmjd{Sft7Z=aH>eQo!Q zEG!E6@HWv-jnJ@F(V`g3ZKcD7Ci&YZm4tIetPZOap<7xF?G>04a$)p(+9yt0*IHFd z-?s>RzT4AU^P0;?x5TBYbjiE(Q82IgKePjJua*)-f<;Z-@0fieuSIW@gF6-ANoO$s zEIxQ3@Zf-!S+vliQP#zllKloCFZHUxI0s^rO><64{W?uQS-pKlnp4nkedXmYBrVgQ zjPFWQ8wPq>+O2&2;gPvF{2yQmzb}DdwwMNV>N=!n?1p+{WBocG9bl8|IOTb|F?CcM zS6`bC7{2v+hQAmzAo~@EIOE__Is6A4+|HT2|7YY%v+K{KJk>H=EA!%mv|im4u4Pxr zH803Npk5e7_ZlH+*XHf~Kr9RBsXyqCt82EWKt-^yMHVxPR6qi_qNg~$O7SF0Dklm& zzc2^k?hhQqF(!w8uD3#uL{}LsmL2d{&z)v>nbj8l-n<-Y69zqDrdZPwm&45KfcM(G z1E!u_WF|ZM9eR$fO@kj?H_33iyf|)=SgMf3H9$Vi$#kw>BJ|@8I_=a?@D;xY=I*xN-a5i!@JmJxEqJ14$sfzmOj$6{M=vL;`EH@=30NU$n`3TW@-xZ z^QJ^3-O!{flfdAIGRNmaK@6ki+Oj^TS_BE>dH;{@4UtFerBm9=HK=VS2PxbDNJhEHP)rvd82Jlv|^LhsZKTze|y4j%au3(!P_rbKyvUucII|w z62>0AmA`@UiCSfKX4&S|jlEnxfz}QP?%{@v8RI>s+cyrv1EUPfC)J}2_Js_n=bnkA zepFAXtEDM5EdB@FgO?X9a`MfVB5Tz6gh;2QwfOHwwlA3$EU=ck6H5`c6nv*GYzZ7( z;B|wWE0odn=4{jFKetJOhW=I7$knLD zuuwwAybPFNu1T*2d;e7UwD>TZNFWye0iwAn)WWsB|4|uO5R`&DLF(D=l#DGe?RmWe ziFIiilEwja1`Rbgi!Cg@>EoSzB@!!ogquzr7y zwaa)HN%cA{nHSZg(==fD?iq~sVPCXghz(A8`_oJ8H(n%;m?YPRS=?`w z>6e*npz}^oR~qjl+q4Wxx&8ZDT8N{kcZ6pKOE}Ol8KnJfnZq!}N$(n=z2W@zl3~2T zw7`w8ANQnc#qjOY_rt>?`=o1fjr5AfMH=X$F`2zzV$YKt8@~25UGZS!dDv%zN|j3L zvf;B1>W}#&LR8*}z6nbQ40`Kndw=$hQPzVip=3#%g7B7?Eq-q4Myi&3pKUwdsH zF_1pKVjaqh5cAS@WBe3u+3YY#c*|ub(k~mZ{Y2$%m2H3TNh}v2H;=tZoNnz{5whw1 zD{>?xq)t=i#B*h;UT?|7YvSE|xn^elWISKEK2H$kzS_@l@{7U|{^z>jaeY>T0+@yX zaN72owmuuGh0p7yFw5gdm}eIJ!d_R_5RvEOfA9qxd#PDvy)wTCvb-!g*HS5wt!2wxeKJWG*GTWttyYlN}zw= zDW`ab452)H!f?aoLyWF(m-!fu5R{eVwTr`f)bu2X6F7db+yu~#*8azMMs<@d;1n&*l;AZ z=7;GP&D;ak@1k2G=32x1UNXW*=<{NR&*SNl94k>@MAeLBZmYa86V59*);%Dn-cnDd zkIBQ3!XC!WF9RCnJQe3)^#?dOTxH~M{iixNj4Vw!C(2%o``=U zw%4awCfXZrA3IWNsB1D4{BAQRS)46Vc&5~H(ai_jj2y5sk-U*W=%RFt9hYZ74lRv0 zU2b(sJ!|{3o(Iw{zESWXz_iUMIoVDlW{FJzm(OQ*lLKj+i~sYpWNLgOTR`u_{yf04 z8FGee4@3;`NLBJ2G6kw3CSc(F4X% zA*bA4Rv%V@*hfJkcKC%RvTeNp)KIByPa8sVW{D`OQm*jy=yznc&OqhzgO6>#?-m%< z=@|%2qWm5`W2ik#xl(FeED#~hper~QpDtZ}qtmohKbJ7i*wUg^A3jUWeZ+U-kO1eP zMA0ub%UN6cg%-^CQr6g0GPviM?Lf0tXY!ykv-NPX4lc%k<{0J`cInO0n}}Syx3_qh z0w1KF7(c&1`r5Q(CjGa(Y1~HI z^fIi)WORqgb!h>^=11ntJfY#XVQchw!wul%mA-+UIIzFnk0PIcFy$4l!chf+i?Fo; zy2p0N#i0n@*)MyAi!f$nYQ`Z%2$7|WZ!Sk#^Ek8x)>JXOVIQl%x1(O$rf`qe+hsSU zV+_W;j?9jF~J=clNTzM^I!H9pQT;+A)LK-jFTbltB;+L zSA;w9T=VxBzGp0ZI)p|s9rGSFi&_%PgWA{MdmM8?HlEDGjUCuzN)n_7i|9)?#gZ=@ zxV6_w5Kk}8S6y=<^ybd*3!TCb1~~RAu5*(o=)R9W1|5QDk}@bj_QUkj3!ly^K_3=d z?#8g`}Lv5?-aPJX~I8Q(@_{kYNTP@qfVhZMth&zbL_1-JfM%afGkz66(_5Fmkzd_ii|7pL71+&UJ>c(`Pq=^ps_gD7# zQr$}VfsGS%Y$Q2Y2nh)4-2C$o5Dbp6L#zJxGF+rh!w2#JT#=*F?*5ap$A)pmxb~dB zU>H{F?VWj^s0U<0I6AM0TTE(=w7xu5%Urn@lkTbrG5N6oXPX zM{a|*z4?#r`$}pfb!?u9gUS*)BpXO~E+mwM0mtONc4YvoOX&n8!SU%+n&Llo1fOj4 zTPQ|4_+H0qi(HbScwQs|sV3i5w)P_7B*g(cb{Ky;CE`$C?_Io8_r}5|5w${b81!e$ zSLn875;NdNy*V`|Yn&l+p}O7=HEDRd*hS|4575~rKMWe}=g6V$?pyi1+3)9QI{q!G z-=vERG^uCLwd8P7aWjQlAcJl&u8eq&-Y%jSJ+|6=_?g0bJtSMs`39m|7*o>OMyOzTF&r;0!Qbc z9Sn=#1MMy)TGJBqnrB_v$N(-c6t<>^#w$4fG{1pNglhy3jNS@2{Oi)`hI)Oqnj<2AH>MYC%rL=^n1{ zaccjcv$d(proV3DU7BVKeR9shxcLJW? z$?D&+u}f&{nOy&4${X8!66ZLOe_N! z-I>{U0>6_5o1Gn<=Sg0sz&#!ZtZXt(?)iP;+o$M>X@9Hhmi;(TAb)p*zM9n9MBqoW z4qs!wyn1|plqo`9wwlt|0t;Q(F|rMUiZBuP^az%-?W#vYTT1DSp?2H}vb>SDLW)m- zLk+VRSaw!FUMuSEYC$&3*gpi#n>Phqk(H?g=yN+4{q8{CkRuU;`B}*WF$tw2v~yzF zrUX{6m&KEK-IsUe+YbA?VRgvRmobW?w{8r7WZ zoS7E4sanp+lVEL|I>7SwNgm!bO57_fHJe5hOD8U&I*a4kHQTgbyq=0~ZRm2U@dcP{?r-zA%SD8n$853kRqAKx@+I_k&pj3CY!q`k`d<+GhxNajD zXnlRkUP_bB3blBh3XubdO_}sWR|2L@7S*gW8Kx!LAn;20d5itpa!EF-@;1NX89Xi0qMCuHgOwp9dxI z$DSb7rsD5^_-0k1i@yHUnHOnk0x@9VbFw7Qd=ld7jBr3=@YYmR9jB`-A6I5t0Z>49 zJIFSXZY}QIk+4L*qE;jN0(E!gPxe9|vb8SN^KX_92ig3YplzeaHrbq!2?m5L)uXUsz2y%-IrA$XzEF9z=PGSKr2cvL?aWkm zQKQF>{V&d!^7w#4#k8s>UK9WWXqadQ+wrl~sk!q~azhf$5nRO2r?r0;M0GALB4VyC z7y^#pI98!p-Fx_w!EBcaOK#w}w{}mj3LG7f?UNR%#G)o3I4fhb)#~FsfP!GWbWb1y zj*nbJkY~_0-lAalA!jK9xnrwZIW?V!_X;mgHlwP}*S;?8c21q`NrwRIS08>n!rHVB zAx>BDQ_dhH{Er^65Jr98`1K9l?Vjjs#r#&gocb=LgDfIVA;n28oz)=Z+kXp~p!OH5 zlfu4S!>PwknuBa5ML9xi#Y?mWMEhl_XWuTQWs}7^J+?2RnD)J1k3a*5ORBl*>}xM3t}eFYaRwyfT%#tA;#IDK^Mdt4NewH$f`Wc~<;qE&6G^WZwI1Gcy-=612xkJH1|+qZcBx$2Z{VPCa#Y_4{OH z9?U|UaH(tBuQg4SY-}>2u>xNPHnT$|eX@)&%nX)2R@xki z>B3qhlfq3YS|jRbP5@!Iu% z9dfn~Uq;Z$Z?xRqQx)V8zt?eKQ^5*bsAPE3X=~GlAoQgjkK-x{A6DH6eJ@t@8<&sr z?8kNO0} zY2-Q7bN5(r6N7pkMcr_nyFC-ByLFbrJhg!0QDW9M)`GLEiuL$PXQN4cq7U6K>jEwq zE9TsHb;6=C4Y&vU7b=V;hMyRI;}GV6!IPqlm8{p3+h51lYZql1!uQq}-ESs7<*6}A zUiSO4l=rd|ZJl0_ovLk;`szQqK077(fgA6tm9v+PIggyt_(LI@{_r^k{YlMx$qT>O z6axlIRaUT)(55JnxNUs_1sXI@WwA!1ClcG= z=F5EIQJ1w$CgEWP`-YPFDbFWZ>VLbK&+s$N*V$rq_|Odxv%T`_MV;FU~c5E8w_ zwU8AS&G_UGTWmCy8qq-izCw%kHtg%GncTUMLrO1&XY)ZAkQK_VVE$Gq1<8KW>u`X71Z@(A!`r zz-;hCwQs4PyMRY}qrJWSu<0?|+ZX#1s7kJ$_XQTdH?XV_8Y7ifq@@%j1e6fv^V|3L*E!dFYS(pkp7(j~=f3ZkPdwQr3Ms~FN=YW((B6;M zE?oa8v+{If+LOi?)>x{1$Sg${Kas_xxmB7=`}n5FPDeqArlq{QQlZQ(zl5j3MmO$P z9C8oh4Qp){EQ->?dTA1IHd8+t<|4!aCRUcH`{Enqj`w{Abq2NTAl%YW`;*|g2x>Tl z3v4sd4ViT&+L$JQv#?rZESWcI4s}P8(o2He1pMoW0{6TyI*@`-zXY4q5w^25i+AYh zHbC+giDL1Uo;pv&E&HaM$+0mUA&D+vj(#R={A&IvgG8^0zJC*5FINQfvl7&b>*4tX z_VSf%fBm7-y`jXDRLS<0Nwz+aPoFvXc6_ObR(~dzSr0Z4#>HX6qQ+xow5908@X%-m z1D&CUAE*J#Y znRcajO%1lrs;BB^Hjqj6Pafs)|Bq@Di)@+53giO~$8bf)wAAo2SkObGb%aP-Ssp3Y zLau^(YBI0)k&o4e*0Cb0dJ90}p}^Tu>On_jS^Z8J+JOR(?4L$w1c5`fp! z;ESoyWQ?GR3N2T#0FS#-RF#j}R_80Su?>KH&loCp^;iwVbeE5%oyy=065oYyuVtcfQp#aMUmcKkHSC&qt&<@?1 zD7Ll}C?4t8)`2+U9vUbpbW50H;%u2Z%&4LN5=ku#F&XUX@fuE7QLvig8-9O_ZoNsF zFNI$Y$>f7OWcX58xVZCRGv|wBhU*2!l1rV)EEU}v4Jk1yj*1Xf+=P#?7ml88%;*4+eUMYTEAw#97nk z8kAn)z?vJqfmSXDOGW_jGLebbBAfWr%c&x~b3D!M^Tj-h4K|jK9jjJxxKip$ z^@|cNm(zhGkQ6Z=}@Vd6wi0T=Hmp z7(+$Jh#*OC}EpJ`efpT2FXJ zyczkodvtlwgDdqo+WK$*pFNoMgBG#-Wfs@P)UG1^FZ26$Zq%F`yFP#$l=+0Sl)ka! z1=z9jqpb_e0xI8$({tssi1~*99UDFBoj`1keMCpB+eIUf?&PKZAZ~b@?l#Wn&%9&X z2+n^ZpD7@3uFNU$$j#SYxBjIVuoneLlf2fN@++32fpG?RTyF?Z`0oGWHH-nG zq574_oQ$_Z=}vN%6Ep5v;&|fz1F&_JtV#21s&1{@=fnqW-X8_2mZ>?(rq|y>Do5+$ z7EeXD9*oE4?^}c{2GI?ivKa`o<}LYtkG^|7ZgO++pVo#;4b|@*f(HmJY}2pBe2m z240qWj^bh0oIVvN#g7&(sTo~44uOeV_V7GM_3Ep-Ez(yN6BhH;7q?XP+|=3aP;CEH z!*gcp(t7gc>}JHO9N?PPHCOPA8-V4P$~HB|0{Xy8&JY%6{*T{`d5qG3Dy+-T6GIIWZ6NmfIAe; z1;3oBQ(1W(Je1h7J6xIiA|(EcnY@g3)9MzLbdSJcNI#UNI=)#9y<(P@koMZmU=7lHSBB zx;uzx=0Dmv7+;fRe!>jH@lmUNunfvo)^$pgqBN+qj2W6JX~At;=3GO2sgLu4V44Ym zTu?s~XX-A>#^_373e!6U*(NK%uQA4AQ(UoO;}$X-TVK^k2%2hv&r)jsFC5n=0;MGK zss{67UsgU$n-!&84Q`lba|*f8%~z3#pL_u+M;14j(g`hErsG$seMo$Zdg(OTVS{74 zEue}@g|B<*kCQG^9D9yjXYvPiUDKuF`@}tB1za4$4a>=&$mVQG^6go6{i3-}6d4zv ztB2y?zN%?2rhT3R&gVk-piYGi#b7NBoorJ!ruozJ#Xa48pi=MqiP^mj7gRv)^OXDp z#_L1Ho$RtEZt3v&e@p;~)z2Q-eLSOj#rEKC+^6NOD%sagvia{Lpxbk4ETIGp#?F26 zO%vYL&+D(gJ_OB_O~doi%R~9#Va0qrhwN!KI6bg=l;2WDf`gDbjF&)@+Yz00D$^M)uP$9RfS5w}kM9)C)riJ`#C41gxB$;F(G= zoQ0WwC5#UTy`0Ruhc>mUQ~TD`Y`0Ogz08Ee4F=rngajwcI2bGKm*Q@TGl6Pmm$X0| z#wOv^Qgm4V>e!rgCluVzGrQ`}JPn?h7Fo^$HCI1y6Q46mZ}yi%I@3(7?eG;s3q@+I z{=L^9^M&gxxY6-20&mR8UDAbQ*0cp+?S0qxMwmp1hFrSoVg9|DT$!k)_b!%ov-B)2 z9UBR9Fw{De^FX37ez_cFnJ0Fi{7z54P~+)R%8*sEsptly)RI3B2jBTiJM<&w6q3a> zuhmPRxVK`gVoV?Ur$+VnfzK~X7%Zs;cEpwr&EZgoljq3)09OTv)8tEOXVhnu0U*;A zpO$}X_6F&LO&pO=njQQYM*+p``aU%ywI+AeuJDM&WoRA;Hf2eu%;5u>p&G^_**S3* zNKChfr;PNq8&ij|WEvKUx&81W;Yb+aIw*?&30-|=lja7Gr```_(Md)Lr>k>}Ty**8 zqOl<1{RI>-#YTPZmi`#ZmS4YWzI`Si;GQSB%6iCmyfH)I<#g~d26pmqwk{4MrwA+W zDt&akRRKXA$z%?Q0FfFZ6+i)X3`;@1wwY3Vx+JDie8cOC30&eg-+E=dGIss(i0k&nNK7LgL5F0RbzK=h}# zNpqjE0&{&CH+#Ol^7|J)wrO^u7xv6u%pj}Zid(OE-Sc+9u3zK>()4qoN}><2>==P1 zb7WcsZ*48-TglEPt&zrI*#j5+noGz%!8eAC*Y-BX+Ky(gv#^n@_Idn#1l1;N8mg-FWAp5Y=Ed)sI||U-~b&`pJ65mZ2>nO=~}eg z0(@~2tp(xd>>{J7f-CKBLVQxZ@2n4oe($Jw5IC3CqN(9Hw!xavZDmskzd{wwVeBor zSvI*a{aIe+w{U2d<{XcMRd{G)=i|}6$A4)U8AOR{vXbQ;>#QL8i$c90%?bD_?PRPD zU&Gtu*~=O1!T<-BJ?qQcB-0c=_%4s`1BUbznbO3PIbH0yR)f;+Gbhob4f4m2dGHtg zMMHR*H*p$s&)XO{e78H#vY$L0s-Sss;V)d?Md>?@Xw3w%VJOF33=JzPg#Pk z`HT}p-Tb{UolI9%2D)SJ(w4iah7_1Lr80$IaMJ@AOe?KwWvFQ=@If3&%bHVZQb}EG zd_$8+&-o0j43UTuo0f1<%Hk%LK#es_fi(H=Ro{R}F0n65)lE8tVD&DMCs`%u2b90G z6?|UGTNzL2XJXQUgCSfwdpEyg$qs!4_!x!yo)ak&v<5a^PXv>|n(vv3^=z6lkQ&b# zX#E^q44TEqZMX%tVbjDg`}c~_;4-2Ng}|H{h=>r^GW$Mn%;PUs^^aLTZ?WB#N;oJ| z%)Kpt+sx6V?_syiW$Bn1YNw3xtyAZYhX|{ ztD%*M-aUu&=LMMScecrzNv&;~e)+YPaVJ*{6Rg=^lq+5rXs(u@0o10BnWaC5RuklO zg>GY|ac&a0zj|!%l3PLulb$_;{Bfvcec%k+Kj^Hzf(Sr))-RmgmSHrCraf=#t3-^K^ zN{P{mXl_>R+(WUF6$7Q2Rbgt9M#Ixz$Lx6RD{yG1d+rB>fZIQ4bh1Ch{K}bp$oa8m z;Alq@H6Qy>b_^`yaS=qfF$x%|n3s9o^hsc&zB~#*)%C(KdQ73AuNRe&a->LK(UhVS zNfaFZDNX}DQ6waLOT)+)v#GgH+*zT7JeYn;7FIfFf+xas^yEkD0evNYEIX}=LrP0lFOtryo+Qqwuk1Sv~s2sLeGbjeQxF}AmLT|;) zK+QjQ`MXG&O0Cdk^ zUIS_&9gZU&{|E4*lgb698FkaGj{5bb5A;k8*RFHKR(2|Y^5mN7Nz)ZIkiP0C zR7dK=_R6<{#^|4*mBZVCvEwWpH0}7n&t} zo*8|Y53Tn4NW&P#AEdJ2UU8pXa*30r-0olO#SqLpC(DoI1^PTpA@0HwYF0?CpxVmso@JCNhy&^Z^ z0IhYcnW^d?;x0=qp0Un3a!8{7{){?amW$0(p81o zB-r{x`V04eWtc|~%*=BHVl}D8JrW#$^I6NMm!qbN9XC!DYp1uF(mi_@xvC-JtVwHw zSRyLNInef#x~54%IfzR%R??B1JI5R3HQ^~wkbDz967q3s6v5!1!luVvvO4IU&Z z#fI`prJ~tC_X8}l`=Si6L?OTSLi<8_%`6**ibA2RBxyaqT>Zde%sKy$?XSdNelH2$ z7@F;=Kp|?Yh{7lSdopQWK3eg|`cabgW=UL-b14W3KerNn{i&nYc}J{wc?`-uWq6?} z-$$Sxu|{x3>wK=C9i+Gz*y3^+9+pH+zyrN$f(mcp%URNXNcx)nB0l*TYt?tnId~%ac;#XMe)Z}1qGg>rCT~x~ zQ{496DV5{9CfB=_Z-?0u&!y~!tY4thi#P|l5pXab1w)oQ9D=lP=!4Y5EPo0Q0n&tnrauQBzj=lJVXvfF&w zClZlqcTupKeb1qE$y=7lDVTvsTy7bZ5nv@*fA~z8&4gi1=mke#0yE3(Or-#X8q2b4 zy9-?2r>8!_BXk?41!pd4`)K&*OlkC;TzC?cuZHleW2bFf&eVBm+>`Pe)&r*rf@IQw zN1_?ybT?#Va?yWY-C&n~AuLS{nRoWDd|JTjel8Rj^GZB6mFa`eRTDjfdl>j0AD4|y z4R<+JTQ)a&vO|PAHcD#|8mA105^25{tI-a6U__%v8KJr~$>?PI$4h)29obw6dW*4Z z4H$vPB*FMC1vs?6oR}H37@Bbnn*mxW7;2=hiAXc4y!VT4bhDst%4+ReO|9aEda0LJ zy48-?Hlo{f7Q3TJeKjST#goTzNS%#i{Vul#-Yqt~$1zHIxXgXEbI3};;GSzZea}0i zDHEEkN(a5|tnv|9-(RiUBS=m1w|8<9HWp5D4!4xUBOke3t3UAOs27f0rqSC@gL@J^ zs>B%I02;5DC|_t6!_SwQ5+uzgaDea}jB6HwWay;7xuf*JL^@ye#@9Q3d__NNf8K(R zSY8-5b0Di1FR8`JtT%1n|EN_CIrdj>sIn0td#I7R6tiA-q4N$!>{2G_u{Ur8_`8r% zF4e>;_?NfaTe{Tz;E_arW2SJ;@=$t6PYgAYr~=T;s#KO%2^i6Q$VtsoUaipcytt}b z_|Uj32!@Ya4uN+Zk;!!yuc$1=p92)up5~QU}a3RX2!!0pHCz zG*ZQtIZ_>Y+k_DJIV`_x%I zk0-gA0cQP?=P{sd4zt>Q@=B8mx3P2eBaS8; zxd1&M2A&j=39*1rXRE>vadWg?SHs*sDO27MUX3Y58Da zT3A;;6ieWsNx!cHoi|X2R1R0u>WT~6vENUBQbjmRlNQAg*_GI+am%`+NLq!!fG{Q) zebw@g0wX`0&Mqtq=A~>XdAg`Y(=0sD&+|QvBnJpTSo@l7?&!q@otraHe*oc=h!ouy zScG{~X(y;Caj9A90}NX3K*T=i%lNia3qA*5{#XxTY@zu;#a|~DP{a1t_~Dg2gqYop zx?g5XC;3mpJo`PV#5VrNuvez_mXOc2ti1=DK` zXw^`>RE}p)#F`;Ax}N>*G#I5ITQ$58dCh5CBB4Pw|IdTR&U6=Ik>X`qC=&Bb*2ouy&2X?KQ2IOL~{&@N4kj} zYyqkLo2L2>JZyFH5mJ|1wsouN&)7;_x97QBvd-`(Pa?xI=z6F}romSY@Fu>w7+*j! zv5D-F&1I5ni=k00_JF3u#}r2gzhfMkriZ)V!#L^2@R{PD#`?hF?shTNyc}G7gco*< zmJdVckwjS#p*~!D>MEv5#Rj88FvPgLU=nln`|w-D?ge8o-i#dfZS0v2XIAO0cm&u0 zq%dBoRX^Y|Js8r<=Q1r|IWkRk)nLjm=Z5>BM~OtvY8M?{OZ&t(>u`~{W^J9MMXI@x z5%A`tc*MF`7PEI`7$_{q)^+;@C6cR28WypU+ZAsJRPh4udS9Ww!j>41{;1XWe4bOY z@%Vk86=J7%@{7&Go;3Xf8r=v3X$ttNB3M~oOL9tU_!U2&QAR_v5^o8B#r^E-XJqyg zlOlL{>G)jHA$Fz|J5}RN0xHuVdml1mhDP=YyVbgLAgwR+;~=I~@mqPOz*v^wDqr^X zBM+tIa(cSKQJ+Dw=Hjlg^N5NWA1JZ(YqHZ)nv~;u46+V+;Tml(OE zWghZ3p(-E1b~hcVNyK-CpPFemoJ7C@Nh;h}->v@u+i>6-nBUL?s57&$3%_^BgJzdz z)Go!FXab+-Z5X{>@e?pM|9IqDDLd5xFB~p@f6JtTCLb$K6{ZJTo`3TNo=*H04O!)6 z257EC23Xzzu$=D8NP8sWN=3l7!(x{dmAyi8za2tOu&429tf8@1-H&Hu2_EcTjG(v~ zc+uwmEsO%jwwK?At~ZkfqU$)+?&{f^5RzaBy{Zz>15Ki}h(7*_sm%lEwArZLmoZWi z_i_46l0leymc0ASZKnl=sQudjW%|iQN@6Tn!Hmfbl(ZcbJ$GZVQgP>sudzwXZI8!x%Goz#*#43O)7BGq&egr}J}!%W9YkiU~~wN2>aTEuJGD z@1&+Nx9h2_?8_MNhh#aBSNZB;Xr?-ef{bYDHmUsRdY4{ zBKXDKH^>!i3*{Z&y^)5^{4@)*@EtHcX7TWgxF+O0bFBBhA2h@tKCA>@08kKLwqaLo z%1wh4crGV2=g87i`m{RfJ$X=IYszrmp=yEq?oMD3i%Wz~-)lQS=~4=6UPX81-$~lt zpWDpqNWi1ssCz3&l(%41%5bhfiyf=RqGG0;OyOFQ^rz>TK!HS_w6ICK@iE)q@&nl? zv_jS954!#u0ofAnUnyc&K`L(ZHea*w`U`Wk^kxw?=o%ti*JUfuKT99Iz__E2!gysd zqdqxNJwB~%&!&&r-1g&-yF(iZeRq;*FPCCI4ww6??Qwi)ihX=0tm>*G!=UczMECpo z%h%pFwZD!wz6~s8*n0<4fy$M$4NC^xqNagntPr^+R_*5#ZxlazY*uJVd+0lm-_lPC zMFGTY5OJ#56HqW-lA2TFKw9sx!+kQN1}|<*6BTK+)C!s5-+PzH;qk>|@*49NwU3Z{7KvuN7tV^)ZE6-hlMQQ!pv6_zy5PvSkvrkMn>J&?ScZs>u`E zIDmA0`5c{JDkN$EHo|mB3BNYB`jH$=VsJUd5)6%KldG#tKgGHaY%?;-LzAvN5+~G165u8e8x+?~q z;C9j)OF?i7wx&oo6_+zu>3S?069ybk*X}u#;iG;HaV)ywtu6ZYNX)e`WEp8X_4RC$ zY(d*J@{3Kr&zU&@8(YX(ZVXa>y=pvtC|Jdaj9pv^v1|0Fp$BrU_rClz=vA)?&d#5HUNS$o0*I(l_j20XtQG3?obepq#)@- zI8BB*wiqg_0NY&`t#fQwt3(X4D%DMh(bg&tn+KzQje-;ijh6a3rYY%(9a+9#V|iZE z01uhv(#7?ps7}_s8abN!BD5XZQj!TYy%xcM#CaXmN1zB$y}qjiaxVdHbFMy|U9V6v z6VbB}o(GxrX2)W}he|gSUuP^}jeIRIK6KQNu1#u88B0~+99caB?oG)t|eGL+}Fb;8-fW^ zk3`qs-jg;IJ46lJLYW#d35!=CE?>1`g6_Cig=zlwph>b;TUe7yFK3E10+a=RTr|wm z>V*bq#xSg499AR8RBpJxm@)~85~vc4dIKAe+_K}mPS08SfqhM;HbK3g)52vQk$nHt zRqywuE%Q}%7vZ`%UB0ol{f#%iKdo0MQ z;ANfMY|GscbxV~e`dWztRXIo9@kA*-tdAIC_Qlmub_pdt}uT+a*GG_!S|}WXp?i4=Heq*ProCTA=N)j-HhgXNX3>S5bxCE_0Am- z;0s0jU-aK&hxX8|sn{7(kt~kX+B^XQ2KD-$P76ypMlAzFU~Lt1Rgnt84+kU*IzpQJ zLwOx%U9>^zNvWYaLlBi)zutu>*RX=EXDc3=^#7jik$UroW$2 z9tLaUo?LD#)5$Xc{vdV7$c-Lvme^`@F(G6%{_gI&)UQFjVCii3Ax&njVzFJ`nzySf zw^qX1gNKGyZ@DGHWh90`-W&eW)UWfka>!X)Mq5#&-gVe~=VX`6jv z;hW{y-4JoLj=aRA=+`;BUl>QHmA|V=yqan$t#tHTGlhA7h*=BLpSou%2&ey-e3#x^ zrIaxV(WJk<#hPm_uFJV*^(yGaG=C1}8in4s^VLhljatc3w1?opV$(Ou^Ff~z(vwx6 zVbPMQ^VCNoU!gGynceL%-^!`NT6o3m+$tU7knR+&?W*h--8x@dTncgzkhQ{RA{c z{iRs;OFZGyG1Q(VPVN+0pUm^b7h|08D{T(52dJn;VyUb>o!M60=hje9Ab-Dw^%J_) zeQ{uu7cQM1wFhUZn2~#E1KANuhrcCRb;`Gb7aQAy-P|Nb6&s#~($91HP|mdK14DM+ z86tJs44o_=pyrO;9`q;8lS52(t9?$hkg=6FQdLzU)fR+W?C{pJrLc^fcq?W_a1)||#P)d>z;C!#vjgXpgXOI&C5Zqg4oxDR; zXj|57{*v16mzrjn&9-MVK%Pr_&2u8E>Onbt%hFyDqN(t>LT2JEFAvQ(MpMVZc0(@4 z+Dxii9j!8;7Yjk@rs$+)ntd4uQrnSYPquuU1eLWws)|ML&9Pi}g`nr=p6(~hHWF1P zxiyyUQuOzG@)hc1-B5cahNZKQujVCE`^f)Dg;@EcPX*1JDGiIN`neh0Ks1qHTRz-F zQZUt};vxKDigd3`*u8?0utYqgthr(oP7epwGxmOZzNp#`N6ov@p`HuJbFug_*m)ob z%J)F*j3sMuTB@flT^D`)yJGiJLaJ4medxdqw=>x;ePWvZw&nnfdoUML<%`m*tAnzP zQwG&s$VQH0%bN*ej6!0(i4pTKMa?O`7Ik}zBABAtY?whVEvUnwcGo-xNX??2M&DL( z4%MU5IhN>63?QPR*J$aXb72jt>*m`giQ67Yeq#yQ>5SMwKnXw{ z8=x`VX>KBASQ#@lhxGPHg(>=vbA;Q|S=5-fJGOczdY8d^=Ib1IdT90;{u)r{n+MX< zBej?~ztC7+7*Ajwe&bSM$Z1%v?DXksGaa90cy zJq6Q@BIl+7nWba6c-SgkC;_KB!vVJPYJ|;BQ(Cnke2;p4#s6m9I8`-+p{~iNxl?r? zKuwrX&DZM+j|Vfe%GPcs#!tB-KJY=aQn9lIS4pv^DP_M5EJx-%$IA^M8gdNE{g^j= zo~DWwcMv0qFGejExbAo@Ni8pJ&z46VZBWbnvaFpk!)gjJ4i|HEWlQvZ+TPBM<_%0(In^gP#r>mtC9LN=1 zol({dke~7Z_snal##VvQ+0CG<{?0X_kSd`KU$efL7=2F`W0-9cW$lB|KqeFtZpwuC z)bd_^*urYUo=IMB6n|GqFe+&SNCYzz#b8|3N6C6KET8@Z={iMdmH1;I6NkTGuPc+veo;kf2^owqU~<1CEemIq$zY6(KqN@kS$b8P1XF zLzOyBH}lcnG>i+RVqM*6`ZUi-A(!g8UiEOTSuPf1Nz7%XQE^YW9?NbdxRM9qs)wUP zkZjZi$J}MhcjW2@(AFP@axHm`s7-G)TQ3D#&sTsv-+FZNH z<@AKv{MDsegA{H(l6a`bSM`3<2YbI5WWH#vMxJEEM8jOni%*^>Efm;e9gZT}J?&^F3eU4)&4Q*Q8LO!4;;1RR; zZN;Dv7}&2RrHJ+{ae${h$E$gdD_41^xHEC_o^UEHSPj-&oX0;(o0BE!Z;ni79bh30 zTxV1OzJ6cL`F`s8{DQyCt~LK~YpxQEmfwi80-E2^aGRC^b_%(Y%M;a%3?FV}LH8q- zvuSh8t1^KIbh^X`#>tmRF$oR(;B!Mh5*8n6e#u=mPC2m$Yn4$6A)wrj_R-0u%s8k(8N&7yrAcN2PG1W zK?oEDNv9)0nIGn}=C6V8uG!FnGxO;UFt=Q)DLF)QEQOoXK)IrPp7BupukjlvqnOfq zh%w0UzTwYLBpD`WD3zUABnhf|efuG=xIJhPjt->I6yUM2q#gW~ja)*3vr+C9f#dr-VE z^tYolv)X2gn?*RVG7ND8#kO-9!4mX#o&tDYi})7^K5leV7O&1pCNisSf>Yf724q;o zGj3~r(bGW-0Ad2^`v*#Th!AJh{V9su+82sOY0>46x*?m|*m$&|1p~vpx}_HIUFVz; zzn=v}N^91bZl8NFlqD$2)abovvkpAoWS+3+1SEoJ{tlS}+Z52^2U4RF6b3fCA*R}@ z@ZgT(e2G{lLy1&QElO4*_K?&WE#5cZ6Pa8^7C`tKZPWQ5>Bm>k^Q$7_*=!W(%;lW& z=bw8h$tnKC<*BbkZm|W784Iq>eld_SfX<0Ji_ywj^6(hb`JVdQmQcAcD9JfZST9JL zf2O!@zg3f28)df&;S^6${mdTuvf4duVU#79vng6LHtd+KdJ9asFZ9QHs9S4UlinLl z`TR!<6&9Vyfc^bs^DwaqVMvleuB8w?os+?NHotosnM7RBA!w+uF~6^rz)}Ca#;%}1 zp(*!L>NuyduQiq`(CBWTa+8|X1uZ)F3Sd^gtu*IJe#>8jTq%FIgSB$Q-qk+Z2Q0zN zis^{TC{1;c2yI(>ng@umlpV+S0P%qK{b6JRfSug;fR{B-K-(%EQRU9UVw1G8Cd%W+ zJW_*3!jWQ99n@!We54VVaq4YAj?+PVe8>CWAGBFu0oS4_4(vS(mRd!EG0v~V%=GnY zXH?X6souG*rfE_O4w!s{I``kdnAMF&4Q}adJod~PNVv;WsW+%c)uag2WMtvnr4)30 z^ClaX3PIq=HF{A~@b%7YdVKvv@3P=Pl+@@wentfzY;+r~w25qD0EdF>5tIp>xvL*B z6?8*L&D)ok!HUjV6=vMnmi{JQiZPL&J!}*eu3N7YfkwsDC#Tb65kV-Ojuf830I{jE zY;Z1YGupgp=|wQ!B8b*B>O6)^!9_6JX84dLmRkCdUNi*1i1^)_b0U*2uO0*GjAt}B zpa<*tXSk6$SWSp@IsB+&dVPr20;y97x>zrm7I~J#9Gu! z0kg%xxD+XBqF4+y!3YRv0Ay1)m8an{5aC(%;Ye>u(vE;I*zO8xzjI<+UEUaT3-(d; zMs1=r@vpuB(c!sVy*bYRuNfY5mPk3bZda1{P4!yK;0?K?HMx2p5@AEW|JB^uN2N!h zgNIymm!dDUb`=U9GMd)D06Hc-C7p;TR~{vP5D&uX)UAafK3coq5S;^3$LnF6#W*2g zDZM#rKDyOIF0V)OO7as=M7ls9W#sNV- z==(tjbmnDxZ?Q7pjgrYxwC0&MmY~ne*T(b(a+qIoSD9L27k`z#uyWCL6Sw#k6?A{A zbRXy&9A%?l|J@@xO!G7Or^;aawgg^0%{@wOQJ1@{e$nV^*cXYL<9B_LU;Q4niMkis z`MTCNQls6Rk&HBy#yiU_Pi~dD&v_zT6B0)lk;9o$@$zM*yr`;c8%wHWydSC2>msj+bdT67NXgbyP)8m zydkqAwr!3K2d>!+N%=_xSgI&iZcxbkv2ViI$){T`rwnN>_=W|F;xfT=8nywBPF1>| z)o+7=t9>x(xWrt%HmYT*OYyrH{&Ig_TaRvSOLv&rMa8=5W58V$hQ$`kEAsq29YOH1 zTGY0FlMHh1-gyI6Ru~-IZ22+ZhNl&jEu37Zt#fbj%Svv#^XK|Z)_PE|Owk^4lWVW{PMb+8EEhyU-kLT)W z@_zv79M$iW5UO`J3X!RgCvlX8D|wtolkp0Q^qMwEqXeA<3`VSL^;om zyr_BFsDx!ROYj|%#_JYnlRlAjn@w+hfBz-D z{(xkM&6_VxMXbNMvk;MMro=VkR+;1^kv{Xc^ojce7?mlDxi@v&4(7HGb%qX?gfh-~ zh+F>pSEXqx`%-d6J(wrK`~%I&cbi^0=^P|nTp#fO_XPKH9|*DAV(>5@afmiP$qdlR zh9r&bzjQhXuxiVuq|QEF`Hj>YsU7N)1sUAA|HgCmCC8rj?KXK)76Nk`8n6+}HKdMU z9t*gF=$d4uXv)hs@Qa)Xfs8QXz5qtfcJsLej(g4ZRPUAAdtd9$HiB>6!o2_n+FpJ( zDUH$n$zEtyGyQ>Y)aLoi z{REtA41!X{=lk)BC*uL5a96dl1at?}%apIl_*aO(qr5IMh{rGG@lO5M=|R1KpC((( zjoQCcU*36tfH$HZeAAuD3OGB%%X}fa#vz!t9=*Ie=Dc~HJF+gR8xT&WE0`U@S}W#` z>`}bE$DB9L3x1FCv`4sER6jSGt%@zy>O4g+XH()64{Bb4y=kmg;I&7=hSYDxL}x3C z*~yyDR+R!fJracl;IF4xyV)Sh@$EZM*JzMUIwk2QF?=Qg<~tz@kqLL1g>!sW5Swx5Nz?{BhWm`libt+Lly!H53HUUr zHO=fESk;{;S8a+!?XK}??Lb`+4ZoS5^M{=hyltytw(Vrm+7Cw{q*}oBFSxL98clVt;LK3zbAK{o1dvd~==d7>j*u z@;Q|-sQw?|fMT}O_h@aDdr}7~Ii&a>K;S9U)wi3!D)f7X)7E$&rO1%@URBRVyxV@N zHl1JReg8!Kj(-;4{M!JH;fXweT!Y=`#l!Ma6VpsDfwrgHLJe8KVL)@(Xrp% zG+1<&@>|uden*mJ(4nH0RSqj$czr?~mY&wTKk@a;Lwr$g62PZj^{96&D1 z^mC7Iqc5fZsA_0-z(fB$*QhH5J`)@3QahBKdXg!r)-~PbTi0^i8P;F=t-8Q=(7b2Fc9j>Y_|=O=M}juOdr)`k*L;V*pq1Mt+5#yIcWe6<`d1>ftyF%+>Q>cz zry@(Ut?(<{pD$~aevEXfuXk@SIZljwY~MC_`Yn{MBr2mQ9Kf|?@>xDrgKco;@aTi~ z_x}L%?qMUhDpH4Das0{HJ54!THvi4`?Vrmat*IY($E~vDQ`~Y%(%7N!Jl&X{qit_O zpX-jl=qt_~D*0;≶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 literal 0 HcmV?d00001 diff --git a/static/src/img/cover_5.jpg b/static/src/img/cover_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28b9824795ec0b829b0cd33e7d3d97d5f6dc26f4 GIT binary patch literal 73735 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 z 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 literal 0 HcmV?d00001 diff --git a/static/src/img/cover_6.jpg b/static/src/img/cover_6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2dd8f9a5052c201c5efb59119fa4daac091f1d10 GIT binary patch literal 81689 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%0DZ^#Dr&we;Nl&QC#Gp5 zqn-ZC4Q+^};%h}M-b#a0mby~xwl|)b?6iOUNU=7qic?cABQMp8c@6;|B}-Xy;OS=7 zFBZn}oZ+HH9!sYHfZX4_%p9Lghbxv??YuJ5MMo6Hd35iiw_K`P=ZqFp5D3q5y%&Ux zmGpwDrW&eAJi~~b@#-Di2FuInxRZe>a1FuLEe_SBLn^p~#l9Z5${9l~SHca<4W&Q& ziOSX*$J%GStJmEd95-W6(Q`D>JDf~jOH<>8v^1J}3dj4Hfd2sQRnqwA%pWe>P-OeHOaSDdxYjb3Kg!Hh&)BU5JkFUD&nLKl@!Sbz){{S?KqO-<3^=q_4 z1q@9+<1hXxG}3rgN?lW1 zQzLVsp@GD8JDe5i1!p)KkkZ(g;?UPj^7GejL1?n9cE)NNQyg#;%I6{3O6d`*TySu+ zH;4L2D*ma!G_1|t*(cd}`R`9(1npboYNV0i?j3-tLxxZ9SI!}p<_`IC%}pjIa0PI^ zNbiqz9(MvyWRxxQu5_`Evb28m$w)W~PYw`oFgWszmwx3q=JJhlU14j~!@_WIRSm9b z_PkWX654O)w%h{vnj zJi}J-#^;uymyS4G?f(Ezt8;hoy5YoE`Km7WyxW7b1aY_2*7nCBR_BEHI@!Y(vqf!Y z3y!H~k)Xa)+?DeEE$Xt3*rk%H9B-D);D3tKS-ex?J6w$hu+_reaa4_2`tx3lxU#cS zyqJ89CG`3(x|-(Lvu&-9P~^#C1RtuRkBcg8wIZL0sEipqO%Nrg-wH1T_?KtmZ4gNB zg19?xDpzdd{nss(btN@*JE5zIlEy~i!F>L19Od3OSNVcxjK40qT;MIdgs6+%1)LuIa)x53RC2)f5Ek zk_YdB?mw7Xo*m*UEA=^jGxSW*Jjk4VO+Ui02@4rvZ)EiJ|fQaDqMZag7h6>YjsV-mvi=#jmgKbra{#NQ04xQ+>HEo@~q)B<+d zlKVTc_g^sG?9$OyOGjM`;hq<1dtNX>Uq{dLCr^d>f0ciS)fE0BP~12-{$aN;&lDg! zrkoM3G5Lqg4byIRt`6hMD5{?&9M5}m9ITWv`0Q8A+#7kR;aj_;k2Bk?IQA!SeZg28Hx^$wWSC-}M?swVGlJ%ikUW%& zpNiM`Jwk%rEJyP+JT4rc4o>lX4llHJDwk@n!VS)lnN;g7)&rJi!aW zP1*8IO)Q`j3$&a7GTiLp@BB*oqKY`-w?5xDn=KofVlm3%_cf$$0XvcGSIOQW(9OgA zNn34@$QuFB$2eq38@)|%Jr|Fgif?h~;^pgA>V6*716?~Qn!sJ@k;kSw;d)e3Ha6*R ze3E&%_bca54ezp2+~cWpTMznwH4IflmoxRuQ;>wLg@1WMD4sXi=Le9M@qhagbJr zZ~#c>G$=FHHM!kEeO!{eOkk9?7L!!9qnfU$t8vI~S4w(0W+1;Rdu@O>aHj3_x@D@R zmBfwIcwl>-mt|?{?d@*(Q5yhhSd#Cx%hyQIQwD*ulGwmqG?1MXWzP$=j$YOl=(#J% zTZV-Oiaj7JCX57b6*c^mie!gm74@#eN{dGxU7RlUXD-6+Ll-27n*(srx{{b|ltex^{_v6ZB(hgMcn?*pQjQ%dvJ zm$tVskaDzeNY=D&u=a|~0hX)bU50EHp|!>g{2!vYNR~x6PC*4klkM(187{p|` zNrjGlV5yEQ<#hTO0Gt(n#<%u@LtNk53+ZjoYZqZPR=VK9`GVs6oMZEZ*|pA~ls&!H za$Ceq=JEGYoy1hlI5M<-RPuvetam|_cUcp}l%QnH&${6+711-C?Ee5#o>3b!D|@Dy z!0NCv@wEegw`zqyA5gU5NJ@Fbap_+Y-suffd#@^�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 K8(|1SKmXYZUTeGn literal 0 HcmV?d00001 diff --git a/static/src/img/cover_7.jpg b/static/src/img/cover_7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a04795ba59e5f32a8fbb29147075b95bbcb9021 GIT binary patch literal 101070 zcmb4Kbx<79lV052bqVgU5FkKscXtTx7BmFc;4JR$4vR~0S!9C;4-hOkf#7=luI{St z-|MM)RWonutFAZFJ^g+Cy8OBYz*Ur0kOjcO0RV7s8{l;fAO%21L_$VFL`FtJMnOSF zMaM-)M?*s=#KytIB_SjwB_SjxCZ}Qml2g!85);#~)6g+8v9Pj`0Xeuin7J94S(yI= z0*8Wvf{uz#fR0YUOioPB{QtJsegGaS{0^cH0vs&>9uE!y5AJmsK>6k;65M~>{a-_b zgGWF@2B4t6&5Gdy;NJ`m0TB)X9tj=^4h;?-fPjdH^bQ{xBtbx{VeUrA6M{lVB$-qM z(HtPA=e3yq?M}iV_1-cx`Qixx-_QYX%kehHj`!c-Z^!U&``cx2uE66V zyu$|}{s$V#oX3rjPLe33=so0h6@ZBV_vSSM9zYCm-{`O8>>Tl zw7Ge!WPrgYnx%0{s0|aSa&+M~FSO+pG#so#HZ#!F=KAi?kaQEd5)NA5?#S}7&;{UddGC*z#d3|GpVSg1r^ ziQ3JLMr$1R4MD1s8_RsjhK|k1HYPrPvf7P+0{A1CUG^0a9o<$K;`TWpt1F$@NSDKe zxCtB$li3o}encO63(GK_(caJ2+gh0KfkaL}4|&88@;+7^$Jb$q>;A zpN5XvK!zl7BzdNPk`=mRl|{z+rGbu2QK?jVB9FD-n z>{RVH(9G*ZUrk+zW`@%y0+W&HX}s36oV`u>P$au)Lj~pOF@b{sGprTg%dhu$dBzx* z>Yxle=<%d88nxQ&Kgy|3e9(1xY6Zy%$vO_#YAmO(EEmW8ZE+j85P?z4*I`niDoFDMS=2$pftSkU1tpT@J$ z7kv|o;P6&-S(gAYCpF_@pOYNj7D3*OG;yAFvYL~HB| z4UKpvss7Q%RILkMim)NSVBJ0?AvSD&uk|oG*{z&M?OW73!|Yh#*D#;{2<#o^@jkLZR8O%mj-cPU@qG6@ zqC(&?A-bC&ZeyU{SDuPFbwY6YbkC%*|0D%f=hP=?Qw$JFUO`S`^f$;sWXmO5yYv>n z;OC0kh=s-|N4>lA&n%U_W$NEzw`oMX#MR#;(4FWr!~^=t$)CqN(W~~|PkN7yt(N`2 zhb%K)O4nAGkG39ux6d$o5!0eQj*)7@&@=O7QpO3~+}6EZq}u^=ix$#B|5bhmGgjD( zp9eswH-{_OmD1hyQ&vC;aXxEn3^inV{@_)dw%rmU@q6xlt5(7yB(EZZ!vZR00scq8 zhaDrtVbZMv5A63X$#L#K8t~PgVT;seI@^ZO=L#PeF{BKKZ;+R4;Imva-$zrp3}^Tq zDINV;_F+KDrRC)adU1E1hQ3Hs{_rrvu1hh>;DdYWWbIn=kD}cP+0c+PwIi~$vDtB( zSAa^IBEJxSjjjon9|Bog+9w>qS+69lxeVvb5hymm0|uMBLo9FWuf%Vn(z+4$7@X5T zZdOp>L$Zd`eaGkZ&bNa!BPn?1pvUiyeC5jSt*l71_*^H&xdG?5opQ&$3~nw0I~LX2 z&*@r_j^W=KDR=vAR?g#&IfirRg-op2(KHhA`HXZX4M}JVC595+I`;%EIL+e75>F#! zpHB1DE)74PybI~kPl>3@Xx|M|h%3-8 z6ri5!hBtDfkF#()k*hIvPeg;a3ee}l|0$+00szzs<2S_bagDfbouF*9D_D)NKxO_^ zH?lfnwITr?L;l)GuCBIav-irllPuq!Vb(S>^w+lpV!FgwxPTPW%oCpf2&DLr$0He^ z_$fG|H5aW_RrkhKr)nWPKCXxv|OXohITXdextBs>#(k$$~ zG0q2j_-=4==4?W=jaEzt*r9&ANuZ?YjBzb^?_g^5fuG21NJe?`(m=;lV`Z7H*v2=m zo4ZMBK}`;FpZp_4#j)8kCArz)s6ZZR!grEY%l&I>8JCJ&yM=q4G%PafS8+82>fHbz9uGuij0w1b9vy) zPUkP;RfsiX;?w#^-;8aX1iMQN$kXJ0Ips2DtA^52BYlD==+b`Yr%#TxFfvfsKH0VZp|T?L#;xL zf0W@zoT*VsF4jYT)eV%^Y%xpKzXCwcH9sUwQn>TSGnlF1g~Iry7=}Z=KJ17kOg)6@ z3)2O_tkTkz5)DGImSAbMn>R_U)fR~PH2@dbs6*&T*B#y~;3wW0CZ>MQ?R~6QE9;fF z8Mj#vMH}!Ynd2wuVlE2F<)gR7P7`0hlO#GjbPnS0MWxG!T4C7?$E@>+EUzTiSpK!8 zoZV~3v_WVa{O~;pm%YW$4*_k`;$>rwoHu!!#PP{bfun`{0$nT#PH?2tK*`Rr{x8Bl z$MUzd=PYNi3Hr!$zR-z>-9cD~qPs&fuT#YZO5@3aQtmn%AujSR>62yqFSCUa!i=U) zN2YDzLo)Br{<7B#IP}HOQT#SM*=Fdd_U1}>`sAQxW4~W!Hq>nFCnJXQN`U6%gNhDf z5iE%xa()Xf)-tE1LYJFSN4N$*e_3lss1|y!8cuhlpthteP}SUXlP3iXv|8N=6rEY; z%UXL?0pekGUu|N(YyH^}qyFas<~;`q$}WG8KTm{;A7RC7)wtMQbnJED*ul;~m72Qd zsmU`udu2L^$G&GcHii(M2KKH_io|brLzMJ3 zgQ6PDFq1Jndv+-|b_= zaQ^1_QLpH(4oOK8$orwJE8s1+mUuOyTyO-Bj5bWHO(#;Z9$B&3d+M~~*7qv%k$wmw zxb9}4iGVEMxmgM0*a&4=y zam}ktHixq$`HT~_A`}vqTVu)Y@cH;sMjJBPB8mu%FJ9x7(Fxtuy11kv>kKmDTfgd_ z0aiKp@9AeLJqyBbp_+g{%SOcnpVhY1%#j+9>GrI^5y^Qjts&f}`@2@$QEJ$A{Io+P zdWiGxe?n7TuN-7QmulpIC z0ah^iF|+d>=UZ(1=F3wnhDLrKn?Rm{qx;_HdcW8A;}nmoBT$?O;Sn(i=tz>rY&&%A zOsX5iUC`-9U7ed1T&qDOc*i4yqe2$_T~$l_7+M|gag zf<4Nx_L_n?UIB+(Aa0*PCd%DCw(c9vmd5^iN5~U&xGEgVZZiEa%b>>lzG22BnZNzMQCUdougtruW zuS3v^jmu#xQR3hgfTwr3M9PN`B@<1#XIb7fdj#(rT^if(Hj+=6$W(Ws1iS)}b+^LI zF_AOlQ`jBbMl1>s)ueIk{D@Wa^1lY)sMN+`56tGK>JORwK2O#=te)(e9#+m>$=`FU zizD+jcL`F&cp}yWSfw3by~9ZJxs{-|gw%~K2#T&{E(N5No5ZO-8Xa#_K;7vuTjQl# zBa3!>aJF@0eyNE^^QqXGKM$HS5Y7bJR(WtX9Hx8K=0nX$O)=ta1=I9_&kVwiU^5i= zPr@8BzGHNzaH&+$#g0LRSC4yIdUG$O&-9Oyhk>enjO;lyspgf{tN~IHwtNn42*oj} zl~oCCD2)Wnp(n1=dWr)ttlFyT|EwHM}OZyEI6NCj7@3(ogFgu`mir^v0W^rY0g z!z+oAzI;JniNzaDXl1$=_Q^H9okFM)Cu0skBodXpR!qXQQZzIL?Ss4UaHxTl^p1(;DRT)9 zQ#$6uG^z6nTthf6JB^Kpjo_Kvck${}p`N`>bq?>IP!||Q)tz6m43+SS?LU|*?_Y}Z z5#6Keaslc`f88CNLuRu-a!S^ck9Zlr#SprGe36_ErjpHcGxuyoZqj1(@2NxxRr0xf zZ%?dWOxbUBRkB#+@7WPiJ+y1M(#9d@>kA(2_l`0FFX64)NB#0o;uLd&=)Tr;e|qrv zFs9+mbb83tMsG=&K<pty&8mw`?-sM?UA{A3?WF!N>!zoxDV$GY zPQC3Q!ZgK4%%M6TJ3cgSh}AoM-B;l>FzKz)wbnRj=?J+v1*FX0=HEMedVKs^{R4l< zVSemcWpE`d@!-G{M+GIm;1$5bT3TKe?&hBff$u!=Bja?bMTEucw(|Sr#VZ;9Ys+T* zk~@tN-XfKgK;cx*q8i5~*y(=P0+`Ll8$KCzz^^n>UD(4H&mka9V7ddFQ&#PPY7^+QjxUnP z;w@y>Pf@dZNlm6enAQToGqgNXIh;XJ-flc{JS0*tqu1@rA>5qGunXHb$v@X&S= z5%Nx^G7A}A(kZzaIw9F?a}k=kgjy+@=uEA0VU$#*SQx8A5b^BIw=j7?k&x&XOjVwV z>pi->IKTA=h63B&LHCz}R;w&xA(GF4%$XSZfL1<5pb4q4zVeKLp(wN747$i3(L}Em zQ_E<0UDC;mt*b0&oFpUjhvi|vk@6vvkWw=$C|onBa!w;fRYnRH@mV;xtvHk)HEVXa zcX*id6~Jyockv3a$%!9Ra`qBhpkpmlB1*@r)@t^@9aiRS3YNlU&@<1t2;TSEABXYqSCk}>sc#6Wv);h*DQv% zW*kClW)yMp6IbjP8!DrB5KpvFBXhtN{f+)5)lV2r^T+&dhD5 zt@fv#OKPG@u8qMzV#u^5AGjhmm39E(-?nv_64YL(=(Tcmc*D|On^R~MS- z;s%u7FY@Fd+E5&*iW_=VAzm{UB7NF2OCd*&avkO!@GHNAX*RO~>v=S7V@*gG0S`;ecaFwm}uP z6i6JZ>OQ#MAIpPR^c{`e@6jMl71GDA0FQ^%bj&s=A<*su)<5^h0o&W1q(*^v0s+z;pNJpk+spg4g4+ZmNC!)TSBs z^rZopQSavyQO(yM18Qd!qHLJk?vv6RxBNKb@UKS^Hg&uw0*j z3-7rENNnSF+|LuroHa?kmRe%jayoCX)S~G&F9dp9uN>?zeXcD~oJ!R|<3)!pCGe=C zqdYV6kAA&nS^EoK#MYV{Tt)?A?j?RXk}aFf8d~##Iv)eEK7HW@xH#L(jl-iHZOGK` zY7vq3Rg?mPpW^KZIPT)Ce|I=`VgLlcfYBEceg?`X+FDz>Q(8w~&FtcI2%7M`wBJRq zF?hZL#6j$`(ySl*uHpUC?cH})O>~ZBC@^+a-)^kf2)7Y*;YMqHh0n)e-8m}35h9nI zEJSzFv8~j_y?&l%;n}1ka%?#->f|Gu`(@{KX(O{er>#vH z>qP!w!>n9!C|mY3Z6O#bApHprs{uXR?WOLXXbCcxv=Tl|uUEqKjIC5)p?07YC@?Ru zQ9N02Sg~*DcBAzyZ#dC5-4~#uZtSPX%F}&p#XR%2>LM8Ir}l7e`lR2PsF%_o(gh@< z7MM_ihp(}8(`85!<=tl25yX-z*ti~aS)&T~U)PKyX*q&;mmW#%`16E%6b-(s@eM{J}SXLHs#;jyUuaky3|G zu?X?;WCyvnNbzZL^<9?)om@(D3mKYl@W>uqj3mmorGlGW=)cN`vUh6s{$luqZh6|K z#TkA0UgjxmGHrO3Z)jyfV}VNhbwieuD_4=fJ9@|XoXCdbEUuTHOqT3eh<8)O4mu*>moi6m!2Wr1jfSy1v+9PxKDt}7qB^E4;11>gNasJ`KyI`ubst+4Aa|h&69~WE7 zXFB4uZ!zKVWgeuo5~9@(swU7?PG>4BX(^Ciqo8OEw9%N^xq(VmQ991Q#?Smxjjfs| zANndPa=}FdZVw>koQNlbR8I&7vX@1^0x~5wcVQ!$63(n=$Z@$$hoNsTbo3?9QbNhd z$FY+~`NNS>U7+EdSO`0zMN?V>O+qX6NXlZ&$x|o{PY7NK99|=rRCkT`AN45xStB!y!Ob|D}2&=fFZGPC<%>vMa|Cf4XboAR-&W9jW}e zwHj#u7$=pu>*!8*-Z>ASLfxx6Wb5virH*tfbR=VdisAnxzkH9ca59KoyFHwjf>t!u zv(^6vO^2=SDXKgGzZ*yuxOZE6jFq2r$NN$BnlCU)+G&qnPCOIUdcmM<|F70CPyP6P zX1AlmKSl11RaX!Fug}9ykL+U)QO}gg<7h)W<5vPS9A6MoS`mvQDoWHU} zahuk}Z`YwF?-_Muq5$@Rh)Bm5ylOd;KertB}OS7CaObs>4 z()K*RfMnQEhz21n{~FQATo(fLvfH%1&ED6QD8!{QqwDzMb&i%*rp`VqB29UT&K*Zv zPnuzeJdt95Auh0{Dtnq5AP5mrkz*JM#%_hMh?Q7dBH+9q6Bk;Kr0pjrcl>FiZFNG> z2V*X0aLPd#-oVIj=i5oDVlkYFhnvaNVaJhGY%^H0;blny(iyl|G$q4I?oK97;)X56 z=_f1}@m4@OWW6>7JB83OER2Bw7bq1RTzL_s7sjzpTV@8=3sVqgNb!{>^X|DxcUN}S z9~~-W48w_PU~OPnrj?m6HyKuUx}cV}qw-UZC-aptA0R5|fJ1|pH^LzyKesV3bhber zqi@f=-dLM`CaL8>OXA=B@k#-NTHVO6fJa?jBRfCrXu80cxpG){-P_aXGZD+;Cz9%d zCW6M?af6qqMCq)}U+5gyFxWNWjAP*Z=q1n_f0eJsCzFMZrA@HbF6q?Kp!k^*m0jCv zvjt21 z!X1H@t5~dL&j+8WsS?BLl%2k$I&UxDbue$1Jj#K!ZnZCi;`MpS-4Rc7Uay*b8Eh*+ z=j%%@gF~3pT1&vNKLT&ocdn`crEJ(@(`??fmhx$yKc)3kt7*h8okr-^qSYNXo0w9smD=)v9-FxKHLQUbO7s``$`|xEmw#X9k)Aj0SD`ETY z+0AN;^zhnAi+}PjPfc=D?h0sx*hQ5i>BN{=M=c#`Q)W;!(w6#CNDoFL2G;1cw%;SB z84il{9eL6rDP7v~R)^I|>dXVTOYx_QpiO7egFo`T#biPLWZejw4nN9K>Jx_*{B=qKP(1aoH`ZEkg`=!|{tiGuUqTg)GCbMK6Z`Zs{f?WmvU;e0x_p<| zay>W^?SgmqbH~;8T}B`C(HhC=X2%n0F3+BkLs{H__E)Ow1(Jo%^EC5PfffB3n(>LX zV)p{h*~G~aM~1^W`_Rh}dimvi> zQhQXP-JVww=Ro&83_Zi3y&OD_&c0d{X*ZA2N(3=u zl}eq-wszu><^Hhq1t*FeskPZpq}9E#tXjUdbn&gZI6}AcaJ*HPi|8QUUri7KF+c}` zl{e;PkhU8N`M#A&pza4Zn?DsRc};_U$P%s_J<+r!uB*xmK&nAc5h4lCIVkqex{x?0 zS<6;j7$@yx@P!m#e3iHHmd6lbJpQ{Z(K6x+wTn~U+s`X}SL*$B1DzrZKkRZY3V)@m zq~GfyF_~pm{&qjvsR0oDzRQ}zLHhpvmvZ~$m?BCP4_V;q`#e$RwTqV`CC~a9Q_atr zPvwH`lsGlT^1y$}qN0+m-BR0M_>4^%oXwD_#c{%Do^1(9qiLA5FmccMI`nn9WExPZz<9Jla9 zRxp)US9B6XS{D>m7WdA9#!s1imW-h+0qc|DI+7zpq~<1`zcyL)t}jDVVe1Wptj1$p z`gqe7!%_DT9Az z%8M#qQ@@c%iHt+_XHumThvtlPW-wM1RSS{m%tVuaCcJONnqgNMcZ{=0s&Xl64FBBd z0{|Jl^#G;;nlv^dQKC1sn^arlMt_7`ca2L6X8ddr*~FpBBT1*&??{TMUnU=2Rm=ZQ zM0#=ii1~;BZHL^KM_t-7J}XgHj!hba>NhBID*h%9z}!4Ip==z{i0|o#`;8@Sj9Bed zWMbQq)%(5W-D6wPru_?%Eqe%sNMQwL#SM z2ZQ5MX~OKMP+eQeLVTgnzdz}$vz?Fq;0^aG)(yV&#Va~4&n9zFaSQWeAn#UoejpUf z7JL_J7RFXza}b&@{esE4Mt+oh6&QEQuy8hXiz)+VzL^-|*!F`5)y>SKt&nKO_^U2c zk$qYscJ*QIQb~uav}Q82hpTS8NnA2pzD&VjyF^kZlJ$-n6`huqT_DQ1yKC9g+fxE_ z3+uyjxk^j>v@kApV{iyMhkEissdKy>)Dd0aN`3y$DLGj7p++U5d$w&*2c z%aU#4ZLl1+V%DM3H7DaDL&$w9b)lYXXHOxiXmL}FX#NfTSN~>Po+=U7&IJA6Zi!F+ z7C+e>Z>-x%YZ3yB5KgHis$j)kgI7WeJHEfP2+w5!KN`DTAKIFa$Hs!WKAX5+3&S_t z8s4W^cWra!znn)Yv>Vb*RDBE$#_r-~8kSTmkmUbfRBm%J$ku2)QRupD{z>=R6hkSu)~r_I{EEgFFQ;)p?{)#9DnvvPvGF$*OW$P4U6={D{`)O{nc?(zWIx%B z2 z=>(6Ro42wS$r=dzDJN~QRg2v#Iya=K452igt0e)tQO|AS2;i6nqb2X}YaZ{)xrY_WQO&qJZ2a00gp2`j0|DP%pK$BMR=6)&nnlB!OGbQm^=KG>g<)Clin*p2*|YU%lDGL72$V3_<8{nhZS|Gk7U>oAm9`v1cXM(K(G1o`0#Y5gKip z#5=XzCCp#CF<+t1x>}S={BTgU^60xX9_AJpx#ceSer(7Hze{Za5>e3)x3PAOlu#0X z$ZzM+{K6QtZCq%0mm4&;G8Pn!vJ<#(*`x3Jr}=cu_`Lk1Vl~lf%EP&3ec5f5ASk!K zmAksScik7-Xz~hh1E%m0>)9>}i=wPSUjf78fwA`XfZw~jX4TvK>QV$ht5)@cWR0xm z$WxsGyH3DFhHs(_Uv^sc4&t4>dVpb1FjEk0_xCOz8K2Oy(D6#RFiBkLOC=NEJaM

    _?N@=aU!7r(3w`7?wl17iFZYx)(;dvYp>P^X{jKRkKWPuK=Cv zLa4hhXsC+*n!Y}`ZZ2irY?AgWn)~hq)=wscvYV$gB{qlinIkPdwNm8jEq}%9FsO^& zMztY7^hPxLTBF}+w#Fni99_Aey8nRjL37J`#%Q zQ6l?7KS?KC1*#p{^l&KZWiD-e`6TpgW8x`)gZNh6dEv^`Nb}oc$}t=PAG}DbU8V)1 zz3H-kS6%%Pj7&!%o05XD0gf@?dZd^rd;nDrnjJWsa6-=V7cg><|4Kx)Vq{I;QF>h zkNx3^`PfR*z$$g*<97uBcr0rP+S>(hTv^aGi0tVeyGr+v23IVtV`VwB(BPooxq^G* zYp+eM*Oc;?Y*>?H1Nmi{`nMZZ;5FFS%zWKR}Qk<^Y*Uy|K_kzuYb!NBKICtsFB5w7HV2X1(qs8?Ot+?%*X zzL6*GTQN)Wt=xwD2Jle0Xeyg^1kzxi>>d}9l>-^^XTQa+`yH!ez;Rp%3bAR-&?{R+ zZnT+eYgy(;$FU7P=TvttEJjET`$v0?*z#-P0Pzb7hQ~kW^4&D$C1P&;HrE^7u30W5 zreLJc;!0pyB`EmaFg3st)9X@V{bl8akphABg^PD^&y1)=ClZpQvtMh3zOWVSn;KZ` z@Gtd~I0-^=5UpLv#3spXP%JE>mQT)Zs5LeB&bVJ6d*=hDmLFoqSAPY=@x`dy@Hoxz zmT7iat%g0lSI5YNEIEx5mzKuwuT;w0dgWPmS9DsslTU1{%g)F^n&|qie}8Le`0Ss6 zmLDI|`Mi1*uw`O4IHl^!T_^^@RnRi1OyUp#bM5tgyS3aFdl; z6p9sa1xHe(jj7xEBs1Keiz}Hmy96#4p9*W{zv0sO7cu5I01x|#VzVC1aqJ0}&!}O7 zbIC+|{QYIDa82LVNQ`d}xE5Tppuk~cn|GKS&6$qUx$ z%a`J|_X^O6D5tOt%$4kcesvMHz+FKjk7lH^0A;A_JDK4fN!ug8TOSbY`6D|OJ{*1{ zkx&-peC7dWKrjJknM2KEA+^qa;=jCcq+35&W0HEE!%dkv)8j!d>AeFK^{Wzjzq$~P zsQ*gW&;4;#DF-*d*0FxFF#eX$i-iCr_GVM+g&tED+d&<&Cu!~{&@y!X0nt&n-7{-e z_$twTG_$n`luB#;V9sTjP01Qf1J#-4uM|4IJASaN(ZVZWPS>a|X@;k1QnYm>p|y95 zC#_35ZRe}5{xyp4lk)owBEAbm%iZBY!ZoW@BWq6bVkyansqs#KPIrkU%SsbaY(Vf$ zi59#9KXWaId6?4+-Lb=pS}q~Tqq19CB(I=9w3bp#q2Tab(c&vJ_5Am02zH1Z^=2pT z8M%bIR95sIo;GKje4H@#_WP`k_z}vZK4i&pMy=*55h7xJ>WGX53@CJ)JIbr&AfcFF zaE8VO1AeS0#6eKMp(U+)X*e$4UsA|E*U96|Jo9V3p7`-+(l`&buATpg21{~jg<&2 zG=<)nup(U5Tkc$A4|@RC8R+LMK5qjAbZTAdJ!*{2a9k@44l;*tC#({Yu*%&=u7=6N zgsB_(7NVH7Fh-XVk5rWt6pke_ufMefk>h0z4LH$+?4XY7vSU&tUpmB8p5|;`Bg$I@ zIj7P>O)YFGI9%P8S*m4dxYn&&mridcsMa$);r7hHmBIzYVh}FYZNu4a6UWWbwxC1y zjx!V@F1c|oYpGv)ryLKP!+P|RpQMFk&dZiiP!dLcO@eCNc5kro`w(&Zvvb*x+1pZ! zpg-LOw!1O@q9wVR9@e99NsR4yIF-GZD&Zd!!DSf5d2mh(F|>9w9@+e9Y3M{dF|@Gj z=M==vnV_BGz0%l?oF!n@uN1purNp88Lz-muVHTW zC?^Y&UN=Rtz#Xznk{UHZzKkq?U)MO*n(cwB^mvUXY*lE<2>iLmo%u%HtS28<-Ns2Y zZUEoU*I{yRH~dUbYxrO}4~8v^b&KB63g0#N3jP)Mcrx>kpF#<;(&{IMF3=Y<+h z>L(*$4HNeS?#TLnp_{zW@7(*_2Mddv~fvX-(HfLCW+k{ zX3!OgxQ{c5rht=c6dO;aOhC55irbB4LwTHsaNSduPqc1?BN5&e-=JyCgkQ9Gs9{db zAGG&a2MpsGLg*OVX0;C2p^h?AJx?ms-k*0aet03;x{Of|Jq21b+hjx=Z7;5`$nI5*^{}{9@-_0&<|tmQ$J{$Di zxV1yR2!`B&!fZ_GUA3N%_9%Vp^Z#Bl`VzN8Eg~-KJiq*7;yA?Ld;znyr|R~EIaSdg z2Y|N*t9CCz!Tx>*^Os_`_sHrV#@=ec^g}yV?a?hG*Gy*5K)DXFv4m`j&>BubwpYOR zuhk;wH`OaMFX*(PVg=q2a(9uU?g>YUJs*Ixb4@c1t#V*9H>DBj`E5~KWj9*MY8BR( zB`V9md`D3EyON~t;H);bslFoc z{t^3XEN-PTyaQiUQZaif06zquD-}Wn_|25sQ6gPQm(Zhxl&?eXt^2~dxn$e zL>XbT0wk~qQ2Hceq{%P+&q?T;+_EZoxOa5Bt`vTa{&s|in|qgAhqMW zO4~9@^vRC^m&)SqU@Mg6Cn?Bzf8{sHZUT*xv=I#@sITNx9uC68`giCRR)qI)!_;2d zr}7F)K(B~gf#Ev_--Y1~Cvb7{rhFMOkuyA<2ZR8D5=nH>C|~Vik2oDs-UEW|EgZnx zB&VqV$p+rHbj8V2b{2J`<*qWo<=h$<8`SCN(;{ZW9kq7kywRCA4_&n_wJ@+>QmS7@T(L#jNit z=AS$-ZAF1Zpde786AUr2C~n)T zb-rW2LW@HD*J!ddhy8lOYD|G0Gk?gynS68TOKEkUq^-1*7r}(+z(Q~ySzHp=cYFPq zIUNFuVjzK#vUnb-)>(eBQJR9$?!zBd(WVSs{TsR7!ZtoiNAgPQFOMWHgRcN!hl+l$ z4u)#Zgi5_h%zhHT9Ko|!kP%f{*9yY6x~wy)3+*8eA6rvRD|UW`*1uNn@=UN3kapDL zdF@H2zNw~1;b52^Ik5eN{l{HNo@Yb`XOc*)4bOb7Q(YWtFnw6rd= zk2Qzl>{Q?^@6_0?sT`|)Na(21qO(_S{-libz$?xE+lc!n64QGri3%r^Z>iNthg+k5 zVBxO)*ISPZ_y*_F3R4M0KLvnsi;r2n-y)lch!#VZtZAl(?fRSyQWQ&>f*~mCxsKvT zdIt@#)1+lam;NPsV{Y9g3j)cqw7dAPig=dCk8#Oy8D&F$Bik}tFOy0aIQ{p*rV>)i z3ylp~5(d~kM@WHs*PKECnU(kD1y`63&$8s#m=_0f=tC?_b*N5W$uZ9kTo(A((FnTc zO)=iI>&K_;++X#eROx9OppWJyA4X+H)dZbOM$qutx!BnMxhwE=V3B$=O3ulS?lWCf zUg1HJ5nRvq)c6&uO+}TZ6M$K( zK%TLRW;AA z2|li38d9%ve%CZiPfmEWSTV*gcXPhBnq1IOt{eiVnRJ3_FhT7(G1baf>cG|&K# z8UxTaV+-p#<103 z`*$N2ujqZMFNL5>-KU2m;6s}{zHWkXQv9lIp|4i-=-ArsnhhVjj%b8{PitLWa-evI z{*SQHi>#`QacjL8qha6?+U*T`_R4Y3w4kZv<=d~(%2zRDYgPk=6^awdoSF6N1&(gM z^H!s}WC$M_8`4 zlKqEk8g0~%MAEiYhnu<;H13y<4YUI%u*annsp4ECxso+qmG>;oA3^4G&my;v!lB!I zt=doEcMireiZeZj1(zsW(t`rK7ca&Y@uXMq&W|A+4+MfopDfmo!J&8RVWVA93&e=P<5Bezv> zToP#Q_5Qs`FDjnbPon=_ZKM9A*uC+>#}{i#l`*g)b7;WeY4C0OUsbZHj+wOuhn?2h z;#;xs4*xu=Iu=6NToHv7y*z_gxu#Z^&visC^7-Dj_?x9((yWLJ1L=_?&6g#sr@(N5 z1wkTPkG5PBa*dc8$C8b9+KCNL0)XD~^`&xd{=scyd0}qcqahpQdywdyviY8wANFHd zHL-I+mOXT_#JY89UrUbBDdG<>|84`Q1fvRarwR%K=D>b=_@tKdcZ;O3HgwdP6$y*M zqjW!E_y`0sy2!DDne35FQw_$gYYXzDLX83fp2Gu&Bx?ELwh<(LIW1ozqSa5zQHSQw z^dC=NLpbh|K_6;!3)L2zpR>oGfbI-biZ?>K-EYlr4AV5#qWK~&M0O^wmmB+Nu9B*) z`13IpFxHd1>tZ2ZH#O`wGn6rHYv3zDL@(%ff!hoBpt@p=`W6@0odkS(?Aq}u3-lgSB}!Pu zlf-I6ULzL^b-~<1H$pl7=#KS8zZWB0E~W%>dKwTxclj9ud#29sYU!Q4E{Ian1z7?@ z?*o+{G!;$*;(oXrTw7`SqngP%s0D2sK7_^hv4$?N1h^KRbDx8gG^{^QNQ5|A>J)Oy zQR$PYLSHcJ%UTTE#q8hc`t-sAT42wW*;oAyc6~qP8-@q^VMAPa=t#&3*vBiksyw-M zmu2QJ_TBVTEaryhjfFq-E`(b4_l$Q~%nI1u7vddILWK@e zvcR0o`4z{7y5=0i?+5z1Q+->%H;olj=bMP!jxa-+d`Mz!B+3E!aM&}DVf=-;b(JU> z{Y{p}*zo+}f_l&h$>3z%%K2X4oQcn_rHrhOMoFaEyBVh>(24u{G4jlh8_4;=a;5 zR6EUYw}S`k-9VXO$#qwO8xp$+U&Znk@!Yy(*1+>p?AkkSBk+bf8 zVO%Ck{{X}*uH*jIhsC$p(d%$=8K$;^#wo6#C{6McQ&VfBRIE4esg;QwiIh0F9%=QgAScJ}OjQ-TAP>witrw7+D8t!(gcmCl zBS%UK!^sY%Y!53bv{4^uAPu%{p5f;Wl|gZ$eT3tW;GnSV!`SJh1K}j5gJXD!I#g_6 zs3A;)8GL`|KJx|07}P8KM}N4$f=K&ddxNknKoEfl+h*}mEU>tvYWX<|zqtiI6aZVc zlYdy`XdNh+&TT40xfoQ^G#GR{m6!N{btcHXx4DeRp|Thab@FC3TkV2?PsC6iM)fVe zl@%_4^KZ|@j>}iXhCn}whWQiGUbnnE8I7x>E8LGWsCEJ0L*51^SgNvCsHg|>V?|)^ zVp%$WwwoPlMQUoXuX7OP=TAj>q!S`~ynUer74A(~3_zO7DYRF3#)Z=ZEUd=SG7*m3 z=x#NXQ?l0soEVsfuY)2^O|JTk$3VbN3$hm0q-l=e`^+PRUc=VH+VUF>>?B$Aj}TRK zAsCc0sA79P0rF(rokU~)S_C4O7o$IQej{tI|EBU#hUC9$cG z;-IjLtwLasjosrWO6X6wt9>)=krvX#kpa6S6mx5T#@Np7W1$Mop#7XrMlLW**2S}JA$vwHzO zVR5jy{7{^2D3vJg#UQ&M$ur6`GO1If_twlEIV{7f>BzJoI|>`99VT;SjIwUeVZ_b3 zSOg9m+hgVznaE{XO-0tN??=Rc+|MswZ;|7$8O`2K-F?HjekZ9jFEu^2uhRpi2jB4p zoctz{y{D1P$3IMc{zvTx+!=RABb>F7eRTV1X}c53@;zwyb_*?_wZtE$zWP6t1;_Q3 z*J)f^w>v!&1T}jr7*4u9ri|OJR9t*O?X8fk41)egl5CX5uNc(DfExhs{{YffdPk9L ztUxPA1&>}ze(%}+O$F>Lzv;ccd6tbk06*JZbffXqQK-)PpOK>*9AhK-BAvF6c0b8K zp)<@ry+2fIvDDG}o6?nXc%;R?+o{v$1L`2}Pv^20#DN^x&!x=P-%gn+T0 zqrQX0I=EF*J1yBVzb~Gx*aSYpWBp6b{bBSea?an}!1SZ>`!J*oSf`R{BxmX^{adwc z$f3H?)U~gY%@n<7F5ji>Q_Dcg+LOQuVUD4IO?FJuk?*K4VSHUmwRy1wu^W)`mj{0k zc8ev;BC7mUDtl~v%EoUt(hV=<`^lwl!IL6_q4drpwB$$Hb_uR8qD6JOg+9%KYA8+P@zZD!l+u z9YKGqzTKLrM6ci$B*3!`sJnWqUHc84m~?Zf?_++gFKBydLP6|%ZbQiD(8y6S>I?c^ z8C#K(Lmi+~`e-9DwZI-jXWD8yBa7QD__JMA+nQHjOlbk{ZSWvQ$FYeZ9g;{NnKny! zRaPy2$@f3(!Z2`N)&K*x9l(OAeV?g3s@r#a>s!&8+PM6R zTzESX{{WBP|{NRXZYGQIEt@NA&oQXy3b@hxie#l4>4`9TL8YR2rLHUklJsq%MGBzo|CcbXSaGlP2{ar1ANDKd6MQ z+TZBUEX%^n;WF6>bRg(YZo$14u$yMrUC6nf8xxwKt*EPJx?%1kf1x8kPov9yJIp zYr7K|7+Z_B%t@oY31!FeZ;-$Mdz1eFNJE3KnWNx>(_-ueV17ggT>O@ni!V%iPwFsx zS4;0U)>B3vKZR#zu^q%%tx#|@K<{5BX8lK<~nhqC{dh!ZbHoN!t zmb|a0@p)Pe)Bv`g{{T%q>l2m^<-CemK7J4LHvXFC{FDnDP4XjADOxam#}j59j;@7D znU>^iDhkhe^#>bIEsOOlDlS$30R6vH!@W<0^kh1aK?I1c4~nGrXI+anfrU|m_W)EK zNGKoffJe;qPfOxsxI*X~@*|~3MqH7`v}9`F?O+%wgbo(!#>$bY?D#kwa?}^;A^Za$ zZZ{v|L8(9Y6Isju04C26Za(1J(fm@n>CeR*1It|*<-C22iZpa)mx|_13>A*2 znV%bO;souL-m2kjugHbpyz@>+pF@VHl*KB+Nh724Jm=M(oHe;Bz4tedk$!B+SJ*M$9)H6_8b4$cNWngdmsT)?+2De1u_B zxjiBQ8qpoA;<5_Pni*&WK}Z{zE24EEi3ULE$rExrp#srca`t3FdxcuP#;QP8&Z%VD z(1@T2=JuM!2V>mm;yax%NNur-jgn+_9lw^nqw>nNt@O$9-&>MkC~E@id-orif}Vow z$YW7wVh_QAUFW|i1bKEparpq&#WYnx_A(1xx$oExp%yFIHW~ZD-n*L&8or@deu-Yb z*@(w~7ZXQ~%l#@4AUDV zin{?p_mnng-Dn*wo(GYUQii67=7|lI3yC#CSL!UF&c=DnC_N0>FEjq0Gh? zW6^C6tUN$qr?7uw<(u(KlkJNzsg{$Us6CPgV@ z0F1+bgAKLVRH@rDP4x-XnNZZeP5s1mE@|Vwn-X#Jn+kgXz^rYbeaBg0 zV-|}1m^1rKXsX!kOeeVS*nUj1qaLhQ1>bu7NS5NN6*>Yo%YXj>vptJBIcT!KE`wNA z2d|SW*DP3BemB$t`-=^3K&`K12NWc5Caso?Jlp_!mUUpV!6g7nG0nq)yu{Ra6!Kw07y=n+( z9%IExgk$6eB(OR%^8(ryzxL`@AndV?V)7_P3nhtd;Hn>JZFJLhWe;%9Tv?Q%l}JS$ z8CO8CFPkwsI)p~sW{-x%z+6TRP-g~HdW>UKj#Mc80WP=M3W2HTOO8g8{Q#YTw$;fHSHD_cn zuCF8ckmXu~5!kRDbR<0WzABZ2qrWLk?#=E=5#tYKu;8?$#vgshD?a)rHd=ajkF%2G zYR9QdJFrpz0J)CcBeqRNTM6JeJkD!1G4Yk1+q1Kv2jrRQyhr+OX|H)#pnibYurp1; zuf{s3~J3!L~?U?+QKLS~{RRH}SpAcZ*9!??dr@H}mPLYhHeZGkfj>s~h}IcdhL!jbO8_GZTx+$^L5jC3|K z?6VK;ACmd>Wp!b&cha$H=$tc3l@{;-C0=R8$31W8d;+ z4+)o@kIEc=O-g9!6aN4-#%#A4XBxt;d_Vh}=lGewS#T8dn6GdfybhRlX3vnsqb{)3 zkX=Vacif`4%NUB-k-vCQ8?B!^b9fhV*)EP>N_D0tS5UiPb?rSP{Z7G3*Xp2i@<|#K z&+1SDs*iEpFG%$KY5b5(mlmhGz<_@yUvb#z10|t|1ITr#7a3ld4R(HJh3ee_)4v}7 z0H4U5^O4&alsuy8!m6-C-jCz?g4aix8X!$JN>cTG$gBtiF@WOXSCxN-2-@GcIs#}< z`aJ&tDjZ)X!0E?I*f9Y9&vJY65qe(Fu+-Ai>D($*HdUB%-jPOA+pMD|52%%VNr;4`DQX)>bA>yA)QRrC%9Cc2!g<6{y$lZHlsc50hv1p!D z*2K_yYdmFKsd3nE%znw$9*un}_^vG>l#cc{Jb%?3T@~iL;@PI&#)S2huEfVE@4DD@ zPq>)QUx+P|Uuskx?43+&aoK{SHG-OM41|B`kY?VM)JE4t>=~@&E92I(E-FY9Gnm|Z zli^2@{$p%TSLmgwzN>4;L*UCEIZc@XBNrx}g-QShX+1xOMVAW=MRnf6itKg1(WK(* zG|^Z-z;`9&_yy%CXQhB}KezK4ZR_+jyX&Y=8FiJYA&H8Y=u@N4xlS7V79o^_4B#?~ z=~$I@I|h12bvS&L1#$pOHK5bZIlL3bWD+&t4@@H?N@=Z|&O4E*lm>qm)` z%C&&eGPaLUtwgInkHM6D*D`M{wb?|1Bhvn9gzi=H)ZMHKpG4&Td zz`}M*7bUaP52_c$52@H61~dNvh+5u*l1#zXP0l(DWzQ3bZMQ1x<_?Jb5Q(tk@}0it zaz^?F8<&awRSlpCFdSO`meS6(3#T*a+PghT_AS%Vi{&`GD6zUa+^iJoNF(^3p~zE@ zorqmP79VjjS=hp+Ac!i1@?MHsEHvyNV;gQkM%w#D%F?lbSmVCtU!j6+mMO|Iua3-v zBRlH+%GT`2$(N?{umc=s(ZIOe2zFp=>!v9x|B zsMHM|4)rHHS_G!*itKAvqu7MlMVe&R#HHkz)caCrVCR*68K9HwpBGkaxIRVbaHYO| ziJIm#a=67?#J;-x&o?)#AZ0o*&M%&9YeKVXbLa7|aS}2D^-ls)#vwjWU`!r%3)JLl zd$@WzoKwAhNsi||K2)~SPY!1ftd6*3wM_D+LL)p((DEE(Qcqn<-=X@Q@tTs*-2j9$ zibMW}hqUjY2=qL~6D1HHVNONiB7lLRJi( zx@NF)2U?2=^~XE*hSyNsA!+?gCprYGkJKSkLK2mLBOG|0LN6;IE8JBYGn~X$24i+5 zr?MdAcL}j}AjheKi5IaMXgZFqgmVx?#sDL67E5sPX%^-mvHG15G~z_Y8dPuEba2$^ zsMc1K)OdHSf&HgY-=~bL;(&(-zdne9WsfTlfG1w$Og*MGu6I4{qImfpqXQ5%9H(D1 z2cmmIn-tauihv27YBG(f=*X2_wh$5}z9uVOQmGw?l9d@P6s`}sosLy(+k>g3Ur*m^ z5~(Qc#IlUDORwMXCXCdyYtb?VCum8~=#wD05KoaC`~$f?wY_Aml$zT^W7-boLDH}J zjw0CXM(FMkGMH!r6n>%jICQTZ9?q?E(){WJb|Wg63VbFO(_~pUD*&MRe)Xu#Mk`@| zU?c@gKZp`yG^0n_ZpNxX7v(*h`-mT|r*Zb({YouN-b8@~Z4a3?K5@mZ)|6kU!(M+N zexMhEqfP2H$6SPQdYAAUQhNtbirG0XDxp&&JwwEW_X1)`W+j}KC)}B_{{T-o=gY~- zu=$FTv$6+7{0JEd!;E&oucGRH^>1PAA44uxWLg06m)wUQ722B{M5zO3UCijmbhN1i z37kYyu}>7P{W$SIlOf2&HIlWafa`H@Hdd?RPvnSi8DnH4rJ4W@l49FKb7-V`{7LVB zlOVRjM~DCkpuddzfVFHr{h+UexXM|V$^H+(jHHRj`B=}W6n7!A?UNGw2f%~-nTkd?wkbO?BZ8A1;RyDT7>Xl`>Na4GL!u?# z0|ulfm95rwxllpkfC$#Iq8?AvdV6F-w+vGjvTJ%kly@!(QpGOah<&i?>D z-=QEQW=yrS`v^r?HWD@rZjSp=R0H(b{7VikvMIe=8QmP60>40VmI8T^*5+8adJ%yaIo*lg+KZI!TnQ}b_ffP zZ-KayK=%S=E3NLct+6MvV?}D%o}x}C z{{T+mLeR9{D>kOvwnc69J<0t_4u6)nj?Fhd(X0R{{11pLWE|hK zdbugY)$~W3fPN-7)tvPgIQnD4#n=t=0m9}EcFlyjBU;?1^#&D;uVrM9pLlv!B&KhD z5zf%n_+4+C08hU{70us|c0*h4HU9uXJUX6FD~$~FJL|Gn;K`4!ow0mA_pp!cJrDZL z2gqo{B-hbdVg94?DR4}5-r0_Z{s+v%&8yCj~65olX9mmAbiguxE)3H4PD}6s_(yXih0B-z2{2zdSU%7TJYHS~4A0StH zoQ?gqbY^mnHsRSy+C(eqhyN>1n5OP_VW-ceWZ3ryy2b?Qh4zxorYb;~QmW zY(joJjOGYVKFZvTyB~f*KkgtGTjjsBe>*UooE(bA*bN`Sfi-XB6oay1O&!?OdqeRD zhn2-fm)rS|ty;oK?6K}kkfNZJ4}rG+V`)E1)p8Gx`-EoiVPgra39?51e-M;Ips)9j z#`QJ4e;rmvGTOuy*GfIfhEA|M$>I!) zimEW!EP9czrn7UaWOP(rd%om+7cZT}+}Ku^D5Q^)3|AF#b?@tk%wjzc*? z?Y@}LGs{DhonzBiig|RZI-Z$-ACt{mP1YJHZ*lBM{w2N_rnsycm7E9t*mNRE`b9A2 zjwajNJhvYL+Y}E2x#+%!;hz?-uV5e%^DpqJ<66+PQiopt3oot3X2L&0y%IDO4~U#y zm!Fj98lny}Dx0k*>Mxp|08hlbvozL#6VMaOIW*0~%k$ILH~dW>0m^?!T$ zM;_RJH^<|1YE_k%(d^6bC^(-^z}t=kD6q3f#p73Fg3GPV{{RbywP8B}@z?P&9-hat>yQs^&qT)` zNmUO)L=uvEKyh*G%X1kGMWiU!h@Fef{l0tgwMWOZ58S@wxMk#2y(im$Y|Lfx7h@CA z1Wg-Viz=eaE0h-09^mRk8}Bpwp1ay_%er-x4;$N{zT2|L|)mQ zr#5LS%~UY4Wtg6CLfDaF%Y~?J7jE2d<+0B z3#dTmiTJ8TNC_Rw{8FquPNi;LMui?e!Uz8V5H;w7BDVHPw)zX@`0(mV37NMYsbXfo z6OyYbJRVo_*yu?h2=zllC#F!YQy|v*kzJAHrUZf~WG{;tGXohr8OPbF^v5>!T&nJR zo|eB$k;DY(wx@;C#;XIV_A}7^C(Vx)S82iJV)lhvV|_!#D)|s5F5E#~r>W~4tpg^H zsGWi)3zWrVu0pcOqqN(CetWP2Z@ z1icSt8lx$1WJ)7#PQ9lt_b2cSu#aGMof$eX1`leLF^0`T9?Kj@R-8!G5;Kyp68Z#z>Luj24Z-?Xz%mX$E1`Y_%4G42Jdu9T*V4HLl#$ z9t5j)jFoTw%I9w9Et-UWC54aVutskdh%7QUJMLp7Oe~K2kY6~V<_{2$sX9UB`<*Z- z(%XYo-al39X5P<{F)YRUU;R2z)(5hk%=LMfDF*RduT57A#);$sKOun$6PT?!PNoOT$`2_=JvH3r^ zl917IU6rfG)x^+0sv+}Obyz(o^ZSrt%-wN~ zU6mz+VuwC1JcfgQVB`7;o&%J!&jV3s9cZxJCcj4WjKQA_st(C43@;(Bvd74GbPmOUJ#0$n&(FiV$ujOw z!ACls>zgvkeFom|Rn?~~jZ)SC3*)Z8Qmc`_`rLtD8aV{$C_CTqCc=(uk;mgJ{=C(a z77p05LOg6A=irOn)H4Q{;-$WiLoKEjYhXgV4{$yHI*0+>CgC5$S;y}` z39e$I#UW3|`i{q{Y#VHtrFE1S$H2)?oOLhgFcHZZD`BOF1EXM zv#rRJEiGb}sL`6*3?|W;`YummajcJtq`M7!dbHb>*$S$p6^x~2)@$gi(Gf=E-X2Fv zHx$sz@L{p}{*f^N85Xzk4XYKcJp(2jeSrS}X`7IKRFPh_lR2v*UgL3WYx8lT`H^HL zH4+hg+wx{iUz=q(t%rJ+Jbk97h{eyc00-(L5TN-89>FPdRBAXZyn3?hW-3WLGQ*qY z?0X%^KN;4KO5xA-yhW@}NIH;b;PMt?Da8dV z(CmE59ygn+oCKi1ii6}wI{$GcCLAs#lTQFNHr#O0`FGc!gbFC*Vgg`f=?q<(3i{p6k zQEIJ@5|;lkIH%zY~fvpf1xv+n0`}|w#t;0CqV1oEFzxRzCIt3zC;|RQ*wNR zIR4#`ChyUHnX1at{ITvf7u)=p52yVVn)NPSwD?p9kQN^j($^z}P933QYE9Lk)Vvsiqxt{}J0mwwR9{3P`bCy5Gd z1EK`Z;c`OTuYa|JpB3NWOPnrd%rcBT0-uE+6Gx*b=*icIk-~BYtHXG2ruhCLx!Gv7 zlEfb&{LKfca;WAoiw_mF4!#WXerJ??abhv@a7vHFR-Z^O9I`ry2R)Rfo|Hdxd;b9T zkN*HNjR%#a??d7{ZDTVMS=j88@?+{=&a_0LN+|ZQ;#lIMgZSF|2lq5wW+(e)i0;F` z@hP~!ekY=Tb6<|33Ia42;&Ww@-HsyT;(tkDWA{+%0|Ea4FW|%J$^!cSsPg=< ziB+w0y;XzY!$tl8{C>lvKt(` zbXf0jyjm+|D{q$NzZrs;)EEtbJKR4Djv~;mg_nJGt;|8?y$dQs#X*zfZ^$1jSf`b4_2wPaL0fgtz#CTRGtT3Vbyqd;5+i$e5-Z7qc6 z=KlanR=Ud<9S~1ai!rIiVVRPs3w96B_<&u>Gi5W{#qKAvy^{@IKR=zT!}@1bI{U2u z0LT$P$qKE#^ikw`k0~uLiZrL&Vgh*%SChL&*6-j=#a@ABs5V2e{w2Q&>3nP)kp2q# z_bn5PT^)-o5~UHoiR10Z#q-J}k~U1%ahaj=iuK?+9mVM{TyhoSRLadBoE{t z$ewk}W|nfh_MVCAo4&RX4tB$^XO?mx{X^f(Ut#g$oVEvLti<;bRhYz4+&c|aumnfw z^dHq|Wf<(lY)gy`Zo&BmI;z!FbRl?M-T)$NIp;RbKMPXRidw}CJ~t-F$*d_+p|cnp zSbhpUhq#&in`{=H?_1P^m9v`5+-!!f&wY)@@_|@=MFZQtO6pm~K%apXvVYnrd)#L& z2-d+_yqJOQ9;2hPAa)8j1iv@L5DbI49>0x=MO!Dy3JKn&UQdAdkmPa%@3~)YTQTg) zLJYP}FQA_^R@o4$Z9ruiw6T*??JkkYENInZWGDbj?l1yF5I68(ZzUv4 zT6rI>SXVvD{ES9cJxG#}A1Q)R5(i+-CCO6^T5R3=XO>)=f>=QeH5Z%X11mW8*G6D? z9OlNz3P}TV)%dHc_MMrZCHF@&*BE*)tS?f%}r983K)%MQbqbiB-&PkKA2I+F?+}V;IIcgkwxP6UfB! zF(T>_jwUB@bvTKPCiN40i>R8I!fJNnn9?RNyAz{lOcLJ*1+oYMk$)ac1R(L+Vur6L z*w^DzhALTEYF)!9$jz9&ti-~NBZ^R7>lYx#OD*nbBaI^RJ50N!sz z@JdpeFTFyRSD#isyvnCq{DJK=cdKS{NR=mx5)`TY{O((vn{Uj@%*X{;FH7z7{{Uzw z1(RJqrm3&cOI)cWZ$$JA&!X7Vir-|Jd2femCNuppSs(pArH(E3zIn6imSU>GhL3;5 zA1enND>sp*$7ISvO=s9K2e_P04VD1wVG5vZ2GQ5*3P4g#SXU(3_E~mDAyNne#RL~R z_UrL7{EKAXK($Jrp0s7%q4DqX#AosI@fK*Q+%GRWyQ(RlN{0h$lUj|h=!h+*7&RTy zjeK9Duc$|n8}a;qG8Rxy_qlgpC0&1QR8-6k%ew5J-*N+D@;OD`lv@w}g$fVyJ)@Ud zAGB2XkrXVoIDuPCHs6UTyB8f#m3~dHX3>~#Wk6m0OCA#=6CU@oAQD2K57R(%au(-5 zO#%b zih=kMnHZwt8BU9JsgthF&8;wedXwsDbY_meC{s#boAxh{kVEc&5Kc5>@qcxwExZo5 z>?HT!W_{uE8N3g$j+KGC=%>A`%CN0tNWYI@AVQjv$#1xW+4!3rrQ>k;{WGgtM`)-2 z048PtT&s#yg`AKTRBXZ+z33Mt&@1V|KY%m@q`Vhms0rNLSLs5CZRA~OUxfKG44UyV zSS~Fgh&>h?n51$jnL4<Dy`IP;a1hQb!Gd;QH%t1hnt7K}w@^4W3+zv@O!w@06vZN3pQIimY>Mmx9PD_*{u z4JzwOzpy11cP!1cL%+_Uur=0rsc^Kp)Pg zZr|!nVVw%8`8`H8%(NmY><=x)Z_!VUv}m}@vbpP7=?eipBmNk+Vxg@I5<72cWo=$GQg&GNxmjhicTY&>GPM?s<2wIOeM)6h$9)fF191 z-F-!ui-}!b3{BUyo56;WQz{S_d=mnTgQqO3r zHlLyB*&qO{BN=UN{X@8`Z;$?=B6|t;Ggwk5H`czO~TLxpO;NJ90)~z*X z$bM$)(wvZBYF0qtfJVmu0D?W^EfAk}i~KGWSzfYKzQ6T$3|931ACXn16rY6}ha9Vr z4Uh-t%5|BwQA=c9Yci77Sj(;>eXHEu3g6GIM0UjqIQo7WW@8 ziVN&$YG}Cr0T*9Ugwo*pYL`s{KTJd`kXI8e$F@T0lo9)y?hM^?D!JafGUo%+b)W*m zKg74IjK;-M>JIfAWfDbxMWs4F+9orfuDqLBsyc9eriY!#3tK2XOx2V-{mOR)J0~)~ zkI8IOG;~4iOKW))wGRFD@hLeRYX{zgxlv|Y(%*0~oT!Yt5A_qPQ>8P{xeET{G`yZ^ zwvpb5nOwVAvF=JYW&B4@!Irb-(1l}Ge1s8QyuIO=ws^2D+^sXZa{LYfi3=<+XnMZ= zcfO#tSgyKDo2wYdKPQne@ZCEKz$va<`2YA;6z znu#FL;58}BOrqFgk+@%RP-q1%Y#r-Q7YExN2P(c%An|kC> z9P4`SX0!Z8$ePUydMi+bd1-@`s?$G{k>X@4npBS9*CK0v=%+FQI zGW^cJlP&WJlq8rwMSo7;CHOOS=)OROP)xy#zN_~%97CLKXy_Rn@KT8Fy4mZds`K%Q z>&sII>P{cTx7+!b-k;@0)DmUiCy!okF?0a7yZz56c;qsE&jID|jVyZVP}ogvJv-E# zSq1*tf#h)tGXf{6gDR4ybVux0t(!7WsjrwY1zSc)OzH%X_I-mQW3xDzlK~Gw3a?s% zr&3Vbm=9#kdXTa1b3VjiJ;G$DexyvYWgCjip#VXMoCJ`r%uf?AY>dv1VGxK+CV?}E ziUd;tY>bHAN1o$h2;EMKMCpQGVGzZgi4`L4h(6LMy|b?@4?1K+;pMw;z8Hl-oFLlOJd<;E6cU}lvB z_!Ijb8Cz~i#ml)@?b+Dx;Qa0|kx!HU%Upaa+X>lKUgjDAkNW=rnQu)vOTnM3QZ`E{ zUl&ooz%q}E<<@|L&%FZ%JNcIUpD~S{P*5SYmvN4tQ(NRzYf1V zf)%y^UHAV0ND1(aw0dVf$7At6p2fPrwmR0V>`2PS9yf(JRE>zfG{$G8|b;TEB2W+eyc0CI0 zVpyNXfa+oXM-}!c4S2{3+F5^NxFPZ_raemx{8q(n-WAFAD8ZNc23In@nIW0|N&DWoG52c@D$H4`oNcf4O_f`6nu%h~*E$tdUWxQ{+nP zuDc{hQnC3e&_^Scb*xS7&gZb8??P0y_0?~c-;ZU9mz`m-B~@sAf$m`#{5D2l^T-1p zoo~td>-8GJ73~$-T#aQ<(i;B&%&q?bhvjFvWJdA)o~Dw_emfq}xX9L(J+u7(00Kjq zc16eOsTERB_N>FkYCRSB{+eb%RbTTAStuf%O7b`%3qg$ zs#j<7_+M#7^ zsQ&;-eUW+)t9?n6m7vPRZ+<@-_!Bo;n=JO0_Eq#KMDX!;8zlRgrATbpu_tY9jkh-E z9wdd?+0;yXJX^^7{$oW)+?@}}j#8=E8~vD?B}%Cvr@qU*{Fq2?e;Wt~pa7Aztiwe0 z_#FtW6j;HIy|nUhwC zf^kFXO^^@CmY9_WwR-D%_JHG|X6k5oj6&|4=xj;kl^wX^XfSJ2S|^Y3HGEeVuTWbz zwjF%vN}LRLYg0pD^)%U8X~yGi$n)xX(`~v(PD#TQ9I|v%a~_&+2Wp)Lf#{t~CnLmP zk7JSxeom&NlIL&9VgnRS{(CZ-%)R@P-<_G!iW5t0`Hv^d#W{b|3Nvkodu)VYKZzN_ zv~&=Y^E5VQs`N(04b`T}}qrg-cu?m4VR4%+zmo<)wV{b-r0 z^mjXd3!D+o@vJ&!J?r)$x?*sP)$H{S4~Z1M*+^ZFx93y6N9lZ9GAqsFSu4m-aykd} zXCF{wln;*Kiw?CNTU*Gm+p%BK>N=8r6IneXD@%$I2A;`8sH#O*8PB;pLNund&phHYjRb5T9rg#u>`liJ%C$Cw^>(C6j!S}CE%U8F z8}<>{82Q)!i8C*@CMR#I>5&bTdeowrpPDN?3sRzer*vTyCDp0y6N;5({GBjA2z=bWZ z+|yxwH4CqE?>zFKP%l9t^mA8q5Xz~d(8VR$>6Bz5fTlYwm%xquOn(oPk(FTbEuq<$ zId_#Ep0zV$wZ$3FQIH85_b@&%{{Xa5k0la*OOUDTDC!tT@y$y&+I6u6PHDGbx%C2@ z9@7=hm95W0dOmhDii;wK8u*@X>WbW2=fK66W?1>7FPW4)NcNQ1S>)1e&o3jf1q-LrYvM)hWtx=&;n#3R2USF#~A|E zgv@=VmM&;!Q6V1z>zQU?C1^3{7hoC1Fv~0EmKLiWTfqy z96W}lgDXvc56kUBx#-U{T)x2EHw%zzoOjfm@F}4>Jqw(~uPTD|_p!O=yyqBIn1Ss! zJZ~}?0x{S>1}7~3->%M^!(M;3V&ULjUJK*|s`skr2L-MQ*gKVTQlWMK&Dt(kFK>N`ZC;wV7fDiFriVLXeJvqf~Y1qDTFOLlGjh_V_6MobtEP;2-b_s``NsX0J z$fx>&vmgC3NsSCHkJrOZE_f^NxxLjcl7pJg*L!Xjnuh5>WOmZmY{@TIm z)q4I2_?~}}@=07#qd4?s{{YmVNZH2N**Mjoq&7&`$K)A+$37&t1F#^4T3*Y=Z{zL89tQdu2ewSww5T~I|LtfG5lX6lH)GHD_SWm zHq1O))GFF<*2@(DZ}2{0bx~btU+VoePiH$Lf5fE}Wpdo2W7BJ0WsR>blcDl=H}*lk zayyJW$T?RAYPLf8b+abFGW_d&KJ%gC2pc;10vpP4{{Yh}VklwZ_W2cpT}3z;psl3j zAAL58{{SLjTxGCawhLHBdk};DzC*9)@?~R+)xq02_XktNMm#vaqx-Oxphd$L)>`tFuHiuWb?E>z7;e;faYbgSXT`VC^w#ItZY<46cw`Y2V;IjoP2a_Lfz?)+$iYCVjjy6y7 zer3|#ai_r;R)l*KvVZ(aR$rsrl3b5?+G*r7e2y&{7b=aDS{Bg#>KhhOX2&0C9){WWwHv<)|yAcOlJ@-dT>aRu#QJ%Wyai`g0D zWtT5wU3m&V(a`=SZe;~s5q-k!{{S#Y$-b)(-oQ)FJRU}qV<--zMZYmE^h%|T4B@D; zYquefid0APN%#`Ua#s5a5)=`=%CpFdKBh5WkVz6B>OP$g;C;?~NAdGFA7G0&&?JNGej`R-p#GR% zJ#{ZtXcO;ad;b7|A;_=AkJ9^y`S&sWR~MJc&^V5i-o?UloEMHdSayKS$(sb_mXnV-()ZqB){%)P>% zhv#2_B_395`4+88F8XHdkv5T|eza|y)OV1?nyW@VX+ZDuD>*)LhR1&(j@s<&-ek`q zSg-EeS^01Mr7mVoxeh?zjKv{|%eE&YdAk1qs5(-_fgyASpM7lWagGQBW7{{U@z z`QP}3Bhkc?jUbL5l>VfBL9nN1Qo{C2Z8os^>30CexB6g>t(FI`*S6%PncOb4NZI`f zDaE#P=Eo_{*F=N|1&I9t@FYt>W+j*?{F%nqRMLUpu#kmk_a-GWN-Z49zfdX?-N>Bz zJ8$1+NJvBW_J2PSqO#0K?jDChTxMfpWGj2F`x9+vGlORv_(zAA_DGrUGV{C{R|IGk`$Z+#iXmPdXVmwZM#)~3P%@f$NO>Kxa|&2h37NdOt? zJWn3KLH?$~YrRZ&tMITf73?m6_T9FpG$m3z{{ZE@Y2}J>dPZKHR>=oIu>Sy{ALc`m zh-*G0z#qrCfn<7xX{4nGeqDXPiCo;x%zT0pOzu|E^Q#6{S=o=RmU008B_>_J?huA6 zW#rmCO1E>92FG7J2tf+7q7dP^vMeer%E(m!H+}Ukc@+!=YIc?VqxODGp9Z?P{1?BY zV-FPHs+O@iktS;j!}g zI*NeI!({#p((#_3@w66D)vsPU_Kg)_j9j}s#_LW4B9tPP2mDK3FV!?u%7p1e^_=fW z;b&l!wz|&8!p{};kECtkvYgZlP)Q+�@y@7RTd4_UPH${-D#3j1^mFU1;|*oR_ZO zA>EjgN&L(u)wg|6CH8X zmr`NaYtdn@&ru|_dAahcsG{#4!}RM=rn)We=&c+RAMpj>Nvnzv-sP_Z`f?E{5vc>4HwoS$&Z3mltQA zX4?M%Q0a*74_$X&-~z{UP`;nK*96pi`P9+yevAP|n zO9s&seSzskR31q*oL?VSA}-VoOBTwle$9=R_7wW9Ec4O`gX44T#rg@(!v1Z z9z7nOIb3!=v)G5=ua%+zpowqAuUjMdi!OxB=@tQi>JBYrv=Q)Q?F0zV52ynVefK1B zB)ehmg4)H4{{S?Gr15hn!Ud}<@2=#QC)>Y~6sL}qn~M#^%@tG$KX8@Yha?%bzQL6_ zc?_hD%G+&bKJw9Amd=>s;VUd{$?{{|YO!rWDg}s^c$nT=CNhFAEVPBGNjnA|TRMTG zA6-FDw06Gl5!fa-6o^YThw=L>%zyst;e^62N7`Ptd7`76lT>%@I z%Ju4GJ5;Rm{zDysGJ__j1nf=6AxJDvr4D8~o%I1|NmUt!tb-#fEv}Il_n#wwUP zAtqY!^m#BOL8_}{buTcg@IlnlbZJXPjwNHmQVi;VQzoX*03u{Cu}+LciCr1{SgS`R zBxLR< zi4cuqYIJZDrZtB1)c*ia%U-%56XZW)J-HBZ+sF}TkBDK^H=3m~-B^}4D){}r(>;AQ z*2NqVH}*>!Qi@C`6DiWLo@6h+wm^msNxXuRd_G3~;1pnF+@4j9h~vg)0sjEfd5Sd~ zE-L0w4IFx#@%D{~RT-Gp-iQZ>%eTOppXl;bh5Akp@L^ayc5X`%N{+q59ZlC_JaPRt zw9uS}O<0%?Y_ZRXC_2~A@gwz5EmseYcy1||$d4QD1GYaP7_7~}amODP)jXY}c^23I z0P@#eC_kA^m4{wtAuj5ckGK=EcP75h**z@@z$4`3B|Ga~pYt~OIJnrkCam=P_tR_b z69MUb<;CPz>g!6~nXu$}2j#PE%A{H2uMiVJXhukmUP;n4d@re+g69&t3pO@Jm6Ncl zNziGb{{T>NYhFF`^Qv1aRo9b^_wk`Tr;yDlh^179C!@aq0GX%tN2(t?{W#*W9sKUL z!BaN-(w}2Eb721fu}OO`iz8Uteu@ly>{rG5kHcZyc0mtN_WemQJx#>Y!kn%H9V=tv zTOFAjf5)*h_krSk)FTu|6^B5}veO0Xg%tA@E7ld(z*r7}?sY6`iN__+jhlRqJJQ+6 zuFuJ1SVo0KgQ)$Up!`>*?Bj2;{{T+&IN3Q4r$7*;SMj6X<@OH@nLe2QvCsxPA&VW2 z4zxcLH|ne$did;2&Nwn!%eN{>8~se6{V`ru{vdp--+<2CVEeNzY#TgJTR)H#;&ce{GbhQ z_DtORa^4?_;_Jo1f3OhD!(^S0eSDeRm#VldTA%v$uOifM_UQ2-DIY9;Pv~_rwsOxU zzv%M}juYsBMGW3YX6IkG_))(90F%_IUt|1=T^8IbVPcVPWoeOd>@A(5{{WAZFLJre zm95^pzLiJXsT1HNPL{RtP5b}{xrbqL;;9%8SJ6DRVa-&1S3p?QtP809iJGUEvl51( z0S&&v_Xc{lUoVin9)0NVNy;UinNOa-ooIg>o-t)b?{*s?l0ll6V`2N+kzs>a%3@jd za~`+yWX#@LLNr(Hf>f^c?8(nsz$4tT{10+WT&zU0(uj6-(GV$6BIu{H zA)3!4_czDje-cV+$;@vG(VUrk#$xffqt7iHCf#(P=|}9CMqel6SWGGsrPqEVv;3Ir zdnn|+74`aJwH{e_pl~}-eW8_coIW)}>Yp?El@Fekl5e!T6aA=n{{T}Venki+P!0Z0 z=FzTfKRXAG$OKTH22gSsO-iEZ=s8k?0q77+$m;RjmYEpGEE$v? zs)7FicvV&Si)?=S3JLtfxK&#!xVD?^I^VH?vX-a@I`UUx{DU3zbY9vZy+7PPfuJL* zp{!xQXgBpN$cI3dgj0}gxyHZ%9SO|gB&_9@DaJNMdWB*Xdl?fC_YZ%FQ?AsR2v9tC z@*qq|vV39~gkcZ1keKDQ&=5MQAnX|yUUjOkNBpDQ{-9Ch^diRcO(>Oa3uHg?VVH^J zRBPP9D%&|fC%J8bSuUTQOU=?fm?KTX(b@tJbI>@9Fxcl^ZFFW!g~#%AAbuyLaM<2B z?XWvtjsE}>%*idDjx|cbeM{;T;W(g)vvVj5`<^k&X5YwUJ-IeBl6qbACd1d5*A848 zyuO$kAAvIOk6wuc00gcSlD}und7fP7mBw8nkf0wC^>liY zR!ICw>L%-z0R(Tp;Hd3m=%)Vw9ZTLX5L1r%OgmA~{GWjq&U}qU5OYC1tEmYoSn>W_ zUTZor|*m{iE&T){r(jAE~3{d8`^L(vZx3hs4Bk-lQ(>6||$+iKRffPof@0 zf)W&}kH@@j1)(%Y`I)S)MXj_2JK2`lb|0n*IwVNW$>hN($LwkFg%{Wv7_EwXQ}g^w zYCMc z<*}~2j--o15Af7~M@kQ60DhzXtu&|$<1zVOrF?_oN$N|3W=>0X81Ll6Wt3~O{{T0Z zL{facz9nuaCimnOQ`B2{d+t!oIxvhLC2?wJash*8lSgFav16iTO}Q&|r5t$!2+g%? z^3j!;ieB=6CP_PcIj11oII>gDpbzU(HgBU@^BN#cKOImi0nr-vm0qdDM6J9>xG|*- zS{@Uw%s(&7g)FK-)W-68Ur~!O?C<73)NIt=`eH=OTa?~J5@IMbrWmoyV&rL9DHsa`y5lY%f{240%RP__f#2tLd+R?BMqO+sJS2oJ5{BI&i z60xy}Z)vRloZ6#9eMUbTI@pziXQeq&L5oQwbuTe#J|a52Agllq(-R4fz2#M$^O9iS zLrdI_y7gz5{+Vl$idA|t5snsu=c0G0C($I(Er;r^zGZdl%Fwp6>09q5%L!#c)=nh< z0I*6Qux6J7AT=H&_OmFb#ifoF!FDB=R3Gfne^KI~Z(>1qZ%4h#+j0hve-g7RFUNhv zFR3ESFDY0OPjZ_pAs{(9r2NX;atS{1hJ+Yp_o;&y1i=l3kGztha)zrylh)?*3pH{vK;L3{ z7t|{Iny*iCOuh=u?K!-RcC8HY*3qrJ?3qo-(XdRmW)7j(*p0|8P~%b-Y1ve=_)cdda5Wt|@2Hr?FoZS26UeVE0g5S72bc>e&e)UNX&#TFTZ zz%}h8L7vGOv#)s*KHv`$VCE51Y(O_AqR!?sLE!92>;fQuqf2gT5{5GFG>u0S5Sff7 zr%nQNAuUfQSJNj&+~^ITX$Z>4U=66GlfUQrGN!zH@?UkMHvP0EonD;Hdi>Zb55qQ$ zz~dP9%YHwS;_A76rZNx*WD^fwUyNkXM^n9xHio8TdUKHMs(AtUGB@F~s#a?UkBHd> z_o<1?93=k$$kf@&V7mlD+9Z3ovHf)k;)OUknH+-Fexcv=>gW5L<+b>kPCo*lq5Vch zui%Uc3-Ui7%+X_gY@F(zz)>7{s{APU0wdV2DjhPXiZ*4n_FP$*63$8YJNb)_?N!gQ zvERRNjO#1op6nz5v9oS}@F0AiO;liztPS=KfcO(u#ZtbPWd)7llK{$mtrc1WD1nE03#<66k&iB?u1uYZVsU#RV+zLzOdWz_ow zpRv?_i1?Y_IQerp^*ID3fDeJFKdExs>(w@-Ry=gQ=={m>iwgBd=O60XigJA~my1|` zwAGM2SxFwj{kJl__ZQFP0be6kmAB2dxGDY&>pfLY7pE~ex+z0q0@his_Dr9I^0C^`92{4bcbVMhlJUI&yOBwK7vX7Pi~hN|mv-@Bu#Xtc%&D zCpWfZG5EZWMUFwI!hm<7y%YEba`E|j*+DU?E#iDYQLiKTo{7v}Ze*t~8SyddQV|09 zoqPa4_cDhgF)$ppPe~wlzTtmc`Hr23n_huWr>ell`nfAsLy@;1SwU0y19KmpkQ*!i z0F?y@Is_7R4(9m_`5Qu|NS;I4H~#=w?mvaSm&hX!58T@5Og=UL0I31tR^w%u{!hs# zb8)~Qq2Yaxj2#b^by;?TpV<7vcwbF%*tA!h&E-={4{F(gKjeGvS9+_|Sd6C+hQ_HY z-;dP_JlKEJVqqsWCrAs{UZTt9Z5Zsp*1dg>SU@=MPG{bT%RyCdW^w?H#L30P+gMBF zsTxoL0RHB$kLNQpm*^GqMja^tf1lRBGdpJ7BT)n5f79E!OU+jD6jI~F=ST(A3VdV^hODIhNz5UF=mDrg(J_S61iJyJ8 zkEXBUn%0-8d%$pa{{TgimT~O1(0nSbRGpLVe~2d`fs@Cdshx#oD951cKrp99n z?jQ6tGdn5m;vb7=R32yv-+St2^T{iJNj*>tt{@Jzlq(mT9(D8~N)M`NzqUvV}0TDk|=N{n^cnob6y%o|@K zPc*3=_?FF|0a*+*K4+tG>*G-C<64-`27nbwo6aVmtfg1jFa778Cv5aOj*LgIxsEYe zv4LmE00I#~(4J#uR^4IoAyA#_YW-!v<>K=<-Qe$Ao%w6#RAXW@9cYbv@2Pw)DksNz z*{AY1HAQ_`Rj=J)EMwNJWpC_QSmTVG_hp3-j7U|Xc2B&tK1RhfJBaeI7fP>Hboa^QgG-hzm*7ZBV@%&Fj!AoRP~ma0cwBULYF&DCAt}~sJ4$);Dol&+>T!>Aog2d9l={7 z%NI^bl39;se+NQDs~XT8BaK=_*sHq+{{S;esNYBr)Xva+Y#+?kam`(-1D$p6IkL0G z^5pvishXzI9!tMzqv9+cA*yqu@A`v|Kgf01J%b3r#A7E(zQoT(YFQ06sH z;-|8Gp`M$!>(m?P=4Ltj9^8_5?F#hPdB?D$k`{BOd2-A5zelIw*cEn9u-v8fHeh<+ z=cp~b%}ZDzwKAOdG#ay_Hz=}tI-&RI$a<#0%;V>CAz;}u+n381SaeD5RgtspDw*4j zIIWQQ#ZlalqY>>LRZPwVEtS0nVy}%~%ySY9a_LT@mD!PO=5KaQhzMZ9T&XOZl=$0L zACH-Dh`~rFwKF4=GPW|!s_s^`q(5ioXmat?&>0W+O#Rd_W7o{uy`6p{(RasO3Lqz` zW?2gLGu(2xK0BAV^_>mNMoNau7i5Twl5|sp1QB@sF97{Y1ifSGp>I}!lq|pmBwAPt5^ak}S zGqAiI^*fBpC{z-4xpS5l>I06*5&9;-e2X*;!>#CtD0#6W z0?X7V>I1M$Y10BBEe7HS)sqS1-Kn&9C9b`QmRIB0nX6RFshch{BkNQK;iOFG0dWig znsN64X9VNL=$wk|y8MCM%kq?wvL??WvdVNN2P2QLdX&eOw9OM2kVqy7&D^xlpsN{G zU@A=OPR^7eF#(+r!VyW0-0k-}eavHrymFrt8X_5u*izZlaCj(ap|voyPS4!n@)Aj$ z48Wj(!gPbk&YF!z*XnWDWjw%k2YU^nC8L?a)`dvD@7`fr%OBjrF)<$U0-bJRF9ol& zJpp;XHB@#Ny)zGU{75-2LyyX>Yr>)Y&)U0fll;tWym6@uHG~x)6&~{Q7MeJWF`7Ku z_R`WE^}Tl5fx0K~!EVNSf$PS_s}7(AivD*I><_|;rQxny@p${LD$ZN!g>7gFiqFM% z!Wn~QEGKM#FrE(~l+;1rgMVrEfgsK{w0Ev3YCS`i>9JjnsdR|nWbB`LX~8vBwbtDJ0T7YWO#TXlF@zBxGdpC1c{mxu6u^$uk(zd!`^Qr58nDmDo=~~w&x|Yn+G+2T5pVUuB0mAT= zU(8&Kl1GR_daQf_1Z=)bmC7d?gf`eorEGJg1OEW#F!=ld^8!|6=~4`3URB&#U)DzW z8}Y4o+dt_3K4mwnc}!1D;TrJhsQC>WdNvdJj^(c9crGl~4mk2VwT1d-Z^`-J{e;Bv zKA+`%SIfIwThm$*<#mLz)(^MxVbD8#QCYxo+5V*G(a~LrK1|Mc;y)AI_-{$^oP9r1 z`q7(RwVmw2IE-E|(mZ*_#ziM%>Rn;k-{haq>R9GxV$+HBbJdg|xK`T-^iSl)QT9Ak zVuOC3J~c$sj1r(aPyjmlI{Z%-{{U7!M7*wbSa^NoWA?}Y08@YNC7-MPbyiV0+eD8y%9(&{{Wrp8JEc%syuBhl&K1f*(dN9@?dvi@;}mBl#4|;tKW~* z+mZPqZZt;On&r6s{x>1%{;G_HQ`6Mj2mb)U{Xo8tA#yUWTj~^$xYbO4p=M!uCwav|V;n-N#*w$ky$*(U5WoDNyQkt)O);F68QLS4LC!FH8o=GdF8J zs8zNBZh`zldR{(GS^~J0I|oPD>Jf)yTGb_v#aVzL$gZ!T8{bj8z?y$ib8Eox zk8m4r9)SG(P9@pXmn3mP%0-_%+;55gu+{+H=ac%6mEr5kb4%0q`;=j``k7v1mgG5{ zhO;K;Af1F#KoY3npDxy37&m9l`CfKB`f(=Ya*ln+=#@T4KrYAw@h$j2Oyu3-*Xb1h z0P2<=ll1G}%Iu&|LdWB)#n7;Wp|h#c$48#&>1h#goHji)Eg%pF+)le=@wiP~SWMS% z5vD%S$}Fmz04HRhxP$XAt6E;5$U$v(K4laWK~PVlDQ^?3kF`DJ*BQrOS~t^nP)5Hb ze#Ej=ugmTLej&VGZ7Xr9v{ZXXNg|Mny_wX?UOOcHZJ|@3#QTrQneX)n)U{;skBv$5 zw!jnx_Seamzv?z1Y#T1ce*&L&*G73obTe35-Mxq1jO6k&I6fz(;rN{2JJCQf1F;q% z-^qsK@WhbH4}ttk;e@3F5&_&N9J;G6mhmx zl0PPTt}-7Ip$jk0yE3EIJbH{DB&)OUzKN8FlJ1#5BMSK2JgZt^{LKykJ^+bZULB8V z0Z&rVs(fZ$e2LRJC(-jc;U^0;JT6dH3uq36_6*QmDokazpjl7OyAv6SU|?BJnSI2y z!q0U+EPRo=DrSrHc@mEqS*_qJ7csCMc$vK8fHeYr^*qbd`9DMIecm1WZ*xaas0B5V zv)9b(#?nWr3Z&8Kc&$>YFRr8+S@o)&5GSA8>cv$$a1X@J^B%9sxeavdXXRs^D%r8; zJyS+26&3>18OZvs%ZUg`2jEQQSb4ejdB2%0`Ik6epRfS#3|D@EDaHs74?8O-EWX=7 zbu5=6;KVx<`P{U^;?o-)>>)uWQ|0}(zP+b3-80Mb^2yZ@TdSP!vmmqz0VCW=D`2Fw z13M^qkYujTIK|1(9%n0MdjOf6jy zpnLZN1j!W2w01W^B(DA8IQ3{2fdjS@#eUkth?3C^jnN&4t;sQumqrg`Xpnu3em_TX zJriq1g498VRkYV#M&dHEfY8&9Re{$>u@>m$ZOU9uXC*@XNSd(T;!Maw$U*WS$HZP% z&vV7`xWdV?G5+-{`Ip$VcfHDNNAYQCkC1((;Bk2lnQulSkUh1iw__r&WI-1%#d2LU7k=hjM>VobsI4e0f9Cd;_?b&aMz`}OZ&K-S)E>l;PzL&q zMLtXDt;fatz|^{?u!;xZM8v1c-Swdiw!ae+Z_t+CVk>p2Tar9l7Vn}p0?R&KiI52~ ztk=xF#mU`eN$O>&vqwbB3U46?alrOX%CdsmB4u+f?8{z8{gb08atUH)WwAtr+IPLl zYqMlQwcIAE_o<7tgQ#gK0h>@{`(ZfBS%H~}NU*_EQ3hY(qK(LT57Z$Ya#>ZbK8Z)Xj1jTLghG zi!Y{h!fT@*%2l-yftERV{v`DPWh1H9os=Vq97I4P0OJxV5ePFF=$+1;F@**$<71Re zVNU-56QlJyYA|wYwGKkA{eTkd3zNg9joO9mBU&8^pKN@FRr1pB*clq*SZoT!?44*# zN>Nf>nsb)9*%hT#R*E}k{11{~yycC_c)l*pG!GO{oql7jt#I*19Y}t)qsr2K)O-mi zrd?AZlEL}-iT#qKwu-uW2N)J&*nF!apnebLPr|CTcCjFM=)wI%K*Z)QtwxcLlK%h( z1zqh{)lPx;j53cUYuRJWxLTEStqE=9Fkg}S zGuZg`t1Awr`&~}AJOOf_n9dmtMz_*~peLYuZ!0g4x~E2Vp?hWQjZZT-jX8bO*zodG zbs~fPWAu;EAJ^hn((ig76UnfY8&8oSPps`qdHyEkAzTr!6WR9ppF4W1fqzW%RtqZf z#;}uFKEQq@{7lxqId%!YDWp*s73`Ms0QCjQ%6o}kf_w;BZsIvCAck(*ixu>QR4A zGBU+=@5Fnbz=Y+1NUo*QD9}+Btd>ZrrC>R^HsxL9=V#atfgxa5q1!{oDPNC&m_A0T z_|cdumXSXTU;h9)k7)~95X@Vlt}=0{Ev&Cy_PwKSZ5=A$WEQ>|BfowRXa$@~oZrvF-=)8Dwc~56ai!H>K$0Jx$0Q&Omw4 zLEErCDgOZ6-y8i+w<*u#aVw9+aSp7t>*_lH&pG-0Joz}nqiX&cx70NY>4{Gae8BGdLddNfz^JeGCCFqQtAwkDPG@Ei8> z*ZqXZ`j?u>#;Vmh3<>Beu_O2fLz&HIVAfj~EP&nUj)(9yEBMYAKh#+bo5+StWF0dv zh;#adzev%KCvT#U3ljcP-#6Nz?C<2wZWbLhQk15d*laIjW8{@E1?0yeL{9H4pW#1#dOQDpGV*?ghkRnpiyq_=B@qJ0Iim zHuPADh#klat;wj^e2j6)2O0Euo8@`OHEY`swvm^5CrPRr29Tg$iapZtZu|T10nr!-xB9W%| zD=8?YLTP?I%z9Kq0tbI5+z3Fc+oSXMd<47WhStLo z`(_;o>L#T0z@GxD{GCxj`ITI?OX3@T-OUZ1jirUgyWc}{lb0Y=cFDhh47@JSKhMVn zfuvGY-Y?{*xK(yG!3I{l_&0E@TbJa{jiclz4Hivhfy372Ngc?tb25&VOAX0swzlhH zPg_&<0BspXCM-OOVpNd4PZOEQeZ;U6Z^8OGNDXRi&h*{XS5g$z+TrJ-fwDC^adoq+ z7FkUzAjkCWG$s7dN8W8 z^{(b|tt9qg80=V$8POF-ot9jkqe_{3JCbAC8q&o70BGE=#87p!Ef$naV!-y@!rdZY z;zfS)Lw<*}rN0UH?JjuxMR`CS5Pl5NHyvH+=U4`VSDl669s z6WG)~{wKtqwJWT_`c7I=Iw_`toQGm$O!|Yp#WuSzdv7D>xWa!yc33n-5y&PE*#~>v zVYkcLGGnN+a~i|*BNl3KV$BVeiVeph0Fqw7q0|rR_C)Wi-i(#lSslkmxGRvvh-;4^ zNPt+LEMr)=WF&Z*HE*G#8rsxq??y6X5awvgt4C&ASy^H1V2zAPJwnT4k}HCpj-hlZ z>!~v0kU`WYx_OU^Ste={O1^7(}0WEz-vH1Vk*G;Xa`xi%#(b}otPKaJ!;0a(i$LfXA(&pt`P znl6l2A%qU}CU+|z#g4@E47_34)S%>W!Px>|7E`7Zv}Boe8{%b#MFmOf49PnbtZN|g zh*lBdJL#Bg77OBH5&DF+dW`UxHbbw}dWi269*YUAK(nNwXF>}vvN;?paTQjOEK#D~ z+mUh0SU=TdANFfI*Z!mM1O~1>Exc5Pi6>tE#!boEfm05X{@o<)hy2a*Oh@=alIz%* znMTf1%Ny=%2?Kw*bAwj75IwpRF^J7hQZe^axw7LI>l&>C-MmlnFtYlTp1Y*4B~`uY z>y%jNA4TS){Xt|FV^pLT19K-)ew9RL(D*J`i`KHddJ$7Ye)3VwEk#NN*cz4iyk1^l z`Oud5o{q}A1LOwBmvCraFkj@(<2_9HELl}p_Cfp@RzIt5y8YS*hr*AO`7#^57kxK< zHnj=y^6F3NzfDn=y1YM@_4b`=2GT&|id!{4n`51rc?`f)4;_4oC*1r2F}}Cua`_%j zueDuqcjHj_0$*}`f?ZL-ry=H7m4AnU9vbu8$Y>k#ql1KQW>puunvoS7?}KM#o-0+ zKH^7TubGPE!wcU;sM(c-B>judQk7Zhb$UvSx(o4Kg=CZSDC_?KPI(JC7PCLau@`4( z+a_9i2N=`oYj1Mol3UC5>>*hEzI|LyUR_MVY9#ybuZdO7AUPHtV(hGi!snq`S{fIpG)(<{84B0nfS|hM3M(!N!x(nsOE-1S4*mGg>PVf zI)P<%v}BhnW;Ykpi^lQE^}Ecme3?(U{Z7X8=e@73ooz|i?^9LC;$AWvF@N7u4!j1) zKawU_o#Yv4@U1LXUWq#dnOMm&8`7vFX4fmz894RV zZc+aLde9rkd-2%ca7y@LSCil32tQ~)`7n(MDE4M4#&%!=lE>IdY{z$$^FCwk|GR9DX>zMY4$?Db|4e%B-B*vTSFu*phb|;jFW> zvP@M~T>+xeXlTMKe#pm=?{e#f897!8R6B$C?hS{6xh@qS{ln}(GueOBiny*9j(cuY zzdeA`>wYKk16EHYlT>0b{V~eA`PYo>jnF>b{v`QaMfI*VRsyc7`Wh#_{Le$>{bxok zA4;)Nzuc;8N#D=p%sOY^%yP)$#wAH(u7ZdhX&jSH4*vj8v9qrA7{R8~U3M!oZ0L{% z`u)uYaKy{x4i__nyVwwyR(xC$?c_&9e&YIDE}Fex$5!F!%j`h_Qlp%@p{iWBBe9k9+?Bs$2g6sWcJeiIw6z_$2&+3gr0EXpf=Fd%k8{6TVy zuFcJ@0rFg#T!zSZL}0!vQtwr#!jF&h@?bo1I)E;hVQ5|6KrNi6gqCU*R>_Xan}r0bxjp4n@~@i;z- z;!8EDmCIV7eNr|QA7w%CKl1>$lgZ_;w;qhY>8f$#k#~C<9oDVv59IuNN}SA(uC=Y1 z2$!HfR{cVJ3HMYU#kKBzhr}M=QDtG`t{)pvv%jZZWd^nQ3;F%ZX%6H+nZv^4F%qh8 zTL>jmv|!sm8XqPN=5yn*fm#J~-8P48GMt~|c zzwl*ODeBC;!f~*J7O{x&MbPiy2(@A@J7wQDnZxm@>4d0<$NohH+rG~J1oMpCi*C4C zl;j9o2D%RW8un)WdkI@#Eq@<4H4eAuYE{xeLH72gO!m+Ry{9)&(R zZ_T^Zewnw92Ohk4t5)P(t-D*_NIx6-o*P=7y( zw&1Grtw|GtPTAc9NySza20aLWFJphhQ7Q-SKM+ckl9i{s9UXop-L+R%Z+Gz2=N;1580S&Eb_6*a9Ew4dx;F$>bSGq z!Qm+{`w>4m$Uh@+Vh__E!0)s9lx(G|*3R4THh21lm1J~uh_Kt6;ssKJc>+ocG8MITs01$hIDoNMpW@Y(rRO4ea z0O6Z@Rb6cU%t+#t-jF3V9?d>LtwxQAHgrilA_aYz;Q0BHJ+z&fgUaxgWOi&P%^nZL969)6cc60{r>=HVKR7l zi&Vw9>PKV1Ne=_!LRyJIPdR|V*Yy+jy>ulX zDVa^oeu3C0ui_6?exJM)dImkJ2`ga#0Kto1A0J`{^3K^)m6GhoxEW&J@=JRrFatYMNgkS1go+7|3;K)W`h?bUo}`r@ zCjdzFAsDI#+6T~*=$gZ`(2P;!eY=u`+?J|#LDZFz0Q5i$zvPk^7_yNp)Oi44^wdws zaN27=Qf-`>WQlR>*(dNMci2>&n0nAwza{yVxx+xliXjH2APkIxHa9Emzq1!5w8TLO zEM-zXJa9=93kx(i6^LP|9W=9iOB`Hg*d#_YsI$dpVyHe&rKWAHs1S9b1Hr7Th9lTQ z?n3pJi6`jg%PK%s+C`!McQ(G7%njm>0R~~LQoV_J!(LP?DcAnfLF}9zqjAYnpaxP1 zB4)FI8;7?h8m|^V6F@ zTS8aT#DfW}7L1B;3JtJi_&}B{V9KT+QiQBQC!u;FuxZSO#ygYTH?kn)Nq|(eh95FZ zN0Rvo30}I5TQ#*NHGzm!{7LGl751C}@f(xZtqAc86Z%o18u;QD;tSH)nr6R9_{orC1LFg9Z*wD$&X%*bex*8NFEn}UO* zAHJiRs|?4?H8AdJIL<^k3Qp!K#v)6DnrX0iA(tAFxL(odHj!fNO3bQNwMSs6Q$LWWG&ccsUyb;OYhalaGJwkIWJn`-!vQbMa~7Y-^jv)a-XK zVD;218TO~@ANJG|SMxP&6US9_A-2or?roO zI)&_K7LtnS(DB^0c%&)*-D+J`>db0F=?iH7ekYxgYkUzn)oJ|AKzI}E^i%5k8_kxL z+a7`J!Uj{~aJS?D6DKGYr3YFcCS?6H$5za8GRON>osebVXXH6`v4*N7DzCzii8(uD zTq6xc&SB(RfsoZ%vE+OG&qDOiH(nc5dI;Sx{mkdBxazAo_E1NeJ%J;|$7H7*G0<`2 z{22cL(2h}(F8=`3J{qk50RI4pVCcG!xDSys98Vx=sEz*sXzWd{6_%zAip}ToqxhIk zXN|iPD%Yt9rI?leAs-UtxPBg$>3>mwNynw7fg!sevjFFLhUdA23U+~j0DdQ))5uv> zegu^V;$C_}&#%e?K0Apepi2{rZ1&5zynDSp$5eD3>;V48r;>W3jch(b+P%OeiRrwK zQ`3uxps?^GU#|O@pI6=+kTx*re8bWs7WpP`a8|4zLSffZjoDZv{{V?edVL>A=Y<=s zm;V5BBz{V(eFucfe&9R^{25dK01$Qb#!WleZjbP0UWJ$bte^cDTGyJt%Ud;(G@h=b z9==er9^7_6&%E;=N%G(Du1L9Jg1}dQf_`C~{{X1|mSa0wUArB&;;kA|xl%M&J-lv0 z-A$**+^+Trlj3sxR(5DPn8cN?jeARsZcUr|Ok8VO3*3Wa+z*p2xg7jc zmZ_CO*`wpO_t8G$WjV+DG-jV>H`9Kcw=Ro0ETBd`WU49e&AHw%}J*l(+KGOsqwv zKBCx+J;;RQhie<@2WHo_9=avX@o z#m3*%ZLXVksSDPZ z<`LTwvOhh{zc0)qR?Ha%tOt(I#^ql*&oz}fq1hMUpL-AF{-#F^UC3u2t6}k8*}ezr z4J30t=^DFui*tDJ&q-$+S8tK{nr}exH`(c|{5N(wx5*U$03P#6=~SaT2!ammR3}3~ zGL3gF(#p89;98-yRDqycEn7@~i6h2xILBPRPZhuy3g6q{kB{b2({C%mWDJF8L}E6| zPMA+z)cA(a4_?zN3Ty$_Mb8R!}F-Kg^-kMNXX{r@iwwOz@yxw z{{We(d|iJ#9>z_H#wQDF=VRu!b?Q8+@Ycr1Ob5GkekE6~@o2;3Mlx2xGz#zW_#dfV z$mH2l)kr=Ds_Q60J5#RoWU0rdFE2%&McG`(wa%3QTHCE81q0lYWqv_%Q;t8$afs98 zSV}#k@T1*V{^nWn8CH6e8thEkj#6W&w?LI6y=XE`;0ho{z`5mHkPWY6O%0 zEo=)gA1r<$;~xhf6C3DbCO#UmC>2ZFY4}wiCtp6oI#;pdOK)uR+t#{)L`Am(!(#5qgR3Al@$RgAA$Klv)Pbx-k{0ntX?zI zc&UC(gFvc~QZu34+_X~i-m=Kx>NunB$|Fbt2Vdr6#}CbCD9hwAtVGHs{;Lgn0(&5P z&tCM;`hCXnGz`yDpudv`%Vg~k`-Au3)qCZMC{{UeJ9$l5x zBTKU_#Qy-N+!}G|W?vG`Yr&?k9VgCTU*YH&VN{xI>Hwkqa+=tU#lzfLi%;be103XEktSm>v ztwpA`0B^|{H1p>N%F;dm02@4bC6Y^#X@gKU76YI)EbL#Yj8KuIAi$$kkI5T^c$Hrg zVf1ynXsf5w^$Qx$5Lvy6_?&C66}%T)h8&9!GJ;9jlst}CjlL&r#O#^b3Q$MO`E;^9 z5pw*Ht%BFpyXZ>xN3feLa#;86^8~}RW%5q;orOBlmhPc}_xAYqoH?>NN{?6g&mKH} zUu9d7Q-939e%~X1G9tC6_CO8pPehox7pP~Y0cWqhYe)H&6lBwxQOK>0gMK;(UMJXt z`;po01lyBZ*RK~~PKJT(eCT@#o#wqnm{b#CL{JL&BY)69Jx|Z30zGwwcVW_o-+#0C zo^_FxW%(xS*B43fmhSxaWpKt#_i`Zy&fG`_u;=ANto$J0y{! zLlfd#{{YrkeLENxRt>L!z{D=-0(1(UgYy8~Xw`B2{zo5I(Bv`Q!ymQSXo3F#yt}UK zOv(YK)n+6TzmL(FO0w*_=b+ma|{{W4H+R^DrRSQa?Ky){` z3gRNUbFQTZKQyj`%;~ftb#gyd7$ZdGX!*}0$CM<|7bc@^<1(4_GqIX`L4EF3F+A8CXjmu1cquf9(v?=IH+h@IxE;fd(3%_XFDp9=%i;@BMoY(K- z6qqF_gOmiBDIO{Wby{Lrk7*r;vm3n-Zr*}1>>k9!@zzoyA%wZXZ!K@!M3Ee^pz5pB zfe)&!>9r%pugJrwtH<1X$y&3EBqaJQ@u>d*_-oik!1^GMLx?qoSa z9h`&iWudWf$Lwcr9!&_v#`8YW9W>gO7%R}+w@0MiAgoLvKMgf0$1plj0V?g&H!R%SyN)>PNP7IHiv+9m_( zK##89>L@Bs*a=+rwN`}(M{$v{f0Y*&SU@BhQJs5RvAJPD@~nb;XggvSB<@qQsx+CK zzPBuTkgaFRX)M9_kbgvX(A;V|7DQK3UVw*Iz9314Cy#oZYtoSo0nI*zseGDDSde04 zSK_6NZu>HF>`5`mLme3Qr(j5k+$$LQ4-@eM*r|e9SBN_hCttc=-Cx>z-%_(8us%K@ z>6e5rVCLXH*(zK=GM_5aw~_mtxjL1PMwT+<s(y9Ci`Wt$zD zRhk2C5?gS4&rrot6{c2(@j8;L$SvvOD-kS;_7%9&WNOjC?hte=Sd)pE!Z7Z1XOW!+ z7_jGYDyIh%>Ga~gnOG|=#opfjEFpZAuaVn-=?VwxKMtQR6Eyej(3|j*wcqJMuKF=p zw~1eaF8J;PCn-aCln2{#?;p|!U+xl2)^yJ#Bik{wgjDVrme!~|K=^3M;`8&+~4JFQO4eRh9UYF3B_&*EM499A|R3Tseb%SKI&PBso2 z=2=>XQKkKp?F5}5bBk7h`Rfx43Y;pB`;2_-*T-E6V_oTu#Mh7r^Hp8S4pz3vU+VX= z$GBe-PGuiKk3S)K;`IRWLIt0rqVAq zlcG-H74lBEhw?iRIu2}AEf?>fa^@(hm@_w#(f2dgIh-nS_&iJVC`*2&V6!mqdfA>8 zR%)A3&$u(yd0$o4ox;(Hv7uUx{yK`I7Rk3=iB}KA)~@*83w}a|0saT#SMr!G$5mrp zLc2KCXIl%`xj&c}CWUa4`Yby@qoeKDP`^v_SLao3E@G?GQkG)f{KZai{?NS4M<6Yz z5|*(anOTj;<#IQGRf3b*KZ)w!@NOTF1Xp3H*X}A$L~p%Fa(JuhzsV{@$Me^c_5l9? z@hcpvPh-O_v}QQ2FU5rw4JiKRo1A_JjKIYDoQ_FV@dauG0#D@3c6N2R&dr8{=z?@x z{$u%>u1}QD&a@*JB%XjKQT~j%P0}@;_+e|URP;0iO~`k{9C)q2(_fX!;c!Tp zcq4D~`C~HNhd8)ai}GAqkieC%eJ}050%dt`PztkcION-C`&!?HABFsxoX+I2t|T)! zVs=R+lN(6qZS-ilE@rFjHsxRD#Q7a`KY%69AFePs&MK4^s|^$5t&nG&@tkHyEtFQU z#*yyEUFLdrin1%Bg!8jnJMU&CTd+8!_RIY2{wLKGQI~0adukP0s406Z zasvJ9zby>|`jsz)aHu_P$G8Wj{$yN0IXsO@%-aXaiTr!&PI07jPw||d zB7m7WL4VvQTR?jfqtlnAfALqm*^#OPeK2}p9e1zXACk8tKRT)^4`EVCIwxO^pTsW( zY2xj++}lYkrGAnQ$v-9~>WRipQ;@IAm*fRmHKp|QwHug{qx9bY0ODBWV)9t|Wmi^Z z5EN5s6(1jPD?Y@2gmrJ}?o8E?YGuf+gEFgVG2Y47w6o@UAO0ccD6bjop^F9{J0u;A zf%qB|N8K@_FUPW@8;ImN{L1n2+ar&qPnGuEMwNbb-)HqUDSrp(>{Pqsh;Yx0k+DE5Hwiyr`!?v60_;v$}%`*f2!j~%U^cZK322szu&x~ zl|Qj~7mK$_a~xQ(sFnWQ1zmSWoQynFW56^eQpr2+Yc{* z2g#b;Z$}>;a(NZgQU2Uz&|*FV5$r!uyJZzeqciEgDx6yNj*jj=*RTQs{cqS!m6^F5 zU0cbmvD7bCd3pSF0Ruuen7a#usS^t?`fJz_F@Ys)AD}&q&yF{f=PXM(r+j`m_A%>n z4WEx8><8#T#J!%S>3r;ZxS9?|YF&N5dli2_5`H%<4sI>2_FTXC6V0o>nqTN*BGwcE z;-f$h=UNB(h}k)rS#@!^C0fgyTk-@E@=4#Y6P{R-jkbEYzmc7&Mmjwb^=5KV>=845 zqQ`uEcYTp(xc(-_n$asn*1``TZ`7ytBCFJVfbwzT1UR<}A^es)o&K1=O)|bgcP!f{ z{LKbI3P>VQ`gXFG*`wN>ODvn~R{`uFpnc~Azsa7@@qhmSJW6j+AyHmlApvPkD)qWmi@i#BlWwGdX zV!u!!*T-b<;0der=c9QX>rk~SiXX%q0R!9Jzf(p2o_cbdbAs3v>;QYO&gZpN#x^?& zs;LsS8Z4`_-;h5MWtI8|$H%h|$Z&Z6oAicF_~Ut6Dy+%}-})29G3YE^G6<}-fxf8# zACP%TqakJSM>|#0u}pMe!=*P zog!0}Gd-Q@?7kD0!NcScF;SMBqh?0f3Y>x%rnWjAtoA(f{+#-67nG>uK2kdyX-7u5 zDJ!G&$vz+x-%}a>ta4bsr^`IG6t$F!il_`n)GB?;d=H6<&dTF>&Ji1n<$tcfD{65q z$8F+PPW9)#d3iq1jNbxS)B=1@?*?ld9&B4$gYC;~g2#B)%Q%o@XZ14=UvYX8}Awr~u zZ(=p_47TEPZOCDblt5rU$0xR)gX>RD({?$uqN(hL*JJfOp6V^cxzYT-&Vvu17arOAt4!z(Q^z4qlW%X6~)}vn$F4^*4PF_L<-p90p+^t z%g0AN3VZQE1QFb(&BXC1sj0kz36&Y-XzDT3ha*hQJzgeoQejq*Nr_Ej0Fv@z5$jc zJV%@LAA*2b3mt`ora$|8F--=Xc60v# zH?&DT5}c_OT#cKtjIT!W*pp{I$vc8$pSn!vinU>Q>{8LA8OT@Vm9g#b9;5xiB(;a0 z%%z$#<10Fg3V`Yef}pZZotr#h|2&7of#hEBCBLYd!6Igw3pn+s=_}YUjhs_6^K~UolZgG+L@ub zSYjQ<+ur20u9hP%$dV%aD{>I~$W~d~PSym~=$KTBK!asWaTBk4c*4;m9_L6)na~=88qL@P4`I-nzfL9?scE^FXSWj@oC@5G4z_`egl1V=5{!0! zV$m;+$!PTqoZNa;tqg%d=n33^FOJr~)o^P;JhbK9LDRHo$+yQ|M@A7p;@aCiLnocY zsg9pxdmX`F)Yz)tVL>y_JnVmRW7SyevoV*8727r$+=B8ps?s(|5+716kA+QipDL-@ zZ`p$JVR12yn%%Al64QnUBMIuWvUk12?TFHcUWyzm{P7-^?n%L3F|v=5)}R*e8!p=Y zg0WcbGck1c0x?$-@6?&=okes23-4Q$ZN}NHl|S@_@ickn3oh&_-lw5(Yk_?Zxgm5% zNB1-SjTx*elC#U3kFk3I$b(r)(*h^BrwznfrAa_Q>SuXhM^kk^c;$OP6JO{*-p;_~Hs`yJdZdK@YBDN)v{zN`DZc3Ta9ch&q z6n#s8{F%P4x@pJ6(F($*E&R-u6>D8a?dYQ~{UI3~pdcpy0JKi1t7o0%P0n0bqSKPj z`Z&MbGzYZFTaa9qcG=uq{HDk{AKE2hW<3~M8W4El{jvAk2DaA&hsJQf(ji|j`IP=Zo>;uk(B&T{qpfTWe-UJ~k2{N%(l4ItXyrnO zZFzW}{tU6={YR6DlyUApb??QMzY`pssk0zhkteb?R+C3kU z^wvKui%vxc`eS1G1^AU*Z>5h8Z_CW7ZhFqE(Ad}H%Z^8xt*~+HseomzS3v%~rAB`< zl}gamSXe5M%6kXCru#;{m038eMESX|lU23#RZ2iV0DPH8eb~A+(9E?nY1`Pa{U3oX zGIDUaykJ9p41?~g?8ov%pyW8b$`!xbEP!u^|ub#}S&dFLsoO=+l8aEOD08qdFVtRv-e9|b!u%PKOlalGm*%3 zU437*Mt~+WbV^@muF1JRKrL()h*8e`J1KJah#cB=*Z%;RoL?K8&gB78IjiJ> zJx_)7jy?`8PTk!8=kRqBtgi(Xy|T;FRg6w0YAUOBqjtWuNtw@4VdJJvz9Z_`N!qCd zFZuk9Yt&AMZniDs z@7zDo*}qA%avZt2Xkl9qf=0GwC7DN*s>+2-&duZ>@%op1ZU^)@j{5t^==_L|DS9m= zvE!z;ZaL!h@#&9>iWx%m4!}D2hVthZhxCmY&8xGoU#W5S(-1ln%&!@3XOmjW-vGCA zQInH(YPZb$#MvY#J~sk~bu)F|KK zK>p({FzIWsgXULS_}k-Gkn`I3l7D{?q~!AQYBW=m^n6qwq!-92_}0Cpd0%=d8SdDJ zg~8!L`Zm4UEIdv{gpw40*a^*RU&vX{x|lI`7+5HZL!e&%&=4(@CLScFR_S6lGqvVg=Ev3;;*(i@$HexWY(EBf%Po4fbsk){OWmMBkNr390SJsV-5J+WIuLQ+I)*YXW$u; zVUv}R*XHEgk#n}$-HQ@r8hJa?Jq%fJ_`8qVN77jSspD_THDlUs*#6`nZ?@!I)q?DC zYLn&v0Ey*3lBXpy7sWMDAQD?=^X)xJDj67_8{c4)9x+i&hm++`$g46wpRU1m{vGL? zM{+Mve^B+h(Cby;ZCk_41HX~@n|>dQu9UUa6?Vr*UBt-at71s0PvDU_;~m-bo)mcD zNuF0{Bgo@`nRyrpRA_3q^C#ed44}O-xjcrbIk~?AzXS*JPh^?vJeQ`Ql)LEUc~O7{ z*=i+PpN+nV)B^bpW%;8KhLp&dcT6g^)*#yalQkQqwYZ6d3@-~x|*ZU&4tDNk>+*rcMdwi z%UgAaAO``!VOUeJeTL8KV!8hSN4M3nu?w?+EG!p6f%(_O*b57DOnppm!pNr2s7;IJ zEIaof8Xog^UM~^JXIA#+=vaT-TDw*XHbEcz&o*B_k3La)9|~2*O8)?}z_5KeT^Rwn z2C>x{cA<0*&&m8xNaHx#joB+mHF%X*WnUn_fDgp7<%boBa#Gtu(8XK9NM;EC04vss z{d`Ll&c?Z42ZYBrn@axxzhMWhZ@olv%jC5wqq11z7}RuQ@i=wQ zvvK%?9~0>T_M+=Uu*dT|(;l6pj>i{Xif$)mi20YcidMH}BlIVFjUovpqt87>Qkv{! zEDC~3kVquYB=sIRTTAFJwV-{>_McN^Q%)m!rki9Pb^ica;{5%qZb3yOW7rR1BjeK+ zTPnDPG`EriqrQj4y9F*^-0Uh*IJG(+N3!4e1N9@vsfj1sXQ3gIN>XQ){F`xw1>#r! z;2M_1bT@upV-BT^4T4*9LF`v#>&$jm}e%(#LVVJg-Mr-I&fp;i(9g`of%b? zk+61P$03hfgWAQTrG1^4@TA5)n=q=+jeGfM5-*d1`-V8s07rT{C0!9%-N~^|&Y-RD z3&CAD*owg|M7GDT$cSRo=2QtC3IK=Hq#-IK+M~^zZPFKEKu~>#q*)i8MRjmbQX;-h zqtq!T9BOcOirkR)A8w$79C>#wa+y>eO82k>)U0V8QOhZI6^~zzwJou16{y*i3zEaw zY7S{( znEPYg0NL&gFC|XN5I3xmxTJlZQ|aZUR_OsIR4Vwiom`gjQ3&zuwm11H9ZJmWefy3! z6;d^$0LyYg?k}^p2&m3t)|f7#86)qJs_e_IiinHcAyRTIl}5y4Ha?Zs%zKllpXm#OM)~ zGe2r|0=0E6GAk-fti65ZBF>n*11GuOQ+Wvc3Afw zP=U~x6ywmL}!a1h(%cL+5%%e5`dmRxLyTob?Uz#CIV??U?)?HFMiGLneKXf0ZDGcs~W3=N(?_Llq=n3Ynzw^$tot%e2(+zM-<^39?9nXZl*2 zKxI7`?k9t6T%=-1LN;Q~Nh>JcIV(1}z6TBRvH&4RmttVKk5Jvoa)Ec_QZ|%L9&aEn z2LhA!4vGBCw=u)MCChpbx7_MNF>ma})Q?W|o)`603jqGzO)h;^&_l09b+IVF(`@R$ zqAJ91TR+Sbo#q|y%J6L}H($iB9!i-dCm9?608a9i+P_KI5h*{^zf04~@zy#h7S=qG zfS3*=o_u`7e=-y>1a5l1KP6Wu#4`dIh0&f?NW2r#=;F!EA30_5nN%yHg4#WSDDK9} z40eq@hMaZE9-vN3!?U?;18 zz%g^E-2=s#d37_~pQN&@Z?FPK6YxtI+@ zl-Fb4Svy(-l8dBM)|+8Aev#xW;{K!AukAVpXK`_hS~{2Ki(^85SZx0Q5gyo?V7Oe0 zerJ)$&&YOWZvtQ`j^%bin%r&~RCzcWmAt60A8N6hIo3t~F)1wjB)GXQr|cv_ZDV5+ zB$a)d(2GSJQ(G_bv+gXrV#It+pB0IIRy}URen6=I0L;a3lznT_b@Deof75GO7}Wqg zRFXgGsHs~x+E+l{pY)g0&P=CM;s*SF36?hEWni;_g34Iw)Q^wIn*RXmDaN2LUG?Sg zB|js{Qq?-E0(4esVv9hORCZ)V*gTETP0jRLwkk)k+@|H|zmL^5p;{OaZBG2Z&%|dh z#pGr37Fmz>h9K|SX?PqQl;g5jJ<*X=1oH2{#Ee{_*3maM^m*qYYt@blHq;2;O?qc1 z)cL>>;a9n1*2LW}rto=S;ZM@CvKf=%gnf&h!&oustR;INa(e+O9Ewk6aZM#@Y`((b zvACRCu=vCV-D<}Wepe*fRd|%0)mcAL$3@%l58?-JIJorKDh9&cGyYHDOphz-M^=9i zv3~+zNmwO2((E&z=UWdQ(@LNXDEJf4vNJB_ZvZaICQR#}&*rTa2X!siT~AQ-Kl*=C z)#sP6;Kb~tG4b5HGTxuytg5d!th+Gi0W=u?p3J`>tyu2h54nbbQU3tBo}r1u;*TJy z;FXUO;Ao%Ffb*RGCkck(5muxh9hh}SoD$rOE@!6jum{w=E-vT4FbUkj@^;aK$(&mX zIdV$1WD>uCL@U*vuI2qjkZHrJ%CQ^m{@-|42kFYNC>a?e`i$mpAY5<8B%qicC@9>^ zTrW-CUOHv+7Jp4rsPKM?ApB}s;0z2@ykh6r66EoAbpR8;ar=~pIZ{uL<&5EHMVHGupY`ig3P_PCM~1I zeA|66-uFE#mBsM>ij<&RlXXaq*&u8Ulle0T$YLc7?7#}$tU$xqXpjt>v`^m4&Lfw_ z#sKnJ$oBaFm0_pVeSDT~luuH@+@?(x@=EZ-VGlRXJ53y}6}%EtjqA8)a#9m@Ld&bKt=-{x-7 zZ>wV;Bk{d{bSJ0sTrFI#YhEevW3{CDRI30(A7BJlg9s%0EO9*t#!`IpEz7l3=&KIq+lXE#hCrBjo&#wu^jmeveYg^#ZzpDsL0l zS~90Ml(nlrNE85nbFkF%)b%!J{6>`eg!zvf6t2M^pXNU=mdd&8uB&WCL*fsX_CNeU z+cL!;Mc1fmvppEUAyN*(QpC?b%i|3>01FcBk@qI%iwhe3zb19rPq?zF9$(MFmw5P8 zX?%v+x+)jgLC=ae!k)?wI~8tI^+>9^)G_iP7CY!K|0*ob}|djRSPzuhhP`oSUr zb4rn6k3%(k1G#63R?sU0Cc?xj2k<48xc>k~pmaN$dqi+m+bQxwQlx%9WkyCv_i9-3 zEH-~ql&d|O0wiL3cLs=^UgjG7$!p`-_R_->AID!L%ZyxL+Ui*&nejy(Tvz}SB%=?* z*iAxWBJMG<&^Ed~#-MXXbHLSE>sy8KpC4mR;>vwRB2%gSOCTq$qmL$9sWI}pzXD}F+j8f>_~xqPa8oWnJ3vf z$aS^s$eNCfu~t_=&};ps60E1ae0_nD)LC1z4!wMi^dv&94`{8O7%^DJ-*6nSX<*<1 zD>B%33{K8GO53|=)Ddkzafp)WLUj^U8zM18maTb0W)L(NQZ^BM_F|E-5RYKCuEZMN zmK?*V7C`C{$FOfLL@gTKZZMd~N<+No1~HM!3}J_#P zuyqxaVG3lZbaw?-(UN)f7Jyk%VBU-^lrrv8RcZ3~mNevTbW9S5u^1j@e&$r)g{gMvRR&;E8`-%&g3Z*vE>bB$G@h z7dFl#ASyEo$>_&h$%BV^Kiz3E9zvm&g5(bMvHZ-T$zxbe^d?S=d|xbiApE@IwlPEa zn%_tIsi|Q@9jk(-dBygVCgL5&Wqv2U$!5l~ASm#O?!J-38I<2?=sT8}-&{~>DHjBwMf|fOH9?T7NiZWfv@rL3#*^2Br?B? zX?g}x=2|l?Dx2}p*KorkU4iH4NrLhmuB&7~H!~L1W@V)QOxf4zJMB-e+o!(7a&Y4x zrd?~XDIAJ#MdgiRk0fOO0O5a5v9a0r>O{C(v?|R-_^o3FuYH|DvA8Q~VQs@mJ29(t zbMkd;gNfq>IN+17osXHN!Q>MeRRPwAL_iboIv;9*&=3wr#G;}}A@$TXM5N7)zN4*i zTDu5om$RG)B!ytWpNWUe&$a9zIq@Fwag_eR>Lb~{HqT7|0FTm@fw0dTlj=rgN>Kg2 z=Tpv-$M-EQy+2XPUt$frRCGuEpiPy@*UA+r%!l1u+H3fg zqm9Jdf!O(#oVPWG*ZJvumMh0-oYka}7Jmi(RvOtr6glj#!I-??N#-_F9FP|r9r-EW zkeWV2)itetDB94_0Kss*Q)5x$>E;=T*1D5!QU1-%#g{xP;NkJ(9}0jjU${QIn%)~X z8Pn<6YN1iP2tMcJOhw#<4~JvcztiLpHlwZo024kr(^9=?fCI39CRRBW4Id?Tk5ctN ztT1pfU2C;hLtPo;9G-V4>Yh-h8o8hyAANr&I~Rt(o#a8e-n>ou63y}W6VWngfJJC45FEy*>??V0aQa4m_;*G5x)M=Ak2=nvG^=HudFf-ccJ`xpFspVTYT zJT>`@`56QYe}D3bzNN&giu(4oyH@Rs5wQyB615&uG1-`0O1tD{lVhIziPpbDdDkM; z@*J}-9+rwh&{ibP7bv-2rpq||S}>-g{^h>P1k`$SisN`o(J|^tZpvC0V zF9VPIj8?z}ZalW^cdbkhFOb6P#e+y}b_zX!+3I?h52QH$Hq&9tautb1*g6~761UVo zm&eJ*qRQ@HuC@X22^;o_Ju6~PE0rS%*e4e%l=CcJrL%h0i5^;yUTXY&cC!}uuFqh| zbijU(#I^Oxwil>KWg(P+egW%R6D5g^`MGJ0SZ_83wg$ie5=oPBQrMp#+U4jT+>ETN zex=!Y7CAoeYaM@`&qMzJNVzUz?sVado37*5vezwyu&=MQgYb7e+Vuj$fcS6QMru7N z>yB4|t!b{TTd@Jrtke+e{{Y$@@A;Z>wWNBUE?zklr!5~tRLG-aZ4FQwvopL0F-I}P z<7U)dD!qJy*fd9aB50`4s4zMQ;w%-PLfUH47xt1*kG6~-Dzv(`PX;J`^mPn7AoZ{$ z85S@?ej_v#%9BzdEQ7En@`2eItFLY3PkV22CfSDeefE10D>3Wr9=9Uy zJ1D7`+}q;DW!M7M0J+!b zdrY!3I3p6gGaP$BK6dNHS^FdND>L|O7bB0vC>2?|@%LZ`$urTPj#f}v$?@K_0D)P? zd1Nh&>>jltNYK{f{H+;57|QrxBavXMM4u4HUc>Pw#o;PT3uUsE*kGTZ*_#yNsx=gF z<%rQfT}2#COIb>>)tH{Q>_28B$k|mCk3Kl{f5l$(tv-?xy8>9?gcu6Ff9lWc{-k&!R`Ckv{_A!7^6Ftm3mYY!2*&-g7iOU=5<*w zSBut5_5*mSJ$|MAd}u7-ztnZp4FCW;?nh@97J+qvYXkmM-uvn;Ha39izV1Ucsq=c6 zp1@s|6G4l{FN%dzpgUvke`Yt1!LJIFc_rS(*(a{|C9{_Z8A#Cf5%Iz|v&8;SCb*z( zPZFxDB%SZ#U^$Wl6<=UxubSo1W00fCh%*hFk@Yr7?8?b6N5}aq?x?J4z<5?YX2%0i za@sJQdqV1Hb}MYMHKNu418^H_8!S|42z@sOtPOj}bBL@39_OBtgvs$H6%P-%+uS;Ermme!@$UXi$7f+!CBivaIM3KO{;i9WNZC zpu9_zw#2ieC&6^1Q82h+P#;rd%Q~=;d(>puIDUYCRcjJ-XDzP8vDnl$>Xkt{)B}<~ zN}vXTFiK4!Cs9^ZXIO2pv6ArB3vBzKc0Sa@cw0OzPuY@BXAS#h;l(S`k7-TJ<9(<2 z+|@BrN{|M~lsvO5R=^NRk7Z?%B}Nl5bmj(jC9ZOhGt{kd+3q?!F*`!m+h8TOAqoVj zq$R{#w?h{Su)mSh@DA7Om0LTF+h^C#)aELYbUFqB*4f= zT9R%|Ut*J}*09BYX#*3u$RQQHooy@g0#?*$|z?N0_drpNF6Qgo9nTpfOPPA=F{pvFvyiUxV+odC3{mYLg##}=_$xXC|0!@X#BXVqeLU#wSg;V+ve>14HW{xE_Y?~_YsbevM zJ)0U4&9)kZ;$WLK`;SH3lvN;FYb@P}XVU#kY(6Wm2j!Ymo75tTaN9W{RRM9zw_IWw{*y$NvB_S$4`LC5 z;Vx7AfId`ynmq-1R-+cAM%P;+Q(2Y$Mnf|ll3+LFZn5`!2rU=*+6g}9JLvNwzfVf$ zd33ANn3Sp8vW?7!FZ-Dy!aM36%2wB6Vkji1hQyyAj3U1!1N%b_O!kFzm6rV1Bxs=H zR7a11ANKBJxxPuO#7e>Jso(u!eC9(fspNj(fFI;_GCbBtmcKd?d0GZ9y&!M+g_W@? z$9~e!h~!+@10DA>9g{A2O3PXzN-BqQ1uE^<@ zVDa)sFCC67ATo`EEOGr<8tQ;>Kpn({6j2CeZBs2VeK%kAipX}V2`bQUQd($V2CSk1 z_=e*0!zc#_y?3MWFD=ibIU`Nl)Wj3D2w9(`l8G!*Qu_!qUZ@q}@gWUCQQ_^^k zx2$+<^{G?J`d#ty$)yFJE88q}H6d$`&n{dhXV>NtXBJTbC$lbdYg$;T1Ty~s+E4!QKEq^0pF(rvV%o{P7u`;!b7SJ#@7-LMishalLKQnLXoJzl>1;F2tZvO!3 zFuY}N(IDvPP1g_|KvI7|ej+F~$Yh4Xy+W(>9cvmsI^4pm5s(XP_uSp`nB}R^CuDYJ zVvaH2FeZ;?X-7oqC8J}+HYQgaRw#9fv!PKAPV{bdw2OVoWDv(JB!#^6kuVVJB*=Hut8#@ zwmQ)!6@iCV30%D9V13rVmN0RZkAq>bg7=jE-++H6SMprV2B7y_yMQ|1!TbRl(VV@$ z$oZ~z+bnGZk5Zo{Rp^uXFb);D9&eE~QUIwyR=)^cZLA|;58SZexJ$iA?{(wp;`{lP z_x>iL%W$}SG{(VIUlFa3a$>8H5^u5iyk{TAQ&qWD*KT5c#r$+P1Aa>U?6!AyOl3RQ zw!{-FI<#Wh4jR+#P;HYb^7%UGsJ-OxWQ0>Qq%(9&&iaPsuvLjr@jk@1jJfnL2g&k0 zl4o-2_2Sk;BDeg<;%9h|=}o7T<*)j6QhbuD00oD}rN&RMvNEyNFsc5YrS?B0PFYG> z9~ks{9ySF@Z1Q=N%wePsJ=QosN{8hOVP#pb4F@ZPqygC|X+qC3%t z^4VOEEo-|Q7O#*=@A#GYwd7-E)|I7*%ybXTWSmjMxE^g~n2z1S~PVSvsN zo9Ge;uC`IaU7vqfP#u`s{KBz9*DgYP}a#*q|aX1E5E+Gu1FiU#DV+vGt$4(-(Ai z*O2!wrLVY?*K#(cTobkTkEyG)0s$&VMmehq{hmwvmF)BoF~kShogU;i;-Lje_x(cD zkaXm!_t`y8TY+Lcy8Z-L6f$iUYlWsdAc-gRg-Gd4vR@W%oj=L$D%m46~zvuz)dUklE>Gd_V}+-47^V|oyb-o4KY0q{w0&ORkJT%W8Xui{XpC9 zyXk41k>%n)>-RQ7J1%YY->+vp623Q!OL|rS?FtGpq`1IrORUjPRO2j%vIxK>;QKjpR?q= zxh`m-Yc=x;#M`htmAA21Fx(5mf#haFPCr{lj}V2|L!kxEe;`=N=)FFG0DZ)F0?lrZ z?me7Q{{SEsK2Z&N5o_1fmVeU*KvZr~RUJt;q*eq0V%J#NW##z5marR_`HQ5sa=W28(0qPCfI$;A(GG$T2_yRBVp*69&XKl6C3HK&c-B3EQKV+XTD zOvk7Siy40hp)^AFTAtQF+&bLI@@#Fji9aSrZrRP`PLf3iMTJ=Fs81Pq`lDx347&DA zhZ}X0WQ3(Cn!}vTfqbQYUBQ(1?<-DG3-2MbAh7q2tc-BGAj=*^>Q}X7lMS)KCvpK$nMbpRlkK(m9cgqJ4mw~pdX`Zeoh z*rYzxjn2uSc0iC~H{H~@HH#|;Q$<*|Q~e?1D{^ZgiPX|H9zPIEvAlumG_*V;Y@uDK z@8&^}+Ljr0_!0o@N}Pr#az{$~tpa3O0dunnyQ2r!a?#PQ#~|4qLJ>NV)&}It!%@J* zRNGFpYD-z$83o5?1_ldnyo-7=cN-E08ZZVY6V!#za$R*0SGM+yIw2}ddQ^W9is^*a zPq$Hra!7)zy}FY9C}nhwdq+Kb5Q)gGYW@0=s&-+vuB0FU3=CxSLc_SA#cgcHZXido z>OkJ{>||ueLmUioF|lSb6{k`(vqnDA1}8>hh_b2o39Y)7w7fE=GA#v#4NiU0z# zOI08MTk#}itL^GSmg#j7n{%Kp*)1duFXInHH z{W_HVfM&lNk2i7Q)PKrHx5(~ID`cDYWw=x0$iK(kH%v`9u0haY$eT6bIRL9d<0OwM7#YyO+1iN67al%Hdhm{W0;eDDm=$%{Fh`&AulmTGXuCJ6XM* z6O^M=V^0;3w(G!-=EKtdoqN&6i_;H%Nf(gDd$vN$&O4vS#INlNCTLk@lT=o7o|jy2 zp`rcVOs6f!{{TmjRezbYLxtA)``c&a|!3OMVW3;^)lRr{{U9e`WlAjT3D00RbldSWuU!} z3=15EK{T8Y3!^hj(GtrODAC^fnrX2-h&jfQrRRBn9C1>g?HZZ1!Jzv^NtTB*H|R$Ud9Q{a_9Q8e2?08A~=2=t;xEH zuJuj0cG~C_KA`^qm`vXa)vqD9@$mz_%+6;qZbj_ni7aHiZMNNL3%!#HO%(X270I*E ztwDJSjx-3_(1TsU+ht?}*U6gSN%5tz2bzM!c78#Ycj0{&Wnch0my5J6>qm`pyf#$~ zSRrKjVLOZ9t;k@^y-!lk!A1pC4Ih2Prxv;>@vR4tABYroQaLqA85(%C#$MNKeZNso zOX4{#?fI9v%Id5D1&G<0u6HKIw5SX}AGllmB<@aw&p5Z-D;w7Om)Ky3t@YU(nIBGZ zHsxilj;BMtP197kv}lle)I}TEB^4bLW%A8f_x2zAKrH2hR!M&zr8ahO8!hd<=t^w7 z#eHv}AeM=+j!!7ufv{NJNs`h#h{_XDF=uqf(udmEN^P@Wxu;zwZo8P7Rc z8NW=s$V&2S`q*v}-F=ws6CK0)eX_Hb?q5koe{mlT{$_gowWA#prvQL=-@o9?4m;F$ zrW;c2=7fy`Hx@H~!3jz)l(ud;E@&Et9~_@fusl>K_Y#*P#l@&LL0d8#wO#u{_(C&j zXT+=h^&Khpf#q;n?$$lYyH5Kj+w>GA6_UOG0Jm4diFd_ug76l=RJOIz{{XzyVer+LHd+93dRc!~ zE*~F3dmT6Lww($JD4gdkkCciZ_+KB!;r(p4OBqK%^{Gr!i!zfbg4V0A5#&!^{{Z!j z^+zp_erO0wAm{`eB*=Kod+fMdmW5~s?X866$$4KG^mh30#epojHvJ;+Bb7^mH6E07 zqu39g{!Ga7o~^N5*NmP%B>l&-W|N%5zd5Q*OmSU65JL6(+{yBOo4$=GC>f5lOjqMZ zEA&qz`7a|RsxFuGNsWwo>>IDIAHyW{_8`!2(@ei7#bojK(@pg-41UwC{QQ3BxB4&A zg9nR4an+<9fZ7BZVaxh|8tQ^u;8$UXnHy92k&NXJ^m>o@_+-SJbu-NU0qgvp7bs%$ zITvJcr|k^ib5wsnl0Q@3aqq7xs_mlRI;{bfmqZcpMDTA?dLttq7JK2V+{2 zf2Q89e@^8bO#c9?*j9Vid-^AO@&oZN43U>aab?NlzmGRwneWS5AnkTcOEjRB8anS? z$Z_vXjB#x&k4vavLv%;#ND&xsPv5tUw`ZcavL!tbSMCS#?;I>D03*kLk=OWJSp#Yg*{>}Um$t5@&0f09?(f0@^UtNpFn_xS$+tc?Iw?f&RY zi5li3+$i5eTP*>|$z@=j_IKs*KmB1{6ZvNMJJ|!~1(ithM^ru_>~EnJ*vf|&Bilp7 zZ2XdB0jzZ+!^KM-7wDK}3K)P%dk7?uI#Cs?HoBhDr3FCwF=%c;ii+FvC9A984|5CS zs|p(MG=0wh05WQ^>-suvuG@ML+OgTO%7oHydik4(vz4Nn+kWSEJ<80ifTQwd{&qcR zrGOvA&gRq^z6Se)ogOEZjo)Q2E0zBM%emIedj+0%%UaA>up?y8P|LbR{DxMvPM&l;cK|kF+u$$&%bbl$bds2-%ix zcx4B0QOP`QNQj>sCC?paoq9c)LeJ#V%Zy|7I+cj=RKstt?<5bNV(iE%^Qfbeby4?wMUIX+<@;$Hv6`#c zX&s!BodSB8J2{t8(StWHV;;$twlrscjqB&5Y?B8$X<_kEGFZ8-anLf~6-Ywl`^9HO zWvdD0GgJjZ*aA}IX_S$u+{Z0p+4eAXw_vH0XPc5vaa@Ul&d9d8iT4|h{x>GF=J6oTtoYPh!_TL(;zSWx&%qLY?S2Y_>%Fe zY|TYJ{!`cZ%GSOI$d6|7o<+wvuR5mqBpK_N_N|;F{Wc$HnRavK{5;#$wkq-j)_W3z zCn@Yw2|dI8M#Si;0fbFwio_+Hw>Drq{5R932Q47u3;PUONHo zH8mPpX_$8z6!t?%n1G;py_&0$?oBeWM^Pw@2PtaMW9sdZ`4B z%ZhkF*$NZ_q|Lvj{Xa!aTEGWHi7c|ENHUyjK-gRrbl~~eqp{T0dJrWpMu)zLl$?(* zQsn;tNQ8KeO&0(vPzccS>>0x>PH2`n?`DV87%82G$^bhP!M$6-TgT-+p$~y4bLc!) zB!qs%t@SUb>CeV+P#w-pQkE&xJJjoF`HLe=4!yvD`1duwtn}tb5uEB2wIq_QGmVRK z?D!e%LP@O=z|}&D|;z|n2im3O8iLw0Hvc;^;{c0#D(Zv z>OMR6{7Wjhi*K_`NZ+?pLB;VeQiLcD&%UDe%#}N4Gmqn(scq{*2c2eBPE`vKJ`DDZ zKT1`7YTh9U9q2%LuS?=0cnZSY2S#Z^wmhHO`#fr<%eKG`Y<6d*dMnebkwaOUjje50 z;LE-T(=|{-+KT7k>!B@g%C8Q#uAdd|DuRB5lXKHlT47a>g2U;mAOHidwOBuB z+qc=Uw*_!Pia&dW@)k0<7=cIwMTrE)apyB8 z<;SZPZn^p&O@b5qKdC1euEd^PnO$DN{Ts@156w}AEPF#Yd+$T!&F`x{3r{CW$;L&e zHB|Vp9TWH>TlzzQ$KbKfPb1(m?H}$PgQ55aSn~d?;&2iCtxkr{nn#Q-`aRDd62*g# zci-vf{*dJ|{WFwsxg~Yun$HzR?Wkk_0F^V>khRMVp?KDOBh} zvMl;|z(61g@>t}btuLf zI%3vEzQgNqSWOQOftYnN_^r1SXTefMV9ez}_?(`N20E(NK+rzsQ*zcSvH3rlXL%J? zK|d2O%4Ln67^-$pE;%g%-+yPg4f$H=7&cAh`xp^o$KE=PhaMknFys<_HM+!Csp zjJo5v&ms+*0LG$@DHHLV*a|x)YjLS&peCUFRt-o)c>8-x%tQxcUhp@15v@_0&!fT5 zQmVx&^GD6q;>|Pn_9D^3)k%WeVI~V{-@GM(CPr)7{Y)-60oZTqzP#OWc|eV zE9~sc3(rPZw)~7#a?5NpkGD;tW{(ZF0r{C+a#g{a96LZzVY({?W&Ib0uSQaG`2Yqx zliQFyIz7sK-P^szbF;P>@1r}&*}pF39nJR{eVs{QdX#w;m2GM~Sx<$c1wF!R5Ou7B z?Fp+)#Rq+)*)*yNqKMjE#&TLkaFEXvQWta}J41bt5NnHx>|$AV*eoVrn@D+$LcT zsOe`!to^g12v(^s!?`P+t1sY2);tExbC0+m$czT1NUZJ9}q=jDL zOH&2hZY^F-5Ag9xg_MDSI@bOo_#ZGM*a06>>;^v(TcT2sUO5z~Ka-<7l`Cy30*vj(0$A%%rI=!Pxx79AWR}~eT!E! zYL9azuavRa0(T=`8OoEWUme7;vrIjV4blx`^l806Xtp7_E}5BkayM<1zxR0& zIq)erOw*cuGM>&48kZh*DBrY9jt>_p3ZTxsfrqmuTDPA z=&7E`pT>)-TS5W|m6dSljt!Lp35Co0GLh!vjy@x(cNfC8MWaLJdPn>R6678O$G+vC z3F*4&$WpEuci1CDMp8^i$f4o=JaJT6ViBXVGEOJU#+tiCAEv>WMl4ZxIxVtj#^JP8E#Ny=0c>X^7oHL;!Y4JF}3jEzR6iqi7 z#8-__E(cOROCp-l)iekY55Xj5uU{wDwI#2E$I4M>(^athkUnGTq~zPN@@9_@5YbR( z>qaY$uto(QKLV8yonBx3VfFq&#nnb>&@pmANNl>X*$G0_dFqCgL9K z>{rM@&03ujWVYfqRb>T?7hR8jzfpOo*sgYrpA(0j%;k|wjCvI5+kNZwK4#EzJa4A4 zMR+u}Mp+s*73|KdkHq5ei(~K4S|pv50k9>NBLr4*dtb-%BP?!i+tJyBG%zo$e&3}& zMAP;>|CRq{9&-bf+*2mH>Y12?>8CKYOI$tVar8|X_LD8b06vsqm< zo{KopKfw1f+Kdr7^YUfgvjzT}`gZHRKrcQ9iUHpH@9-zF*~F-@T7WKq*1DCPM<>H^ zbPRk)LaXe+011{g^O(5@$LcP>MsrkWwtXLkjd-}!9JlO08p{HKVz1&anvW*X1pEQH z9X3|rl_9$P`$<45HV0&DW?db6dqirsIMVb!KQM~v3Zp>pI{R!~_kq{6`@Oc74QVnTL=uQnI@8F_ICIn%cv)Bfp5X(tWj{53!Oj;7LkpLml_{ zjYwMn%?<~M9ZG!OF00dbsG1AxtS^4xdl^Z|W`L(;03@c6lj7q{$MSf%I93%(Jjw55 z?^89InryJ8Xo{oQ0WG~p$)hnzC<*XV%g&P3JK^h6Bo=Du=x^Y#Wf{r z28Tnq+&plqIs;!M!<*^-EiSfYc+xmtkPU1Npp)}0EULDsd7X985}hhPUuC-7F3SqJ zVn?)Sc1k@Ne^p@yt(bSI=NYwlv7W8Wm3o+TXPokMYS;X1#$aDr6&Sr*Kbf@S^941p zed=S?JYEtnv2-^lIN8v$ap=`%=Y2)q=4UmFIU-0dXHW@|*j5NeiBBgcSGtmYqpG2p z^dV@9$GBZ35?ul0trBtAJ%ZCqgNif&Ugd8cVlf*cX!ze2vwr|g%^6ucRwz)b6>aeL zgk;iO2JQ}V*=z6KOjmXT%UCQM`66cT>5RPOK~O<5lF_!@K8{R}><`kZCPLN#G$P*r z01!rQ{oq?Gjc&xY&HKRJ$zvw5^#<3Glt}GWM3oZEH7;>0J_B;I7yv}Lp@Gl>H5pP5 z#9qsO1eM$EF+9aM;CHe&1p2;AKtAzbWalN(4nuZCgbj_!ZyRYEiIFJA*}!P-SYz1C zpHLhW`MV+cCjkEr?zy0Z(0iek3_Z$3=?hZ$vbQ zCVQChMIw_gAH|71{!F9Fs52h5si4cXKp=ZcY=g3WyOo8Bl_UUZ196IwliX+$=;4^v zT}L_6$0+aGMSE*vF$upw)|e%biw@)s2_!|n=QBlMbt7T8#TLaj7{;*1u+)s0O2#6a z3}ZQnOh7jnszU6O9-xvUDxbufwU{lA_7SAVJc*1^D#va)OoPfjPf(*#BN+=BCgg1i zkr_KNzcI(&A%vn5Iwq$GOfKY=2*4!DG_VAa8PU6)00Hbf0&_Ni{Ro=-NAm}AkgVB@L?7uJ(lzo!gj0pTm)M}EyBu=RL zr`-__+>hK=?2Mi0To3M&XIJ+len*Lo!s&?o7*1k?S^XWs{Rt;hAf~}dM<2nD$;}P( z0LZt+Kp&VRIU{hz7KSVP7PMq2JKQxh)ke27isn1a#vS5J(GEdPpza@!$e=si$E!Bv z^|OzYFpmN^*!k76=mFW5n5wKimSFg|v8)}LzTnsF4*h{8k=}^PDmo~+u0iO_3EIo9 z6De;f+xx-m_bWYL#oEf*DyQFI%03s7dTdZh8kt9koK#ma=SbQC}&@ z_lw?`(!$fTRhP~?-hSz*^j282DOi!RcRZwA%zfs!(ix_lg#^i{r7aS0;(I@=ao010 z*w(<9lGXxl03CRZ2Yjudu1rI!a-#mLwE zjnS6b6{)bP8&(qp#BsIi{{RLa=h|JM6rBJ;jmW_?8)iqFkOiQ75eF1!DptvD z$YdV-601I(e6U5eDF#WAl&m~YTK9tsyg}cvJs6U1#aR$f55VE2t75N-lJlHHUs*M2 zzf-X}6f2;Awn*8-%yxAGoewFgBOzA-dSrubM5#OW-1J{g@#{@WbO8P!OK9>3V@F0> z)yOS%fV$Lp&djK9JD2oSs+|BQpX72j<>i&{#2K*UN@ghxNGI_sFnDBKp{LjUOYGRlnO;#}w1T2@eyCt`Tw3`D|t+c-PkOlYAmwS-Rex1 zmb@tkMEjYd<9Po7tN}AMXFWE|u0j5mv9H9;=4O_(l6szz%JKCUDnRH=mm|m2$Ht@^ z*WxRI8LBb)c}!S=58zVQwHO1UWtKOln%e`ik+bcou;M*5C{=F{+zKPZ7qGrArCOKF zdulFmtdrmeUhvE7`YK7#>SeiX!md$wu#N44Ij-w5rad@hW(H zOKxEI77e|CX1@~%Du#VTjj__AE;|Fr_PzdPo8u))54jQRU`=>|Aj!Oy>)uyLa=Ved zB9NZ!H9Y?Sn!vjJ^5hm)9`kd5+Q-Oj%AA!fPhL}=cFt_E*syCWj1Eq5$i$KP9) z**JFb_7&3p_TN;_0i>ooy6Z5}$I#;kP z@`u(e)NvS$p;D4ux4RbT%^g_piCJqj2fqF1o^jlcMOLD%k6l3Q=;+OIdWor8{(_~N zJ0DONKgrzAb<#ULdGr4OCq~QDHRUrKiDapV+8bkky-i(rs2(J#nC>ssmRib|)S!{Q ziKEAVsG*P#7WtBlo%DT2jPdZ}30PS_?t)I#{0L$N2eLFog0-nrN8kDG5(20U2F|)3 z^60df{{RwK?2S}n+9%p6dr1K4WX!4JKK}l79*L2w+2j=fBYyHr?sZ=lD$vZ8o)OO*esF2w8|VvJyzp zimF)q2|h!HCtmxBRb`kBPK9jp2zEQ!&W3tia{EQjgSh3C*CEm*^OE; zN6l8Mq=7RTE#e3QYWZR3S^UiAZEK=>5>j+W{yUtkqq&aHP*-SPQveR7P0#KDjSZFf zxQg%O#0d08W1u5(>nwMvZ;6lgj-}EXfoR2ZqD;5r@ky|Lq?OUGv;?umr|8w@dMz{3 z4kWe`07jMG$N*(aQYq+I;8JB8I$6o&c%!IakzA{l(6>edzG^7weA_tM1uy>$O`P{F*@JZIS zE3z{6vF!|DXH>JKg7UJwfd&Hih!wd6liY;ZW#bAs=bw;qw`MpnA_9%%VO4_K5{XeO zy_18bCJA?B!mK)2Eu8}a&o^v<_ab2=W1|sAk%Ux66JjGE*R(6fHP=y*Xn3@W^DA~hu#O%<*GP5m8tEcK7hi^SHLPy zy6Ddr_3Z(9Ghz;jAj*0+AMOq<9Y6?5?H8?8>L9!*s7|l)S-x8Y~?S#{D*#7`u6p%YnxhcA5 zFO?1|(V=Xj)DHe2v}OG~l-c$oRt&!y%9ElxAiy#+G(iX2J9dcp>yti(^p7B!7z(9_ zkR3uYvIRFCpPA#noAoPW6#@0H+}7RdB*-1M+7V=&9UDA+%KV0o<)h?nQIBKuJlh|b zLi*qFH2h~IEXA=MwtgW3m+5K9<#<=o-n;(*6CufRK;?t*PjY@&lmo~H00A)kmn^8| z!S>(G&q$U@UX3OElADO~0Q`tfE<#-9reXIEznSJ=@mFgZi=NCo3z~JgKK}q?A-f~? zzK=m#?8mT;lBcLrg1~lVJ|{U{m8h_W=tHaI=p#UlK-GtnE$gxVh|%nIzszdoI_*p! z7m}bhiTCJ_%x5KKAfwXY1Mv-h4zdQI47npogk#lHWCG}n37Q%{g>@!G>hIt3foC~*;{guaqnHEy-=DtaOXjxtB_Tdx6y~?y$SV`9me8MOgUZHP{k5vuSF_+9Ww^MeF_LB{`zKEgAkxH_RPxa2$I6wVJg<0y-pn88;Ql=i*7eOov6@6&2H8mWK7zEZyT?iTh}z{(#2@UQOQ2(UH-{(K%^n{b`HHr^Y_;gN z$k8x@6AY9(6!b{ea<%{FM=}#J#JV+ zW&jYOLnLjDS?LgLNR*0HirZ)M-Ny?9F8qh?V^J8#RRy0yLy>w{UaBAwBF@Uvk-3uP z`By^9fS=-Xu_Op(T}Ot9oR1yVz}Z}T#or!7gas3)(-w5a7Xtzt{JXV^^MUQyZd zZIdG$Z?=5roBWqI#s$uHakObpfj+_qQrT$(%Rox%Z7k5kV=9dksd%j(6y)5kmT6fE z6}yf~mtMvViIe0Cx%T#i3kJrIymWM8nqho>CGt^1lcV42dM6)3r33M)n)LoMwwvN> z3wTwb*HSqhv+4f;jKNEhTgzlEH65Ad-lx0kSWc$n)K-#*zj^1pxGu-s_ID!<$glDl zWf;;ZQjyz{?eQ%*>~*n$BSH$Gfv8nEUrBTboobJrc_!aRj}oeBQSG>D*o*Q#rbRPs zYXDMC%(lb&hepHmy+>LylQb&9tLxms+O3~|c-(i{)Fqeh>$#0%YpkgRNvu|32%$qL zSv|CcLDYEYJ(N?9w1QRPVo-9?f)K?TOxdap33hPNHxgC~l$ct`X zF``qGdKbvYF3F8qHDj?HQd*bV8$$IVsYg)Iz6tF!&|A?JhkZcpKJc3lW(#rdDj@bi z(n>wdkFwf?)V?u?Lx=!KtoD;JkXacNh$X$o1@27C8V7Ke8WufMQNVU%qX1}5=Ql!0 z>?AfAtRVJ$!K@IMkg$MgvJfJXsO>~O2*GS`l;Y8*B-Cmhx!aB3abX&T2042%ph*yS zF^N_@MhM_w0mt5S?aqWHK@n6=-%(Z)fjH+;-p#QgR?v>~+yvP(H<6MLwPaNd$CLMJ zD$OnK@xe)KSQgGz`RL8A#G46*Y(0gAAu0r3axhb#i1Ma|y4NW1+J!j~t8Z z=|w=6?1#4m(mxBmbKa=(smsH7Qh z#Zlvw03A29DB4Pmz7|_oQ!e^56Y8=3L2^D0#McV^Y8@WL#`BhiEx&!nS`rfbXp4%W zQnav*1Me;JTD8YIKN7POAx18~2!UngkfnUOgQGaP$aSo3MqhpPBRopDL+#`QgAX7z zpcC^nm0wXr8y!N6bCxY5H2iVK$O=bOTj|_Twx?ffbVLU=lIxU$CX3UG8pPO~zDuMt zo5;3PdXIs&o1M{4k9`S^CGUAR>#rZOqKMnA*-53xz)Jm9wC#9)v9T{SpvtNbDGXPZfCYKkPYVnVKnSsS% zs2m-BM0@fKqd?5Gd6J5g(WT@$mUTaN$GppO8RpaC56^HcoVIQE1M>1ahq95xgBu`; z)n$;t?gYj&W-k;|<4qbIep1CF?=r@&b=5%J$s-v503$aNPYg}AKd2bE+Za{6+q#{( z(Ds-VwUqn9QzeR#xHyC2NZMj^J~uAg{Le@9rzVW6$Vnm-Or^qW7SZkw=Ax?|@j>rmW^wWq*i@OQ;IFFP z*I^oApkhUA(2I%&8Fnk`b)1EO8D*Qs6=KLY`x2)7b{p~#N(}~0)`*)w&p@8{+%ld> zrFsYaN~XmM+gTIWVz*n=T4<7#k#lDwi+I(jpr4hIeF|(K({_)*Gc%MduF^;#MaRoz zA-C-Xv_t+>lctTXJy|u7-`<1edy?d4C~soF22o)1o(KRv{{S*~=2eLfi2nf0b&`?O z9MG=Idb5KNs&sb?bzcH~$sY2Ci*en908pQhWvvxh$_;j_f$(}U)=Ma*$!MwM@kuPi zN{ewC);;Ka346=6st=MkUm{UioQg^SL4~x0mWs^WM@I0aOF8%w(}Um-lHZW4=k5Xc zmV8DyVk~kQk9$9fq{pchc0e6L6=q7njuBw1tq=Q7{{V#fdz}L<7R4ZM;PoX0Simp+ zWq8D@Mt3KPrnNpJNB;9C&EU9Veg6Oi4(F!iP#JqWl=)myy|<$haQr7cJdxyg;cdGI zf4DtHv*!-38$mg86u(>Y=QA1QpeHs9yjvQa8RFU^*7`z zX4d!mFp4rfy02R^$@rdEKRc2{3gv!#o|ng0Vj}&FScve+E2esWK4|8TD3*&;DDt-6 z&%lhb^iV(@{Fxnv!)=@?{7Bnhkj7F{{5oi;s>>7ln(M1qBv=Hb z=Q3-;#&xU(eS6M%W#VvoJ{+=c^kI3-YVnk{@8;v#Q1m~OG5IXNS7KT7yn(Tpk^ly0 zO~IJM2Hx58o=ynkbc-B&1TbH)C0z%oeF0yhG-WLFXB12IPP7KUaGX2O)eE9e#1qF& zuZgVm*9;kw*BjW}E_74I!t&%%iLCU{{{Uf5x*!>En87PP!>If`aZLlQXiC0f@&QpI z{{UI{el8!5DHI&lzD_{ba~H`siD{|N=?QMhnO;SFiO_=_c5?aijZvP+wab4IwJ~Bl zlHF6Y^fe{K#Q={f){)>!NIL?(5OgKVGb+Kc7PU}%{YT%C@Q}R_l(nF`vOHW%G{49R znXcF0XXYJM&Y*V|>_pn^(_!2^wqZFL3d6JQGgW4k-*9}+Q$XpvF!JRe+lU;!h<#qn8VjYp2y{Ch^|TOP!%L4N{Mas;ywC5`qUGP~4?G5pT;(UD+k%)VAT z72dm*Hr7>+#NFg!ZFQ+h$npBw)MPS?i9$to(Iv$AAFXu~cV+=IhrSu>VUL~9A49YCPi1iSd=ILO}dz0JL8IN&5H1{JSNg6~UL_|g~k~Cu& zM?DIzNuY-B-6Vj)Zb0zepj zUB*RV-49yG9@ChxhGUg)cu&wqgdF#>per$oD`I8RVxW?JD%6gl2gr&~q{HCJvFdLj zEZu7(LsP0zui_+~2|T(asFYGS@ge%(QHVW*BgnT+pkyjYZT@8c0JEEmdt~_59DDqC z)Y5U;O12~Z49ex7wIAdi88#kSUWtS*Hmvll&P7Hj@jdE!??0Lz)1xHH*9+H5$>3J(U}kNu~an+&nOM_eSNws^Pth3Upp_ST1B zmY#1|A+$$ejm#jaL6=|R|^KKieRvyJ2#)kv+3@9^{TTv%q`8Y)`P70^8xEtVh5 zTibFSc^Tf3&lreFF<078T^>Voo|YcajzVH8?8(-KZ-`ZRr0c1G-2&HH)K?mYy(I(^ z)iFukvI2XKQ>cLs{i3qyLO9lLlutXz$NvDNW=j=l^|gr~xh<4^O_Uq{Cs9_ID{MsKa@s8T zma+D`=*uO}w-or2M0X92iU!8}mVA#Cx71liy7z~R^mbx|lyp>I%duT~p5Sd_WFIy} zVn0!B<7^C86@|yLx82_075t7{58}Rqs8H;Le0zy@<^HbO;OgJAWmlBs#OS{f1813W>Gf* zz4T1e@|L}9S=ER?Fnk66qR(x9OpKC~5w%pxO88Pq0B^Wb@hwX2DFpuj6Kjc$MRkTg zJJbV}%2K5&UiGbr&MJiBy%ii5PCgCo{Z&e~lhIMBsvOd-Wq|=^8q6DRv^|bM5bF5b ztf&CbpgNq=#VfRWelL^pLy2Xb>N?WRdF+!dILyP4frrn@n5>UaNq?_IJGFPb)hnT zicr)ej>d%DE!wOJD85YkkK?>3V}~TR!Luw{>(CP^$lMDt{7b%K@#1@!-diKWrzD;0 z-f6SfYlJMSAXj6vY_ZUb z%GhvtZmwlDz`x86#UP!DZ;+~^N+n)K*qLY)oD_N;h!@LdUg5f^5{nk1#$VvotrPJq zFB)4d@ffy-rHlQQ0k|#@0C{|TMsgR0QaAaFCQa#B9z~n9_wy{c@)=7;$eM-a|BCv{1`;SzMr)F0wky$-JEE40B>wQW~3E7jY zI&n#@3~~1A4`9@ho2dh_CNf37LK_sZj;@`bX($qE#G*nsV%Jzu1R|>TM^ll0VO1y# zvLp0LOh*A%Pz;0b4!D!C0Juc#N3bhM?lDHpeaooI&WCWLMG^rJwuey(8j-U`L!>Jm z$Xvx|5+`xEQACc4qDQkNQwkhWBnLu9zVTe>5i>Czt++EDi-3^Ra>sNf+SKqG*h1aK203W7gTK+uX{1&nCMJx4K-v>_WhA>QXqV$UD| zq)Lo~_d{;Gd+rBd@*9{)Dk4GLBoDSii=!k5aapE3c7`R5;-WkaEE^@ggvnU2T$r|5 zupr=)+nn8qf-!icl>}F5UzlB4Y&Ekhl*tspETd)BSw2!i{$0wNn?!dkC_Y_p-V#nU zJ=L^XOnoilBf-*;V9#cV(fN{lAvby=%2p5O@MjL|C-7l@BH9^#b+P=xs2cC zp_ez63_k;KM6*(B8$gHN9bQ#c@RRjS(!Vu|}mzu@X?` zVI>yL4GxS%yurptP3TN!Esx|hX0M37)ke&mJq@ zZ}_fYuw6gDzkc&%#-|z#B;x4w^|3Cm!HE4ChV`!lUQJF4Z(!yoT>k(`=TLAqKT?Wv2Pf?EYPd{< zI(m$i@Xb36gdKh-rizxg>;k4b&N~||3HnM;@f~FY+2mK_`E{r(;F3;+^z6@1;}+OP zPsoAW>7OCGEFa`U$uRVJ#khrg)P&Fp_M2?aPUWd5!^nQ6ZM;*}{m8@l5%k68(VR?v z{iKaoz?T+b_^CRAnh5v#gvxfx^~WrIqsA}4QretvAT<{vuLac9XOq$>?5GAKQWHkc zw6Qh)#K~5meZ&FgRW337N3CULn^&cR*t!M)DOm`xs3UP!^WuB?jIaPdnF-#YEf!w! zJb|gb=EsWl8KeMPspgfjPh%%cw_SH6;kzF-Nm1*~>X6mwx5vShyr(SJDItWz)tvtT zm{R8LPm@W?(ayXdm29`h<(j+w$d8FaxiJP@1=o)3I$K^ zG9%PQ6o0!dINol%$PU1mX)$U0G%ZNBvOiNJ&hdH-^@12pejY+tKm>OalEqgggcE|T z2{FoUK1ZpJY%;+@Q(IW3b1}4uO#3d9NI!BS*&a?!XT% zADN)8`!1}M**~e}*!+jmyQ8UdS37E`3t>%v-fCw|GD-jW88sY@+v)Zuwix*>c8#_&)a)6^*5%b%G*wqhI{BDvep=6_L#LRHvzY}-t1=Pr zeT;RHqN~Y+_Gr0|Whz190M}&7I{D!2e4qSoWqFQ5_a%J%hw4;gTFqz`Z%DQ~0GSCCAV`xq0c8{>vT&UAIS2dB*qSOv-Gc20)n=2FnLX-?SAX9_-!9)2v5 z(=a}uAvVBuF}B)E6R&eO{-MRB)=h`*_#4#o?9ghkuf)C{j|0t(hKJxd|r+Fh|dX|=zoNFH`B#&qGRy)&yQF1-Krk3oF6+4+;3p7=Xpr2vfn>UmU z!2#^fD9rmW7Z(^Hys`a3Cw&7lo}vsvMbHZ^vUx?SuL{o3?b z5u{}~9Dd0pp5;lPmNNS~@Y?`N=FvXWvJR2*bIU2p=z^*MBW4zg2S7;GTk$4UDx+pI zktBWGC}2Y&DlOcv;Sm{v1xq4|R5H-Tbi zpGT#OeUvxQ6J-1DS6-VZQo}O+vDB}7Rd&bTO(UtvsFe9sw{RnlS&X&Gv@;!in99d} zDKha#GnMR%7Ziq;)KRSgA*o+|EU?9?#+kpwr%0TodM6}RPylLD=UwDaaQxd!f;a6b z@3U-slK#$Yv%MlVKXCqK#u@up^(jz-;#=dklnBV!^k}hd0<-)<^KVcOa9V9DrU{j4 zV>G09V8-MHn`fI646L@WN&L$@S9{pr;MUjT4{~;TD+-FTuEjetF<#+}qkhsdH7JNq zhAnbrufC!zl}w@)=@M3(AVR;jbs?*+%;s*)%!?Ai+z#)UQ=Nz0zF4@l11o30o#a7;AauI z0x_g*?;9`w2)&k_=L_#ZB_XY zA#0D={lub!zu1L<$_B(%$jWT&Y+@VuGUpk-lBqCkFc^a@Z^iS+Iz8$}TW1{R4(YWU_1Km~Y{KK(x#kig%`%Ee1&6wp_?^4H&&r?_%_>}S0Di%_2VfWZqE2Gxt zvxdLV5TQNHW7rwP%f2ry5qdi6UX_8*M`z`lZ)9Wh)IWsCHW0qx%(p#|PDk7Mm!6S- zE07<|9Cu|SKSrZB46c}uiA$WOmIZnSZL;YGfLrl1{JtPH60R(!GHd?rl{8JrT%JD*AQR#dzfzk15j@Y)aDPoFYl^>n5lzG}eaxiL zpCMm%4Va(aqyjf8vfIeb9sGgu(|y8M-Cj0V+yF!RlvzJTStDfv)^{Wo?@;@A_ffjY zVFoHwqttZMD|fU+)q)__*Y=YpEX;KfFOdQk$BmWEOELE9D985dSqgom!yEy#2V=aP zN`}YK_JZ1g5vgsK0?NBPFgHU%x3Qp=5v^v2ymyR>#W5)9S-9y9H<9xg)|UB*R&u7y zYC=4gAUbG%Hd9rt69pBK*%2FaRfCdxWvg;d0Pa|Ee8q`qJDFzOCk&M!z||l}5|cfL zg66{kv;P27HCX(;Hdo_oXo0QI8sqayARbzU+00mnUT4NmGkp;9ymtj?-gEg>y0?q2 z<~KJbYYpPsGMg)wcmDvJr~_vk7C_l|9UX%zxi+r< z0KS@;5A!1#O5h#uuHzpiNZ$21`JF%fD{AbovZ6=c2#AygK1{m?7Q`^?x!*~Ok+ZMF zDrn-%{AOrBsQhe&tbti8sB&_l2{tkI{K`u)?AbMkI)j#C#atbaea587R$m>{2t z{vyFp8ye~ytLl0_Hap0hH^1>krlNeb2jXY*{ZPqi`hOC;KOvgEDLOMZlpK>GivsPR zNb)$wk)yZOcelupk5bs@OcczOo?yc8v00cF_cN_widK1kN855WRc4Hq?Lxz9uD>5I zb1QIhh*9oLu>-|G_K4$M9tV?^Eg{85y?_!c3~_Y?_ZhD#k2BqoD<3JW;DW6K_cI2d z2r}!9$rXS;2fQmqAlD;fh`=c%=nu>jk+53CR(54Oat_2I6R*TS93Q9T$Fl^sdR{vA z%ABf-?6H+uAeIUYzRj$$Bi;bGOiuJ+iZ7C0iln1t7=0N1LsJXKvVVajH3j(+r!1xE z5Yt%Pp4$a!)JoJMmn2Hu?1SHNTe32AfU~YF#BNquXMXZ*huJ1q*xG2MAg$O^Kinmz zHGqM$C~JPiHme977}j*-#@jBM@#EsAHUmQvK`@g09{&KSk7uch92Umh{lPA6$?QLv z9j9=lR(Vwr+WnCs-sFrVdmA#T9IjSKpUjbUup}yXC!~I3fy&9r(A12c<<*7ue79?ZkU9>y{=70+?Ij8!23*^^eWh#@tsVaHaw zgx04~wW%gfM~H!mWEY(X9gv$^2*+_iGv+;G1d(A19As=YAGp?xG6!QLCQ9HL5d=(! zM@K1*iVPzUSn(rSD$HSL13PghFpU~SbVD;S8xH41VY518SsMw<9Ktb1i~(JvCUsyh>Lo$_k`A>!Kpd2GHoF+Lam?~aI5zO_?i5MY-@lr_YT#%puqjZ z*u{$3877sLyw)+Lh4qfdyn!=(>j!;_ahOH5l|LYfkhnHBLnp@ikNu&sK5Kr0xeJBL zL6oGFawUr&A_)0`7J6wB(_jZ#cZ z<5}@1+D*n&^{OlGWoIKpV`Pz{0g=Yl(Zu4EsL@f$XaT;Z#tvC#==;n@Gch0&FEDR< zbbaNCdoN40z{B{A!%e^s%-6AE^m|&kd_Yggl)1Jj z+O&&@<&x|`tlfbtc|5fi6XY~ZBif<1(51EqO(}T{H=@G&J~8(4!CU*G74sBiQc}1F1B=7tf7MTefmJ~2$?1>$< zjh>=15|+WM$z?i<_NBlJ6d4XhMHmqy1oURQD5TQUCOBxon%YPGEs4FZ$L2n^J@*X8 z%PQJ^YBHNG4DY52m4G)Qy3GOz63)iQxM+_C{D>At8UFy4yo92fWmJ@(WhO~3+JiMj z{7ZMmJMBoF^Z*{vc3+h(6(2;eah4#~rH!M6+@0%isL&^yo|y~U-qDK3^Bl_k+HKOn21!$3-Y{r4DKxtwfhrk;(C7boYS zqwR(Z3!f>N;_v%{p2XDQV;j6qkAL)>lZ`Xp@f&g5vcrt7%!dk~c63Sh0&H-2g%$Yy zj(<9p+&(=x^#uUEpPh6juZIKn$>KtKXz}&*#o1YVT0Br5iIH=h1(=l;2oGJb6W0zpf)9uX_?5iQ zC=|P}4cA*9&|5^|{C+qsA2sq+eGH?u*K+>=h{6|8ALmg$XnKM8#fyeo0m;RBoFN?^xA>6c;2;`PRl$9&JMmbPSJlVnJVsnimdhAM+fgrNt$F8R>enV{{ym**Xv*vt{ z8RL6)JTQ`}8ux(~G0S1pCo6@9HIbtzsX8!YXI}9YOE%^~hAU5K;EMC zbokhunF^mBLh3$R)EmI;b<`$>@$d05?c(v&RhAVHpcs~4x&^E&7y z@7#gy(B9z9WQ^J5Wl}g>vS+lh_mP&2^5{j_j$}()c@Yb(wWuvdOs(9;2?ypl849=C zIjq#o#MU=QQoiRM_a%FFIxrlU_ab90kY4`q3tCHK?hO6HRU#sGW06TQ!8T;o*XpF`z&ZiX+5d5fP&dgku`U za~Q(Vj4_FfW4PjD2$>9yiSB0s9HY2K9-=%RqeM|Lg%gbF(<2=?&Ydxau2tC1KLOf&% zL;DDAYOcQ0qszw5rN0?su>q#&=#s6WPaduD(Gj@Zc@}66#M9%@k5KlBUN*8eA(udo zXV6cl@R$|QhWeX=FISqcU~XIbex*9tn>OR?%E9r_Ev-)~d3esml5N@IShx&&*J2Z8 zW`IGOKTvVcfonQ0fSEo+H^>zyQ_;sYG)XB*&^u)suITh-*Ar;4gTD7NR$1oaUvV1% z5Mxnk<57*9j7w}(EQEt9`F>i(Vi=yGc$byO+4lq5W_ioSmNa@f(o$n=wQd6$zXlVo~**UB*DN*c$zmfeJrZHb^~juC7A6?ki%k7;_^jE?jAW$A);b9 zoO8oC^jM00MC$%k^lAh~+z>JBtdgp&XbqbIG-hz50-wgPksj;5w04MDRp zYsd$yz-x8#~7KdtNIAsZ|`2@1fMV#LN0>L%Ja+efC82-UFHzR;gu!uguZo zTrMDN_CfA(Q%v`9%}H7}7`a|muYG(I*5#t)9}(8X%V05JJ10V0S831+$Eir@E{kO$ zkC-3C8GIuM}HI0 z{cp!tZZkDi=+7>pn+G%vdl+KwG;rmQ8S*`QASL)CT5gAP8Ovd5kK3=AcffKheE}JO z>)H*>_D_h37e``hQ8AaN(32iy?8%zC#`=;GiVSKPz6TK%9vu}{o29f1Qn{7)X;u!ZkO z;v=vhJw^u5_x>Q)S=`9(%Ow>-BHs5T7J=?%QM+E#g|5a@k1BaT3sZRCMn-Snv=Im7 z$?F4P8ID=avS3+&G7AJbKvnjFSbUmc61PMGzr=V=?RB{_pga8ts;W$zXV7?fX##yP zt*?SQjI(Lb8iv@QFK`Tp?1S+#JLc3;3s^?r_TQnc#$M%pj0V;u%S9euX>wr=e#~gJ z!GPI>R+5BNQ7SnybOezjQK>yZ?{JJxtDzUz^%X}^d`uK5p|v5l&f}k<1hu{9Fym|* z_uOl_kg+Bak|T56U>lBQCOK9Th+5K4i>Qd5i8?G`Hgc}aAP*6#)vku)Y&wC9*&U4q zu#!xc!emA$)I>*dLK7TD;($Pf4bajxBWWoz8w?>tFC!*7jERon86COPq6kMEB#I*d z+;|WeT~5)96d8;+bA(geY3dYVcM*(D#<7IMN$zxGH*=;4ZCaCpH3UY~d9p1NYQhNlcOkyjy>5Kv%$y)Hp@#6%!Qj|#_w}c(4d9h+8K*! zLI^Ng(2^mv#2E)JOCn2a@8F2N;^i!iMPdo z+}m-ve@?I%>=E4a&Mme?*m0JY@j?vqGh%OOIOLivIsQJp%tmD!*q$Nkj3>j$evgPV z=qz>r0BF`m)Q+Yb*IWR(8Py{A*_S<5eIPqvNxJ0odvzM>bqKv~26f1Oh~H!RyI1U^u+u zn!>mT@houj($W-Ye&C~ri(Qc2gf6734z(yUuo|Lt4yN}WrMrIyL7T^Dl0f#Ezz#Y* z`Ku~qH%&fo9q-T*gD(}UVhE9NqG{9E50M`-MR^k`QzP^7F>Z@hhK5!eUAE# zAQo#zN~~B$QefOj>{7n+HA2k|0Fl`0chf?Bv}HMtvi^;&0*IDreTjz4aZBK__MwS`A%^i$GEd65kz4fvFu;0KLKyPvfY(Y^1WfBvIw@ zxgDyi4$P5=MI`kr@^36i-o(_A$t#fENSiAjxGK5>ic`pNon(*2#0R z1%R+0#Gt<&sbX|=CDUa&*3263y-#tV+U%xTMf4BG<+V1cB=tQb)49ozfsu-^A3rn8 zTq?G~?q2$Pku=`FcDoUB!quar!}2)3EcQ%X!%abtXI{|!9MNd(c4lh}Amvt%_7SgP zEpaUsjSWs?*-bQQG3*LKZK(VMBo>lMQ|~FNx!CQC0rBw*uH6l6kMRwdcP)$cscym8 zo$vGk&GP88x#79@+=yXu4$b!;(DPhR=L!04MpHhR7K- zY!R|M6D!JLJ}sxn5g*3#A5TigGgq{8!cH!jR$}%>wJR(vHUzu43zNx6{{Y@q-%gAu zc`E{DI`6GY{HqDxrIm^X_bakg4a!He&hl|u1y?e3exOX=COI6E1f?EJ$GR>kaSBH3 za<3hs^)Mg_Hji5lG@?rOl18LPvflDkU(9hJ2+=(M04`~15Q@Ma(aJnxmW?eO^0vo@ z(UVqw?ZE?gBwIX079)stmgz{`9UIBF`-45Dx{sv5&Yv3xDO(OuN}U#3$3hB?s6}lULSP{%GysrPHwr<$OdBSxeWZm#gF3J^7UR?+*d3+=arcH>0*~g(Fu#HE%bs%<&*ijpp z$gE;4$ZmwxLS&7p0~o>VZH5fbqb0EJ3t`m5oXiZ5aS4gJh99_~#seI%gpmZ0Ml6v; z#uNyr+H`9fj3Jx|h)izCGb0Mi@+4%*RiiCfLO{p4(HLmXfMRbW5V!6(aR`{0@MQIv zDC$dFOa>MYQI=?k(DS#r1q8KwF@s>j+P^5nR3ljq`iKv4%%x){2_PSIn4Ksx5Ot#! z+-d=7wnvbBh>>bJj^e8B61^fbI!pAsk}Xpj$OpucWd8s|uV{-=m{%lALi##D4joc$6Zqb0frW+9A?n3Fm8=4S;Y#yV1=vC20dw6Q+Y zWX6BQ#&REypfKFF#!z(ts)kbzp&3BYiq3gEF0trO9)Rw1kEA`MSeKR1Z+~c2jIN|G zk(SxdCvKT9AIJn?yZP9gUr%Q%vavtR^1H*)f0B|{a{GqmK9N(nR5Uel+C8%#^e8k$ zT*?zK9I5QgE)O^gCfj;5Nyl=6%^mM^%4BZ*1rkX8jDa4K(SctY<|0q$gE$;=@R5+79E`k1(%KVWLC2= zAi>Eb#q95dV~qtXc^`O1SnU47Lxovp8<+UiX-Ah@jYP6${3-3kD7#}TuYGK4X>%+3 zfPgxbnK+HJ)YL{3cWkM1+*&L(+8Pk}6u}YrCq*NakIt1=c$XJEbckif5`!Zbj z42@GWDeUwopXcE}+_I{{)Tp2x!>cAvNb3Ip%^>!; zC=xSx{K4C2QZ@t`k>vR>ZR{x9ziGk$0453=C}RoBz$fYf5v={le5Vt+fy8>Y%$*pG zcLhVE3qiFSnVyG;wi8otv+N?@evpp3k(1*A%Cz?uk6}7M**EEra4Rk(7~G3CdxEpd z#wQ+EW7*EjsgGTlz$9PHZHxp~ zJxDBQtYmXO#D&^%ZN@Q~3?XRsBT@o;o#m**Q6n^l#?)6k8;~<@VUiKrK;}J+jLbC* zB6M_3LKA?GQ5po6u`!3Jl7SebxgyL4BYQ}iOxglM(->nIlZ@dA!!||~Efa(cFfRVX# ziE4m0L}9W?)goMeJU2u`7mWaRBGr_NLD-W%a%kxHG0xnW1^8YBfg@VVh*g192L zBlJ6(43*eDO53UoPr;0&JaUz60fSf}x75kLx`MKu$|C95F<8*LFrNTt8lf7<(aOn2 zLHx*Fbs}R2W?L>O%_;|S#~YF$c4l2%i7MVin}J6Z(XRghiIOxLM`l>K9rwAKOoOqr zCtR=GM*<7Ri*_G)8|o3qkgg1qmg~qsaQ?0`D=`BDYN}dZL z8B}jZXo28YRwVYX0mSRqD*doro;nENiK!rBw$mNEm57=Q<7*g-|%l97+Q5tMsD z$aOl=n|nCmRI@20%DmhZt%1=HG!>D#QU~FSeMIskPeI}BMXgoFkHo`bUsV=tnQKov zlz~MWWHWGd0WNJlY>Hq}`bvdnp3nPOQF_I-~36YlEX)~c6BY}@t&4}eNgq2K{PK1R_ zR%0_Y4|jvRMP`vPfGG-CMzP#sI*H{NYB{4BqlxIqSi&+SQVEHDdLBYC4{(vDT^L6z z*!Ma~eSRiGxF{pF6f9^lz`|pK$EehD>UTz94^bZ&y+;!;4rA1bqnOCp%)&Iq6SWo) zjV4CK$Fb@}OalqI(X*y8%43ws6zV)S<^x2)#oUM(yMRh0of-^qm<*k9$qo6 z!>EQ*e2@_dHH#`ETbU42;=pm=&b>)InRX8K20+x_Q{oY4+`Yy_x@-e9g5E>iMq=Jo z$8)j?*$^N~*#lNtLeaJ2b9Lj~+VNST>H~ih%Q)+bk=)mDS-JocXB6R1$xaR>uOvXr zX4lZw%UhwG7 zMvlwWl0Ek;je%ZP9O4gcJNlsB^C4Wxv##+w_?g~BD=}g6WxiGF!`@P5uwZorsfeTi zTVR4QT*9EfQf8X^mI zUF~D1XGCV09g+qRiw2KkM$5Rx(;(iW5@f8s#DWT;glT79EF{ZR`IZCuV(1Hx2 ze1aQWl~!|aq63&Caz9Y^dyH@_EY@LU0zllkq=z5_F&H^pU_qL$Ga+;dj3nVqxokf) zBU_bO*d$iKiFr-w-^IW`kro*AsgMDgg`Al^T!%~{eQayy5iHg!l zI+9k!W9_7&>_~|MBhkCiVps_tQpTL6RSKq1eO+}WuJf^}tX?e|8m{s^nQ4fqqsflR zne0o)hz|;E(4$qb>QP8#B}L9=T~$}m1k8^onrvge5f?Wxn|mfy-)EHFmd5L3R^G*q zqgK+hOEgxFzZ0F@nQx7fg=(!c0{FC zWdlV-Dy*jj4vdS5?_$cTtUmi)K+z^3u(0k6W?C@z>_o36TYmy-Ey}`d9St9NHGr`_ zj-;Ph4#?_7^;gH=voIS>3o5OtAj)f0s}VFex)kvq=2T|a+0c}OtuxN@A?y~X(f5bb zc7X0ydl@x$c!4U_oXdJF+Rgl#1&t&6n*uT4_Y~&MjSmetw1ha^ca$`7xQ=Eq)iID3 zk|Tg7qL|^yg)OB_lwH?m0rgaq*oeYDKV=Q38-Pq90X|4k6+9^76!PjduvnLSJ(zFILu6YO;e!B+swxDyQ-F8b}HY$hAPq=3jH)an6RC680oU@}GQKqESIP$Cg9hi_B7q8O6}57;qC*o;{so}n=t zEN@`RNsVuLf|url$b}x(Js|PpqUVz17@a(a3o>F2xEZCRKSfT zSb^;vG1>*lsFSe)vbI+2OW{`3ZbNMfW@lb0E|?B6Ac=K@c~U!-VxJS#D;yOwo@&O* zlSRHoo=dsa+2lJv5;Pu3+=X_ei1^;9;iOM}g;#O7{Gq7mm_9|DQz@@_`_UzTqokF#H$^Nl6gcuxC@aQ;>J58x6u3+6VD6JCy5ih8omH(OHTq73`tC z#D>arHn7)Uc^Mr;W#cluf)8RND26hI*djvp5H>pzuFj~B)eLp*5L1Aqr!F zlITt%VDq7#MPmJ98p1G$Xcx$v>XY*vmT2~1#F@a5U=IXdU|tk}OwnOyDuMTjhD%EP z$=5BEjTk8A$%(h4(((C4007?7#~+qZJ77ff3NxI0m~DKHhxbHnqkqP#4WsVgnf4V&( z$T=YR`$FH3>+K-M{{Ta;aW~ZH;~;h9Tgzo)TbgYD0G1Q|5F^?kz&rMv>LjtrqP)J& z^$f<*c!ZSlmArpCh@tEs8WpMj<3@L(+hXI)zq%0nqk|aR5Ye9&*uNYJs>sBG!X5 zXvRkj-Lc^6cK0JKB&5s5tY5WeI@#h4=RZ5$+H-aTe9BAD=G zV8sSwQ1V1+JBhi(%|rsw2u@=nV;sgt(*#B_gvTG4!2=3AQ=-n8!cNp!x`Z|~ zh=-#c5X@o7(p7Ci{iB0w05xGi&L%{y9py1TG;uS5iLn!6V-5sIZbuh$8iy08qfH`W zX9J@!Xq9?8G2rSn{mUcrFi;w@ZTA?%#kV_s138aVP@$DSm3lHe$CAh^v&Jo!LX4Kk zfYFlHAmy~uMPo5Q#2`tQz#uB-I9O&C#>*78GS=8IMX<;D7#S%l5U|vUwwOm*?IL3o z(N-Bnor!UYk@kR0&83W)V;z|NF;S1 z$YCwjZAW^X(aXj}IPAw;cEOdGw#>BTaax8wbt&xL%^W~gm`ykSh7fjmi~>|O}>k6RVKWh&f%GJ37-cNFBF zD(JIuu_7Rd+U^8Lmk<%Ah?slE5#O{aKrtG=`hY4xHZHr2-h?*Fj=i9cq!>!ZRzy@Z zVSsvnsF??bX2t^h! z`HvTo^C2Q8j1^<1SmWf7M{@TEk!044%U7^OHmeH!$;k!dQ|#BTEc*A6-Ieu*zGim2 z&*mMAY(t)YB3nUiLmuR9QBe-ZwL0>XUtM-D+D73#?2&P09fML0643kU@iG;wxU^*| zB2_W3(1ralBo{0c6)R*RqlqRrUNearn0h;9PrRC}f(RRdmLSG6{v#ojFS5|({$zjD z1~RRzGm^&M;iIn$j0<(FIfc`XSP~Ak@hhoK?2V}%b$xVV>(0cY#zoYF|6ESFohuC>h$#KfFuLJ_SybG180V2T<%Jc=&h1z9L)=?2Vtw8FGYx!Z^cGo}r(HcH**6Vw1TGbWD()NSvcLl{T#h-W(g>cteQMR8kVM0Jp95Y@1aBWM>6V23 z7}8<_B3KHs1~YTeL%ok6MiHo>&L$A89T1q237E`qGDUJeWE+lC0F78>RzeojE7Xu= z$lXPvGKH2kTPIsV60u)V;?ow0%Nb?$2B7wUOo?sWaj;Axi;Ez(zWR*|)SSAQ!onLW zn;GL6Pr;83vk{S-*i16f3$Fd7L}Ya~$ErzHH33+ms=m@epgrO-(2*MqS}LVM0f0X6ynEO4D!k*?!VC@}=Xx|Lcpv~_ z72nbBXX?2AVU=IGHidX&GSbHK?{RC{feU?%BB%Dzg2>Ckizjdw;tya1LN~b^F8hYg z9KJKhvd4&Ol0e+O%J}g~+b{nBs8QDc0M4N!D}Ez;*RYfU%MfQAhDO;YC0Xxb%#zWh z7xaCiJ;9rxIue?UuP_GTA75*rK#Np$tjVItGJpwf#7n?qsa$eAeqycv0Ka*S@&_%X zoqO&FdZ{h5I=gh*GD|J2sn8R2B;=YioQ-{xD%fbt-avUN)TOab%(NYzURANwe{{CR zZ3$IC(@Q!A#-WiO!kxa@CBEhq7i%E7KrkY6fE|sfJ2aZ}+3pJDM@K&aOGXnK%^F%0 zD32}sh*~pqgu_tn$8I1IK$v9`Hj%WQhNLaqLWZglWXQ3ovUF1jjCEj1)JCGoluRoe zqHz(zHH-p`Y1@cnm3Iikl=mc2xz*Nn?Ii<5Oom8`-71~Re1p3Tw90)cl=dC8!=ZQ7 zjf_??gv=A7PKy{KM+lRaV-69~qB>wuv82v13797n6LY6b8aj0C#N5UfAu%^Nof&{} z8;BRU?Ty6~80}7-I%5&|n1o4)jUoy$7NO_+(+z=i}Er27cP$tp*4QN-tX z>%GiT1sYjk!@HivGzlaxxrc3)R$Jx7)Vj^%wWbODox*K%|; zpr_bN9=)K}srQmCo$U7+eSuV+!j4S7GV}#>0@eVTK26^67k!ynqn0?D(Bi{!rKEd_ zxYSpPI-cRU!(>YIZ5U=fplSvOjlPR@RSWM2$k7K;g5B%5$9>72SR*+0#w(R?c`x-W zOn}7snWM2ug?)D4ypb<|%oGUlV4(A1zge}>lC7Iw;3~vPRkl6M6dp`=N%9i5)e!qm z)b|0f{-H!>h|p-maqRs#JJ##J2b;%5UI3|PXPOnSxvC9O#?Fr-MMao|THXh$&$35r*UJ?-K(Ap$Fs%uISL zb)s?}f=q+jH5N>wVoZ80lnBM@KXVFkIubT$tkNcFf{@^LWc8_oR(przg2V_4sFT-N z@$N+Z1Nw#QRlzSKf1)N06`AkvsaVIjW@-D33KTU8Vor$&1&I)u%1kC56=FqMj5;hq z7Gnrv7^ZQU!(teuMzjGtaW~va(3*uOzM>FfncENqK^`M@7GwcQojP>JB#mHV?kv^; znw$i7qQYUih(wYh6Bvb-Gr2Jlq;6o0o!pQJx`K^lIx)a%NvOsX8pkVW$#J@dQYksO4!g>4d^2(O&9QnH)aapl+pF647HslCc;Bl}A$iI-Z2kh1iWXMp9<=jej(%zWf-gV z7wP!?OGm};?J#R-b@+#~asYA!9>df!+R5KgYbzkkG6Z88CS)^~xrZ8xOe&Q#s;h9M ztbs7HWR-LzrriiTH;jVYed3X7!feU+?h9q!Uod8~ahutif}l<1vm{FQBB*cT7g+s3 zXRREy3C&)lJW324ZGDf~t7GG3!t%u|^WQxj5C8>q(QGf}J~ z*byRa!ZO(LpkWl+s{+}aA5mJev2l5k)#Hzu;b83B$WM*}CRwIM;c zLaYp=5jt37{I?-cWPlJN7ej+Z-*KQAplE?GNdc0qgbw7(0KK0e0V)R7`8`YltbOE6dyZz2lQBr5L>+@IFqfcpD=9l5OKd~-kIW3J z=rzCyc4aFY zMlpuuTPn~Rtg-|$$S)DYAN_I*QQOaaOJ8%lgw>U__ zi?{@6b4I-4(S@N3M;@mG7)(Vvn4nE&61pHjRiw#e!mzLeMo}VL1bJu}jCvgy_9IdP zV-1?5d3@fuH{zb)xM%iHa7!D ziILFmSgZL7n#8+AOWb=mT$+V5nsKHh*gTI?GjIgNxQ)TAI+vg##)}mE!qf%>y~;YD zOeK~*jpOe%0icGgMwHkyn!~Q*3$|vVNM5q0Fpi;YLkSBnb5Ve;txv=j+)&=#OGZtD zAt~GeQYqU7x70y~%keJ4gE*-CO~|5|P_+2PU;vherD5#`zZYYuZp_(JYZxVj?pS1F zuz@`%e$b4l7@e6dXj(leJNATEUbWQ0dJ?pRC;(1c%;xAoPqT{vBuw!b?lgj6qj4I{ zWGs7k+{46xh^mB`Le?aKbSAQiqB_7> zMR@@v4!}qYcNVX*ie;+jkTtm~=J^q`D7=W0)XdETf*oXR($#X?p%*5tSN6a#ff_#2 z#kN!lI;LB+QDrFv^#W;WoWA|a##7}h6P{|BB|~ufswI7-cvY^)ke4;mz8fDAWXeJ% zamOkFBi=W|_3bT91(&%En8ph$#1JUd;F~gbtbx=;9n5MYRgMcK3%KwGyAT+IQQ&So zff{rO`IsYs3O_rIU_HINk5REZ#A~<)2eAtS+zRobEN&xGy7Rrlh|K{x?nX>~pE58v zDvoA%yppsh;w@-c!t1Z8tUO572$BWrN#Pe-5kbU2Co^g_+yNs5lLY2H&9oHRniQZG2t(;A1fMuQ_}oUPo&5(}fY64IhqL-Hj~G5e*G zl56rF;s!Xkw_f||Q)RZ;iD!BDl-VbC7*JUWF`_9k2ecxbBF+LVzz_(tfQker6bPbp zP#`hdogJvwgu)n`h)n5>I2fdCMz6e(4yFh*j^jj@(IOB8S<|OX0YvWNMTEx#I&|rS zWRs^(gb3)Obm#yq>C>h$)4pd;ftXl=bm@_YtWi32AUVCHXWn$_j3JR*?>ck?Aye8& zr@7On3m*Rf+XwlbIuTIy_KGJ?fCmWX_7kT}4`W(JXHJ-8B9VTbigH9DEOT^ z1|vE}Z0XY)BxW{r=tdkP)^z9@he;RSbm$ntc;DP5?l=DcOirB?hCwntpzrNEbaHVT zzVgEsbm@aGf}h$Beaz|8B4p|PksI1{>3|{jk+;O@(=#K4aTBLSW)tQz&+VN$C{P{4 zqaY}!+zHd6L!uuMv(!)r;&kZdV!yP3{pU`Znj-{LI&=dvH;_E((1e7?3Dc%9;Sl@I zoiGNN-^A(A42c#iPMrY67JSH>bm+)rARWT-fbtzqodk-&yQl!8LJ|J}DV;h+opI=` z%^jIpuex;T@gXADj{xhbX-{kcojNP*wlZ7#Ub>Oj*gKs%0-~~y6VUd7{F&3CLa`I( zDfgW^VNQ)c^QS@)%kE?U05hjWWCw(<4xBxwPJ~gd7-vqH!%SJzrZLhsojPPP8##UFPMD$$$M}{s z{{YYYPMrYE8t?3tSN{NcojMd|LT3rnp%irK)1d&d!gS~iFU)ezoe76X+H~oRGH{(b m1`*5c9zCZ{nFNa8X%y+xGYDeNoe7SLCr+3LPMtbqAOG3KM27AF literal 0 HcmV?d00001 diff --git a/static/src/img/s_blog_posts.svg b/static/src/img/s_blog_posts.svg new file mode 100644 index 0000000..9f98059 --- /dev/null +++ b/static/src/img/s_blog_posts.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/src/js/components/translator.js b/static/src/js/components/translator.js new file mode 100644 index 0000000..ffde387 --- /dev/null +++ b/static/src/js/components/translator.js @@ -0,0 +1,21 @@ +/** @odoo-module **/ + +import { WebsiteTranslator } from '@website/components/translator/translator'; +import { patch } from "@web/core/utils/patch"; + +patch(WebsiteTranslator.prototype, { + /** + * @override + */ + _beforeEditorActive() { + super._beforeEditorActive(...arguments); + $(this.websiteService.pageDocument).find('[data-translate-error-tooltip]').tooltip({ + container: this.websiteService.pageDocument.body, + trigger: 'click', + delay: {'show': 0, 'hide': 0}, + title: function () { + return $(this).data('translate-error-tooltip'); + }, + }); + } +}); diff --git a/static/src/js/contentshare.js b/static/src/js/contentshare.js new file mode 100644 index 0000000..f14c7d9 --- /dev/null +++ b/static/src/js/contentshare.js @@ -0,0 +1,109 @@ +/** @odoo-module **/ + +import { sprintf } from "@web/core/utils/strings"; +import dom from "@web/legacy/js/core/dom"; + +$.fn.share = function (options) { + var option = $.extend($.fn.share.defaults, options); + var selected_text = ""; + $.extend($.fn.share, { + init: function (shareable) { + var self = this; + $.fn.share.defaults.shareable = shareable; + $.fn.share.defaults.shareable.on('mouseup', function () { + if ($(this).parents('body.editor_enable').length === 0) { + self.popOver(); + } + }); + $.fn.share.defaults.shareable.on('mousedown', function () { + self.destroy(); + }); + }, + getContent: function () { + var $popover_content = $('

    '); + if ($('.o_wblog_title, .o_wblog_post_content_field').hasClass('js_comment')) { + selected_text = this.getSelection('string'); + var $btn_c = $('').append($('')); + $popover_content.append($btn_c); + } + if ($('.o_wblog_title, .o_wblog_post_content_field').hasClass('js_tweet')) { + var tweet = '"%s" - %s'; + var baseLength = tweet.replace(/%s/g, '').length; + // Shorten the selected text to match the tweet max length + // Note: all (non-localhost) urls in a tweet have 23 characters https://support.twitter.com/articles/78124 + var selectedText = this.getSelection('string').substring(0, option.maxLength - baseLength - 23); + + var text = window.btoa(encodeURIComponent(sprintf(tweet, selectedText, window.location.href))); + $popover_content.append(sprintf( + "", + option.shareLink, text, option.target)); + } + return $popover_content; + }, + commentEdition: function () { + $(".o_portal_chatter_composer_form textarea").val('"' + selected_text + '" ').focus(); + const commentsEl = $('#o_wblog_post_comments')[0]; + if (commentsEl) { + dom.scrollTo(commentsEl).then(() => { + window.location.hash = 'blog_post_comment_quote'; + }); + } + }, + getSelection: function (share) { + if (window.getSelection) { + var selection = window.getSelection(); + if (!selection || selection.rangeCount === 0) { + return ""; + } + if (share === 'string') { + return String(selection.getRangeAt(0)).replace(/\s{2,}/g, ' '); + } else { + return selection.getRangeAt(0); + } + } else if (document.selection) { + if (share === 'string') { + return document.selection.createRange().text.replace(/\s{2,}/g, ' '); + } else { + return document.selection.createRange(); + } + } + }, + popOver: function () { + this.destroy(); + if (this.getSelection('string').length < option.minLength) { + return; + } + var data = this.getContent(); + var range = this.getSelection(); + + var newNode = document.createElement("span"); + range.insertNode(newNode); + newNode.className = option.className; + var $pop = $(newNode); + $pop.popover({ + trigger: 'manual', + placement: option.placement, + html: true, + content: function () { + return data; + } + }).popover('show'); + $('.o_share_comment').on('click', this.commentEdition); + }, + destroy: function () { + var $span = $('span.' + option.className); + $span.popover('hide'); + $span.remove(); + } + }); + $.fn.share.init(this); +}; + +$.fn.share.defaults = { + shareLink: "http://twitter.com/intent/tweet?text=", + minLength: 5, + maxLength: 140, + target: "blank", + className: "share", + placement: "top", +}; diff --git a/static/src/js/options.js b/static/src/js/options.js new file mode 100644 index 0000000..eeef93f --- /dev/null +++ b/static/src/js/options.js @@ -0,0 +1,188 @@ +/** @odoo-module **/ + +import { _t } from "@web/core/l10n/translation"; +import options from "@web_editor/js/editor/snippets.options"; +import "@website/js/editor/snippets.options"; +import { uniqueId } from "@web/core/utils/functions"; + +const NEW_TAG_PREFIX = 'new-blog-tag-'; + +options.registry.many2one.include({ + + //-------------------------------------------------------------------------- + // Private + //-------------------------------------------------------------------------- + + /** + * @override + */ + _selectRecord: function ($opt) { + var self = this; + this._super.apply(this, arguments); + if (this.$target.data('oe-field') === 'author_id') { + var $nodes = $('[data-oe-model="blog.post"][data-oe-id="' + this.$target.data('oe-id') + '"][data-oe-field="author_avatar"]'); + $nodes.each(function () { + var $img = $(this).find('img'); + var css = window.getComputedStyle($img[0]); + $img.css({width: css.width, height: css.height}); + $img.attr('src', '/web/image/res.partner/' + self.ID + '/avatar_1024'); + }); + setTimeout(function () { + $nodes.removeClass('o_dirty'); + }, 0); + } + } +}); + +options.registry.CoverProperties.include({ + /** + * @override + */ + updateUI: async function () { + const isBlogCover = this.$target[0].classList.contains('o_wblog_post_page_cover'); + if (!isBlogCover) { + return this._super(...arguments); + } + var isRegularCover = this.$target.is('.o_wblog_post_page_cover_regular'); + var $coverFull = this.$el.find('[data-select-class*="o_full_screen_height"]'); + var $coverMid = this.$el.find('[data-select-class*="o_half_screen_height"]'); + var $coverAuto = this.$el.find('[data-select-class*="cover_auto"]'); + this._coverFullOriginalLabel = this._coverFullOriginalLabel || $coverFull.text(); + this._coverMidOriginalLabel = this._coverMidOriginalLabel || $coverMid.text(); + this._coverAutoOriginalLabel = this._coverAutoOriginalLabel || $coverAuto.text(); + $coverFull.children('div').text(isRegularCover ? _t("Large") : this._coverFullOriginalLabel); + $coverMid.children('div').text(isRegularCover ? _t("Medium") : this._coverMidOriginalLabel); + $coverAuto.children('div').text(isRegularCover ? _t("Tiny") : this._coverAutoOriginalLabel); + return this._super(...arguments); + }, +}); + +options.registry.BlogPostTagSelection = options.Class.extend({ + init() { + this._super(...arguments); + this.orm = this.bindService("orm"); + this.notification = this.bindService("notification"); + }, + + /** + * @override + */ + async willStart() { + const _super = this._super.bind(this); + + this.blogPostID = parseInt(this.$target[0].dataset.blogId); + this.isEditingTags = false; + const tags = await this.orm.searchRead( + "blog.tag", + [], + ["id", "name", "display_name", "post_ids"] + ); + this.allTagsByID = {}; + this.tagIDs = []; + for (const tag of tags) { + this.allTagsByID[tag.id] = tag; + if (tag['post_ids'].includes(this.blogPostID)) { + this.tagIDs.push(tag.id); + } + } + + return _super(...arguments); + }, + /** + * @override + */ + cleanForSave() { + this._notifyUpdatedTags(); + }, + + //-------------------------------------------------------------------------- + // Options + //-------------------------------------------------------------------------- + + /** + * @see this.selectClass for params + */ + setTags(previewMode, widgetValue, params) { + if (this._preventNextSetTagsCall) { + this._preventNextSetTagsCall = false; + return; + } + this.tagIDs = JSON.parse(widgetValue).map(tag => tag.id); + }, + /** + * @see this.selectClass for params + */ + createTag(previewMode, widgetValue, params) { + if (!widgetValue) { + return; + } + const existing = Object.values(this.allTagsByID).some(tag => { + // A tag is already existing only if it was already defined (i.e. + // id is a number) or if it appears in the current list of tags. + return tag.name.toLowerCase() === widgetValue.toLowerCase() + && (typeof(tag.id) === 'number' || this.tagIDs.includes(tag.id)); + }); + if (existing) { + return this.notification.add(_t("This tag already exists"), { + type: 'warning', + }); + } + const newTagID = uniqueId(NEW_TAG_PREFIX); + this.allTagsByID[newTagID] = { + 'id': newTagID, + 'name': widgetValue, + 'display_name': widgetValue, + }; + this.tagIDs.push(newTagID); + // TODO Find a smarter way to achieve this. + // Because of the invocation order of methods, setTags will be called + // after createTag. This would reset the tagIds to the value before + // adding the newly created tag. It therefore needs to be prevented. + this._preventNextSetTagsCall = true; + }, + + //-------------------------------------------------------------------------- + // Public + //-------------------------------------------------------------------------- + + /** + * @override + */ + async updateUI() { + if (this.rerender) { + this.rerender = false; + await this._rerenderXML(); + return; + } + return this._super(...arguments); + }, + + //-------------------------------------------------------------------------- + // Private + //-------------------------------------------------------------------------- + + /** + * @override + */ + async _computeWidgetState(methodName, params) { + if (methodName === 'setTags') { + return JSON.stringify(this.tagIDs.map(id => this.allTagsByID[id])); + } + return this._super(...arguments); + }, + /** + * @private + */ + _notifyUpdatedTags() { + this.trigger_up('set_blog_post_updated_tags', { + blogPostID: this.blogPostID, + tags: this.tagIDs.map(tagID => this.allTagsByID[tagID]), + }); + }, + /** + * @override + */ + async _renderCustomXML(uiFragment) { + uiFragment.querySelector('we-many2many').dataset.recordId = this.blogPostID; + }, +}); diff --git a/static/src/js/systray_items/new_content.js b/static/src/js/systray_items/new_content.js new file mode 100644 index 0000000..3440c3e --- /dev/null +++ b/static/src/js/systray_items/new_content.js @@ -0,0 +1,15 @@ +/** @odoo-module **/ + +import { NewContentModal, MODULE_STATUS } from '@website/systray_items/new_content'; +import { patch } from "@web/core/utils/patch"; + +patch(NewContentModal.prototype, { + setup() { + super.setup(); + + const newBlogElement = this.state.newContentElements.find(element => element.moduleXmlId === 'base.module_website_blog'); + newBlogElement.createNewContent = () => this.onAddContent('website_blog.blog_post_action_add', true); + newBlogElement.status = MODULE_STATUS.INSTALLED; + newBlogElement.model = 'blog.post'; + }, +}); diff --git a/static/src/js/tours/website_blog.js b/static/src/js/tours/website_blog.js new file mode 100644 index 0000000..6619175 --- /dev/null +++ b/static/src/js/tours/website_blog.js @@ -0,0 +1,96 @@ +/** @odoo-module **/ + + import { _t } from "@web/core/l10n/translation"; + import wTourUtils from "@website/js/tours/tour_utils"; + + import { markup } from "@odoo/owl"; + + wTourUtils.registerWebsitePreviewTour("blog", { + url: "/", + }, () => [{ + trigger: "body:not(:has(#o_new_content_menu_choices)) .o_new_content_container > a", + content: _t("Click here to add new content to your website."), + consumeVisibleOnly: true, + position: 'bottom', + }, { + trigger: 'a[data-module-xml-id="base.module_website_blog"]', + content: _t("Select this menu item to create a new blog post."), + position: "bottom", + }, { + trigger: 'div[name="name"] input', + content: _t("Enter your post's title"), + position: "bottom", + }, { + trigger: "button.o_form_button_save", + extra_trigger: 'div.o_field_widget[name="blog_id"]', + content: _t("Select the blog you want to add the post to."), + // Without demo data (and probably in most user cases) there is only + // one blog so this step would not be needed and would block the tour. + // We keep the step with "auto: true", so that the main python test + // still works but never display this to the user anymore. We suppose + // the user does not need guidance once that modal is opened. Note: if + // you run the tour via your console without demo data, the tour will + // thus fail as this will be considered. + auto: true, + }, { + trigger: "iframe h1[data-oe-expression=\"blog_post.name\"]", + extra_trigger: "#oe_snippets.o_loaded", + content: _t("Edit your title, the subtitle is optional."), + position: "top", + // FIXME instead of using the default 'click' event that is used to mark + // DIV elements as consumed, we would like to use the 'input' event for + // this specific contenteditable element. However, using 'input' here + // makes the auto test not work as the 'text' run method stops working + // correctly for contenteditable element whose 'consumeEvent' is set to + // 'input'. The auto tests should be entirely independent of what is set + // as 'consumeEvent'. While this is investigated and fixed, let's use + // the 'mouseup' event. Indeed we cannot let it to 'click' because of + // the old editor currently removing all click handlers on top level + // editable content (which the blog post title area is). + consumeEvent: 'mouseup', + run: "text", + }, { + trigger: "we-button[data-background]:nth(1)", + extra_trigger: "iframe #wrap h1[data-oe-expression=\"blog_post.name\"]:not(:containsExact(\"\"))", + content: markup(_t("Set a blog post cover.")), + position: "top", + }, { + trigger: ".o_select_media_dialog .o_we_search", + content: _t("Search for an image. (eg: type \"business\")"), + position: "top", + run() {}, + }, { + trigger: ".o_select_media_dialog .o_existing_attachment_cell:first img", + extra_trigger: '.modal:has(.o_existing_attachment_cell:first)', + content: _t("Choose an image from the library."), + position: "top", + }, { + trigger: "iframe #o_wblog_post_content", + content: markup(_t("Write your story here. Use the top toolbar to style your text: add an image or table, set bold or italic, etc. Drag and drop building blocks for more graphical blogs.")), + position: "top", + run: function (actions) { + actions.auto(); + actions.text("Blog content", this.$anchor.find("p")); + }, + }, + ...wTourUtils.clickOnSave(), + { + trigger: ".o_menu_systray_item.o_mobile_preview > a", + content: markup(_t("Use this icon to preview your blog post on mobile devices.")), + position: "bottom", + }, { + trigger: ".o_menu_systray_item.o_mobile_preview > a", + extra_trigger: '.o_website_preview.o_is_mobile', + content: _t("Once you have reviewed the content on mobile, you can switch back to the normal view by clicking here again"), + position: "right", + }, { + trigger: '.o_menu_systray_item a:contains("Unpublished")', + extra_trigger: "iframe body:not(.editor_enable)", + position: "bottom", + content: markup(_t("Publish your blog post to make it visible to your visitors.")), + }, { + trigger: '.o_menu_systray_item a:contains("Published")', + auto: true, + isCheck: true, + } +]); diff --git a/static/src/js/website_blog.js b/static/src/js/website_blog.js new file mode 100644 index 0000000..b4ce5ba --- /dev/null +++ b/static/src/js/website_blog.js @@ -0,0 +1,103 @@ +/** @odoo-module **/ + +import { _t } from "@web/core/l10n/translation"; +import dom from "@web/legacy/js/core/dom"; +import publicWidget from "@web/legacy/js/public/public_widget"; + +publicWidget.registry.websiteBlog = publicWidget.Widget.extend({ + selector: '.website_blog', + events: { + 'click #o_wblog_next_container': '_onNextBlogClick', + 'click #o_wblog_post_content_jump': '_onContentAnchorClick', + 'click .o_twitter, .o_facebook, .o_linkedin, .o_google, .o_twitter_complete, .o_facebook_complete, .o_linkedin_complete, .o_google_complete': '_onShareArticle', + }, + + /** + * @override + */ + start: function () { + $('.js_tweet, .js_comment').share({}); + return this._super.apply(this, arguments); + }, + + //-------------------------------------------------------------------------- + // Handlers + //-------------------------------------------------------------------------- + + /** + * @private + * @param {Event} ev + */ + _onNextBlogClick: function (ev) { + ev.preventDefault(); + var self = this; + var $el = $(ev.currentTarget); + var nexInfo = $el.find('#o_wblog_next_post_info').data(); + $el.find('.o_record_cover_container').addClass(nexInfo.size + ' ' + nexInfo.text).end() + .find('.o_wblog_toggle').toggleClass('d-none'); + // Appending a placeholder so that the cover can scroll to the top of the + // screen, regardless of its height. + const placeholder = document.createElement('div'); + placeholder.style.minHeight = '100vh'; + this.$('#o_wblog_next_container').append(placeholder); + + // Use setTimeout() to calculate the 'offset()'' only after that size classes + // have been applyed and that $el has been resized. + setTimeout(() => { + self._forumScrollAction($el, 300, function () { + window.location.href = nexInfo.url; + }); + }); + }, + /** + * @private + * @param {Event} ev + */ + _onContentAnchorClick: function (ev) { + ev.preventDefault(); + ev.stopImmediatePropagation(); + var $el = $(ev.currentTarget.hash); + + this._forumScrollAction($el, 500, function () { + window.location.hash = 'blog_content'; + }); + }, + /** + * @private + * @param {Event} ev + */ + _onShareArticle: function (ev) { + ev.preventDefault(); + var url = ''; + var $element = $(ev.currentTarget); + var blogPostTitle = $('#o_wblog_post_name').html() || ''; + var articleURL = window.location.href; + if ($element.hasClass('o_twitter')) { + var tweetText = _t( + "Amazing blog article: %s! Check it live: %s", + blogPostTitle, + articleURL + ); + url = 'https://twitter.com/intent/tweet?tw_p=tweetbutton&text=' + encodeURIComponent(tweetText); + } else if ($element.hasClass('o_facebook')) { + url = 'https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent(articleURL); + } else if ($element.hasClass('o_linkedin')) { + url = 'https://www.linkedin.com/sharing/share-offsite/?url=' + encodeURIComponent(articleURL); + } + window.open(url, '', 'menubar=no, width=500, height=400'); + }, + + //-------------------------------------------------------------------------- + // Utils + //-------------------------------------------------------------------------- + + /** + * @private + * @param {JQuery} $el - the element we are scrolling to + * @param {Integer} duration - scroll animation duration + * @param {Function} callback - to be executed after the scroll is performed + */ + _forumScrollAction: function ($el, duration, callback) { + dom.scrollTo($el[0], {duration: duration}).then(() => callback()); + }, +}); diff --git a/static/src/js/wysiwyg_adapter.js b/static/src/js/wysiwyg_adapter.js new file mode 100644 index 0000000..46737db --- /dev/null +++ b/static/src/js/wysiwyg_adapter.js @@ -0,0 +1,82 @@ +/** @odoo-module **/ + +import { WysiwygAdapterComponent } from '@website/components/wysiwyg_adapter/wysiwyg_adapter'; +import { patch } from "@web/core/utils/patch"; + +patch(WysiwygAdapterComponent.prototype, { + /** + * @override + */ + init() { + super.init(...arguments); + this.blogTagsPerBlogPost = {}; + }, + /** + * @override + */ + async startEdition() { + await super.startEdition(...arguments); + this.options.document.defaultView.$('.js_tweet, .js_comment').off('mouseup').trigger('mousedown'); + }, + + //-------------------------------------------------------------------------- + // Public + //-------------------------------------------------------------------------- + + /** + * @override + */ + async _saveViewBlocks() { + const ret = await super._saveViewBlocks(...arguments); + await this._saveBlogTags(); // Note: important to be called after save otherwise cleanForSave is not called before + return ret; + }, + + //-------------------------------------------------------------------------- + // Private + //-------------------------------------------------------------------------- + + /** + * Saves the blog tags in the database. + * + * @private + */ + async _saveBlogTags() { + for (const [key, tags] of Object.entries(this.blogTagsPerBlogPost)) { + const proms = tags.filter(tag => typeof tag.id === 'string').map(tag => { + return this.orm.create("blog.tag", [{ + 'name': tag.name, + }]); + }); + const createdIDs = (await Promise.all(proms)).flat(); + + await this.orm.write("blog.post", [parseInt(key)], { + 'tag_ids': [[6, 0, tags.filter(tag => typeof tag.id === 'number').map(tag => tag.id).concat(createdIDs)]], + }); + } + }, + + //-------------------------------------------------------------------------- + // Handlers + //-------------------------------------------------------------------------- + + /** + * @private + * @param {OdooEvent} ev + */ + _onSetBlogPostUpdatedTags: function (ev) { + this.blogTagsPerBlogPost[ev.data.blogPostID] = ev.data.tags; + }, + + /** + * @override + */ + _trigger_up(ev) { + if (ev.name === 'set_blog_post_updated_tags') { + this._onSetBlogPostUpdatedTags(ev); + return; + } else { + return super._trigger_up(...arguments); + } + }, +}); diff --git a/static/src/scss/website_blog.scss b/static/src/scss/website_blog.scss new file mode 100644 index 0000000..21b04fb --- /dev/null +++ b/static/src/scss/website_blog.scss @@ -0,0 +1,301 @@ +// ======= VARIABLES ======= +$o-wblog-sidebar-width: 280px; +$o-wblog-loader-size: 50px; + +// ======= ANIMATIONS ======= +// Generic fade-in +@keyframes o-wblog-fade-In { + 0% { opacity: 0; } + 100% { opacity: 1; } +} + +@keyframes o-wblog-loader { + 0%, 100% { + animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); + } + 0% { + transform: rotateY(0deg); + } + 50% { + transform: rotateY(1800deg); + animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); + } + 100% { + transform: rotateY(3600deg); + } +} + + +// ======== MIXINS ========= +// Create easing-linear-gradients. Compared to the standards liner-gradients +// these are smoother and blends into their context increasing readability when +// acts as background for text placed over images. +// based on: https://css-tricks.com/easing-linear-gradients/ +@mixin o-wbblog-scrim-gradient($colorFrom, $colorTo) { + $scrimStops: 0% 0%, 26.2% 19%, 45.9% 34%, 61.8% 47%, 72.2% 56.5%, 80.6% 65%, 87.4% 73%, 92.5% 80.2%, 95.8% 86.1%, 97.9% 91%, 99.2% 95.2%, 99.8% 98.2%, 100% 100%; + $stops: (); + @each $scrimStop in $scrimStops { + $stops: append($stops, mix($colorTo, $colorFrom, nth($scrimStop, 1)) nth($scrimStop, 2), comma) + } + + background-image: linear-gradient(#{$stops}); +} + +//------------------------------------------------------------------------------ +// Website Blog +//------------------------------------------------------------------------------ +.website_blog { + .css_website_mail { + .o_has_error { + border-color: red; + } + .css_nav_month { + display: none; + &:first-of-type { + display: block; + } + } + } + + .o_wblog_page_cards_bg { + // To be applied to the main container when 'card design' option is + // enabled. Provide a slight darker bg that will blend the background + // color chosen by the user, visually increasing the contrast in case of + // brights (or white) backgrounds. + // It shouldn't be noticeable on dark backgrounds. + background-color: rgba(black, 0.005); + } + + .o_wblog_read_with_sidebar { + max-width: map-get($container-max-widths, md) + $o-wblog-sidebar-width; + } + + // This option class is assigned to the post's content using the "Customize" + // menu. The aim is to be able to write simple articles on the fly, + // achieving a good design without being forced to use snippets. + .o_wblog_read_text { + @include font-size(18px); + font-weight: 300; + } + + .o_wblog_author_avatar { + width: 1.2em; + height: 1.2em; + max-width: none; + object-fit: cover; + } + + .o_wblog_author_avatar_date { + // Resize in order to double the current font-size and accommodate + // two text lines, name and date. + width: 2em; + height: 2em; + max-width: none; + object-fit: cover; + } + + .o_wblog_social_links > a { + width: 3em; + height: 3em; + > i { + @include font-size(1.3em); + } + } + + // Blog Post Page + // ============================================== + #o_wblog_post_content { + min-height: 350px !important; + + a.oe_mail_expand:after { + content: " →"; + } + a.oe_mail_expand { + font-weight: bold; + } + } + + #o_wblog_post_comments { + .o_portal_chatter > hr { + display: none; + } + } + + // Blog Post Page Cover + // ============================================== + .o_wblog_post_page_cover { + // "Latest Blog" Tag + .o_wblog_post_title > .h4 { + color: var(--o-cc3-btn-secondary-text); + } + + // Cover sizes + // ============================================== + &.cover_auto { + padding: 3rem 0; + // The actual height will always be 'auto'. The following + // min-height rule is set to trigger the page transition only. + min-height: 1px; + } + + // "Regular Cover" design sizes + // ============================================== + &.o_wblog_post_page_cover_regular { + &.o_full_screen_height { + min-height: 70vh !important; + } + + &.o_half_screen_height { + min-height: 40vh !important; + } + + &.cover_auto { + min-height: 150px; + padding: 0; + } + } + + // If a cover image is defined, adapt inner typography + &.o_record_has_cover { + .o_record_cover_image:after { + content: ""; + display: block; + @include o-position-absolute(0,0,50%,0); + @include o-wbblog-scrim-gradient(rgba(black, 0.5), transparent); + } + + .o_wblog_post_title { + color: white; + } + + &.o_wblog_post_page_cover_regular { + .o_record_cover_image:after { + visibility: hidden; + } + } + } + + } + + // Blog Post Specific + // ============================================== + .o_wblog_post_title { + #o_wblog_post_name { + font-weight: $display-font-weight; + line-height: $display-line-height; + // Default font-size. + @include font-size(map-get($display-font-sizes, 4)); + } + + #o_wblog_post_subtitle { + font-weight: $lead-font-weight; + // Default font-size. + @include font-size($lead-font-size); + } + } + + // Refine multi-lines titles when using 'regular' cover + .o_wblog_regular_cover_container #o_wblog_post_name { + line-height: 1; + padding-bottom: 0.5rem; + } + + .o_wblog_post_page_cover_footer { + min-height: 33vh; + // Emulate native jQuery 'swing' easing to match js code + transition: all 0.3s cubic-bezier(.02, .01, .47, 1); + } + + #o_wblog_next_container { + background-color: $body-bg; + cursor: pointer; + + .o_wblog_next_loader { + transform: translateZ(1px); + + div { + width: $o-wblog-loader-size; + height: $o-wblog-loader-size; + background: rgba(black, 0.15); + animation: o-wblog-loader 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite; + } + } + + .o_wblog_next_fake_btn { + height: $o-wblog-loader-size; + } + } + + #o_wblog_post_main.o_wblog_post_main_transition { + animation: o-wblog-fade-In 1s cubic-bezier(.02, .01, .47, 1); + } + + // Blog Index Pages + // ============================================== + #o_wblog_posts_loop { + .o_record_cover_container { + box-shadow: inset 0 0 0 1px rgba(white, 0.3); + + padding-top: 33%; + height: auto!important; + // This is mandatory as we do not want the CoverProperties + // sizing classes to be applied here + min-height: auto!important; + + &:hover .o_record_cover_image { + opacity: 0.8; + } + } + + .o_wblog_normalize_font { + // normalize fonts + @include font-size(13px); + line-height: 1.45; + } + + .o_wblog_post_list_author { + @include o-wbblog-scrim-gradient(transparent, rgba(black, 0.5)); + } + + &.o_wblog_list_view { + .o_record_cover_container { + padding-top: 20%; + } + .o_wblog_post_cover_nocard .o_record_cover_container { + padding-top: 33%; + } + } + + } + + // Editor Helpers + // ============================================== + body.editor_enable & { + // Make empty covers visible in edit mode + .o_record_cover_container.o_wblog_post_page_cover:not(.o_record_has_cover) { + padding: 30px 0; + } + + // Hide the big "DRAG BUILDING BLOCKS HERE" box when inside a sidebar. + // The purple lines are enough to help the user dropping snippets. + #o_wblog_sidebar .oe_structure:empty { + display: none; + } + + // Prevent users from using the select in the sidebar during edit. + .o_wblog_sidebar_block select[name="archive"] { + pointer-events: none; + } + } +} + +#o_wblog_post_content_jump { + @extend .o_scroll_button; + width: $o-wblog-loader-size; + height: $o-wblog-loader-size; + background-color: rgba(black, 0.5); + + &:hover { + background-color: rgba(black, 0.7); + } +} diff --git a/static/src/snippets/s_blog_posts/000.js b/static/src/snippets/s_blog_posts/000.js new file mode 100644 index 0000000..b88fd75 --- /dev/null +++ b/static/src/snippets/s_blog_posts/000.js @@ -0,0 +1,32 @@ +/** @odoo-module **/ + +import publicWidget from "@web/legacy/js/public/public_widget"; +import DynamicSnippet from "@website/snippets/s_dynamic_snippet/000"; + +const DynamicSnippetBlogPosts = DynamicSnippet.extend({ + selector: '.s_dynamic_snippet_blog_posts', + disabledInEditableMode: false, + + //-------------------------------------------------------------------------- + // Private + //-------------------------------------------------------------------------- + + /** + * Method to be overridden in child components in order to provide a search + * domain if needed. + * @override + * @private + */ + _getSearchDomain: function () { + const searchDomain = this._super.apply(this, arguments); + const filterByBlogId = parseInt(this.$el.get(0).dataset.filterByBlogId); + if (filterByBlogId >= 0) { + searchDomain.push(['blog_id', '=', filterByBlogId]); + } + return searchDomain; + }, + +}); +publicWidget.registry.blog_posts = DynamicSnippetBlogPosts; + +export default DynamicSnippetBlogPosts; diff --git a/static/src/snippets/s_blog_posts/000.scss b/static/src/snippets/s_blog_posts/000.scss new file mode 100644 index 0000000..8699603 --- /dev/null +++ b/static/src/snippets/s_blog_posts/000.scss @@ -0,0 +1,296 @@ +.s_dynamic { + .s_blog_posts_post_title { + font-weight: $headings-font-weight; + // Tweek line-height to help fit multi-line titles. + line-height: 1; + } + + .s_blog_posts_post_subtitle { + @include font-size(1em); + } + + &.s_blog_post_list { + // Set sizes relative to the container font-size. + // (handle parents with, for example, '.small' or '.h1' classes) + .s_blog_posts_post_cover { + width: 3.5em; + height: 3.5em; + max: {width: 85px; height: 85px} + } + + .s_blog_posts_post_title { + @include font-size(1.25em); + } + } + + &.s_blog_post_big_picture { + .s_blog_posts_post { + min-height: 150px; + + figcaption { + position: relative; + justify-content: center; + } + + .s_blog_posts_post_cover { + min-height: 100%; + + .o_record_cover_container { + top: 0; + } + } + + .s_blog_posts_post_title { + @include font-size($h3-font-size); + margin-bottom: 0.5em; + } + } + + .row { + align-items: stretch; + .s_blog_posts_post_subtitle { + margin: 0; + } + } + + &.s_blog_posts_effect_marley { + figcaption { + text-align: right; + .s_blog_posts_post_title, .s_blog_posts_post_subtitle { + padding: 10px 0; + } + .s_blog_posts_post_subtitle { + bottom: 30px; + line-height: 1.5; + transform: translate3d(0,100%,0); + opacity: 0; + transition: opacity 0.35s, transform 0.35s; + } + .s_blog_posts_post_title { + top: 30px; + transition: transform 0.35s; + transform: translate3d(0,20px,0); + &:after { + @include o-position-absolute(100%, auto, auto, 0); + width: 100%; + height: 2px; + background: #fff; + content: ""; + transform: translate3d(0,40px,0); + opacity: 0; + transition: opacity 0.35s, transform 0.35s; + } + } + } + .s_blog_posts_post:hover figcaption { + .s_blog_posts_post_title { + transform: translate3d(0,0,0); + } + .s_blog_posts_post_title::after, .s_blog_posts_post_subtitle { + opacity: 1; + transform: translate3d(0,0,0); + } + } + } + &.s_blog_posts_effect_dexter .s_blog_posts_post { + .o_record_cover_container { + transition: opacity 0.35s; + } + figcaption { + &::before { + content: ""; + @include o-position-absolute(0, 0, 0, 0); + background: linear-gradient(to bottom, darken(map-get($theme-colors, 'secondary'), 10%) 0%, darken(map-get($theme-colors, 'secondary'), 30%) 100%); + z-index: -1; + } + padding: 3em; + text-align: left; + &:after { + @include o-position-absolute(10px, 10px, 10px, 10px); + border: 2px solid #fff; + border-top-width: 4px; + border-bottom-width: 4px; + content: ""; + transition: transform-origin 0.35s; + transform: scaleY(0.5); + transform-origin: top; + } + } + .s_blog_posts_post_subtitle { + @include o-position-absolute(auto, 20px, 20px, 20px); + opacity: 0; + transition: opacity 0.35s linear, transform 0.35s; + transform: translate3d(0,-100px,0); + } + .s_blog_posts_post_title { + @include o-position-absolute(20px, 20px, auto, 20px); + } + &:hover { + .o_record_cover_container { + opacity: 0.4 !important; + } + figcaption::after { + transform-origin: bottom; + } + .s_blog_posts_post_subtitle { + opacity: 1; + transform: translate3d(0, 0, 0); + } + } + } + &.s_blog_posts_effect_chico { + .o_record_cover_image { + transition: opacity 0.35s, transform 0.35s; + transform: scale(1.12); + } + .s_blog_posts_post figcaption { + &::before { + @include o-position-absolute(15px,15px,15px,15px); + border: 1px solid #fff; + content: ""; + transform: scale(1.1); + opacity: 0; + transition: opacity 0.35s, transform 0.35s; + } + } + .s_blog_posts_post_subtitle { + opacity: 0; + transition: opacity 0.35s, transform 0.35s; + margin-left: auto; + margin-right: auto; + max-width: 200px; + transform: scale(1.5); + } + .s_blog_posts_post_title { + padding: 0; + } + .s_blog_posts_post:hover { + .o_record_cover_image { + transform: scale(1); + } + figcaption::before, .s_blog_posts_post_subtitle { + opacity: 1; + transform: scale(1); + } + } + } + } + + &.s_blog_post_horizontal { + .o_record_cover_container { + width: auto; + height: auto; + padding: 0; + } + + .row { + position: relative; + overflow: visible; + text-align: left; + .s_blog_posts_post { + position: relative; + figcaption:after { + position: relative; + width: 100%; + height: 150px; + content: ""; + display: block; + } + h4 { + position: relative; + text-align: left; + padding-right: 5%; + &:before { + content: ""; + z-index: 0; + display: inline; + float: left; + width: 20%; + position: absolute; + top: 49%; + left: 0; + border-bottom: 1px solid $body-color; + } + a { + z-index: 1; + display: block; + line-height: 1; + padding-left: 25%; + position: relative; + } + } + h5 { + padding-left: 24%; + } + > a { + position: absolute; + bottom: 0; + left: 0; + display: block; + background: map-get($theme-colors, 'primary'); + width: 100%; + height: 150px; + overflow: hidden; + > div { + height: 100%; + width: 100%; + background-size: cover; + background-position: center; + opacity: 1; + transform-origin: 50%; + transition: all 400ms; + backface-visibility: hidden; + &:hover { + opacity: 0.8; + transform: scale(1.1); + } + } + } + @media only screen and (max-width : 480px) { // FIXME + width: 100%; + } + } + @include media-breakpoint-down(md) { + display: block; + } + } + } + + &.s_blog_post_card { + .card { + height: 100%; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17); + + .s_blog_posts_post_cover { + height: 170px; + + .o_record_cover_container { + background-color: transparent !important; + + .o_record_cover_image { + @extend .card-img-top; + height: inherit; + } + } + } + + a:hover { + text-decoration: none; + } + + h4 { + @include font-size(19px); + font-weight: 600; + } + + .card-footer { + background-color: transparent; + border-top: 2px solid rgba(0, 0, 0, 0.06); + + .text-muted { + color: rgba(52, 58, 64, 0.4) !important; + } + } + } + } +} diff --git a/static/src/snippets/s_blog_posts/options.js b/static/src/snippets/s_blog_posts/options.js new file mode 100644 index 0000000..169e9aa --- /dev/null +++ b/static/src/snippets/s_blog_posts/options.js @@ -0,0 +1,80 @@ +/** @odoo-module **/ + +import options from "@web_editor/js/editor/snippets.options"; +import dynamicSnippetOptions from "@website/snippets/s_dynamic_snippet/options"; + +import wUtils from "@website/js/utils"; + +const dynamicSnippetBlogPostsOptions = dynamicSnippetOptions.extend({ + /** + * + * @override + */ + init: function () { + this._super.apply(this, arguments); + this.modelNameFilter = 'blog.post'; + this.blogs = {}; + }, + + //-------------------------------------------------------------------------- + // Private + //-------------------------------------------------------------------------- + + /** + * + * @override + * @private + */ + _computeWidgetVisibility: function (widgetName, params) { + if (widgetName === 'hover_effect_opt') { + return this.$target.get(0).dataset.templateKey === 'website_blog.dynamic_filter_template_blog_post_big_picture'; + } + return this._super.apply(this, arguments); + }, + /** + * Fetches blogs. + * @private + * @returns {Promise} + */ + _fetchBlogs: function () { + return this.orm.searchRead("blog.blog", wUtils.websiteDomain(this), ["id", "name"]); + }, + /** + * + * @override + * @private + */ + _renderCustomXML: async function (uiFragment) { + await this._super.apply(this, arguments); + await this._renderBlogSelector(uiFragment); + }, + /** + * Renders the blog option selector content into the provided uiFragment. + * @private + * @param {HTMLElement} uiFragment + */ + _renderBlogSelector: async function (uiFragment) { + if (!Object.keys(this.blogs).length) { + const blogsList = await this._fetchBlogs(); + this.blogs = {}; + for (let index in blogsList) { + this.blogs[blogsList[index].id] = blogsList[index]; + } + } + const blogSelectorEl = uiFragment.querySelector('[data-name="blog_opt"]'); + return this._renderSelectUserValueWidgetButtons(blogSelectorEl, this.blogs); + }, + /** + * Sets default options values. + * @override + * @private + */ + _setOptionsDefaultValues: function () { + this._setOptionValue('filterByBlogId', -1); + this._super.apply(this, arguments); + }, +}); + +options.registry.dynamic_snippet_blog_posts = dynamicSnippetBlogPostsOptions; + +export default dynamicSnippetBlogPostsOptions; diff --git a/static/tests/tours/blog_search_with_date.js b/static/tests/tours/blog_search_with_date.js new file mode 100644 index 0000000..5e28488 --- /dev/null +++ b/static/tests/tours/blog_search_with_date.js @@ -0,0 +1,28 @@ +/** @odoo-module **/ + +import { registry } from "@web/core/registry"; + +/** + * Makes sure that blog search can be used with the date filtering. + */ +registry.category("web_tour.tours").add("blog_autocomplete_with_date", { + test: true, + url: '/blog', + steps: () => [{ + content: "Select first month", + trigger: 'select[name=archive]', + run: 'text option 2', +}, { + content: "Enter search term", + trigger: '.o_searchbar_form input', + extra_trigger: '#o_wblog_posts_loop span:has(i.fa-calendar-o):has(a[href="/blog"])', + run: 'text a', +}, { + content: "Wait for suggestions then click on search icon", + extra_trigger: '.o_searchbar_form .o_dropdown_menu .o_search_result_item', + trigger: '.o_searchbar_form button:has(i.oi-search)', +}, { + content: "Ensure both filters are applied", + trigger: '#o_wblog_posts_loop:has(span:has(i.fa-calendar-o):has(a[href="/blog?search=a"])):has(span:has(i.fa-search):has(a[href^="/blog?date_begin"]))', + run: () => {}, // This is a check. +}]}); diff --git a/static/tests/tours/blog_tags_tour.js b/static/tests/tours/blog_tags_tour.js new file mode 100644 index 0000000..4cb9ac5 --- /dev/null +++ b/static/tests/tours/blog_tags_tour.js @@ -0,0 +1,65 @@ +/** @odoo-module **/ + +import wTourUtils from '@website/js/tours/tour_utils'; + + +/** + * Makes sure that blog tags can be created and removed. + */ +wTourUtils.registerWebsitePreviewTour('blog_tags', { + test: true, + url: '/blog', +}, () => [{ + content: "Go to first blog", + trigger: "iframe article[name=blog_post] a", + }, + ...wTourUtils.clickOnEditAndWaitEditMode(), + wTourUtils.clickOnSnippet('#o_wblog_post_top .o_wblog_post_page_cover'), + { + content: "Open tag dropdown", + trigger: "we-customizeblock-option:contains(Tags) .o_we_m2m we-toggler", + }, { + content: "Enter tag name", + trigger: "we-customizeblock-option:contains(Tags) we-selection-items .o_we_m2o_create input", + run: "text testtag", + }, { + content: "Click Create", + trigger: "we-customizeblock-option:contains(Tags) we-selection-items .o_we_m2o_create we-button", + }, { + content: "Verify tag appears in options", + trigger: "we-customizeblock-option:contains(Tags) we-list input[data-name=testtag]", + isCheck: true, + }, + ...wTourUtils.clickOnSave(), + { + content: "Verify tag appears in blog post", + trigger: "iframe #o_wblog_post_content .badge:contains(testtag)", + isCheck: true, + }, + ...wTourUtils.clickOnEditAndWaitEditMode(), + wTourUtils.clickOnSnippet('#o_wblog_post_top .o_wblog_post_page_cover'), + { + content: "Remove tag", + trigger: "we-customizeblock-option:contains(Tags) we-list tr:has(input[data-name=testtag]) we-button.fa-minus", + }, { + content: "Verify tag does not appear in options anymore", + trigger: "we-customizeblock-option:contains(Tags) we-list:not(:has(input[data-name=testtag]))", + isCheck: true, + }, + ...wTourUtils.clickOnSave(), + { + content: "Verify tag does not appear in blog post anymore", + trigger: "iframe #o_wblog_post_content div:has(.badge):not(:contains(testtag))", + run: () => {}, // it's a check + }, { + content: "Go back to /blog", + trigger: "iframe #top_menu a[href='/blog'] span", + }, { + content: "Click on the adventure tag", + trigger: "iframe a[href^='/blog/tag/adventure']", + }, { + content: "Verify we are still on the backend", + trigger: "iframe span:contains(adventure) i.fa-tag", + run: () => {}, // it's a check + }] +); diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..15f0e60 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import test_ui +from . import test_website_blog_flow +from . import test_performance diff --git a/tests/common.py b/tests/common.py new file mode 100644 index 0000000..e38f906 --- /dev/null +++ b/tests/common.py @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo.tests import common + + +class TestWebsiteBlogCommon(common.TransactionCase): + def setUp(self): + super(TestWebsiteBlogCommon, self).setUp() + + Users = self.env['res.users'] + + group_blog_manager_id = self.ref('website.group_website_designer') + group_employee_id = self.ref('base.group_user') + group_public_id = self.ref('base.group_public') + + self.user_employee = Users.with_context({'no_reset_password': True}).create({ + 'name': 'Armande Employee', + 'login': 'armande', + 'email': 'armande.employee@example.com', + 'notification_type': 'inbox', + 'groups_id': [(6, 0, [group_employee_id])] + }) + self.user_blogmanager = Users.with_context({'no_reset_password': True}).create({ + 'name': 'Bastien BlogManager', + 'login': 'bastien', + 'email': 'bastien.blogmanager@example.com', + 'notification_type': 'inbox', + 'groups_id': [(6, 0, [group_blog_manager_id, group_employee_id])] + }) + self.user_public = Users.with_context({'no_reset_password': True}).create({ + 'name': 'Cedric Public', + 'login': 'cedric', + 'email': 'cedric.public@example.com', + 'notification_type': 'email', + 'groups_id': [(6, 0, [group_public_id])] + }) + + self.test_blog = self.env['blog.blog'].with_user(self.user_blogmanager).create({ + 'name': 'New Blog', + }) + self.test_blog_post = self.env['blog.post'].with_user(self.user_blogmanager).create({ + 'name': 'New Post', + 'blog_id': self.test_blog.id, + 'website_published': True, + }) diff --git a/tests/test_performance.py b/tests/test_performance.py new file mode 100644 index 0000000..cbb6e7e --- /dev/null +++ b/tests/test_performance.py @@ -0,0 +1,73 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo.addons.website.tests.test_performance import UtilPerf +import random + + +class TestBlogPerformance(UtilPerf): + def setUp(self): + super().setUp() + # if website_livechat is installed, disable it + if 'channel_id' in self.env['website']: + self.env['website'].search([]).channel_id = False + + self.env['blog.blog'].search([]).active = False + blogs = self.env['blog.blog'].create([{ + "name": 'aaa Blog Test', + "subtitle": 'Blog Test Subtitle', + "cover_properties": """{"background-image": "url('/website_blog/static/src/img/blog_1.jpeg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0.4"}""", + }, { + "name": 'bbb Blog Test', + "subtitle": 'Blog Test Subtitle', + "cover_properties": """{"background-image": "url('/website_blog/static/src/img/blog_1.jpeg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0.4"}""", + }]) + + blog_tags = self.env['blog.tag'].create([{ + 'name': 'Tag 1', + }, { + 'name': 'Tag 2', + }]) + self.env['blog.post'].create([{ + "name": "Post Test", + "subtitle": "Subtitle Test", + "blog_id": blog.id, + "author_id": self.env.user.id, + "tag_ids": [(4, tag.id) for tag in blog_tags], + "is_published": True, + "cover_properties": """{"background-image": "url('/website_blog/static/src/img/cover_1.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0"}""", + } for blog in blogs]) + + def test_10_perf_sql_blog_standard_data(self): + self.assertLessEqual(self._get_url_hot_query('/blog'), 11) + self.assertLessEqual(self._get_url_hot_query('/blog', cache=False), 23) + + def test_20_perf_sql_blog_bigger_data_scaling(self): + BlogPost = self.env['blog.post'] + BlogTag = self.env['blog.tag'] + blogs = self.env['blog.blog'].search([]) + blog_tags = BlogTag.create([{'name': 'Blog Tag Test %s' % i} for i in range(1, 20)]) + BlogPost.create([{'name': 'Blog Post Test %s' % i, 'is_published': True, 'blog_id': blogs[i % 2].id} for i in range(1, 20)]) + blog_posts = BlogPost.search([]) + for blog_post in blog_posts: + blog_post.tag_ids += blog_tags + blog_tags = blog_tags[:-1] + self.assertEqual(self._get_url_hot_query('/blog'), 11) + self.assertLessEqual(self._get_url_hot_query('/blog', cache=False), 33) + self.assertLessEqual(self._get_url_hot_query(blog_post[0].website_url), 16) + self.assertLessEqual(self._get_url_hot_query(blog_post[0].website_url, cache=False), 20) + + def test_30_perf_sql_blog_bigger_data_scaling(self): + BlogPost = self.env['blog.post'] + BlogTag = self.env['blog.tag'] + blogs = self.env['blog.blog'].search([]) + blog_tags = BlogTag.create([{'name': 'New Blog Tag Test %s' % i} for i in range(1, 50)]) + BlogPost.create([{'name': 'New Blog Post Test %s' % i, 'is_published': True, 'blog_id': blogs[random.randint(0, 1)].id} for i in range(1, 100)]) + blog_posts = BlogPost.search([]) + for blog_post in blog_posts: + blog_post.write({'tag_ids': [[6, 0, random.choices(blog_tags.ids, k=random.randint(0, len(blog_tags)))]]}) + + self.assertLessEqual(self._get_url_hot_query('/blog'), 29) + self.assertLessEqual(self._get_url_hot_query('/blog', cache=False), 71) + self.assertLessEqual(self._get_url_hot_query(blog_post[0].website_url), 34) + self.assertLessEqual(self._get_url_hot_query(blog_post[0].website_url, cache=False), 33) diff --git a/tests/test_ui.py b/tests/test_ui.py new file mode 100644 index 0000000..fccce82 --- /dev/null +++ b/tests/test_ui.py @@ -0,0 +1,52 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import odoo.tests + + +@odoo.tests.tagged('post_install', '-at_install') +class TestWebsiteBlogUi(odoo.tests.HttpCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + blog = cls.env['blog.blog'].create({ + "name": 'aaa Blog Test', + "subtitle": 'Blog Test Subtitle', + "cover_properties": """{"background-image": "url('/website_blog/static/src/img/blog_1.jpeg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0.4"}""", + }) + + blog_tag = cls.env.ref('website_blog.blog_tag_2', raise_if_not_found=False) + if not blog_tag: + blog_tag = cls.env['blog.tag'].create({'name': 'adventure'}) + cls.env['blog.post'].create({ + "name": "Post Test", + "subtitle": "Subtitle Test", + "blog_id": blog.id, + "author_id": cls.env.user.id, + "tag_ids": [(4, blog_tag.id)], + "is_published": True, + "cover_properties": """{"background-image": "url('/website_blog/static/src/img/cover_1.jpg')", "resize_class": "o_record_has_cover o_half_screen_height", "opacity": "0"}""", + }) + + def test_admin(self): + # Ensure at least two blogs exist for the step asking to select a blog + self.env['blog.blog'].create({'name': 'Travel'}) + + # Ensure at least one image exists for the step that chooses one + self.env['ir.attachment'].create({ + 'public': True, + 'type': 'url', + 'url': '/web/image/123/transparent.png', + 'name': 'transparent.png', + 'mimetype': 'image/png', + }) + + self.start_tour(self.env['website'].get_client_action_url('/'), 'blog', login='admin') + + def test_blog_post_tags(self): + self.start_tour(self.env['website'].get_client_action_url('/blog'), 'blog_tags', login='admin') + + def test_autocomplete_with_date(self): + self.env.ref('website_blog.opt_blog_sidebar_show').active = True + self.env.ref('website_blog.opt_sidebar_blog_index_follow_us').active = False + self.start_tour("/blog", 'blog_autocomplete_with_date') diff --git a/tests/test_website_blog_flow.py b/tests/test_website_blog_flow.py new file mode 100644 index 0000000..0bf8859 --- /dev/null +++ b/tests/test_website_blog_flow.py @@ -0,0 +1,118 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo.exceptions import UserError +from odoo.tests.common import users +from odoo.addons.website.tools import MockRequest +from odoo.addons.website_blog.tests.common import TestWebsiteBlogCommon +from odoo.addons.portal.controllers.mail import PortalChatter + + +class TestWebsiteBlogFlow(TestWebsiteBlogCommon): + def setUp(self): + super(TestWebsiteBlogFlow, self).setUp() + group_portal = self.env.ref('base.group_portal') + self.user_portal = self.env['res.users'].with_context({'no_reset_password': True}).create({ + 'name': 'Dorian Portal', + 'login': 'portal_user', + 'email': 'portal_user@example.com', + 'notification_type': 'email', + 'groups_id': [(6, 0, [group_portal.id])] + }) + + def test_website_blog_followers(self): + """ Test the flow of followers and notifications for blogs. Intended + flow : + + - people subscribe to a blog + - when creating a new post, nobody except the creator follows it + - people subscribed to the blog does not receive comments on posts + - when published, a notification is sent to all blog followers + - if someone subscribe to the post or comment it, it become follower + and receive notification for future comments. """ + + # Create a new blog, subscribe the employee to the blog + self.assertIn( + self.user_blogmanager.partner_id, self.test_blog.message_partner_ids, + 'website_blog: blog create should be in the blog followers') + self.test_blog.message_subscribe([self.user_employee.partner_id.id, self.user_public.partner_id.id]) + + # Create a new post, blog followers should not follow the post + self.assertNotIn( + self.user_employee.partner_id, self.test_blog_post.message_partner_ids, + 'website_blog: subscribing to a blog should not subscribe to its posts') + self.assertNotIn( + self.user_public.partner_id, self.test_blog_post.message_partner_ids, + 'website_blog: subscribing to a blog should not subscribe to its posts') + + # Publish the blog + self.test_blog_post.write({'website_published': True}) + + # Check publish message has been sent to blog followers + publish_message = next((m for m in self.test_blog_post.blog_id.message_ids if m.subtype_id.id == self.ref('website_blog.mt_blog_blog_published')), None) + self.assertEqual( + publish_message.notified_partner_ids, + self.user_employee.partner_id | self.user_public.partner_id, + 'website_blog: peuple following a blog should be notified of a published post') + + # Armand posts a message -> becomes follower + self.test_blog_post.with_user(self.user_employee).message_post( + body='Armande BlogUser Commented', + message_type='comment', + author_id=self.user_employee.partner_id.id, + subtype_xmlid='mail.mt_comment', + ) + self.assertIn( + self.user_employee.partner_id, self.test_blog_post.message_partner_ids, + 'website_blog: people commenting a post should follow it afterwards') + + @users('portal_user') + def test_blog_comment(self): + """Test comment on blog post with attachment.""" + attachment = self.env['ir.attachment'].sudo().create({ + 'name': 'some_attachment.pdf', + 'res_model': 'mail.compose.message', + 'datas': 'test', + 'type': 'binary', + 'access_token': 'azerty', + }) + + with MockRequest(self.env): + PortalChatter().portal_chatter_post( + 'blog.post', + self.test_blog_post.id, + 'Test message blog post', + attachment_ids=[attachment.id], + attachment_tokens=[attachment.access_token] + ) + + self.assertTrue(self.env['mail.message'].sudo().search( + [('model', '=', 'blog.post'), ('attachment_ids', 'in', attachment.ids)])) + + second_attachment = self.env['ir.attachment'].sudo().create({ + 'name': 'some_attachment.pdf', + 'res_model': 'mail.compose.message', + 'datas': 'test', + 'type': 'binary', + 'access_token': 'azerty', + }) + + with self.assertRaises(UserError), MockRequest(self.env): + PortalChatter().portal_chatter_post( + 'blog.post', + self.test_blog_post.id, + 'Test message blog post', + attachment_ids=[second_attachment.id], + attachment_tokens=['wrong_token'] + ) + + self.assertFalse(self.env['mail.message'].sudo().search( + [('model', '=', 'blog.post'), ('attachment_ids', 'in', second_attachment.ids)])) + + def test_website_blog_teaser_content(self): + """ Make sure that the content of the post is correctly rendered in + proper plain text. """ + + self.test_blog_post.content = "

    Test Content

    " + + self.assertEqual(self.test_blog_post.teaser, "Test Content...") diff --git a/views/blog_post_add.xml b/views/blog_post_add.xml new file mode 100644 index 0000000..4bc41ba --- /dev/null +++ b/views/blog_post_add.xml @@ -0,0 +1,26 @@ + + + + + blog.post.view.form.add + blog.post + +
    + + + + + +
    +
    +
    + + + New Blog Post + blog.post + form + new + + + +
    diff --git a/views/snippets/s_blog_posts.xml b/views/snippets/s_blog_posts.xml new file mode 100644 index 0000000..d6364c9 --- /dev/null +++ b/views/snippets/s_blog_posts.xml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + Blog posts 000 SCSS + web.assets_frontend + website_blog/static/src/snippets/s_blog_posts/000.scss + + + + Blog posts 000 JS + web.assets_frontend + website_blog/static/src/snippets/s_blog_posts/000.js + + + diff --git a/views/snippets/snippets.xml b/views/snippets/snippets.xml new file mode 100644 index 0000000..bfe57b3 --- /dev/null +++ b/views/snippets/snippets.xml @@ -0,0 +1,188 @@ + + + + + + + + + diff --git a/views/website_blog_components.xml b/views/website_blog_components.xml new file mode 100644 index 0000000..f86525c --- /dev/null +++ b/views/website_blog_components.xml @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/views/website_blog_posts_loop.xml b/views/website_blog_posts_loop.xml new file mode 100644 index 0000000..be59f95 --- /dev/null +++ b/views/website_blog_posts_loop.xml @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + +