Initial commit: OCA Website packages (16 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:06 +02:00
commit 0578ef7638
660 changed files with 37334 additions and 0 deletions

View file

@ -0,0 +1,138 @@
================
Matomo analytics
================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f3a346379593d7db197fd607e40aa8ce6e9cfa93d882d88c9de993ced8ba4433
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github
:target: https://github.com/OCA/website/tree/16.0/website_analytics_matomo
:alt: OCA/website
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_analytics_matomo
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module allows to simply configure your odoo website for using Matomo_.
.. _Matomo: http://matomo.org
If your website is a webshop, also consider to install the OCA module
`website_sale_analytics_matomo` to enable full Ecommerce reporting with Matomo Analytics.
**Table of contents**
.. contents::
:local:
Configuration
=============
To configure this module, you need to:
* go to Settings/General Settings/Website
* enable `Matomo Analytics`
* fill in `Matomo website ID` and `Matomo host`
At this point your website is already setup for being tracked in Matomo.
Some more advanced features offered by Matomo can be configured as follows:
User ID feature
~~~~~~~~~~~~~~~
Matomo includes a User ID feature for enhanced tracking on those websites that offer the ability for visitors to log in.
By tracking the User ID (unique identifier), it is possible to connect visitors between visits across multiple dates
and devices.
To enable this feature, set `Enable User ID`: Matomo will track the user's `ID` (model `res.users`).
If you want to use a different field, eg: user's `name` or `login`, you need to override method `compute_matomo_userid()`.
Enable a Heartbeat timer
~~~~~~~~~~~~~~~~~~~~~~~~
In order to better measure the time spent in the visit, the active page can send additional
ping requests to Matomo. These requests will not track additional actions or page views.
They just allow Matomo to know whether the user is actively viewing the page (the tab
should be active and in focus).
To enable this feature, set `Enable heartbeat` and define the Active Time.
By default, the Active Time is set to 15 seconds, meaning only if the page was viewed
for at least 15 seconds (and the user leaves the page or focuses away from the tab)
then a ping request will be sent.
Matomo Event Tracking
~~~~~~~~~~~~~~~~~~~~~
As explained in this page https://matomo.org/faq/reports/implement-event-tracking-with-matomo/
on the official documentation of Matomo, there are two main ways to set up event tracking within Matomo:
1. with the "Matomo Tag Manager" feature: this is the easiest and recommended way;
2. by adding snippets of JavaScript code to your website itself.
The first method is not supported by this module, however in OCA there's
a dedicated module for that purpose: `website_matomo_tag_manager`.
The second method can be used along with this module and requires a little more technical confidence.
You will need to integrate a JavaScript snippet directly into your websites code.
Technical documentation can be found in:
https://developer.matomo.org/guides/tracking-javascript-guide#manually-trigger-events
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/website/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/website/issues/new?body=module:%20website_analytics_matomo%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Onestein
* Therp BV
Contributors
~~~~~~~~~~~~
* Holger Brunn <hbrunn@therp.nl>
* Andrea Stirpe <a.stirpe@onestein.nl>
Maintainers
~~~~~~~~~~~
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/website <https://github.com/OCA/website/tree/16.0/website_analytics_matomo>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View file

@ -0,0 +1,4 @@
# Copyright 2015 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models

View file

@ -0,0 +1,20 @@
# Copyright 2015 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Matomo analytics",
"version": "16.0.1.0.0",
"author": "Onestein,Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Website",
"summary": "Track website users using matomo",
"website": "https://github.com/OCA/website",
"depends": [
"website",
],
"data": [
"views/res_config_settings.xml",
"views/templates.xml",
],
"installable": True,
}

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Afrikaans (http://www.transifex.com/oca/OCA-website-8-0/"
"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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Webtuiste"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-website-8-0/language/"
"ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "الموقع"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/bg/)\n"
"Language: bg\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Уебсайт"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,67 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \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_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings_has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website_has_matomo_analytics
msgid "Matomo Analytics"
msgstr "Matomo analitika"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings_matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website_matomo_analytics_host
msgid "Matomo host"
msgstr "Matomo host"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings_matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website_matomo_analytics_id
msgid "Matomo website ID"
msgstr "Matomo ID web sajta"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings_matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website_matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr "ID koji Matomo koristi za identifikaciju web sajta"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings_matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website_matomo_analytics_host
msgid "The host/path your Matomo installation is accessible by on the internet. Do not include a protocol here!\n"
"So http[s]://[this field]/matomo.php should resolve to your matomo.php"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.ui.view,arch_db:website_analytics_matomo.view_website_config_settings
msgid "Track visits in Matomo Analytics"
msgstr "Prati posjete u Matomo analitici"
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Web stranica"
#. module: website_analytics_matomo
#: model:ir.ui.view,arch_db:website_analytics_matomo.view_website_config_settings
#: model:ir.ui.view,arch_db:website_analytics_matomo.view_website_form
msgid "host.name/matomo"
msgstr "host.name/matomo"
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "res.config.settings"
msgstr "res.config.settings"

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-08 09:02+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-website-8-0/"
"language/ca/)\n"
"Language: 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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Lloc web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-website-8-0/language/"
"cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Webová stránka"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Danish (http://www.transifex.com/oca/OCA-website-8-0/language/"
"da/)\n"
"Language: da\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Hjemmeside"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,133 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-23 10:22+0000\n"
"PO-Revision-Date: 2023-06-20 11:08+0000\n"
"Last-Translator: Nils Coenen <nils.coenen@nico-solutions.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-website-8-0/language/"
"de/)\n"
"Language: de\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"
"X-Generator: Weblate 4.17\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr "Aktive Zeit (Sekunden)"
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr "Konfigurationseinstellungen"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr "Benutzer-ID aktivieren"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr "Herzschlag aktivieren"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
"Wie viele Sekunden ein Tab aktiv sein muss, damit er als angezeigt gezählt "
"wird."
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr "Matomo Heartbeat aktivieren"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr "Matomo-Benutzer-ID aktivieren"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr "Matomo Benutzer-ID abrufen"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr "Die ID, die Matomo zur Identifizierung der Website verwendet"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
"Der Host/Pfad, über den Ihre Matomo-Installation im Internet erreichbar ist."
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr "Verfolgen Sie Besuche in Matomo Analytics"
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Webseite"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Greek (http://www.transifex.com/oca/OCA-website-8-0/language/"
"el/)\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Ιστότοπος"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,133 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-01 03:03+0000\n"
"PO-Revision-Date: 2017-06-01 03:03+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Ιστότοπος"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""
#~ msgid "host.name/matomo"
#~ msgstr "host.name/matomo"

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-"
"website-8-0/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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Website"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,132 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
# Alberte Moço, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:46+0000\n"
"PO-Revision-Date: 2018-09-27 12:40+0000\n"
"Last-Translator: Cris Martín <cristina.marrod@gmail.com>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\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"
"X-Generator: Weblate 3.1.1\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
#, fuzzy
msgid "Config Settings"
msgstr "website.config.settings"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr "Matomo Analítica Web"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr "Host Matomo"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr "Matomo website ID"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr "El ID que usa Matomo para identificar el sitio web"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio Web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-"
"website-8-0/language/es_AR/)\n"
"Language: es_AR\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-01 03:03+0000\n"
"PO-Revision-Date: 2017-06-01 03:03+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/"
"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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio Web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-"
"website-8-0/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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio Web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-"
"website-8-0/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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-01 03:03+0000\n"
"PO-Revision-Date: 2017-06-01 03:03+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/"
"teams/23907/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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-"
"website-8-0/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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-"
"website-8-0/language/es_MX/)\n"
"Language: es_MX\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio Web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-website-8-0/"
"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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio Web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,123 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least this\n"
" amount of time (and the user leaves the page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-31 10:45+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Estonian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/et/)\n"
"Language: et\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Veebileht"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,132 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-01 03:03+0000\n"
"PO-Revision-Date: 2017-06-01 03:03+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Website"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""
#~ msgid "host.name/matomo"
#~ msgstr "host.name/matomo"

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Persian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/fa/)\n"
"Language: fa\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "تارنما"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-15 18:42+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-website-8-0/"
"language/fi/)\n"
"Language: fi\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Verkkosivut"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
# Quentin THEURET <odoo@kerpeo.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-16 03:45+0000\n"
"PO-Revision-Date: 2018-01-16 03:45+0000\n"
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2018\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
#, fuzzy
msgid "Config Settings"
msgstr "res.config.settings"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr "Matomo Analytique"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr "Hébergement MATOMO"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr "Id du site internet MATOMO"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr "Le ID de Matomo est utilisé pour identifier le site internet"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr "Tracer les visites avec Matomo Analytique"
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Site Internet"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""
#~ msgid ""
#~ "The host/path your Matomo installation is accessible by on the internet. "
#~ "Do not include a protocol here!\n"
#~ "So http[s]://[this field]/matomo.php should resolve to your matomo.php"
#~ msgstr ""
#~ "Le chemin de l'hébergement de votre installation Matomo est accessible "
#~ "sur Internet. Cela n'inclue pas pas le protcol de l'hébergement.\n"
#~ "Donc http[s]://[this field]/matomo.php devrait résoudre votre matomo.php"
#~ msgid "host.name/matomo"
#~ msgstr "host.name/matomo"

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-01 01:34+0000\n"
"PO-Revision-Date: 2017-07-01 01:34+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sitio web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-website-8-0/language/"
"he/)\n"
"Language: he\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "אתר"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Web stranice"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-04 02:47+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-"
"website-8-0/language/hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Webstranice"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-01 03:03+0000\n"
"PO-Revision-Date: 2017-06-01 03:03+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
"Language: hu\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Honlap"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-31 10:45+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/id/)\n"
"Language: id\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Situs Web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,150 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-16 03:45+0000\n"
"PO-Revision-Date: 2024-12-18 12:06+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Language: it\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"
"X-Generator: Weblate 5.6.2\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr "Tempo attivo (secondi)"
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr "Impostazioni configurazione"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr "Abilita ID utente"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr "Abilita pulsazione"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
"Quanti secondi una scheda deve essere attiva per essere conteggiata come "
"vista."
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr "Analitiche Matomo"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr "Abilita pulsazione Matomo"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr "Abilita ID utente Matomo"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr "Ricava ID utente Matomo"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr "Timer pulsazione Matomo"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr "Host Matomo"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr "URL host Matomo"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr "ID Matomo del sito"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
"Imposta il tempo di attività in secondi. Solo se la pagina è stata "
"visualizzata\n"
" per almeno questo lasso di tempo (e "
"l'utente abbandona la pagina o si sposta dalla scheda), \n"
" verrà inviata una richiesta ping."
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr "L'ID che Matomo utilizza per identificare il sito"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr "L'host/percorso dell'installazione Matomo è accessibile da Internet."
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr "Tracciare le visite con analitiche Matomo"
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Sito web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr "https://matomo.host.name/"
#~ msgid ""
#~ "The host/path your Matomo installation is accessible by on the internet. "
#~ "Do not include a protocol here!\n"
#~ "So http[s]://[this field]/matomo.php should resolve to your matomo.php"
#~ msgstr ""
#~ "L'host/percorso da cui la tua installazione Matomo è accessibile da "
#~ "internet. Non includere qui il protocollo!\n"
#~ "Sicché http[s]://[questo campo]/matomo.php dovrebbe puntare al tuo file "
#~ "matomo.php"
#~ msgid "host.name/matomo"
#~ msgstr "host.name/matomo"

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-website-8-0/"
"language/ja/)\n"
"Language: ja\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "ウェブサイト"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2016-10-11 09:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Georgian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/ka/)\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "ვებსაიტი"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Kabyle (http://www.transifex.com/oca/OCA-website-8-0/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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Asmel Web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Korean (http://www.transifex.com/oca/OCA-website-8-0/language/"
"ko/)\n"
"Language: ko\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "웹사이트"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"(n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Tinklapis"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Latvian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/lv/)\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Tīkla vietne"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Вебсајт"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Вэбсайт"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,140 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
# Jorunn D. Newth <jdn@eyenetworks.no>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-16 03:45+0000\n"
"PO-Revision-Date: 2018-01-16 03:45+0000\n"
"Last-Translator: Jorunn D. Newth <jdn@eyenetworks.no>, 2018\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
"nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr "Matomo Analytics"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr "Matomo host"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr "Matomo nettsted-ID"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr "Identifikatoren Matomo bruker for nettstedet"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Nettsted"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""
#~ msgid ""
#~ "The host/path your Matomo installation is accessible by on the internet. "
#~ "Do not include a protocol here!\n"
#~ "So http[s]://[this field]/matomo.php should resolve to your matomo.php"
#~ msgstr ""
#~ "Filbane til der Matomo er tilgjengelig via internett. Ikke ta med "
#~ "protokollen her!\n"
#~ "Du trenger bare: http[s]://[dette feltet]/matomo.php "

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-01 01:34+0000\n"
"PO-Revision-Date: 2017-07-01 01:34+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
"Language: nl\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Website"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,144 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
# Frank Schellenberg <opensource@schellenberg.nl>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:46+0000\n"
"PO-Revision-Date: 2018-01-27 03:46+0000\n"
"Last-Translator: Frank Schellenberg <opensource@schellenberg.nl>, 2018\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
"teams/23907/nl_NL/)\n"
"Language: nl_NL\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
#, fuzzy
msgid "Config Settings"
msgstr "res.config.settings"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr "Matomo (Matomo) Analytics"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr "Matomo host"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr "Matomo website ID"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr "De ID welke Matomo gebruikt om de website te identificeren"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr "Volg bezoeken in Matomo Analytics"
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Website"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""
#~ msgid ""
#~ "The host/path your Matomo installation is accessible by on the internet. "
#~ "Do not include a protocol here!\n"
#~ "So http[s]://[this field]/matomo.php should resolve to your matomo.php"
#~ msgstr ""
#~ "Het host/pad naar de Matomo installatie welke beschikbaar is op het "
#~ "internet. Voeg het protocol niet toe!\n"
#~ "Dus http[s]://[dit veld]/matomo.php zal de matomo.php ophalen"
#~ msgid "host.name/matomo"
#~ msgstr "host.naam/matomo"

View file

@ -0,0 +1,131 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-01 03:03+0000\n"
"PO-Revision-Date: 2017-06-01 03:03+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Strona WWW"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,140 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-16 03:45+0000\n"
"PO-Revision-Date: 2018-08-04 13:34+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"teams/23907/pt_BR/)\n"
"Language: pt_BR\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"
"X-Generator: Weblate 3.1.1\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr "Matomo Analytics"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr "Host Matomo"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr "Matomo site ID"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr "O ID que o Matomo usa para identificar o site"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr "Acompanhar visitas no Matomo Analytics"
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Website"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""
#~ msgid ""
#~ "The host/path your Matomo installation is accessible by on the internet. "
#~ "Do not include a protocol here!\n"
#~ "So http[s]://[this field]/matomo.php should resolve to your matomo.php"
#~ msgstr ""
#~ "O host/caminho de sua instalação Matomo. Não inclua o \n"
#~ "protocolo aqui!\n"
#~ "Ex: http[s]://[este campo]/matomo.php"

View file

@ -0,0 +1,131 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-01-19 11:34+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Russian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Сайт"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Slovak (http://www.transifex.com/oca/OCA-website-8-0/language/"
"sk/)\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Webová stránka"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-16 03:45+0000\n"
"PO-Revision-Date: 2018-01-16 03:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr "Matomo gostitelj"
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr "ID Matomo spletne strani"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr "Matomo ID za identifikacijo spletne strani"
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Spletna stran"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""
#~ msgid ""
#~ "The host/path your Matomo installation is accessible by on the internet. "
#~ "Do not include a protocol here!\n"
#~ "So http[s]://[this field]/matomo.php should resolve to your matomo.php"
#~ msgstr ""
#~ "Gostitelj/pot Matomo namestitve, ki je dosegljiva preko spleta. Na to "
#~ "mesto ne vstavljajte protokola!\n"
#~ "http[s]://[to polje]/matomo.php bi moralo kazati na vaš matomo.php"
#~ msgid "host.name/matomo"
#~ msgstr "host.name/matomo"

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-01 03:03+0000\n"
"PO-Revision-Date: 2017-06-01 03:03+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Web stranica"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-website-8-0/"
"language/sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Internet stranica"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-website-8-0/"
"language/sv/)\n"
"Language: sv\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Webbplats"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Thai (http://www.transifex.com/oca/OCA-website-8-0/language/"
"th/)\n"
"Language: th\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "เว็บไซต์"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-01 01:34+0000\n"
"PO-Revision-Date: 2017-07-01 01:34+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"Language: tr\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Web Sitesi"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-website-8-0/"
"language/uk/)\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Веб-сайт"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-website-8-0/"
"language/vi/)\n"
"Language: vi\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "Trang web"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,122 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least this\n"
" amount of time (and the user leaves the page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,67 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \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_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings_has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website_has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings_matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website_matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings_matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website_matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings_matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website_matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings_matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website_matomo_analytics_host
msgid "The host/path your Matomo installation is accessible by on the internet. Do not include a protocol here!\n"
"So http[s]://[this field]/matomo.php should resolve to your matomo.php"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.ui.view,arch_db:website_analytics_matomo.view_website_config_settings
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.ui.view,arch_db:website_analytics_matomo.view_website_config_settings
#: model:ir.ui.view,arch_db:website_analytics_matomo.view_website_form
msgid "host.name/matomo"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-website-8-0/"
"language/zh_CN/)\n"
"Language: zh_CN\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "网站"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_analytics_matomo
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-09-25 08:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-"
"website-8-0/language/zh_TW/)\n"
"Language: zh_TW\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_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Active Time (seconds)"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable User ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Enable heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "How many seconds a tab needs to be active to be counted as viewed."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics
msgid "Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat
msgid "Matomo Enable Heartbeat"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid
msgid "Matomo Enable Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid
msgid "Matomo Get Userid"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer
msgid "Matomo Heartbeat Timer"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host
msgid "Matomo host"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url
msgid "Matomo host URL"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_id
msgid "Matomo website ID"
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid ""
"Set the Active Time in seconds. Only if the page was viewed for at least "
"this\n"
" amount of time (and the user leaves the "
"page or focuses away from the tab)\n"
" then a ping request will be sent."
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_id
msgid "The ID Matomo uses to identify the website"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_host
#: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_analytics_host
msgid ""
"The host/path your Matomo installation is accessible by on the internet."
msgstr ""
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "Track visits in Matomo Analytics"
msgstr ""
#. module: website_analytics_matomo
#: model:ir.model,name:website_analytics_matomo.model_website
msgid "Website"
msgstr "網站"
#. module: website_analytics_matomo
#: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form
msgid "https://matomo.host.name/"
msgstr ""

View file

@ -0,0 +1,5 @@
# Copyright 2015 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import website
from . import res_config_settings

View file

@ -0,0 +1,30 @@
# Copyright 2015 Therp BV <http://therp.nl>
# Copyright 2023 Onestein (<https://www.onestein.eu>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import fields, models
class ResConfigSettings(models.TransientModel):
_inherit = "res.config.settings"
has_matomo_analytics = fields.Boolean(
"Matomo Analytics",
related="website_id.has_matomo_analytics",
readonly=False,
)
matomo_analytics_id = fields.Char(
related="website_id.matomo_analytics_id", readonly=False
)
matomo_analytics_host = fields.Char(
related="website_id.matomo_analytics_host", readonly=False
)
matomo_enable_heartbeat = fields.Boolean(
related="website_id.matomo_enable_heartbeat", readonly=False
)
matomo_heartbeat_timer = fields.Integer(
related="website_id.matomo_heartbeat_timer", readonly=False
)
matomo_enable_userid = fields.Boolean(
related="website_id.matomo_enable_userid", readonly=False
)

View file

@ -0,0 +1,67 @@
# Copyright 2015 Therp BV <http://therp.nl>
# Copyright 2023 Onestein (<https://www.onestein.eu>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from urllib.parse import urlparse
from odoo import api, fields, models
class Website(models.Model):
_inherit = "website"
has_matomo_analytics = fields.Boolean("Matomo Analytics")
matomo_analytics_id = fields.Char(
"Matomo website ID",
help="The ID Matomo uses to identify the website",
default="1",
)
matomo_analytics_host = fields.Char(
"Matomo host",
help="The host/path your Matomo installation is "
"accessible by on the internet.",
)
matomo_analytics_host_url = fields.Char(
string="Matomo host URL",
compute="_compute_matomo_analytics_host_url",
store=True,
)
matomo_enable_heartbeat = fields.Boolean()
matomo_heartbeat_timer = fields.Integer(
help="How many seconds a tab needs to be active to be counted as viewed.",
default=15,
)
matomo_enable_userid = fields.Boolean()
matomo_get_userid = fields.Char(compute="_compute_matomo_userid")
@api.depends("matomo_analytics_host")
def _compute_matomo_analytics_host_url(self):
"""Formats a proper Matomo host URL based on matomo_analytics_host"""
for website in self.filtered(lambda w: not w.matomo_analytics_host):
website.matomo_analytics_host_url = ""
for website in self.filtered(lambda w: w.matomo_analytics_host):
parsed_url = urlparse(website.matomo_analytics_host)
if parsed_url.scheme not in ("http", "https"):
parsed_url = parsed_url._replace(scheme="https")
host_url = parsed_url.geturl()
host_url = host_url.rstrip("/") # Remove potential trailing slash
website.matomo_analytics_host_url = host_url
@api.depends_context("uid")
@api.depends("matomo_analytics_host", "matomo_enable_userid")
def _compute_matomo_userid(self):
"""Gets the unique user ID of the current user. Here we assume that user ID
is the "login" field of "res.users".
Override this method if you want to use a different user ID.
"""
for website in self.filtered(
lambda w: not w.matomo_analytics_host or not w.matomo_enable_userid
):
website.matomo_get_userid = ""
for website in self.filtered(
lambda w: w.matomo_analytics_host and w.matomo_enable_userid
):
if self.env.user != website.user_id: # current user is logged in
website.matomo_get_userid = str(self.env.user.id)
else:
website.matomo_get_userid = ""

View file

@ -0,0 +1,51 @@
To configure this module, you need to:
* go to Settings/General Settings/Website
* enable `Matomo Analytics`
* fill in `Matomo website ID` and `Matomo host`
At this point your website is already setup for being tracked in Matomo.
Some more advanced features offered by Matomo can be configured as follows:
User ID feature
~~~~~~~~~~~~~~~
Matomo includes a User ID feature for enhanced tracking on those websites that offer the ability for visitors to log in.
By tracking the User ID (unique identifier), it is possible to connect visitors between visits across multiple dates
and devices.
To enable this feature, set `Enable User ID`: Matomo will track the user's `ID` (model `res.users`).
If you want to use a different field, eg: user's `name` or `login`, you need to override method `compute_matomo_userid()`.
Enable a Heartbeat timer
~~~~~~~~~~~~~~~~~~~~~~~~
In order to better measure the time spent in the visit, the active page can send additional
ping requests to Matomo. These requests will not track additional actions or page views.
They just allow Matomo to know whether the user is actively viewing the page (the tab
should be active and in focus).
To enable this feature, set `Enable heartbeat` and define the Active Time.
By default, the Active Time is set to 15 seconds, meaning only if the page was viewed
for at least 15 seconds (and the user leaves the page or focuses away from the tab)
then a ping request will be sent.
Matomo Event Tracking
~~~~~~~~~~~~~~~~~~~~~
As explained in this page https://matomo.org/faq/reports/implement-event-tracking-with-matomo/
on the official documentation of Matomo, there are two main ways to set up event tracking within Matomo:
1. with the "Matomo Tag Manager" feature: this is the easiest and recommended way;
2. by adding snippets of JavaScript code to your website itself.
The first method is not supported by this module, however in OCA there's
a dedicated module for that purpose: `website_matomo_tag_manager`.
The second method can be used along with this module and requires a little more technical confidence.
You will need to integrate a JavaScript snippet directly into your websites code.
Technical documentation can be found in:
https://developer.matomo.org/guides/tracking-javascript-guide#manually-trigger-events

View file

@ -0,0 +1,2 @@
* Holger Brunn <hbrunn@therp.nl>
* Andrea Stirpe <a.stirpe@onestein.nl>

View file

@ -0,0 +1,6 @@
This module allows to simply configure your odoo website for using Matomo_.
.. _Matomo: http://matomo.org
If your website is a webshop, also consider to install the OCA module
`website_sale_analytics_matomo` to enable full Ecommerce reporting with Matomo Analytics.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View file

@ -0,0 +1,478 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>Matomo analytics</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic, pre.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="matomo-analytics">
<h1 class="title">Matomo analytics</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f3a346379593d7db197fd607e40aa8ce6e9cfa93d882d88c9de993ced8ba4433
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/website/tree/16.0/website_analytics_matomo"><img alt="OCA/website" src="https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_analytics_matomo"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/website&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows to simply configure your odoo website for using <a class="reference external" href="http://matomo.org">Matomo</a>.</p>
<p>If your website is a webshop, also consider to install the OCA module
<cite>website_sale_analytics_matomo</cite> to enable full Ecommerce reporting with Matomo Analytics.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a><ul>
<li><a class="reference internal" href="#user-id-feature" id="toc-entry-2">User ID feature</a></li>
<li><a class="reference internal" href="#enable-a-heartbeat-timer" id="toc-entry-3">Enable a Heartbeat timer</a></li>
<li><a class="reference internal" href="#matomo-event-tracking" id="toc-entry-4">Matomo Event Tracking</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-5">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-6">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-7">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-8">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-9">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
<p>To configure this module, you need to:</p>
<ul class="simple">
<li>go to Settings/General Settings/Website</li>
<li>enable <cite>Matomo Analytics</cite></li>
<li>fill in <cite>Matomo website ID</cite> and <cite>Matomo host</cite></li>
</ul>
<p>At this point your website is already setup for being tracked in Matomo.</p>
<p>Some more advanced features offered by Matomo can be configured as follows:</p>
<div class="section" id="user-id-feature">
<h2><a class="toc-backref" href="#toc-entry-2">User ID feature</a></h2>
<p>Matomo includes a User ID feature for enhanced tracking on those websites that offer the ability for visitors to log in.
By tracking the User ID (unique identifier), it is possible to connect visitors between visits across multiple dates
and devices.</p>
<p>To enable this feature, set <cite>Enable User ID</cite>: Matomo will track the users <cite>ID</cite> (model <cite>res.users</cite>).
If you want to use a different field, eg: users <cite>name</cite> or <cite>login</cite>, you need to override method <cite>compute_matomo_userid()</cite>.</p>
</div>
<div class="section" id="enable-a-heartbeat-timer">
<h2><a class="toc-backref" href="#toc-entry-3">Enable a Heartbeat timer</a></h2>
<p>In order to better measure the time spent in the visit, the active page can send additional
ping requests to Matomo. These requests will not track additional actions or page views.
They just allow Matomo to know whether the user is actively viewing the page (the tab
should be active and in focus).</p>
<p>To enable this feature, set <cite>Enable heartbeat</cite> and define the Active Time.</p>
<p>By default, the Active Time is set to 15 seconds, meaning only if the page was viewed
for at least 15 seconds (and the user leaves the page or focuses away from the tab)
then a ping request will be sent.</p>
</div>
<div class="section" id="matomo-event-tracking">
<h2><a class="toc-backref" href="#toc-entry-4">Matomo Event Tracking</a></h2>
<p>As explained in this page <a class="reference external" href="https://matomo.org/faq/reports/implement-event-tracking-with-matomo/">https://matomo.org/faq/reports/implement-event-tracking-with-matomo/</a>
on the official documentation of Matomo, there are two main ways to set up event tracking within Matomo:</p>
<ol class="arabic simple">
<li>with the “Matomo Tag Manager” feature: this is the easiest and recommended way;</li>
<li>by adding snippets of JavaScript code to your website itself.</li>
</ol>
<p>The first method is not supported by this module, however in OCA theres
a dedicated module for that purpose: <cite>website_matomo_tag_manager</cite>.</p>
<p>The second method can be used along with this module and requires a little more technical confidence.
You will need to integrate a JavaScript snippet directly into your websites code.</p>
<p>Technical documentation can be found in:
<a class="reference external" href="https://developer.matomo.org/guides/tracking-javascript-guide#manually-trigger-events">https://developer.matomo.org/guides/tracking-javascript-guide#manually-trigger-events</a></p>
</div>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/website/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/website/issues/new?body=module:%20website_analytics_matomo%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
<ul class="simple">
<li>Onestein</li>
<li>Therp BV</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
<ul class="simple">
<li>Holger Brunn &lt;<a class="reference external" href="mailto:hbrunn&#64;therp.nl">hbrunn&#64;therp.nl</a>&gt;</li>
<li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/website/tree/16.0/website_analytics_matomo">OCA/website</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1 @@
from . import test_analytics_matomo

View file

@ -0,0 +1,110 @@
# Copyright 2023 Onestein (<https://www.onestein.eu>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from lxml import html
from odoo.tests import common, tagged
@tagged("-at_install", "post_install")
class TestWebsiteAnalyticsMatomo(common.HttpCase):
def setUp(self):
super().setUp()
self.website = self.env.ref("website.default_website")
self.base_view = self.env["ir.ui.view"].create(
{
"name": "Base",
"type": "qweb",
"arch": """<t name="Homepage" t-name="website.base_view">
<t t-call="website.layout">
I am a generic page
</t>
</t>""",
"key": "test.base_view",
}
)
self.page = self.env["website.page"].create(
{
"view_id": self.base_view.id,
"url": "/page_1",
"is_published": True,
"website_id": self.website.id,
}
)
def test_01_defaults(self):
"""Check default values"""
self.assertFalse(self.website.has_matomo_analytics)
self.assertEqual(self.website.matomo_analytics_id, "1")
self.assertFalse(self.website.matomo_analytics_host)
self.assertFalse(self.website.matomo_analytics_host_url)
self.assertFalse(self.website.matomo_enable_heartbeat)
self.assertEqual(self.website.matomo_heartbeat_timer, 15)
self.assertFalse(self.website.matomo_enable_userid)
self.assertFalse(self.website.matomo_get_userid)
def test_02_compute_matomo_analytics_host_url(self):
"""Computation of field matomo_analytics_host_url"""
self.website.has_matomo_analytics = True
self.assertEqual(self.website.matomo_analytics_host_url, "")
self.website.matomo_analytics_host = "matomo.example.host"
self.assertIn("https://", self.website.matomo_analytics_host_url)
self.assertIn("matomo.example.host", self.website.matomo_analytics_host_url)
self.website.matomo_analytics_host = "http://matomo.example.host"
self.assertIn("http://", self.website.matomo_analytics_host_url)
self.assertIn("matomo.example.host", self.website.matomo_analytics_host_url)
self.website.matomo_analytics_host = ""
self.assertEqual(self.website.matomo_analytics_host_url, "")
def test_03_compute_matomo_userid(self):
"""Computation of field matomo_get_userid"""
self.website.has_matomo_analytics = True
self.website.matomo_analytics_host = "matomo.example.host"
self.assertEqual(self.website.matomo_get_userid, "")
self.website.matomo_enable_userid = True
self.assertTrue(self.website.matomo_get_userid)
self.assertEqual(self.website.matomo_get_userid, str(self.env.user.id))
self.assertNotEqual(self.website.matomo_get_userid, self.website.user_id.login)
self.website.matomo_analytics_host = ""
self.assertEqual(self.website.matomo_get_userid, "")
def test_04_tracker_script_in_page(self):
"""Check matomo tracker script in the page"""
# matomo tracker script not in the page
self.authenticate("admin", "admin")
r = self.url_open(self.page.url)
self.assertEqual(r.status_code, 200)
root_html = html.fromstring(r.content)
tracking_script = root_html.xpath('//script[@id="matomo_analytics"]')
self.assertFalse(tracking_script)
# enable analytics tracker
self.website.has_matomo_analytics = True
self.website.matomo_analytics_host = "matomo.example.host"
# matomo tracker script present in the page
self.authenticate("admin", "admin")
r = self.url_open(self.page.url)
self.assertEqual(r.status_code, 200)
root_html = html.fromstring(r.content)
tracking_script = root_html.xpath('//script[@id="matomo_analytics"]')[0]
self.assertIn("trackPageView", tracking_script.text)
self.assertIn("enableLinkTracking", tracking_script.text)
self.assertIn("setSiteId", tracking_script.text)
self.assertNotIn("setUserId", tracking_script.text)
# enable User ID feature
self.website.matomo_enable_userid = True
# Tracking User ID enabled in the page
r = self.url_open(self.page.url)
self.assertEqual(r.status_code, 200)
root_html = html.fromstring(r.content)
tracking_script = root_html.xpath('//script[@id="matomo_analytics"]')[0]
self.assertIn("setUserId", tracking_script.text)

View file

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="website.res_config_settings_view_form" />
<field name="arch" type="xml">
<div id="google_analytics_setting" position="after">
<div
class="col-xs-12 col-md-6 o_setting_box"
id="matomo_analytics_setting"
>
<div class="o_setting_left_pane">
<field name="has_matomo_analytics" />
</div>
<div class="o_setting_right_pane">
<label for="has_matomo_analytics" />
<div class="text-muted">
Track visits in Matomo Analytics
</div>
<div
class="content-group"
attrs="{'invisible': [('has_matomo_analytics', '=', False)]}"
>
<div class="row mt16">
<label
class="col-md-3 o_light_label"
for="matomo_analytics_id"
/>
<field name="matomo_analytics_id" />
</div>
<div class="row mt16">
<label
class="col-md-3 o_light_label"
for="matomo_analytics_host"
/>
<field
name="matomo_analytics_host"
placeholder="https://matomo.host.name/"
/>
</div>
<div class="row mt16" id="matomo_enable_userid">
<div class="col-12">
<label
for="matomo_enable_userid"
string="Enable User ID"
class="p-0 col-4 o_light_label"
/>
<field
name="matomo_enable_userid"
class=" w-auto"
/>
</div>
</div>
<div class="row mt16" id="matomo_enable_heartbeat">
<div class="col-12">
<label
for="matomo_enable_heartbeat"
string="Enable heartbeat"
class="p-0 col-4 o_light_label"
/>
<field
name="matomo_enable_heartbeat"
class=" w-auto"
/>
</div>
</div>
<div
class="content-group"
attrs="{'invisible': [('matomo_enable_heartbeat', '=', False)]}"
>
<div class="text-muted">
Set the Active Time in seconds. Only if the page was viewed for at least this
amount of time (and the user leaves the page or focuses away from the tab)
then a ping request will be sent.
</div>
<div class="row mt16">
<label
class="col-md-3 o_light_label"
for="matomo_heartbeat_timer"
string="Active Time (seconds)"
/>
<field name="matomo_heartbeat_timer" />
</div>
</div>
</div>
</div>
</div>
</div>
</field>
</record>
</odoo>

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="layout" inherit_id="website.layout">
<xpath expr="//div[@id='wrapwrap']" position="after">
<t
t-if="website and website.has_matomo_analytics and website.matomo_analytics_host"
>
<script id="matomo_analytics" type="text/javascript">
var _paq = window._paq = window._paq || [];
<t t-if="website.matomo_enable_userid and website.user_id">
_paq.push(['setUserId', '<t
t-esc="website.matomo_get_userid"
/>']);
</t>
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
<t t-if="website.matomo_enable_heartbeat">
_paq.push(['enableHeartBeatTimer', <t
t-out="website.matomo_heartbeat_timer"
/>]);
</t>
(function() {
var u="<t t-out="website.matomo_analytics_host_url" />/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '<t
t-out="website.matomo_analytics_id"
/>']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img
t-attf-src="#{website.matomo_analytics_host_url}/matomo.php?idsite='#{website.matomo_analytics_id}'"
style="border:0;"
alt=""
/></p></noscript>
</t>
</xpath>
</template>
</odoo>