From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/website_customer/__init__.py | 5 + addons/website_customer/__manifest__.py | 29 +++ addons/website_customer/controllers/__init__.py | 4 + addons/website_customer/controllers/main.py | 152 ++++++++++++ addons/website_customer/data/res_partner_demo.xml | 122 +++++++++ addons/website_customer/i18n/af.po | 191 ++++++++++++++ addons/website_customer/i18n/am.po | 187 ++++++++++++++ addons/website_customer/i18n/ar.po | 266 ++++++++++++++++++++ addons/website_customer/i18n/az.po | 218 ++++++++++++++++ addons/website_customer/i18n/bg.po | 259 +++++++++++++++++++ addons/website_customer/i18n/bn.po | 256 +++++++++++++++++++ addons/website_customer/i18n/bs.po | 223 +++++++++++++++++ addons/website_customer/i18n/ca.po | 270 ++++++++++++++++++++ addons/website_customer/i18n/ckb.po | 256 +++++++++++++++++++ addons/website_customer/i18n/cs.po | 265 ++++++++++++++++++++ addons/website_customer/i18n/da.po | 271 ++++++++++++++++++++ addons/website_customer/i18n/de.po | 270 ++++++++++++++++++++ addons/website_customer/i18n/el.po | 258 +++++++++++++++++++ addons/website_customer/i18n/en_AU.po | 194 +++++++++++++++ addons/website_customer/i18n/en_GB.po | 192 ++++++++++++++ addons/website_customer/i18n/eo.po | 252 +++++++++++++++++++ addons/website_customer/i18n/es.po | 274 ++++++++++++++++++++ addons/website_customer/i18n/es_BO.po | 185 ++++++++++++++ addons/website_customer/i18n/es_CL.po | 188 ++++++++++++++ addons/website_customer/i18n/es_CO.po | 208 ++++++++++++++++ addons/website_customer/i18n/es_CR.po | 188 ++++++++++++++ addons/website_customer/i18n/es_DO.po | 201 +++++++++++++++ addons/website_customer/i18n/es_EC.po | 207 ++++++++++++++++ addons/website_customer/i18n/es_MX.po | 262 +++++++++++++++++++ addons/website_customer/i18n/es_PA.po | 185 ++++++++++++++ addons/website_customer/i18n/es_PE.po | 198 +++++++++++++++ addons/website_customer/i18n/es_PY.po | 185 ++++++++++++++ addons/website_customer/i18n/es_VE.po | 185 ++++++++++++++ addons/website_customer/i18n/et.po | 263 ++++++++++++++++++++ addons/website_customer/i18n/eu.po | 264 ++++++++++++++++++++ addons/website_customer/i18n/fa.po | 224 +++++++++++++++++ addons/website_customer/i18n/fi.po | 270 ++++++++++++++++++++ addons/website_customer/i18n/fo.po | 184 ++++++++++++++ addons/website_customer/i18n/fr.po | 276 +++++++++++++++++++++ addons/website_customer/i18n/fr_BE.po | 188 ++++++++++++++ addons/website_customer/i18n/fr_CA.po | 188 ++++++++++++++ addons/website_customer/i18n/gl.po | 187 ++++++++++++++ addons/website_customer/i18n/gu.po | 224 +++++++++++++++++ addons/website_customer/i18n/he.po | 261 +++++++++++++++++++ addons/website_customer/i18n/hi.po | 256 +++++++++++++++++++ addons/website_customer/i18n/hr.po | 263 ++++++++++++++++++++ addons/website_customer/i18n/hu.po | 264 ++++++++++++++++++++ addons/website_customer/i18n/id.po | 264 ++++++++++++++++++++ addons/website_customer/i18n/is.po | 224 +++++++++++++++++ addons/website_customer/i18n/it.po | 264 ++++++++++++++++++++ addons/website_customer/i18n/ja.po | 264 ++++++++++++++++++++ addons/website_customer/i18n/ka.po | 261 +++++++++++++++++++ addons/website_customer/i18n/kab.po | 193 ++++++++++++++ addons/website_customer/i18n/kk.po | 187 ++++++++++++++ addons/website_customer/i18n/km.po | 221 +++++++++++++++++ addons/website_customer/i18n/ko.po | 261 +++++++++++++++++++ addons/website_customer/i18n/lb.po | 240 ++++++++++++++++++ addons/website_customer/i18n/lt.po | 269 ++++++++++++++++++++ addons/website_customer/i18n/lv.po | 252 +++++++++++++++++++ addons/website_customer/i18n/mk.po | 204 +++++++++++++++ addons/website_customer/i18n/ml_IN.po | 185 ++++++++++++++ addons/website_customer/i18n/mn.po | 261 +++++++++++++++++++ addons/website_customer/i18n/nb.po | 264 ++++++++++++++++++++ addons/website_customer/i18n/nl.po | 265 ++++++++++++++++++++ addons/website_customer/i18n/nl_BE.po | 188 ++++++++++++++ addons/website_customer/i18n/pl.po | 270 ++++++++++++++++++++ addons/website_customer/i18n/pt.po | 262 +++++++++++++++++++ addons/website_customer/i18n/pt_BR.po | 274 ++++++++++++++++++++ addons/website_customer/i18n/ro.po | 264 ++++++++++++++++++++ addons/website_customer/i18n/ru.po | 267 ++++++++++++++++++++ addons/website_customer/i18n/si.po | 252 +++++++++++++++++++ addons/website_customer/i18n/sk.po | 264 ++++++++++++++++++++ addons/website_customer/i18n/sl.po | 263 ++++++++++++++++++++ addons/website_customer/i18n/sq.po | 184 ++++++++++++++ addons/website_customer/i18n/sr.po | 222 +++++++++++++++++ addons/website_customer/i18n/sr@latin.po | 203 +++++++++++++++ addons/website_customer/i18n/sv.po | 262 +++++++++++++++++++ addons/website_customer/i18n/ta.po | 197 +++++++++++++++ addons/website_customer/i18n/th.po | 223 +++++++++++++++++ addons/website_customer/i18n/tr.po | 271 ++++++++++++++++++++ addons/website_customer/i18n/uk.po | 266 ++++++++++++++++++++ addons/website_customer/i18n/ur.po | 252 +++++++++++++++++++ addons/website_customer/i18n/vi.po | 267 ++++++++++++++++++++ addons/website_customer/i18n/website_customer.pot | 252 +++++++++++++++++++ addons/website_customer/i18n/zh_CN.po | 269 ++++++++++++++++++++ addons/website_customer/i18n/zh_TW.po | 258 +++++++++++++++++++ addons/website_customer/models/__init__.py | 5 + addons/website_customer/models/res_partner.py | 34 +++ addons/website_customer/models/website.py | 14 ++ .../website_customer/security/ir.model.access.csv | 4 + addons/website_customer/security/ir_rule.xml | 11 + .../website_customer/static/description/icon.png | Bin 0 -> 9414 bytes .../website_customer/static/description/icon.svg | 1 + .../website_customer/views/res_partner_views.xml | 81 ++++++ .../views/website_customer_templates.xml | 254 +++++++++++++++++++ 95 files changed, 19831 insertions(+) create mode 100644 addons/website_customer/__init__.py create mode 100644 addons/website_customer/__manifest__.py create mode 100644 addons/website_customer/controllers/__init__.py create mode 100644 addons/website_customer/controllers/main.py create mode 100644 addons/website_customer/data/res_partner_demo.xml create mode 100644 addons/website_customer/i18n/af.po create mode 100644 addons/website_customer/i18n/am.po create mode 100644 addons/website_customer/i18n/ar.po create mode 100644 addons/website_customer/i18n/az.po create mode 100644 addons/website_customer/i18n/bg.po create mode 100644 addons/website_customer/i18n/bn.po create mode 100644 addons/website_customer/i18n/bs.po create mode 100644 addons/website_customer/i18n/ca.po create mode 100644 addons/website_customer/i18n/ckb.po create mode 100644 addons/website_customer/i18n/cs.po create mode 100644 addons/website_customer/i18n/da.po create mode 100644 addons/website_customer/i18n/de.po create mode 100644 addons/website_customer/i18n/el.po create mode 100644 addons/website_customer/i18n/en_AU.po create mode 100644 addons/website_customer/i18n/en_GB.po create mode 100644 addons/website_customer/i18n/eo.po create mode 100644 addons/website_customer/i18n/es.po create mode 100644 addons/website_customer/i18n/es_BO.po create mode 100644 addons/website_customer/i18n/es_CL.po create mode 100644 addons/website_customer/i18n/es_CO.po create mode 100644 addons/website_customer/i18n/es_CR.po create mode 100644 addons/website_customer/i18n/es_DO.po create mode 100644 addons/website_customer/i18n/es_EC.po create mode 100644 addons/website_customer/i18n/es_MX.po create mode 100644 addons/website_customer/i18n/es_PA.po create mode 100644 addons/website_customer/i18n/es_PE.po create mode 100644 addons/website_customer/i18n/es_PY.po create mode 100644 addons/website_customer/i18n/es_VE.po create mode 100644 addons/website_customer/i18n/et.po create mode 100644 addons/website_customer/i18n/eu.po create mode 100644 addons/website_customer/i18n/fa.po create mode 100644 addons/website_customer/i18n/fi.po create mode 100644 addons/website_customer/i18n/fo.po create mode 100644 addons/website_customer/i18n/fr.po create mode 100644 addons/website_customer/i18n/fr_BE.po create mode 100644 addons/website_customer/i18n/fr_CA.po create mode 100644 addons/website_customer/i18n/gl.po create mode 100644 addons/website_customer/i18n/gu.po create mode 100644 addons/website_customer/i18n/he.po create mode 100644 addons/website_customer/i18n/hi.po create mode 100644 addons/website_customer/i18n/hr.po create mode 100644 addons/website_customer/i18n/hu.po create mode 100644 addons/website_customer/i18n/id.po create mode 100644 addons/website_customer/i18n/is.po create mode 100644 addons/website_customer/i18n/it.po create mode 100644 addons/website_customer/i18n/ja.po create mode 100644 addons/website_customer/i18n/ka.po create mode 100644 addons/website_customer/i18n/kab.po create mode 100644 addons/website_customer/i18n/kk.po create mode 100644 addons/website_customer/i18n/km.po create mode 100644 addons/website_customer/i18n/ko.po create mode 100644 addons/website_customer/i18n/lb.po create mode 100644 addons/website_customer/i18n/lt.po create mode 100644 addons/website_customer/i18n/lv.po create mode 100644 addons/website_customer/i18n/mk.po create mode 100644 addons/website_customer/i18n/ml_IN.po create mode 100644 addons/website_customer/i18n/mn.po create mode 100644 addons/website_customer/i18n/nb.po create mode 100644 addons/website_customer/i18n/nl.po create mode 100644 addons/website_customer/i18n/nl_BE.po create mode 100644 addons/website_customer/i18n/pl.po create mode 100644 addons/website_customer/i18n/pt.po create mode 100644 addons/website_customer/i18n/pt_BR.po create mode 100644 addons/website_customer/i18n/ro.po create mode 100644 addons/website_customer/i18n/ru.po create mode 100644 addons/website_customer/i18n/si.po create mode 100644 addons/website_customer/i18n/sk.po create mode 100644 addons/website_customer/i18n/sl.po create mode 100644 addons/website_customer/i18n/sq.po create mode 100644 addons/website_customer/i18n/sr.po create mode 100644 addons/website_customer/i18n/sr@latin.po create mode 100644 addons/website_customer/i18n/sv.po create mode 100644 addons/website_customer/i18n/ta.po create mode 100644 addons/website_customer/i18n/th.po create mode 100644 addons/website_customer/i18n/tr.po create mode 100644 addons/website_customer/i18n/uk.po create mode 100644 addons/website_customer/i18n/ur.po create mode 100644 addons/website_customer/i18n/vi.po create mode 100644 addons/website_customer/i18n/website_customer.pot create mode 100644 addons/website_customer/i18n/zh_CN.po create mode 100644 addons/website_customer/i18n/zh_TW.po create mode 100644 addons/website_customer/models/__init__.py create mode 100644 addons/website_customer/models/res_partner.py create mode 100644 addons/website_customer/models/website.py create mode 100644 addons/website_customer/security/ir.model.access.csv create mode 100644 addons/website_customer/security/ir_rule.xml create mode 100644 addons/website_customer/static/description/icon.png create mode 100644 addons/website_customer/static/description/icon.svg create mode 100644 addons/website_customer/views/res_partner_views.xml create mode 100644 addons/website_customer/views/website_customer_templates.xml (limited to 'addons/website_customer') diff --git a/addons/website_customer/__init__.py b/addons/website_customer/__init__.py new file mode 100644 index 00000000..7d34c7c0 --- /dev/null +++ b/addons/website_customer/__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/addons/website_customer/__manifest__.py b/addons/website_customer/__manifest__.py new file mode 100644 index 00000000..d6e9bdf6 --- /dev/null +++ b/addons/website_customer/__manifest__.py @@ -0,0 +1,29 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Customer References', + 'category': 'Website/Website', + 'summary': 'Publish your customer references', + 'version': '1.0', + 'description': """ +Publish your customers as business references on your website to attract new potential prospects. + """, + 'depends': [ + 'website_crm_partner_assign', + 'website_partner', + 'website_google_map', + ], + 'demo': [ + 'data/res_partner_demo.xml', + ], + 'data': [ + 'views/website_customer_templates.xml', + 'views/res_partner_views.xml', + 'security/ir.model.access.csv', + 'security/ir_rule.xml', + ], + 'qweb': [], + 'installable': True, + 'license': 'LGPL-3', +} diff --git a/addons/website_customer/controllers/__init__.py b/addons/website_customer/controllers/__init__.py new file mode 100644 index 00000000..5d4b25db --- /dev/null +++ b/addons/website_customer/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/addons/website_customer/controllers/main.py b/addons/website_customer/controllers/main.py new file mode 100644 index 00000000..9bc6960b --- /dev/null +++ b/addons/website_customer/controllers/main.py @@ -0,0 +1,152 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import werkzeug.urls + +from odoo import http +from odoo.addons.http_routing.models.ir_http import unslug, slug +from odoo.addons.website.models.ir_http import sitemap_qs2dom +from odoo.tools.translate import _ +from odoo.http import request + + +class WebsiteCustomer(http.Controller): + _references_per_page = 20 + + def sitemap_industry(env, rule, qs): + if not qs or qs.lower() in '/customers': + yield {'loc': '/customers'} + + Industry = env['res.partner.industry'] + dom = sitemap_qs2dom(qs, '/customers/industry', Industry._rec_name) + for industry in Industry.search(dom): + loc = '/customers/industry/%s' % slug(industry) + if not qs or qs.lower() in loc: + yield {'loc': loc} + + dom = [('website_published', '=', True), ('assigned_partner_id', '!=', False), ('country_id', '!=', False)] + dom += sitemap_qs2dom(qs, '/customers/country') + countries = env['res.partner'].sudo().read_group(dom, ['id', 'country_id'], groupby='country_id') + for country in countries: + loc = '/customers/country/%s' % slug(country['country_id']) + if not qs or qs.lower() in loc: + yield {'loc': loc} + + @http.route([ + '/customers', + '/customers/page/', + '/customers/country/', + '/customers/country//page/', + '/customers/industry/', + '/customers/industry//page/', + '/customers/industry//country/', + '/customers/industry//country//page/', + ], type='http', auth="public", website=True, sitemap=sitemap_industry) + def customers(self, country=None, industry=None, page=0, **post): + Tag = request.env['res.partner.tag'] + Partner = request.env['res.partner'] + search_value = post.get('search') + + domain = [('website_published', '=', True), ('assigned_partner_id', '!=', False)] + if search_value: + domain += [ + '|', '|', + ('name', 'ilike', search_value), + ('website_description', 'ilike', search_value), + ('industry_id.name', 'ilike', search_value), + ] + + tag_id = post.get('tag_id') + if tag_id: + tag_id = unslug(tag_id)[1] or 0 + domain += [('website_tag_ids', 'in', tag_id)] + + # group by industry, based on customers found with the search(domain) + industries = Partner.sudo().read_group(domain, ["id", "industry_id"], groupby="industry_id", orderby="industry_id") + partners_count = Partner.sudo().search_count(domain) + + if industry: + domain.append(('industry_id', '=', industry.id)) + if industry.id not in (x['industry_id'][0] for x in industries if x['industry_id']): + if industry.exists(): + industries.append({ + 'industry_id_count': 0, + 'industry_id': (industry.id, industry.name) + }) + + industries.sort(key=lambda d: (d.get('industry_id') or (0, ''))[1]) + + industries.insert(0, { + 'industry_id_count': partners_count, + 'industry_id': (0, _("All Industries")) + }) + + # group by country, based on customers found with the search(domain) + countries = Partner.sudo().read_group(domain, ["id", "country_id"], groupby="country_id", orderby="country_id") + country_count = Partner.sudo().search_count(domain) + + if country: + domain += [('country_id', '=', country.id)] + if country.id not in (x['country_id'][0] for x in countries if x['country_id']): + if country.exists(): + countries.append({ + 'country_id_count': 0, + 'country_id': (country.id, country.name) + }) + countries.sort(key=lambda d: (d['country_id'] or (0, ""))[1]) + + countries.insert(0, { + 'country_id_count': country_count, + 'country_id': (0, _("All Countries")) + }) + + # search customers to display + partner_count = Partner.sudo().search_count(domain) + + # pager + url = '/customers' + if industry: + url += '/industry/%s' % industry.id + if country: + url += '/country/%s' % country.id + pager = request.website.pager( + url=url, total=partner_count, page=page, step=self._references_per_page, + scope=7, url_args=post + ) + + partners = Partner.sudo().search(domain, offset=pager['offset'], limit=self._references_per_page) + google_map_partner_ids = ','.join(str(it) for it in partners.ids) + google_maps_api_key = request.website.google_maps_api_key + + tags = Tag.search([('website_published', '=', True), ('partner_ids', 'in', partners.ids)], order='classname, name ASC') + tag = tag_id and Tag.browse(tag_id) or False + + values = { + 'countries': countries, + 'current_country_id': country.id if country else 0, + 'current_country': country or False, + 'industries': industries, + 'current_industry_id': industry.id if industry else 0, + 'current_industry': industry or False, + 'partners': partners, + 'google_map_partner_ids': google_map_partner_ids, + 'pager': pager, + 'post': post, + 'search_path': "?%s" % werkzeug.urls.url_encode(post), + 'tag': tag, + 'tags': tags, + 'google_maps_api_key': google_maps_api_key, + } + return request.render("website_customer.index", values) + + # Do not use semantic controller due to SUPERUSER_ID + @http.route(['/customers/'], type='http', auth="public", website=True) + def partners_detail(self, partner_id, **post): + _, partner_id = unslug(partner_id) + if partner_id: + partner = request.env['res.partner'].sudo().browse(partner_id) + if partner.exists() and partner.website_published: + values = {} + values['main_object'] = values['partner'] = partner + return request.render("website_customer.details", values) + return self.customers(**post) diff --git a/addons/website_customer/data/res_partner_demo.xml b/addons/website_customer/data/res_partner_demo.xml new file mode 100644 index 00000000..3ab130b9 --- /dev/null +++ b/addons/website_customer/data/res_partner_demo.xml @@ -0,0 +1,122 @@ + + + + + + + Deco Addict designs, develops, integrates and supports HR and Supply Chain processes in order to make our customers more productive, responsive and profitable. + +

+ Deco Addict designs, develops, integrates and supports HR and Supply + Chain processes in order to make our customers more productive, + responsive and profitable. +

+ Our experts invent, imagine and develop solutions which meet + your business requirements. They build a new technical + environment for your company, but they always take the already + installed IT software into account. That is why Idealis + Consulting delivers excellence in HR and SC Management. +

+ Deco Addict integrates ERP for Global Companies and supports PME + with Open Sources software to manage their businesses. Our + consultants are experts in the following areas: +

+
    +
  • Sales and Distribution
  • +
  • Materials Management
  • +
  • Inventory and Warehouse management
  • +
  • Customer Relationship Management
  • +
  • Personnel Administration
  • +
  • Talent Management
  • +
  • Reporting
  • +
+
+
+ + + A non-profit international educational and scientific organisation, hosting three departments (aeronautics and aerospace, environmental and applied fluid dynamics, and turbomachinery and propulsion). + +

+ A non-profit international educational and scientific + organisation, hosting three departments (aeronautics and + aerospace, environmental and applied fluid dynamics, and + turbomachinery and propulsion). +

+ It provides post-graduate education in fluid dynamics + (research master in fluid dynamics, former "Diploma + Course", doctoral program, stagiaire program and lecture + series) and encourages "training in research through + research". +

+ It undertakes and promotes research in the field of fluid + dynamics. It possesses about fifty different wind tunnels, + turbomachinery and other specialized test facilities, some + of which are unique or the largest in the world. Extensive + research on experimental, computational and theoretical + aspects of gas and liquid flows is carried out under the + direction of the faculty and research engineers, sponsored + mainly by governmental and international agencies as well + as industries. +

+
+
+ + + Deco Addict designs, develops, integrates and supports HR and Supply Chain processes in order to make our customers more productive, responsive and profitable. + +

+ Deco Addict designs, develops, integrates and supports HR and Supply + Chain processes in order to make our customers more productive, + responsive and profitable. +

+ Our experts invent, imagine and develop solutions which meet + your business requirements. They build a new technical + environment for your company, but they always take the already + installed IT software into account. That is why Idealis + Consulting delivers excellence in HR and SC Management. +

+ Deco Addict integrates ERP for Global Companies and supports PME + with Open Sources software to manage their businesses. Our + consultants are experts in the following areas: +

+
    +
  • Sales and Distribution
  • +
  • Materials Management
  • +
  • Inventory and Warehouse management
  • +
  • Customer Relationship Management
  • +
  • Personnel Administration
  • +
  • Talent Management
  • +
  • Reporting
  • +
+
+
+ + + A non-profit international educational and scientific organisation, hosting three departments (aeronautics and aerospace, environmental and applied fluid dynamics, and turbomachinery and propulsion). + +

+ A non-profit international educational and scientific + organisation, hosting three departments (aeronautics and + aerospace, environmental and applied fluid dynamics, and + turbomachinery and propulsion). +

+ It provides post-graduate education in fluid dynamics + (research master in fluid dynamics, former "Diploma + Course", doctoral program, stagiaire program and lecture + series) and encourages "training in research through + research". +

+ It undertakes and promotes research in the field of fluid + dynamics. It possesses about fifty different wind tunnels, + turbomachinery and other specialized test facilities, some + of which are unique or the largest in the world. Extensive + research on experimental, computational and theoretical + aspects of gas and liquid flows is carried out under the + direction of the faculty and research engineers, sponsored + mainly by governmental and international agencies as well + as industries. +

+
+
+
+
diff --git a/addons/website_customer/i18n/af.po b/addons/website_customer/i18n/af.po new file mode 100644 index 00000000..a28b907b --- /dev/null +++ b/addons/website_customer/i18n/af.po @@ -0,0 +1,191 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-11-12 08:29+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Afrikaans (http://www.transifex.com/odoo/odoo-9/language/" +"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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Aktief" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "Alle Lande" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Geskep deur" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Geskep op" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Vertoningsnaam" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Laas Gewysig op" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Laas Opgedateer deur" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Laas Opgedateer op" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Ouer Venoot" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Vennoot Merker" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Venote" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Verwysings" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Soek" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Wêreldkaart" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Partner Tags" +#~ msgstr "Vennoot Merkers" + +#~ msgid "Tags" +#~ msgstr "Merker" diff --git a/addons/website_customer/i18n/am.po b/addons/website_customer/i18n/am.po new file mode 100644 index 00000000..8dc12564 --- /dev/null +++ b/addons/website_customer/i18n/am.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:10+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Amharic (http://www.transifex.com/odoo/odoo-9/language/am/)\n" +"Language: am\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "ጥቅም ላይ ማዋል" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "ተባባሪ" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "ተባባሪ" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "ማመሳከሪያ" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "ምልክት" diff --git a/addons/website_customer/i18n/ar.po b/addons/website_customer/i18n/ar.po new file mode 100644 index 00000000..de42d175 --- /dev/null +++ b/addons/website_customer/i18n/ar.po @@ -0,0 +1,266 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Sherif Abd Ekmoniem , 2020 +# Mustafa Rawi , 2020 +# Akram Alfusayal , 2020 +# amrnegm , 2020 +# Martin Trigaux, 2020 +# Osama Ahmaro , 2020 +# Zuhair Hammadi , 2020 +# Shaima Safar , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Shaima Safar , 2020\n" +"Language-Team: Arabic (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "نشط" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "كافة الدول" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "مؤرشف" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "اسم الفئة" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "الدرجة" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "اغلاق" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "جهة الاتصال" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "إنشاء وسم جهة اتصال جديد" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "المُعرف" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "تم تطبيقه بواسطة" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"إدارة وسوم جهات الاتصال لتتمكن من تصنيفهم بشكل أفضل لأغراض التتبع والتحليل." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "لا توجد نتائج" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "عملاؤنا" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "الكلمات الدلالية للشريك" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "الشركاء" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "أرقام الإشارة" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "العملاء بالدولة" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "بحث" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "الرابط الكامل للوصول للمستند من خلال الموقع." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "يثق بنا الملايين حول العالم" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "ظاهرة في الموقع الحالي" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "الموقع الإلكتروني" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr " علامات الموقع الالكتروني" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "رابط الموقع" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "العلامات الموقع" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "خريطة العالم" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "عملاء(عميل))" diff --git a/addons/website_customer/i18n/az.po b/addons/website_customer/i18n/az.po new file mode 100644 index 00000000..2d858d6a --- /dev/null +++ b/addons/website_customer/i18n/az.po @@ -0,0 +1,218 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:18+0000\n" +"PO-Revision-Date: 2018-08-24 09:34+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:100 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:81 +#, python-format +msgid "All Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#: model:website.menu,name:website_customer.menu_customers +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/bg.po b/addons/website_customer/i18n/bg.po new file mode 100644 index 00000000..6140f93a --- /dev/null +++ b/addons/website_customer/i18n/bg.po @@ -0,0 +1,259 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Kaloyan Naumov , 2020 +# aleksandar ivanov, 2020 +# Maria Boyadjieva , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Maria Boyadjieva , 2020\n" +"Language-Team: Bulgarian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Всички" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Активен" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Всички държави" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Архивиран" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Клас Bootstrap за персонализиране на цвета" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Име на категория" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Клас" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Затвори" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Контакт" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Изпълнено от" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Няма намерени резултати" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Нашите референции" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Маркер на контрагент" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Контрагенти" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Референции" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Референции по държави" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Референции по маркери" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Потърсете" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Пълен URL адрес за достъп до документа през уебсайта." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "С доверието на милиони по света" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Уебсайт" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Етикети на уебсайта" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL адрес на уебсайт" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Етикети на уебсайта" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Карта на света" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "референция(и))" diff --git a/addons/website_customer/i18n/bn.po b/addons/website_customer/i18n/bn.po new file mode 100644 index 00000000..ea90964a --- /dev/null +++ b/addons/website_customer/i18n/bn.po @@ -0,0 +1,256 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Abu Zafar , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Abu Zafar , 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "সক্রিয়" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "আর্কাইভ করা" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "প্রকাশ করতে পারে" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "বদ্ধ" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "যোগাযোগ" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "একটি নতুন পরিচিতি ট্যাগ তৈরি করুন" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "দ্বারা সৃষ্টি" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "তৈরি" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "আইডি " + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "সর্বশেষ আপডেট করেছেন" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "সর্বশেষ আপডেট হয়েছে" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "তথ্যসূত্র" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "অনুসন্ধান" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "ওয়েবসাইটের মাধ্যমে নথি অ্যাক্সেস করতে সম্পূর্ণ উআরএল।" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "বর্তমান ওয়েবসাইটে দৃশ্যমান" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "ওয়েবসাইট" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "ওয়েবসাইট URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/bs.po b/addons/website_customer/i18n/bs.po new file mode 100644 index 00000000..ae48471e --- /dev/null +++ b/addons/website_customer/i18n/bs.po @@ -0,0 +1,223 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković , 2018 +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:18+0000\n" +"PO-Revision-Date: 2018-09-21 13:18+0000\n" +"Last-Translator: Bole , 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktivan" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:100 +#, python-format +msgid "All Countries" +msgstr "Sve zemlje" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:81 +#, python-format +msgid "All Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Naziv kategorije" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Zatvori" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nisu pronađeni rezultati" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Naše reference" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partneri" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#: model:website.menu,name:website_customer.menu_customers +msgid "References" +msgstr "Reference" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Pretraži" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Kompletan URL za pristup dokumentu putem website-a." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Website URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Svjetska mapa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/ca.po b/addons/website_customer/i18n/ca.po new file mode 100644 index 00000000..4e51b220 --- /dev/null +++ b/addons/website_customer/i18n/ca.po @@ -0,0 +1,270 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Marc Tormo i Bochaca , 2020 +# Carles Antoli , 2020 +# RGB Consulting , 2020 +# Quim - eccit , 2020 +# Sandra Franch , 2020 +# Manel Fernandez Ramirez , 2020 +# M Palau , 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Tot" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Actiu" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Tots els països" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arxivat" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Classe de Bootstrap per personalitzar el color" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nom de categoria" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Classe" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Tancar" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Contacte" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Crear una nova etiqueta de contacte" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementat per" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Última actualització per" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Última actualització el" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Gestiona etiquetes de contacte per classificar-los millor amb el propòsit de" +" fer seguiments i anàlisis," + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "No s'han trobat resultats" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Les Nostres Referències" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Etiqueta d'empresa" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Etiquetes d'empresa - Es poden utilitzar al lloc web per localitzar clients " +"per sector, ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Empreses" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referències" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referencies per país" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referencies per etiqueta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Cercar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "URL completa per accedir al document a través del lloc web." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Amb la confiança de milions de clients en tot el món" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Visible al lloc web actual" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Lloc web" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Etiquetes del lloc web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL del lloc web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Etiquetes del lloc web" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa del món" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referencia(es))" diff --git a/addons/website_customer/i18n/ckb.po b/addons/website_customer/i18n/ckb.po new file mode 100644 index 00000000..c3bf43b6 --- /dev/null +++ b/addons/website_customer/i18n/ckb.po @@ -0,0 +1,256 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Haval Abdulkarim , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Haval Abdulkarim , 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "چالاک" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "ئەرشیفکراو" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "داخستن" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "پەیوەندی" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "دروستکراوە لەلایەن" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "دروستکراوە لە" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ناسنامە" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "دواین تازەکردنەوە لەلایەن" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "دواین تازەکردنەوە لە" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "هاوبەشەکان" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "گەڕان" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "ماڵپەڕ" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/cs.po b/addons/website_customer/i18n/cs.po new file mode 100644 index 00000000..aab2dfbc --- /dev/null +++ b/addons/website_customer/i18n/cs.po @@ -0,0 +1,265 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka , 2020 +# Rastislav Brencic , 2020 +# trendspotter, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: trendspotter, 2021\n" +"Language-Team: Czech (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Vše" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktivní" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Všechny země" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Všechna průmyslová odvětví" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Archivováno" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap class pro přizpůsobení barvy" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Může publikovat" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Název kategorie" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Třída" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Zavřít" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Vytvořit novou značku kontaktů" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Vytvořeno od" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Realizováno od" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Je publikováno" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Naposledy upraveno od" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Spravovat kontaktní značky, abyste je mohli lépe klasifikovat pro účely " +"sledování a analýzy." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nenalezen žádný výsledek" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Naše reference" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Značka Partnera" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Partnerské tagy - tyto značky lze na webstránce použít k vyhledání zákazníků" +" podle sektoru nebo..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partneři" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Odkazy" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Reference podle zemí" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "Reference podle průmyslových odvětví" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Reference podle značek" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Hledání" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Hledat značku partnera" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Důvěryhodné pro miliony lidí po celém světě" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Viditelné na aktuální webstránce" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Webstránka" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Tagy webstránky" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL webové stránky" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Tagy webstránky" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa světa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "reference(e))" diff --git a/addons/website_customer/i18n/da.po b/addons/website_customer/i18n/da.po new file mode 100644 index 00000000..5d6832d0 --- /dev/null +++ b/addons/website_customer/i18n/da.po @@ -0,0 +1,271 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Joe Hansen , 2020 +# Martin Trigaux, 2020 +# Morten Schou , 2020 +# Jesper Carstensen , 2020 +# Pernille Kristensen , 2020 +# Sanne Kristensen , 2020 +# Ejner Sønniksen , 2020 +# lhmflexerp , 2020 +# Mads Søndergaard, 2020 +# Mads Søndergaard , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Mads Søndergaard , 2020\n" +"Language-Team: Danish (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Alle" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktiv" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Alle lande" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Alle Brancher" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arkiveret" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap class til at tilpasse farven" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Kan udgives " + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Kategorinavn" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Class" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Luk" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Opret et nyt kontakt tag" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementeret af" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Er udgivet" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Håndter kontakt tags for bedre at klassificere dem til registrerings- og " +"analyseformål." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Ingen resultater fundet" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Vores referencer" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Partner Tag" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Partner tags - Disse tags kan bruges på hjemmesiden til at finde kunder " +"efter sektor, eller ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partnere" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Reference" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referencer pr. land" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "Referencer per Branche" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referencer pr. tag" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Søg" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Søg partner tag" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Betroet af millioner over hele verden" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Synlig på denne hjemmeside" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Hjemmeside" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Website tags" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Hjemmeside URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Website tags" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Verdenskort" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "Reference(r))" diff --git a/addons/website_customer/i18n/de.po b/addons/website_customer/i18n/de.po new file mode 100644 index 00000000..68cde175 --- /dev/null +++ b/addons/website_customer/i18n/de.po @@ -0,0 +1,270 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# e2f , 2020 +# Ralf Hilgenstock , 2020 +# Martin Trigaux, 2020 +# Wolfgang Taferner, 2020 +# Thorsten Vocks , 2020 +# Ermin Trevisan , 2020 +# Chris Egal , 2020 +# JEK Odoo , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: JEK Odoo , 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Alle" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktiv" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Alle Länder" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Archiviert" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap-Klasse zur Farbauswahl" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Kann veröffentlichen" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Kategorienname" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Klasse" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Schließen" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Erstellen Sie ein neues Kontakt-Stichwort" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementiert durch" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Ist veröffentlicht" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert durch" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Verwalten Sie Kontakt-Tags, um sie für Verfolgungs- und Analysezwecke besser" +" zu klassifizieren." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Kein Resultat gefunden" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Unsere Referenzen" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Partner Tag" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Partner-Tags - Diese Tags können auf der Website verwendet werden, um Kunden" +" nach Branche zu finden, oder ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partner" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referenzen" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referenzen nach Ländern" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referenzen nach Tags" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Suchen" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" +"Die vollständige URL mit der das Dokument überall aufgerufen werden kann." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Weltweites Vertrauen von Millionen Anwendern" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Auf der aktuellen Website sichtbar" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Website" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Website-Tags" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Website-URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Website-Tags" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Weltkarte" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "Referenz(en)" diff --git a/addons/website_customer/i18n/el.po b/addons/website_customer/i18n/el.po new file mode 100644 index 00000000..2b96aa12 --- /dev/null +++ b/addons/website_customer/i18n/el.po @@ -0,0 +1,258 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Kostas Goutoudis , 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Όλα" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Σε Ισχύ" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Όλες οι χώρες" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Αρχειοθετημένα" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Κλάση Bootstrap για να προσαρμόσετε το χρώμα" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Όνομα Κατηγορίας" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Κλάση" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Κλείσιμο" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Επαφή" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "Κωδικός" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Υλοποιήθηκε από" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Τελευταία Ενημέρωση από" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Τελευταία Ενημέρωση στις" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Δεν βρέθηκε αποτέλεσμα" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Οι αναφορές μας" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Ετικέτα Συνεργάτη" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Συνεργάτες" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Παραπομπές" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Αναφορές ανά Χώρα" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Αναφορές ανά Ετικέτα" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Αναζήτηση" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" +"Η πλήρης διεύθυνση (URL) για την πρόσβαση στο έγγραφο μέσω του ιστοτόπου." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Το εμπιστεύονται εκατομμύρια σε όλο τον κόσμο" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Ιστότοπος" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Ετικέτες Ιστότοπου" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Διεύθυνση URL Ιστότοπου" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Ετικέτες ιστότοπου" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Παγκόσμιος Χάρτης" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "Αναφορά(ες)" diff --git a/addons/website_customer/i18n/en_AU.po b/addons/website_customer/i18n/en_AU.po new file mode 100644 index 00000000..170d7f3e --- /dev/null +++ b/addons/website_customer/i18n/en_AU.po @@ -0,0 +1,194 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:10+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/" +"language/en_AU/)\n" +"Language: en_AU\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Created on" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Search" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "The full URL to access the document through the website." + +#~ msgid "Visible in Website" +#~ msgstr "Visible in Website" + +#~ msgid "Website URL" +#~ msgstr "Website URL" diff --git a/addons/website_customer/i18n/en_GB.po b/addons/website_customer/i18n/en_GB.po new file mode 100644 index 00000000..c9ffb7c1 --- /dev/null +++ b/addons/website_customer/i18n/en_GB.po @@ -0,0 +1,192 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# James Dove , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-16 16:24+0000\n" +"Last-Translator: James Dove \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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Active" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "All Countries" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap class to customise the colour" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Category Name" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Created on" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customise\" menu." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Partners" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Reference" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Search" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "World Map" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "Labels" diff --git a/addons/website_customer/i18n/eo.po b/addons/website_customer/i18n/eo.po new file mode 100644 index 00000000..37b485b3 --- /dev/null +++ b/addons/website_customer/i18n/eo.po @@ -0,0 +1,252 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/es.po b/addons/website_customer/i18n/es.po new file mode 100644 index 00000000..b6fff2c1 --- /dev/null +++ b/addons/website_customer/i18n/es.po @@ -0,0 +1,274 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Pedro M. Baeza , 2020 +# Luis M. Ontalba , 2020 +# gabriumaa , 2020 +# Antonio Trueba, 2020 +# Ivan Nieto , 2020 +# RGB Consulting , 2020 +# Nicolás Broggi , 2020 +# Rodrigo Aragon , 2020 +# Jon Perez , 2020 +# Jesse Garza , 2020 +# Carolina Gonzalez , 2020 +# Osiris Román , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Osiris Román , 2020\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Todo" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Todos los países" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Archivado" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Clase de Bootstrap para personalizar el color" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Puede publicar" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nombre de categoría" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Clase" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Cerrar" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Contacto" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Crear etiqueta de contacto" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Está publicado" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Administre las etiquetas de contacto para clasificarlas mejor con fines de " +"seguimiento y análisis." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "No se ha encontrado ningún resultado" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Nuestras referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Etiqueta del Contacto" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Etiquetas del contacto: estas etiquetas se pueden usar en el sitio web para " +"encontrar clientes por sector o ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Contactos" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referencias por país" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referencias por etiqueta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Búsqueda" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Buscar etiqueta del contacto" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Con la confianza de millones en todo el mundo" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Visible en el sitio web actual" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Etiquetas Web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL del sitio web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Etiquetas web" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa mundial" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referencia(s))" diff --git a/addons/website_customer/i18n/es_BO.po b/addons/website_customer/i18n/es_BO.po new file mode 100644 index 00000000..a84606e9 --- /dev/null +++ b/addons/website_customer/i18n/es_BO.po @@ -0,0 +1,185 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-24 20:04+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Empresas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Buscar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/es_CL.po b/addons/website_customer/i18n/es_CL.po new file mode 100644 index 00000000..7e959dd6 --- /dev/null +++ b/addons/website_customer/i18n/es_CL.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-10-06 08:56+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Nombre de categoría" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Empresas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referencia" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Búsqueda" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "Etiquetas" diff --git a/addons/website_customer/i18n/es_CO.po b/addons/website_customer/i18n/es_CO.po new file mode 100644 index 00000000..c7507be2 --- /dev/null +++ b/addons/website_customer/i18n/es_CO.po @@ -0,0 +1,208 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# ANDRES FELIPE NEGRETE GOMEZ , 2016 +# Mateo Tibaquirá , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-02-12 14:01+0000\n" +"Last-Translator: ANDRES FELIPE NEGRETE GOMEZ \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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Todos" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo(a)" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "Todos los Países" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap class para personalizar el color" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Nombre de la Categoría" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "Clase" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "Clic para crear una etiqueta de asociado." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" +"Administrar las etiquetas de los clientes para clasificar mejor en su sitio " +"web.\n" +"Puedes añadir el filtro por etiqueta en la página web a través del menú " +"\"Personalizar\"." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "No se encontraron resultados" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Nuestras Referencias" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Asociado" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Etiqueta Asociado" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" +"Etiquetas del Asociado - Estas etiquetas pueden ser usadas en el sitio web " +"para encontrar clientes por sector, o..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Asociado" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referencia" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referencias por País" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referencias por Etiquetas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Buscar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Comprobado por millones alrededor del mundo" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Etiquetas del Sitio Web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "Etiquetas del sitio web" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa Mundial" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referencia(s))" + +#~ msgid "Partner Tags" +#~ msgstr "Etiquetas del Asociado" + +#~ msgid "Tags" +#~ msgstr "Etiquetas" + +#~ 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." + +#~ msgid "Visible in Website" +#~ msgstr "Visible en el Sitio Web" + +#~ msgid "Website URL" +#~ msgstr "URL del Sitio Web" diff --git a/addons/website_customer/i18n/es_CR.po b/addons/website_customer/i18n/es_CR.po new file mode 100644 index 00000000..f062c943 --- /dev/null +++ b/addons/website_customer/i18n/es_CR.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:11+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Nombre de categoría" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Empresas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Búsqueda" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "Etiquetas" diff --git a/addons/website_customer/i18n/es_DO.po b/addons/website_customer/i18n/es_DO.po new file mode 100644 index 00000000..a6e9cf13 --- /dev/null +++ b/addons/website_customer/i18n/es_DO.po @@ -0,0 +1,201 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "Todos los países" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Nombre de categoría" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "Haga clic para crear una nueva etiqueta de contacto." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "No se encuentro resultado." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Nuestras Referencias" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Etiqueta de empresa" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Empresas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referencia" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Búsqueda" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa Mundi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Partner Tags" +#~ msgstr "Etiquetas de empresa" + +#~ msgid "Tags" +#~ msgstr "Etiquetas" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "" +#~ "La dirección URL completa para acceder al documento a través de la Web." + +#~ msgid "Visible in Website" +#~ msgstr "Visible en sitio web" + +#~ msgid "Website URL" +#~ msgstr "URL de la página web" diff --git a/addons/website_customer/i18n/es_EC.po b/addons/website_customer/i18n/es_EC.po new file mode 100644 index 00000000..208eb3a7 --- /dev/null +++ b/addons/website_customer/i18n/es_EC.po @@ -0,0 +1,207 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Rick Hunter , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-12-07 04:03+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Todos" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "Todos los países" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap class para personalizar el color" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Nombre de categoría" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "Clase" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "Click para crear una nueva etiqueta para la Empresa." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por:" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implemetado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Fecha de modificación" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Ultima Actualización por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Actualizado en" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" +"Administrar las etiquetas de los clientes para clasificar mejor en su sitio " +"web.\n" +"Puedes añadir el filtro por etiqueta en la página web a través del menú " +"\"Personalizar\"." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Sin resultados" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Nuestras referencias" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Etiqueta de Empresa" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" +"Etiquetas de Empresas - Estas etiquetas se pueden utilizar en el sitio web " +"para encontrar clientes por sector, o ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Empresas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referencias por País" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referencias por Etiquetas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Buscar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Comprobado por millones alrededor del mundo" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Etiquetas del Sitio Web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "Etiquetas de Sitio Web" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa mundial" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referencia(s))" + +#~ msgid "Partner Tags" +#~ msgstr "Etiquetas de Empresas" + +#~ msgid "Tags" +#~ msgstr "Etiquetas" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "La URL completa para acceder al documento a través de la web." + +#~ msgid "Visible in Website" +#~ msgstr "Visible en el sitio web" + +#~ msgid "Website URL" +#~ msgstr "URL del sitio web" diff --git a/addons/website_customer/i18n/es_MX.po b/addons/website_customer/i18n/es_MX.po new file mode 100644 index 00000000..efc2df1b --- /dev/null +++ b/addons/website_customer/i18n/es_MX.po @@ -0,0 +1,262 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Cécile Collart , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Cécile Collart , 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Todo" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Todos los países" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Archivado" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Clase de Bootstrap para personalizar el color" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Puede publicar" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nombre de categoría" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Clase" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Cerrar" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Contacto" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Crear etiqueta de contacto" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Está publicado" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Administre las etiquetas de contacto para clasificarlas mejor con fines de " +"seguimiento y análisis." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "No se ha encontrado ningún resultado" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Nuestras referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Etiqueta del Contacto" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Etiquetas del contacto: estas etiquetas se pueden usar en el sitio web para " +"encontrar clientes por sector o ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Contactos" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referencias por país" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referencias por etiqueta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Búsqueda" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Buscar etiqueta del contacto" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Con la confianza de millones en todo el mundo" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Visible en el sitio web actual" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Etiquetas Web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL del sitio web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Etiquetas web" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa mundial" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referencia(s))" diff --git a/addons/website_customer/i18n/es_PA.po b/addons/website_customer/i18n/es_PA.po new file mode 100644 index 00000000..c9188df2 --- /dev/null +++ b/addons/website_customer/i18n/es_PA.po @@ -0,0 +1,185 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:11+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/es_PE.po b/addons/website_customer/i18n/es_PE.po new file mode 100644 index 00000000..d9b106c8 --- /dev/null +++ b/addons/website_customer/i18n/es_PE.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Carlos Eduardo Rodriguez Rossi , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-06-16 20:05+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "Todos lo Países" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Nombre de la Categoría" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "No se encontraron resultados" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Partners" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Buscar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa Mundial" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "Etiquetas" + +#~ 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" + +#~ msgid "Visible in Website" +#~ msgstr "Visible en Sitio Web" + +#~ msgid "Website URL" +#~ msgstr "URL del Sitio Web" diff --git a/addons/website_customer/i18n/es_PY.po b/addons/website_customer/i18n/es_PY.po new file mode 100644 index 00000000..385cc1ab --- /dev/null +++ b/addons/website_customer/i18n/es_PY.po @@ -0,0 +1,185 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:11+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Empresas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Búsqueda" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/es_VE.po b/addons/website_customer/i18n/es_VE.po new file mode 100644 index 00000000..03af8ccc --- /dev/null +++ b/addons/website_customer/i18n/es_VE.po @@ -0,0 +1,185 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Empresas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Buscar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/et.po b/addons/website_customer/i18n/et.po new file mode 100644 index 00000000..1de38e2a --- /dev/null +++ b/addons/website_customer/i18n/et.po @@ -0,0 +1,263 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Piia Paurson , 2020 +# Rivo Zängov , 2020 +# Martin Trigaux, 2020 +# Arma Gedonsky , 2020 +# Eneli Õigus , 2020 +# Martin Aavastik , 2020 +# Algo Kärp , 2021 +# Triine Aavik , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Triine Aavik , 2021\n" +"Language-Team: Estonian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Kõik" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktiivne" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Kõik riigid" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arhiveeritud" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Võib avaldada" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Kategooria nimi" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Sulge" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Looge uus kontakti silt" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "On avaldatud" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud (kelle poolt)" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Meie viited" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partnerid" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Viited" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Otsi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Nähtav praegusel veebilehel" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Veebileht" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Veebilehe URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/eu.po b/addons/website_customer/i18n/eu.po new file mode 100644 index 00000000..c20b3e18 --- /dev/null +++ b/addons/website_customer/i18n/eu.po @@ -0,0 +1,264 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2021 +# oihane , 2021 +# Esther Martín Menéndez , 2021 +# ibinka lete , 2021 +# Eneko , 2021 +# 61590936fa9bf290362ee306eeabf363_944dd10 , 2021 +# Iñaki Ibarrola , 2021 +# Victor Laskurain , 2021 +# Maialen Rodriguez , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Maialen Rodriguez , 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "Guztia" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktiboa" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Herrialde Guztiak" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Artxibatua" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Kategoria izena " + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Klase" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Itxi" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontaktua" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Sortu harremanetarako etiketa berria" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Noiz sortua" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Azkenengoz eguneratu zuena" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Azken eguneraketa noiz" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Ez da emaitzarik aurkitu" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Gure erreferentziak" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Kideak" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Erreferentziak" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Erreferentziak herrialdeka" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Bilatu" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "URL osoa dokumentura sartzeko webgunearen bidez." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Oraingo webgunean ikusgai" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Webgune" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Webgune etiketak" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Website URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Munduko Mapa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "erreferentzia(k))" diff --git a/addons/website_customer/i18n/fa.po b/addons/website_customer/i18n/fa.po new file mode 100644 index 00000000..887fbe64 --- /dev/null +++ b/addons/website_customer/i18n/fa.po @@ -0,0 +1,224 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2018 +# Hamid Darabi, 2018 +# mohammad azarbara , 2018 +# Hamed Mohammadi , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:18+0000\n" +"PO-Revision-Date: 2018-09-21 13:18+0000\n" +"Last-Translator: Hamed Mohammadi , 2018\n" +"Language-Team: Persian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " همه" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "فعال" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:100 +#, python-format +msgid "All Countries" +msgstr "تمام کشورها" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:81 +#, python-format +msgid "All Sectors of Activity" +msgstr "همه بخشهای فعالیت" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "نام دسته‌بندی" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "کلاس" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "بستن" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "مخاطب" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +msgid "ID" +msgstr "شناسه" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "پیاده‌سازی شده توسط" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "آخرین تغییر توسط" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "نتیجه‌ای یافت نشد" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "مراجع ما" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "برچسب های شریک تجاری" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "همکاران" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#: model:website.menu,name:website_customer.menu_customers +msgid "References" +msgstr "مراجع" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "مراجع بر اساس کشور" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "جستجو" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "برچسبهای وبسایت" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL وبسایت" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "نقشه جهان" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/fi.po b/addons/website_customer/i18n/fi.po new file mode 100644 index 00000000..101bd06f --- /dev/null +++ b/addons/website_customer/i18n/fi.po @@ -0,0 +1,270 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Kari Lindgren , 2020 +# Miku Laitinen , 2020 +# Jussi Lehto , 2020 +# Mikko Salmela , 2020 +# Jarmo Kortetjärvi , 2020 +# Tuomo Aura , 2020 +# Veikko Väätäjä , 2020 +# Miika Nissi , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Miika Nissi , 2021\n" +"Language-Team: Finnish (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Kaikki" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktiivinen" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Kaikki maat" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Kaikki toimialat" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arkistoitu" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Voi julkaista" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Tuoteryhmän nimi" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Luokka" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Sulje" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakti" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Luo uusi tunniste yhteystiedolle" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Toteuttanut" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "On julkaistu" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivitetty" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Hallitse yhteystietojen tunnisteita luokitellaksesi niitä paremmin seuranta-" +" ja analyysitarkoituksiin." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Tuloksia ei löydetty" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Referenssimme" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Kumppanin tunniste" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Kumppanien tunnisteet - Näitä voidaan käyttää verkkosivuilla löytämään " +"asiakasryhmiä jne." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Kumppanit" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Viitteet" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referenssit maittain" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "Referenssit toimialoittain" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referenssit tunnisteittain" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Haku" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Hae kumppanin tunniste" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Dokumentin URL-osoite verkkosivustolla." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Kansainvälisesti miljoonien luottama" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Näkyy nykysellä verkkosivulla" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Verkkosivu" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Verkkosivun tunnisteet" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Verkkosivuston osoite" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Verkkosivun tunnisteet" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Maailman kartta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referenssi(ä))" diff --git a/addons/website_customer/i18n/fo.po b/addons/website_customer/i18n/fo.po new file mode 100644 index 00000000..b7e40ef2 --- /dev/null +++ b/addons/website_customer/i18n/fo.po @@ -0,0 +1,184 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-12-22 23:50+0000\n" +"Last-Translator: Jarnhold Nattestad \n" +"Language-Team: Faroese (http://www.transifex.com/odoo/odoo-9/language/fo/)\n" +"Language: fo\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Byrjað av" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Byrjað tann" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Vís navn" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Seinast rættað tann" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Seinast dagført av" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Seinast dagført tann" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/fr.po b/addons/website_customer/i18n/fr.po new file mode 100644 index 00000000..840a39ec --- /dev/null +++ b/addons/website_customer/i18n/fr.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Saad Thaifa , 2020 +# Martin Trigaux, 2020 +# Maxime Chambreuil , 2020 +# Olivier Lenoir , 2020 +# Florian Hatat, 2020 +# lucasdeliege , 2020 +# Cyrille de Lambert , 2020 +# Lucas Deliege , 2020 +# Xavier Belmere , 2020 +# Aurélien Pillevesse , 2020 +# Eloïse Stilmant , 2020 +# Cécile Collart , 2020 +# Gilles Mangin , 2020 +# Pauline Thiry , 2020 +# Sébastien BÜHL , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Sébastien BÜHL , 2021\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Tous" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Actif" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Tous les pays" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Toutes les industries" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Archivé" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Classe Bootstrap pour personnaliser les couleurs" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Peut publier" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nom de la catégorie" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Classe" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Fermer" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Contact" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Créer une nouvelle étiquette de contact" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implémenté par" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Est publié" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Gérez les étiquettes de contact pour mieux les classer à des fins de suivi " +"et d'analyse." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Aucun résultat trouvé" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Nos références" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Étiquette de partenaire" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Étiquettes de partenaires - Ces étiquettes peuvent être utilisées sur le " +"site Web pour trouver des clients par secteur ou ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partenaires" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Références" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Références par pays" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "Références par industrie" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Références par étiquette" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Rechercher" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Rechercher une étiquette de partenaire" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "L'URL complète afin d'accéder au document à travers le site web." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Recommandé par des millions d'utilisateurs dans le monde" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Visible sur le site web actuel" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Site web" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Etiquettes du site" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Adresse du site" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Tags du site" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Carte du monde" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "référence(s))" diff --git a/addons/website_customer/i18n/fr_BE.po b/addons/website_customer/i18n/fr_BE.po new file mode 100644 index 00000000..59a60728 --- /dev/null +++ b/addons/website_customer/i18n/fr_BE.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:10+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Actif" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Derniere fois mis à jour par" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Dernière mis à jour le" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Partenaire" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "Tags" diff --git a/addons/website_customer/i18n/fr_CA.po b/addons/website_customer/i18n/fr_CA.po new file mode 100644 index 00000000..9d07ddff --- /dev/null +++ b/addons/website_customer/i18n/fr_CA.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-10-09 05:53+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Actif" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "Identifiant" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Partenaire" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Partenaires" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Recherche" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "Étiquettes" diff --git a/addons/website_customer/i18n/gl.po b/addons/website_customer/i18n/gl.po new file mode 100644 index 00000000..b7164743 --- /dev/null +++ b/addons/website_customer/i18n/gl.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:10+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Activo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Nome da Categoría" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Creado o" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Empresas" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referencias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Búsqueda" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "Etiquetas" diff --git a/addons/website_customer/i18n/gu.po b/addons/website_customer/i18n/gu.po new file mode 100644 index 00000000..5fa6593a --- /dev/null +++ b/addons/website_customer/i18n/gu.po @@ -0,0 +1,224 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2018 +# Ranjit Pillai , 2018 +# Turkesh Patel , 2018 +# Dharmraj Jhala , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:18+0000\n" +"PO-Revision-Date: 2018-09-21 13:18+0000\n" +"Last-Translator: Dharmraj Jhala , 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "સક્રિય" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:100 +#, python-format +msgid "All Countries" +msgstr "બધા દેશો" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:81 +#, python-format +msgid "All Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "બંધ કરો" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "સંપર્ક" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "બનાવનાર" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +msgid "Display Name" +msgstr "પ્રદર્શન નામ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +msgid "ID" +msgstr "ઓળખ" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "ભાગીદાર" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#: model:website.menu,name:website_customer.menu_customers +msgid "References" +msgstr "સંદર્ભ" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "શોધ" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "વિશ્વ નકશો" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/he.po b/addons/website_customer/i18n/he.po new file mode 100644 index 00000000..42351e49 --- /dev/null +++ b/addons/website_customer/i18n/he.po @@ -0,0 +1,261 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Yihya Hugirat , 2020 +# דודי מלכה , 2020 +# ZVI BLONDER , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: ZVI BLONDER , 2020\n" +"Language-Team: Hebrew (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " הכל" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "פעיל" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "כל הארצות" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "בארכיון" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "יכול לפרסם" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "שם קטגוריה" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "מחלקה" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "סגור" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "צור קשר" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "צור תגית איש קשר חדשה" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "נוצר על-ידי" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "הצג שם" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "תעודה מזהה" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "מפורסם" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "שינוי אחרון ב" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על-ידי" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "עדכון אחרון ב" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "נהל תגיות אנשי קשר כדי לסווג אותם טוב יותר למטרות מעקב וניתוח." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "לא נמצאו תוצאות" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "ההפניות שלנו" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "לקוחות" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "מזהים" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "הפניות לפי ארץ" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "חיפוש" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "כתובת האתר המלאה לגישה למסמך דרך אתר האינטרנט." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "גלוי באתר האינטרנט הנוכחי" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "אתר אינטרנט" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "כתובת אתר אינטרנט" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "מפת העולם" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/hi.po b/addons/website_customer/i18n/hi.po new file mode 100644 index 00000000..15fe0af1 --- /dev/null +++ b/addons/website_customer/i18n/hi.po @@ -0,0 +1,256 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Martin Trigaux, 2021\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "बंद" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/hr.po b/addons/website_customer/i18n/hr.po new file mode 100644 index 00000000..a737eb1b --- /dev/null +++ b/addons/website_customer/i18n/hr.po @@ -0,0 +1,263 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Bole , 2020 +# Vladimir Olujić , 2020 +# Đurđica Žarković , 2020 +# Karolina Tonković , 2020 +# Mario Jureša , 2020 +# Miro Sertić, 2020 +# Hrvoje Sić , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Hrvoje Sić , 2021\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Sve" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktivan" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Sve države" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arhivirano" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap klasa za prilagodbu boje" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Naziv kategorije" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Klasa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Zatvori" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Kreiraj novu oznaku za kontakt" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementirao" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Promijenio" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Vrijeme promjene" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nema pronađenog rezultata" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Naše reference" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Oznaka partnera" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partneri" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Reference" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Reference po zemljama" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referenca po oznaci" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Traži" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Puni URL za pristup dokumentu putem web stranice." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Milijuni diljem svijeta se pouzdaju" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Vidljivo na trenutnoj web stranicama" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Web stranica" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Tagovi web stranica" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL web stranice" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Tagovi web stranica" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Karta svijeta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referenca(e))" diff --git a/addons/website_customer/i18n/hu.po b/addons/website_customer/i18n/hu.po new file mode 100644 index 00000000..eeddafd0 --- /dev/null +++ b/addons/website_customer/i18n/hu.po @@ -0,0 +1,264 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2021 +# krnkris, 2021 +# Tamás Németh , 2021 +# gezza , 2021 +# Ákos Nagy , 2021 +# Daniel Gerstenbrand , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Daniel Gerstenbrand , 2021\n" +"Language-Team: Hungarian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Összes" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktív" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Összes ország" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Archivált" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Rendszerbetöltő osztály a színek testreszabásához" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Publikálhat" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Kategórianév" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Osztály" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Bezárás" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kapcsolat" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Új kapcsolat címke létrehozása" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Létrehozta" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Létrehozva" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "Azonosító" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Végrehajtva" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Frissítette" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Frissítve " + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nem talál eredményt" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Referenciáink" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Ügyfél címke" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partnerek" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Hivatkozások" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Országonkénti referenciák" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Hivatkozások címkékként" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Keresés" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Világszerte millióknak bevált" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Honlap" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Weboldal címkék" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Honlap címe" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Weboldal címkék" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Világtérkép" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referencia(k))" diff --git a/addons/website_customer/i18n/id.po b/addons/website_customer/i18n/id.po new file mode 100644 index 00000000..532f0be1 --- /dev/null +++ b/addons/website_customer/i18n/id.po @@ -0,0 +1,264 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# William Surya Permana , 2020 +# Martin Trigaux, 2020 +# Wahyu Setiawan , 2020 +# oon arfiandwi , 2020 +# Bonny Useful , 2020 +# Edy Kend , 2020 +# Muhammad Herdiansyah , 2020 +# Ryanto The , 2020 +# whenweresober , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: whenweresober , 2020\n" +"Language-Team: Indonesian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Semua" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktif" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Semua Negara" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Diarsipkan" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nama Kategori" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Tutup" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontak" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Buat sebuah tag kontrak baru" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Diimplementasikan oleh" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Terakhir diperbarui oleh" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Terakhir diperbarui pada" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Tidak ada hasil yang ditemukan" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Referensi kami" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Tagar Rekanan" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Rekanan" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referensi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Rujukan-rujukan oleh negara" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Pencarian" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "URL lengkap untuk mengakses dokumen melalui situs web." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Dipercaya oleh jutaan di seluruh dunia" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Situs Web" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL Situs Web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Peta Dunia" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "Reference(s))" diff --git a/addons/website_customer/i18n/is.po b/addons/website_customer/i18n/is.po new file mode 100644 index 00000000..b107028c --- /dev/null +++ b/addons/website_customer/i18n/is.po @@ -0,0 +1,224 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2018 +# Birgir Steinarsson , 2018 +# Bjorn Ingvarsson , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:18+0000\n" +"PO-Revision-Date: 2018-08-24 09:34+0000\n" +"Last-Translator: Bjorn Ingvarsson , 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Virkur" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:100 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:81 +#, python-format +msgid "All Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nafn flokks" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Loka" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Tengiliður" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Búið til af" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Stofnað þann" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +msgid "Display Name" +msgstr "Nafn" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +msgid "ID" +msgstr "Auðkenni" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +msgid "Last Modified on" +msgstr "Síðast breytt þann" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Síðast uppfært af" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Síðast uppfært þann" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Viðskiptaaðilar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#: model:website.menu,name:website_customer.menu_customers +msgid "References" +msgstr "Tilvísun" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Leita" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Vefsíða Url" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/it.po b/addons/website_customer/i18n/it.po new file mode 100644 index 00000000..61aef987 --- /dev/null +++ b/addons/website_customer/i18n/it.po @@ -0,0 +1,264 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Paolo Valier, 2020 +# Sergio Zanchetta , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Sergio Zanchetta , 2021\n" +"Language-Team: Italian (https://www.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=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Tutte" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Attivo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Tutte le nazioni" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Tutti i settori" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "In archivio" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Classe Bootstrap per personalizzare il colore" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Può pubblicare" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nome categoria" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Classe" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Chiudi" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Contatto" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Crea una nuova etichetta contatto" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Data creazione" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementato da" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "È pubblicata" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Gestisci le etichette di contatto per una migliore classificazione ai fini " +"di monitoraggio e analisi." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nessun risultato trovato" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Le nostre referenze" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Etichetta partner" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Etichette partner - Queste etichette possono essere usate nel sito web per " +"trovare clienti per settore, o ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partner" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referenze" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referenze per nazione" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "Referenze per settore" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referenze per etichetta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Ricerca" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Ricerca etichetta partner" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Scelto da milioni di persone in tutto il mondo" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Visibile nel sito web corrente" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Sito web" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Etichette sito web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL sito web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Etichette sito web" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mappa del mondo" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referenza/e)" diff --git a/addons/website_customer/i18n/ja.po b/addons/website_customer/i18n/ja.po new file mode 100644 index 00000000..40293bfd --- /dev/null +++ b/addons/website_customer/i18n/ja.po @@ -0,0 +1,264 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Shunho Kin , 2020 +# Martin Trigaux, 2020 +# Yoshi Tashiro , 2020 +# NOKA Shigekazu , 2020 +# Norimichi Sugimoto , 2020 +# Tim Siu Lai , 2020 +# Noma Yuki, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Noma Yuki, 2020\n" +"Language-Team: Japanese (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " すべて" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "有効" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "すべての国" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "アーカイブ済" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "色をカスタマイズするためのブートストラップクラス" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "公開可能" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "カテゴリ名" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "クラス" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "クローズ" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "連絡先" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "取引先タグを新規作成" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "作成日" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "実装者" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "公開済" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "追跡と分析のために連絡先タグを管理しより適切に分類します。" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "結果が見つかりません" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "私たちの参考文献" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "取引先タグ" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "取引先" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "参照" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "国別の参照事項" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "タグによる参照" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "検索" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "ウェブサイトを介してドキュメントにアクセスするために完全なURLです。" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "世界中の何百万人もの信頼" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "現在のウェブサイトで見える状態" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "ウェブサイト" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "ウェブサイトのタグ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "ウェブサイトURL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "ウェブサイトのタグ" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "世界地図" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "参照(s))" diff --git a/addons/website_customer/i18n/ka.po b/addons/website_customer/i18n/ka.po new file mode 100644 index 00000000..d3afd938 --- /dev/null +++ b/addons/website_customer/i18n/ka.po @@ -0,0 +1,261 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Mari Khomeriki , 2021 +# Saba Khmaladze , 2021 +# Martin Trigaux, 2021 +# Temur, 2021 +# Giorgi Melitauri , 2021 +# Gvantsa Gvinianidze , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Gvantsa Gvinianidze , 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "აქტიური" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "დაარქივებული" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "კატეგორიის სახელი" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "დახურვა" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "კონტაქტი" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "შემქმნელი" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "შექმნის თარიღი" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "ბოლოს განაახლა" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "ბოლოს განახლდა" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "შედეგი ვერ მოიძებნა" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "პარტნიორები" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "ძიება" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "სრული URL რათა ვებ-საიტიდან მიწვდეთ ამ დოკუმენტს" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "მოსჩანს არსებულ ვებ-საიტზე" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "ვებსაიტი" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "ვებ-საიტის მისამართი" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "მსოფლიო რუკა" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/kab.po b/addons/website_customer/i18n/kab.po new file mode 100644 index 00000000..bac11fc2 --- /dev/null +++ b/addons/website_customer/i18n/kab.po @@ -0,0 +1,193 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:10+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Urmid" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "Timura imaṛṛa" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Isem n teggayt" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Yerna-t" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Yerna di" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "Asulay" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Aleqqem aneggaru di" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Aleqqem aneggaru sɣuṛ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Aleqqem aneggaru di" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Ulac agmuḍ" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Timsisɣal-neɣ" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Amendid" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Tabzimt n Umendid" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Imendiden" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Timsisɣal" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Timsisɣal s tmurt" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Nadi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Takarḍa n umaḍal" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "Tamsisɣelt(Timsisɣal))" + +#~ msgid "Partner Tags" +#~ msgstr "Tibzimin n umendid" + +#~ msgid "Tags" +#~ msgstr "Tibzimin" + +#~ msgid "Website URL" +#~ msgstr "URL n usmel WEB" diff --git a/addons/website_customer/i18n/kk.po b/addons/website_customer/i18n/kk.po new file mode 100644 index 00000000..fd584183 --- /dev/null +++ b/addons/website_customer/i18n/kk.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:11+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Kazakh (http://www.transifex.com/odoo/odoo-9/language/kk/)\n" +"Language: kk\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Белсенді" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Сілтеме" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Іздеу" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "Жарлықтар" diff --git a/addons/website_customer/i18n/km.po b/addons/website_customer/i18n/km.po new file mode 100644 index 00000000..a6b30eb6 --- /dev/null +++ b/addons/website_customer/i18n/km.po @@ -0,0 +1,221 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Sengtha Chay , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:18+0000\n" +"PO-Revision-Date: 2018-09-21 13:18+0000\n" +"Last-Translator: Sengtha Chay , 2018\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "សកម្ម" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:100 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:81 +#, python-format +msgid "All Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "បិទ" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "ទំនាក់ទំនង" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "បង្កើតដោយ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "បង្កើតនៅ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#: model:website.menu,name:website_customer.menu_customers +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/ko.po b/addons/website_customer/i18n/ko.po new file mode 100644 index 00000000..e5625f82 --- /dev/null +++ b/addons/website_customer/i18n/ko.po @@ -0,0 +1,261 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI , 2020 +# Link Up링크업 , 2020 +# Linkup , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Linkup , 2020\n" +"Language-Team: Korean (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "전체" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "활성" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "모든 국가" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "아카이브됨" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "색상을 사용자 정의하기 위한 부트스트랩 클래스" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "게시 가능" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "범주명" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "클래스" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "마감" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "연락처" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "새 연락처 태그 만들기" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "작성일" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "구현자" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "게시 여부" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "연락처 태그를 추적 및 분석 목적으로 더 잘 분류하도록 관리합니다." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "결과가 없습니다." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "우리의 참고 문헌" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "협력사 태그" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "협력사 태그 - 이 태그는 섹터별로 고객을 찾기 위해 웹 사이트에서 사용할 수 있습니다 ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "협력사" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "참조" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "국가별 참조" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "태그별 참조" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "검색" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "협력사 태그 검색" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "웹사이트를 통해 문서에 접근 하는 전체 URL입니다." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "전 세계적으로 수백만에 의해 신뢰할 수 있는" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "현재 웹 사이트에 공개" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "웹사이트" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "웹사이트 태그" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "웹 사이트 URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "웹사이트 태그" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "세계 지도" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "참조" diff --git a/addons/website_customer/i18n/lb.po b/addons/website_customer/i18n/lb.po new file mode 100644 index 00000000..275706e9 --- /dev/null +++ b/addons/website_customer/i18n/lb.po @@ -0,0 +1,240 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-26 08:17+0000\n" +"PO-Revision-Date: 2019-08-26 09:15+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#: model:website.menu,name:website_customer.menu_customers +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/lt.po b/addons/website_customer/i18n/lt.po new file mode 100644 index 00000000..b78422a4 --- /dev/null +++ b/addons/website_customer/i18n/lt.po @@ -0,0 +1,269 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2021 +# Arminas Grigonis , 2021 +# UAB "Draugiški sprendimai" , 2021 +# Anatolij, 2021 +# Antanas Muliuolis , 2021 +# Linas Versada , 2021 +# grupoda2 , 2021 +# Jonas Zinkevicius , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Jonas Zinkevicius , 2021\n" +"Language-Team: Lithuanian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Visi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktyvus" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Visos šalys" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Visi verslo sektoriai" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Archyvuotas" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap klasė spalvos keitimui" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Gali publikuoti" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Kategorijos pavadinimas" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Klasė" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Uždaryti" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontaktas" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Sukurkite naują kontakto žymą" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Įgyvendino" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Paskelbta" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Valdykite kontakto žymas geresniam jų klasifikavimui analizės ir sekimo " +"tikslais." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nieko nerasta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Mūsų rekomendacijos" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Partnerio žyma" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Partnerių žymos - šios žymos gali būti naudojamos svetainėje ieškant klientų" +" pagal sektorių arba ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partneriai" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Rekomendacijos" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Rekomendacijos pagal šalį" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "Rekomendacijos pagal verslo sektorius" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Rekomendacijos pagal žymą" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Paieška" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Ieškoti pagal partnerio žymą" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Pilna nuoroda dokumento pasiekimui per svetainę." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Milijonai žmonių visame pasaulyje pasitiki mumis" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Matomas dabartinėje svetainėje" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Svetainė" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Svetainės žymos" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Svetainės nuoroda" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Svetainės žymos" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Pasaulio žemėlapis" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "rekomendacija (-os)" diff --git a/addons/website_customer/i18n/lv.po b/addons/website_customer/i18n/lv.po new file mode 100644 index 00000000..bf8f04d7 --- /dev/null +++ b/addons/website_customer/i18n/lv.po @@ -0,0 +1,252 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Language-Team: Latvian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/mk.po b/addons/website_customer/i18n/mk.po new file mode 100644 index 00000000..2b839e86 --- /dev/null +++ b/addons/website_customer/i18n/mk.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-10-16 13:13+0000\n" +"Last-Translator: Martin Trigaux\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Активно" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "Сите земји" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Име на категорија" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "Кликнете за да креирате нов таг на партнер." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Имплементирано од" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Не се пронајдени резултати" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Наши препораки" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Партнер" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Партнери" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Референци" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Препораки според земја" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Барај" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Доверба од милиони низ цел свет" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Мапа на светот" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "препорака(и))" + +#~ msgid "Partner Tags" +#~ msgstr "Етикети на партнер" + +#~ msgid "Tags" +#~ msgstr "Етикети" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "Целосната URL адреса за пристап на документот преку веб страната." + +#~ msgid "Visible in Website" +#~ msgstr "Видливо на вебсајтот" + +#~ msgid "Website URL" +#~ msgstr "Адреса на вебсајт" diff --git a/addons/website_customer/i18n/ml_IN.po b/addons/website_customer/i18n/ml_IN.po new file mode 100644 index 00000000..0138b11f --- /dev/null +++ b/addons/website_customer/i18n/ml_IN.po @@ -0,0 +1,185 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-04-22 12:13+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Malayalam (India) (http://www.transifex.com/odoo/odoo-9/" +"language/ml_IN/)\n" +"Language: ml_IN\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "രൂപപ്പെടുത്തിയത്" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "നിർമിച്ച ദിവസം" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്തത്" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്ത ദിവസം" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/mn.po b/addons/website_customer/i18n/mn.po new file mode 100644 index 00000000..5d20837d --- /dev/null +++ b/addons/website_customer/i18n/mn.po @@ -0,0 +1,261 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Baskhuu Lodoikhuu , 2020 +# Martin Trigaux, 2020 +# Khishigbat Ganbold , 2020 +# Uuganbayar Batbaatar , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Uuganbayar Batbaatar , 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Бүгд" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Идэвхитэй" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Бүх улсууд" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Архивласан" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Өнгийг өөрчлөх Bootstrap класс" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Нийтлэж болно" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Ангиллын нэр" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Класс" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Хаах" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Харилцах хаяг" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Шинэ холбогдох пайз үүсгэх" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Үүсгэсэн этгээд" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Үүсгэсэн огноо" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Хэрэгжүүлсэн" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Нийтлэгдсэн эсэх" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Сүүлд зассан этгээд" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Сүүлд зассан огноо" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Илэрц олдсонгүй" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Манай сурвалжууд" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Харилцагчийн пайз" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Харилцагч" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Өмнөх түүх" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Код Улсаар" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Код Пайзаар" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Хайх" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Харилцагчийн пайз хайх" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Вебсайтаар дамжин баримт руу хандах бүтэн URL." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Дэлхий даяар сая сая хүний итгэлийг олсон" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Одоогийн вебсайт дээр харагдах" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Вэбсайт" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Вэбсайт Пайзууд" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Вебсайт URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Вэбсайт пайзууд" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Дэлхийн газрын зураг" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "код(ууд))" diff --git a/addons/website_customer/i18n/nb.po b/addons/website_customer/i18n/nb.po new file mode 100644 index 00000000..d832afaf --- /dev/null +++ b/addons/website_customer/i18n/nb.po @@ -0,0 +1,264 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Jorunn D. Newth, 2020 +# Marius Stedjan , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Marius Stedjan , 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "Alle" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktiv" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Alle land" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arkivert" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap class for å tilpasse fargen" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Kan publisere" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Kategorinavn" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Klasse" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Lukk" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Opprett en ny kontaktetikett" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Opprettet" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementert av" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Er publisert" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Administrer kontaktetiketter for å bedre klassifisere dem for sporing og " +"analytiske behov." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Ingen treff" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Våre referanser" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Partneretikett" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Partneretiketter - Disse etikettene kan brukes på nettsteder for å finne " +"kunder etter sektor, eller ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partnere" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referanser" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referanser etter land" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referanser etter etikett" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Søk" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Søk etter partneretikett" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Fullstendig link for å nå dokumentet via nettstedet." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Stoles på av millioner verden over" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Synlig på nåværende nettsted" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Nettsted" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Nettstedetiketter" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Nettsted-URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Nettstedetiketter" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Verdenskart" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referanse(r))" diff --git a/addons/website_customer/i18n/nl.po b/addons/website_customer/i18n/nl.po new file mode 100644 index 00000000..b3aa3ad6 --- /dev/null +++ b/addons/website_customer/i18n/nl.po @@ -0,0 +1,265 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Yenthe Van Ginneken , 2020 +# Erwin van der Ploeg , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Erwin van der Ploeg , 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "Alle" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Actief" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Alle landen" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Alle industrieën" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Gearchiveerd" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap class om de kleur te personaliseren" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Kan publiceren" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Naam categorie" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Class" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Sluiten" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Contact" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Maak een nieuw contactlabel aan" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Geïmplementeerd door" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Is gepubliceerd" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Beheer contactlabels om contacten beter te beheren voor opvolging en " +"analyses." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Geen resultaat gevonden" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Onze referenties" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Relatielabel" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Relatielabels - Deze labels kunnen gebruikt worden op de website om klanten " +"te vinden op sector, of ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Relaties" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referenties" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referenties per land" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "Referenties per industrie" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referenties op label" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Zoek" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Zoek relatie label" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Vertrouwd door miljoenen wereldwijd" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Zichtbaar op huidige website" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Website" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Websitelabels" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Website URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Websitelabels" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Wereldkaart" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referentie(s)" diff --git a/addons/website_customer/i18n/nl_BE.po b/addons/website_customer/i18n/nl_BE.po new file mode 100644 index 00000000..f18b72a7 --- /dev/null +++ b/addons/website_customer/i18n/nl_BE.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-11-12 13:29+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/odoo/odoo-9/" +"language/nl_BE/)\n" +"Language: nl_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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Actief" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Relatie" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Relaties" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referenties" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Zoeken" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" + +#~ msgid "Tags" +#~ msgstr "Labels" diff --git a/addons/website_customer/i18n/pl.po b/addons/website_customer/i18n/pl.po new file mode 100644 index 00000000..f08e9b81 --- /dev/null +++ b/addons/website_customer/i18n/pl.po @@ -0,0 +1,270 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Dariusz Żbikowski , 2020 +# Grzegorz Grzelak , 2020 +# Piotr Szlązak , 2020 +# Marcin Młynarczyk , 2020 +# Andrzej Donczew , 2020 +# Piotr Cierkosz , 2020 +# Paweł Wodyński , 2020 +# Maksym , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Maksym , 2020\n" +"Language-Team: Polish (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Wszystko" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktywne" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Wszystkie kraje" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Zarchiwizowane" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Klasa bootstrap dla dostosowania koloru" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Można publikować" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nazwa kategorii" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Klasa" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Zamknij" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Utwórz nowy znacznik kontaktu" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Utworzona przez" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Przygotowane przez" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Opublikowane" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Ostatnio aktualizowane przez" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Data ostatniej aktualizacji" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Zarządzaj tagami kontaktów aby lepiej je sklasyfikować w celu śledzenia i " +"późniejszych analiz." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nic nie znaleziono" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Nasze referencje" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Tag partnera" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Tagi Partnerów - mogą być użyte na stronie internetowej w celu znalezienia " +"klientów ze względu na sektor lub ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partnerzy" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Odnośniki" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referencje wg krajów" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Odnośniki jako tagi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Szukaj" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Zaufanie milionów na całym świecie" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Widoczne na obecnej stronie" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Strona WWW" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Tagi strony" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Adres strony internetowej" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Tagi strony" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa świata" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referencje" diff --git a/addons/website_customer/i18n/pt.po b/addons/website_customer/i18n/pt.po new file mode 100644 index 00000000..007c823f --- /dev/null +++ b/addons/website_customer/i18n/pt.po @@ -0,0 +1,262 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Ricardo Martins , 2020 +# Manuela Silva , 2020 +# Nuno Silva , 2020 +# Reinaldo Ramos , 2020 +# Marcelo Pereira , 2020 +# Pedro Filipe , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Pedro Filipe , 2020\n" +"Language-Team: Portuguese (https://www.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=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Tudo" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Ativo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Todos os Países" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arquivados" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nome da Categoria" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Classe" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Fechar" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Contacto" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Criar uma nova etiqueta de contacto" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementado Por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Última Atualização por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Última Atualização em" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nenhum resultado encontrado" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "As Nossas Referências" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Etiqueta do Parceiro" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Parceiros" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referências" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referências por País" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Procurar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Confiado por milhões mundialmente" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Visível no website atual" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Website" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Etiquetas de Website" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL do Website" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Etiquetas de Website" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa Mundo" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referência(as)" diff --git a/addons/website_customer/i18n/pt_BR.po b/addons/website_customer/i18n/pt_BR.po new file mode 100644 index 00000000..a1625070 --- /dev/null +++ b/addons/website_customer/i18n/pt_BR.po @@ -0,0 +1,274 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo , 2020 +# Rafael H L Moretti , 2020 +# danimaribeiro , 2020 +# Martin Trigaux, 2020 +# Mateus Lopes , 2020 +# Luiz Carlos de Lima , 2020 +# Adriel Kotviski , 2020 +# grazziano , 2020 +# André Augusto Firmino Cordeiro , 2020 +# Silmar , 2020 +# Lauro de Lima , 2020 +# Keli Brugalli , 2020 +# Éder Brito , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Éder Brito , 2021\n" +"Language-Team: Portuguese (Brazil) (https://www.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=2; plural=(n > 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Tudo" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Ativo" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Todos Os Países" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Todas as Indústrias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arquivado" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Classe de Bootstrap para personalizar a cor" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Pode Publicar" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nome da Categoria" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Classe" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Fechar" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Contato" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Criar uma nova etiqueta de contato" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementado por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Está publicado" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Gerencie marcadores de contatos para uma melhor classificação para fins de " +"análise e rastreamento." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nenhum resultado encontrado" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Nossas Referências" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Marcador de Parceiro" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Marcadores de Parceiro - Estes marcadores podem ser utilizados no site para " +"encontrar clientes por setor ou ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Parceiros" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referências" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referências por País" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "Referências por Indústrias" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referências por Marcador" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Pesquisar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Pesquisar Marcador de Parceiro" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Aprovada por milhões em todo o mundo" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Visível neste site" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Website" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Tags Web" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL do site" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Etiquetas do Site" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa Mundi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referência (s))" diff --git a/addons/website_customer/i18n/ro.po b/addons/website_customer/i18n/ro.po new file mode 100644 index 00000000..0cb1af3e --- /dev/null +++ b/addons/website_customer/i18n/ro.po @@ -0,0 +1,264 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Dorin Hongu , 2020 +# Foldi Robert , 2020 +# Hongu Cosmin , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Hongu Cosmin , 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Tot" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Activ" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Toate țările" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Toate industriile" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arhivat" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Poate Publica" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Nume categorie" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Clasă" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Închide" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Contact" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Creați o nouă etichetă contact" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Creat în" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementat de" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Este Publicat" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare pe" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Gestionați etichetele de contact pentru a le clasifica mai bine în scopuri " +"de urmărire și analiză." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Niciun rezultat găsit" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Referințele noastre" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Etichete Partener" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Parteneri" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referințe" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referințe după țară" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "Referințe de către industrii" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referințe după etichetă" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Caută" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Vizibil pe site-ul curent" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Pagină web" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL website" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Harta lumii" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/ru.po b/addons/website_customer/i18n/ru.po new file mode 100644 index 00000000..06d7f7d2 --- /dev/null +++ b/addons/website_customer/i18n/ru.po @@ -0,0 +1,267 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Максим Дронь , 2020 +# Martin Trigaux, 2020 +# Collex100, 2020 +# Ivan Yelizariev , 2020 +# ILMIR , 2020 +# Irina Fedulova , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Irina Fedulova , 2020\n" +"Language-Team: Russian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Все" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Активно" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Все страны" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Заархивировано" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap-класс для настройки цвета" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Может публиковать" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Название категории" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Класс" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Закрыть" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Контакт" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Создать новый тег для контактов" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Создал" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Создан" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "Идентификатор" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Реализовано" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Опубликовано" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Последний раз обновил" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Последнее обновление" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Управляйте тегами контактов, чтобы лучше классифицировать их для целей " +"отслеживания и анализа." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Результатов не найдено" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Наши ссылки" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Тег партнера" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Теги партнера - эти теги можно использовать на веб-сайте, чтобы найти " +"клиентов по секторам или ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Партнёры" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Ссылки" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Ссылки по стране" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Ссылки по тегу" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Поиск" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Полный URL, чтобы получить доступ к документу через веб-сайт." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Доверяют миллионы людей по всему миру" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Видимый на текущем сайте" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Веб-сайт" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Теги веб-сайта" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL Веб-сайта" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Теги веб-сайта" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Карта мира" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "ссылка(и))" diff --git a/addons/website_customer/i18n/si.po b/addons/website_customer/i18n/si.po new file mode 100644 index 00000000..94e76b8d --- /dev/null +++ b/addons/website_customer/i18n/si.po @@ -0,0 +1,252 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/sk.po b/addons/website_customer/i18n/sk.po new file mode 100644 index 00000000..2c55d064 --- /dev/null +++ b/addons/website_customer/i18n/sk.po @@ -0,0 +1,264 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Jaroslav Bosansky , 2020 +# gebri , 2020 +# Rastislav Brencic , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Rastislav Brencic , 2020\n" +"Language-Team: Slovak (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Všetky" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktívne" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Všetky krajiny" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Archivovaný" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap trieda na prispôsobenie farby" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Môžete publikovať" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Meno kategórie" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Trieda" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Zatvoriť" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Vytvoriť nový tag kontaktu" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementoval" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Publikované" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Spravujte tagy kontaktu pre lepšiu klasifikáciu pri sledovaní a analýze. " + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Nenašli sa žiadne výsledky" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Naše referencie" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Tag partnera " + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Partnerské tagy - tieto tagy možno použiť na webstránkach na nájdenie " +"zákazníkov podľa odvetví alebo ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partneri" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referencie" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referencie podľa krajiny" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referencie podľa tagu" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Vyhľadávanie" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Vyhľadať tag partnera" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Preverené miliónmi po celom svete" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Viditeľné na aktuálnej webstránke" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Webstránka" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Tagy webstránky" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL Webstránok" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Tagy webstránkok" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Mapa sveta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referencia(e)" diff --git a/addons/website_customer/i18n/sl.po b/addons/website_customer/i18n/sl.po new file mode 100644 index 00000000..04fcd1cf --- /dev/null +++ b/addons/website_customer/i18n/sl.po @@ -0,0 +1,263 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic , 2021 +# laznikd , 2021 +# matjaz k , 2021 +# Grega Vavtar , 2021 +# Jasmina Macur , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Jasmina Macur , 2021\n" +"Language-Team: Slovenian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Vse" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktivno" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Vse države" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "Vse industrije" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arhivirano" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Naziv kategorije" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Zaključi" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Stik" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Ustvari novo oznako stika" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementiral" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Ni najdenih rezultatov" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Naši sklici" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Oznaka partnerja" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partnerji" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Sklici" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Reference po državi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Iskanje" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Zaupajo nam milijoni po vsem svetu" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Vidno na trenutni spletni strani" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Spletna stran" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL spletne strani" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Zemljevid sveta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "reference" diff --git a/addons/website_customer/i18n/sq.po b/addons/website_customer/i18n/sq.po new file mode 100644 index 00000000..af6a9fa6 --- /dev/null +++ b/addons/website_customer/i18n/sq.po @@ -0,0 +1,184 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-03-31 13:21+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Aktiv" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Krijuar nga" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Krijuar me" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Emri i paraqitur" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Modifikimi i fundit në" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Modifikuar per here te fundit nga" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Modifikuar per here te fundit me" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Partner" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Referenca" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/sr.po b/addons/website_customer/i18n/sr.po new file mode 100644 index 00000000..5881c952 --- /dev/null +++ b/addons/website_customer/i18n/sr.po @@ -0,0 +1,222 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2018 +# Slobodan Simić , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:18+0000\n" +"PO-Revision-Date: 2018-09-21 13:18+0000\n" +"Last-Translator: Slobodan Simić , 2018\n" +"Language-Team: Serbian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Активно" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:100 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:81 +#, python-format +msgid "All Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Ime kategorije" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Zatvori" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Partneri" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#: model:website.menu,name:website_customer.menu_customers +msgid "References" +msgstr "Референце" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Pronađi" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/sr@latin.po b/addons/website_customer/i18n/sr@latin.po new file mode 100644 index 00000000..b61d79d5 --- /dev/null +++ b/addons/website_customer/i18n/sr@latin.po @@ -0,0 +1,203 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Ljubisa Jovev , 2017 +# Djordje Marjanovic , 2017 +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:54+0000\n" +"PO-Revision-Date: 2017-09-20 09:54+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "Aktivan" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:80 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:61 +#, python-format +msgid "All Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "Ime kategorije" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "Datum kreiranja" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "Zadnja promena" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "Promenio" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "Vreme promene" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the \"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "Partneri" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "Reference" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Pronađi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_website_published +msgid "Visible in Website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users_website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/sv.po b/addons/website_customer/i18n/sv.po new file mode 100644 index 00000000..0a25a8b3 --- /dev/null +++ b/addons/website_customer/i18n/sv.po @@ -0,0 +1,262 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Kristoffer Grundström , 2021 +# Martin Trigaux, 2021 +# Anders Wallenquist , 2021 +# Kim Asplund , 2021 +# Chrille Hedberg , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Chrille Hedberg , 2021\n" +"Language-Team: Swedish (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Alla" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Aktiv" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Alla länder" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arkiverad" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Kan Publicera" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Kategorinamn" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Klass" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Stäng" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Skapa ny kontakt tag" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Implementerad Av" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Är Publicerad" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Inga resultat hittade" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Våra referenser" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Partner Tag" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Samarbetspartners" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referenser" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Referenser enligt Land" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Referenser enligt Tag" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Sök" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Sök Partner Tag" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Den fullständiga URL för åtkomst av dokument via webbplatsen." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Betrodd av miljoner runt om världen" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Synlig på vald webbplats" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Webbplats" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Webbplats Tag" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Webbplatsens URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Webbplats tag" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Världskarta" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referens(er))" diff --git a/addons/website_customer/i18n/ta.po b/addons/website_customer/i18n/ta.po new file mode 100644 index 00000000..889ab66e --- /dev/null +++ b/addons/website_customer/i18n/ta.po @@ -0,0 +1,197 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Bagavathikumar Ramakrishnan , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-02-05 10:06+0000\n" +"Last-Translator: Bagavathikumar Ramakrishnan \n" +"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n" +"Language: ta\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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " முழுவதும்" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:68 +#, python-format +msgid "All Countries" +msgstr "அனைத்து நாடுகள்" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag_classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_name +msgid "Category Name" +msgstr "வகை பெயர்" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_classname +msgid "Class" +msgstr "வகுப்பு" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Click to create a new partner tag." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_uid +msgid "Created by" +msgstr "உருவாக்கியவர்" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_create_date +msgid "Created on" +msgstr "உருவாக்கப்பட்ட தேதி" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_display_name +msgid "Display Name" +msgstr "காட்சி பெயர்" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag___last_update +msgid "Last Modified on" +msgstr "கடைசியாக திருத்திய" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_uid +msgid "Last Updated by" +msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_write_date +msgid "Last Updated on" +msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage the partner tags to better classify them on your website.\n" +" You can add the filter by tag on your website in the " +"\"Customize\" menu." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "பலன் இல்லை" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.footer_custom +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "எங்கள் குறிப்புகள்" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Partner" +msgstr "கூட்டாளி" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "கூட்டாளி மேற்கோள்" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ... " +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag_partner_ids +msgid "Partners" +msgstr "கூட்டாளிகள்" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +msgid "References" +msgstr "குறிப்புகள்" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "நாடு மூலம் குறிப்புகள்" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "மேற்கோள் மூலம் குறிப்புகள்" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "தேடு" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "இணையத்தளம் குறிச்சொற்களை" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_website_tag_ids +msgid "Website tags" +msgstr "இணையத்தளம் குறிச்சொற்களை" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "உலக வரைபடம்" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "குறிப்பு(கள்))" + +#~ msgid "Partner Tags" +#~ msgstr "கூட்டாளி மேற்கோள்கள்" + +#~ msgid "Tags" +#~ msgstr "மேற்கோள்கள்" + +#~ msgid "Visible in Website" +#~ msgstr "இணையத்தளம் தெரிபவை" + +#~ msgid "Website URL" +#~ msgstr "வலைத்தள URL" diff --git a/addons/website_customer/i18n/th.po b/addons/website_customer/i18n/th.po new file mode 100644 index 00000000..cc03f4e8 --- /dev/null +++ b/addons/website_customer/i18n/th.po @@ -0,0 +1,223 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2018 +# Khwunchai Jaengsawang , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:18+0000\n" +"PO-Revision-Date: 2018-08-24 09:34+0000\n" +"Last-Translator: Khwunchai Jaengsawang , 2018\n" +"Language-Team: Thai (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " ทั้งหมด" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "เปิดใช้งาน" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:100 +#, python-format +msgid "All Countries" +msgstr "ประเทศทั้งหมด" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:81 +#, python-format +msgid "All Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "ชื่อหมวด" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "ปิด" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "ผู้ติดต่อ" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +msgid "ID" +msgstr "รหัส" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "ป้ายกำกับคู่ค้า" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "คู่ค้า" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#: model:website.menu,name:website_customer.menu_customers +msgid "References" +msgstr "อ้างอิง" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Sectors of Activity" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "ค้นหา" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "แท็กเว็บไซต์" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL เว็บไซต์" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "แท็กเว็บไซต์" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/tr.po b/addons/website_customer/i18n/tr.po new file mode 100644 index 00000000..084e4a85 --- /dev/null +++ b/addons/website_customer/i18n/tr.po @@ -0,0 +1,271 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Ediz Duman , 2020 +# Martin Trigaux, 2020 +# Levent Karakaş , 2020 +# Murat Kaplan , 2020 +# Ahmet Altinisik , 2020 +# Ertuğrul Güreş , 2020 +# Ramiz Deniz Öner , 2020 +# Buket Şeker , 2020 +# abc Def , 2020 +# Murat Durmuş , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Murat Durmuş , 2020\n" +"Language-Team: Turkish (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Tüm" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Etkin" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Tüm Ülkeler" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Arşivlendi" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Rengi kişiselleştirecek Bootstrap sınıfı" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Yayımlanabilir" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Kategori Adı" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Sınıf" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Kapat" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Temas" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Yeni bir temas etiketi oluşturun" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Oluşturulma" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Uygulayan" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Yayınlandı" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Son Güncelleyen" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Son Güncelleme" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"İzleme ve analiz amacıyla bunları daha iyi sınıflandırmak için kontak " +"etiketleri ile yönetin." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Herhangi bir sonuç bulunamadı" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Referanslarımız" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "İş Ortağı Etiketi" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"İş Ortağı Etiketleri - Bu etiketler, sektöre göre müşteri bulmak için web " +"sitesinde kullanılabilir veya ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "İş Ortakları" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Referanslar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Ülkelere Göre Referanslar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Etiketlere Göre Referanslar" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Arama" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "İş Ortağı Etiketi Arama" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Belgeye web sitesinden erişim için tam URL adresi." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Dünya çapında milyonlarca kişi tarafından güvenilen" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Mevcut web sitesinde görülebilir" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Websitesi" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Websitesi Etiketleri" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Web Sitesi URL Adresi" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Websitesi etiketleri" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Dünya Haritası" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "referans" diff --git a/addons/website_customer/i18n/uk.po b/addons/website_customer/i18n/uk.po new file mode 100644 index 00000000..d046ae79 --- /dev/null +++ b/addons/website_customer/i18n/uk.po @@ -0,0 +1,266 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Bohdan Lisnenko, 2020 +# ТАрас , 2020 +# Alina Lisnenko , 2020 +# Oleksandr Paziuk , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Oleksandr Paziuk , 2020\n" +"Language-Team: Ukrainian (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Всі" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Активно" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Всі країни" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Заархівовано" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Вставте клас, щоб налаштувати колір" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "Можна опублікувати" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Назва категорії" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Клас" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Закрити" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Контакт" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Створити новий тег для контактів" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Створено на" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Реалізовано" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "Опубліковано" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Останні зміни на" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Керуйте тегами контактів, щоби краще класифікувати їх для цілей відстеження " +"та аналізу." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Немає результатів" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Наші посилання" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Мітка партнера" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Теги партнера - ці теги можна використовувати на веб-сайті, щоб знайти " +"клієнтів по секторах або ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Партнери" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Референс" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Посилання за країною" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Посилання за міткою" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Пошук" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "Пошук тега партнера" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "Повна URL-адреса для доступу до документа через сайт." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Довіра мільйонів по всьому світу" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Видимий на поточному веб-сайті" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Веб-сайт" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Мітки сайту" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "URL веб-сайту" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Мітки сайту" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Мапа світу" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "посилання" diff --git a/addons/website_customer/i18n/ur.po b/addons/website_customer/i18n/ur.po new file mode 100644 index 00000000..29efc5e6 --- /dev/null +++ b/addons/website_customer/i18n/ur.po @@ -0,0 +1,252 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/vi.po b/addons/website_customer/i18n/vi.po new file mode 100644 index 00000000..0685913b --- /dev/null +++ b/addons/website_customer/i18n/vi.po @@ -0,0 +1,267 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# fanha99 , 2020 +# Nancy Momoland , 2020 +# Duy BQ , 2020 +# Dung Nguyen Thi , 2020 +# Dao Nguyen , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Dao Nguyen , 2020\n" +"Language-Team: Vietnamese (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " Tất cả" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "Có hiệu lực" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "Tất cả quốc gia" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "Đã lưu" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Lớp bootstrap để tuỳ chỉnh màu sắc" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "Tên danh mục" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "Lớp" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "Đóng" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "Liên hệ" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "Tạo từ khóa liên hệ" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "Thời điểm tạo" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "Thực hiện bởi" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" +"Quản lý các từ khóa liên lạc để phân biệt tốt hơn các liên lạc cho mục đích " +"theo dõi và phân tích." + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "Không có kết quả nào" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "Thành tựu của chúng tôi" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "Partner Tag" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" +"Partner Tags - Các thẻ này có thể sử dụng trên website để tìm kiếm khách " +"hàng dễ dàng hơn bằng các phân loại, khu vực, ..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "Đối tác" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "Các tham chiếu" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "Tham vấn theo quốc gia" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "Thảo khảo bằng thẻ" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "Tìm kiếm" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "Được tin tưởng bởi hàng triệu người trên thế giới" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "Hiển thị ở website hiện tại" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "Trang web" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "Các thẻ website" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "Địa chỉ website" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "Các thẻ website" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "Bản đồ thế giới" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "tham khảo" diff --git a/addons/website_customer/i18n/website_customer.pot b/addons/website_customer/i18n/website_customer.pot new file mode 100644 index 00000000..ad4b9bdf --- /dev/null +++ b/addons/website_customer/i18n/website_customer.pot @@ -0,0 +1,252 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-01 07:29+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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "" diff --git a/addons/website_customer/i18n/zh_CN.po b/addons/website_customer/i18n/zh_CN.po new file mode 100644 index 00000000..63ce7c9b --- /dev/null +++ b/addons/website_customer/i18n/zh_CN.po @@ -0,0 +1,269 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan , 2020 +# liAnGjiA , 2020 +# Gary Wei , 2020 +# fausthuang, 2020 +# bf2549c5415a9287249cba2b8a5823c7, 2020 +# keecome <7017511@qq.com>, 2020 +# 敬雲 林 , 2020 +# Fisher , 2020 +# Felix Yuen , 2020 +# Jeanphy , 2020 +# Felix Yang - Elico Corp , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: Felix Yang - Elico Corp , 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " 全部" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "启用" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "所有国家" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "已归档" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "引导类自订颜色" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "可以发布" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "类别名称" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "类" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "关闭" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "联系人" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "创建一个新的联系人标签" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "创建人" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "创建时间" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "执行者" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "已发布" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "最后更新人" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "最后更新时间" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "管理联系标签,以更好地分类他们的跟踪和分析的目的" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "找不到结果" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "我们的参考" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "业务伙伴标签" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "合作伙伴标签 - 这些标签可用于在网站按部门找客户,还是......" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "合作伙伴" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "参考" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "按国家参考" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "通过标记引用" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "搜索" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "搜索业务伙伴标签" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "通过网站访问文档的完整网址。" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "备受全世界百万人的信任" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "在当前网站显示" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "网站" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "网站标签" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "网站网址" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "站点标签" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "地界地图" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "参考" diff --git a/addons/website_customer/i18n/zh_TW.po b/addons/website_customer/i18n/zh_TW.po new file mode 100644 index 00000000..b0237924 --- /dev/null +++ b/addons/website_customer/i18n/zh_TW.po @@ -0,0 +1,258 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_customer +# +# Translators: +# 敬雲 林 , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:20+0000\n" +"Last-Translator: 敬雲 林 , 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.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_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid " All" +msgstr " 全部" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "" +"" +msgstr "" +"" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__active +msgid "Active" +msgstr "啟用" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Countries" +msgstr "所有國家" + +#. module: website_customer +#: code:addons/website_customer/controllers/main.py:0 +#, python-format +msgid "All Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Archived" +msgstr "歸檔" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__classname +msgid "Bootstrap class to customize the color" +msgstr "Bootstrap 自訂顏色" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__can_publish +msgid "Can Publish" +msgstr "可以發佈" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__name +msgid "Category Name" +msgstr "類別名稱" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__classname +msgid "Class" +msgstr "類" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "Close" +msgstr "關閉" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner +msgid "Contact" +msgstr "聯繫人" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "Create a new contact tag" +msgstr "創建一個新聯繫人標籤" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_uid +msgid "Created by" +msgstr "創立者" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__create_date +msgid "Created on" +msgstr "建立於" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__display_name +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__display_name +#: model:ir.model.fields,field_description:website_customer.field_website__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__id +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__id +#: model:ir.model.fields,field_description:website_customer.field_website__id +msgid "ID" +msgstr "ID" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "Implemented By" +msgstr "執行者" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__is_published +msgid "Is Published" +msgstr "已發佈" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner____last_update +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag____last_update +#: model:ir.model.fields,field_description:website_customer.field_website____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_uid +msgid "Last Updated by" +msgstr "最後更新者" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: website_customer +#: model_terms:ir.actions.act_window,help:website_customer.action_partner_tag_form +msgid "" +"Manage contact tags to better classify them for tracking and analysis " +"purposes." +msgstr "管理聯繫標籤,以更好地分類他們的追蹤和分析的目的。" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "No result found" +msgstr "找不到結果" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.details +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Our References" +msgstr "我們的編碼" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_form +msgid "Partner Tag" +msgstr "業務夥伴標籤" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_res_partner_tag +msgid "" +"Partner Tags - These tags can be used on website to find customers by " +"sector, or ..." +msgstr "合作夥伴標籤 - 這些標籤可用於網站上查找按行業或..." + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__partner_ids +msgid "Partners" +msgstr "合作夥伴" + +#. module: website_customer +#: code:addons/website_customer/models/website.py:0 +#: model_terms:ir.ui.view,arch_db:website_customer.references_block +#, python-format +msgid "References" +msgstr "編碼" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country_list +msgid "References by Country" +msgstr "按國家編碼" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_industry_list +msgid "References by Industries" +msgstr "" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_tag_list +msgid "References by Tag" +msgstr "通過標記引用" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Search" +msgstr "搜尋" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.res_partner_tag_view_search +msgid "Search Partner Tag" +msgstr "搜索合作夥伴標籤" + +#. module: website_customer +#: model:ir.model.fields,help:website_customer.field_res_partner_tag__website_url +msgid "The full URL to access the document through the website." +msgstr "通過網站存取此文件的完整網址。" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.index +msgid "Trusted by millions worldwide" +msgstr "備受全世界百萬人的信任" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_published +msgid "Visible on current website" +msgstr "在當前網站可見" + +#. module: website_customer +#: model:ir.model,name:website_customer.model_website +msgid "Website" +msgstr "網站" + +#. module: website_customer +#: model:ir.actions.act_window,name:website_customer.action_partner_tag_form +#: model:ir.ui.menu,name:website_customer.menu_partner_tag_form +#: model_terms:ir.ui.view,arch_db:website_customer.view_partner_tag_list +#: model_terms:ir.ui.view,arch_db:website_customer.view_partners_form_website +msgid "Website Tags" +msgstr "網站標籤" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner_tag__website_url +msgid "Website URL" +msgstr "網站URL" + +#. module: website_customer +#: model:ir.model.fields,field_description:website_customer.field_res_partner__website_tag_ids +#: model:ir.model.fields,field_description:website_customer.field_res_users__website_tag_ids +msgid "Website tags" +msgstr "站點標籤" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.opt_country +msgid "World Map" +msgstr "地界地圖" + +#. module: website_customer +#: model_terms:ir.ui.view,arch_db:website_customer.implemented_by_block +msgid "reference(s))" +msgstr "編碼(s)" diff --git a/addons/website_customer/models/__init__.py b/addons/website_customer/models/__init__.py new file mode 100644 index 00000000..79be1c95 --- /dev/null +++ b/addons/website_customer/models/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import res_partner +from . import website diff --git a/addons/website_customer/models/res_partner.py b/addons/website_customer/models/res_partner.py new file mode 100644 index 00000000..5ad57bc9 --- /dev/null +++ b/addons/website_customer/models/res_partner.py @@ -0,0 +1,34 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import api, fields, models + + +class Partner(models.Model): + + _inherit = 'res.partner' + + website_tag_ids = fields.Many2many('res.partner.tag', 'res_partner_res_partner_tag_rel', 'partner_id', 'tag_id', string='Website tags') + + def get_backend_menu_id(self): + return self.env.ref('contacts.menu_contacts').id + + +class Tags(models.Model): + + _name = 'res.partner.tag' + _description = 'Partner Tags - These tags can be used on website to find customers by sector, or ...' + _inherit = 'website.published.mixin' + + @api.model + def get_selection_class(self): + classname = ['default', 'primary', 'success', 'warning', 'danger'] + return [(x, str.title(x)) for x in classname] + + name = fields.Char('Category Name', required=True, translate=True) + partner_ids = fields.Many2many('res.partner', 'res_partner_res_partner_tag_rel', 'tag_id', 'partner_id', string='Partners') + classname = fields.Selection(get_selection_class, 'Class', default='default', help="Bootstrap class to customize the color", required=True) + active = fields.Boolean('Active', default=True) + + def _default_is_published(self): + return True diff --git a/addons/website_customer/models/website.py b/addons/website_customer/models/website.py new file mode 100644 index 00000000..fe812512 --- /dev/null +++ b/addons/website_customer/models/website.py @@ -0,0 +1,14 @@ +# -*- 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((_('References'), url_for('/customers'), 'website_customer')) + return suggested_controllers diff --git a/addons/website_customer/security/ir.model.access.csv b/addons/website_customer/security/ir.model.access.csv new file mode 100644 index 00000000..06d30ba4 --- /dev/null +++ b/addons/website_customer/security/ir.model.access.csv @@ -0,0 +1,4 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +res_partner_tag_sale_manager,res.partner.tag.sale.manager,model_res_partner_tag,,1,0,0,0 +res_partner_tag_sale_manager_edition,res.partner.tag.sale.manager.edition,model_res_partner_tag,sales_team.group_sale_manager,1,1,1,1 +res_partner_industry_all,res_partner_industry all,base.model_res_partner_industry,,1,0,0,0 diff --git a/addons/website_customer/security/ir_rule.xml b/addons/website_customer/security/ir_rule.xml new file mode 100644 index 00000000..5bfd1859 --- /dev/null +++ b/addons/website_customer/security/ir_rule.xml @@ -0,0 +1,11 @@ + + + + + Partner Tag: published only + + [('website_published', '=', True)] + + + + diff --git a/addons/website_customer/static/description/icon.png b/addons/website_customer/static/description/icon.png new file mode 100644 index 00000000..1cf55921 Binary files /dev/null and b/addons/website_customer/static/description/icon.png differ diff --git a/addons/website_customer/static/description/icon.svg b/addons/website_customer/static/description/icon.svg new file mode 100644 index 00000000..eaa4027b --- /dev/null +++ b/addons/website_customer/static/description/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/addons/website_customer/views/res_partner_views.xml b/addons/website_customer/views/res_partner_views.xml new file mode 100644 index 00000000..4aaa3aae --- /dev/null +++ b/addons/website_customer/views/res_partner_views.xml @@ -0,0 +1,81 @@ + + + + view.res.partner.form.website.tags + res.partner + + + + + + + + + + + + Website Tags + res.partner.tag + +
+ + + + + + + + +
+
+
+ + + Website Tags + res.partner.tag + + + + + + + + + + + + + res.partner.tag.view.search + res.partner.tag + + + + + + + + + + + Website Tags + ir.actions.act_window + res.partner.tag + + +

+ Create a new contact tag +

+ Manage contact tags to better classify them for tracking and analysis purposes. +

+
+
+ + + +
diff --git a/addons/website_customer/views/website_customer_templates.xml b/addons/website_customer/views/website_customer_templates.xml new file mode 100644 index 00000000..cb13ba22 --- /dev/null +++ b/addons/website_customer/views/website_customer_templates.xml @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3