From 850aeafa97d22d605c97456c2e2933d27faa30cb Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:14 +0200 Subject: [PATCH 01/20] New translations matomo_messages.properties (French) --- .../matomo/resources/matomo_messages_fr.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_fr.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_fr.properties index 0bb48ae..16ec3b6 100644 --- a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_fr.properties +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_fr.properties @@ -1,7 +1,6 @@ # Plugin's keys plugin.provider=Mairie de Paris -plugin.description=Statistiques de fr\u00e9quentation bas\u00e9es sur Matomo - +plugin.description=Statistiques de fréquentation basées sur Matomo # Admin features keys @@ -9,16 +8,17 @@ adminFeature.ManageMatomo.name=Statistiques Web Matomo adminFeature.ManageMatomo.description=Statistiques Web Matomo analytics site_properties.name=Configuration Matomo -site_properties.description=Configuration des param\u00e8tres de l'outil de mesure d'audience Matomo +site_properties.description=Configuration des paramètres de l'outil de mesure d'audience Matomo site_property.site.id=ID du site site_property.site.id.help=Identifiant du site actuel dans Matomo site_property.server.http.url=URL HTTP Serveur Matomo -site_property.server.http.url.help=Adresse HTTP du serveur Matomo. Example : http://www.example.com/matomo/ +site_property.server.http.url.help=Adresse HTTP du serveur Matomo. Example \: http\://www.example.com/matomo/ site_property.server.https.url=URL HTTPS Serveur Matomo -site_property.server.https.url.help=Adresse HTTPS du serveur Matomo. Example : https://www.example.com/matomo/ +site_property.server.https.url.help=Adresse HTTPS du serveur Matomo. Example \: https\://www.example.com/matomo/ site_property.widget.auth.token=Auth Token -site_property.widget.auth.token.help=Jeton d'authetification si l'acc\u00e8s au widget n'est pas public. Sinon laisser vide +site_property.widget.auth.token.help=Jeton d'authetification si l'accès au widget n'est pas public. Sinon laisser vide + dashboard.pageTitle=Tableau de bord des statistiques Web Matomo From 4e29cd797abdfb89df231e6bc35cfd363ebf72c5 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:15 +0200 Subject: [PATCH 02/20] New translations matomo_messages.properties (Spanish) --- .../resources/matomo_messages_es.properties | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_es.properties diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_es.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_es.properties new file mode 100644 index 0000000..4802ed5 --- /dev/null +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_es.properties @@ -0,0 +1,24 @@ +# Plugin's keys +plugin.provider=City of paris +plugin.description=Matomo plugin for analytics + +# Admin features keys + +adminFeature.ManageMatomo.name=Matomo analytics +adminFeature.ManageMatomo.description=Matomo analytics dashboard + +site_properties.name=Matomo Configuration +site_properties.description=Configuration + + +site_property.site.id=Matomo site ID +site_property.site.id.help=Matomo site identifier +site_property.server.http.url=Matomo HTTP URL +site_property.server.http.url.help=The URL to your Matomo base directory. Example\: "http\://www.example.com/matomo/" +site_property.server.https.url=Matomo HTTPS URL +site_property.server.https.url.help=The URL to your Matomo base directory with SSL certificate installed. Example\: "https\://www.example.com/matomo/" +site_property.widget.auth.token=Auth Token +site_property.widget.auth.token.help=Autheticaton token if the widget access is not public for anonymous users. Leave empty if public + + +dashboard.pageTitle=Matomo Dashboard From ff94fd2f51bf3e0b5ece394afdcd0b436048bff5 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:16 +0200 Subject: [PATCH 03/20] New translations matomo_messages.properties (Czech) --- .../resources/matomo_messages_cs.properties | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_cs.properties diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_cs.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_cs.properties new file mode 100644 index 0000000..4802ed5 --- /dev/null +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_cs.properties @@ -0,0 +1,24 @@ +# Plugin's keys +plugin.provider=City of paris +plugin.description=Matomo plugin for analytics + +# Admin features keys + +adminFeature.ManageMatomo.name=Matomo analytics +adminFeature.ManageMatomo.description=Matomo analytics dashboard + +site_properties.name=Matomo Configuration +site_properties.description=Configuration + + +site_property.site.id=Matomo site ID +site_property.site.id.help=Matomo site identifier +site_property.server.http.url=Matomo HTTP URL +site_property.server.http.url.help=The URL to your Matomo base directory. Example\: "http\://www.example.com/matomo/" +site_property.server.https.url=Matomo HTTPS URL +site_property.server.https.url.help=The URL to your Matomo base directory with SSL certificate installed. Example\: "https\://www.example.com/matomo/" +site_property.widget.auth.token=Auth Token +site_property.widget.auth.token.help=Autheticaton token if the widget access is not public for anonymous users. Leave empty if public + + +dashboard.pageTitle=Matomo Dashboard From fcb3a4ff0a4727f60969c48a03397902f939561a Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:17 +0200 Subject: [PATCH 04/20] New translations matomo_messages.properties (German) --- .../resources/matomo_messages_de.properties | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_de.properties diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_de.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_de.properties new file mode 100644 index 0000000..4802ed5 --- /dev/null +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_de.properties @@ -0,0 +1,24 @@ +# Plugin's keys +plugin.provider=City of paris +plugin.description=Matomo plugin for analytics + +# Admin features keys + +adminFeature.ManageMatomo.name=Matomo analytics +adminFeature.ManageMatomo.description=Matomo analytics dashboard + +site_properties.name=Matomo Configuration +site_properties.description=Configuration + + +site_property.site.id=Matomo site ID +site_property.site.id.help=Matomo site identifier +site_property.server.http.url=Matomo HTTP URL +site_property.server.http.url.help=The URL to your Matomo base directory. Example\: "http\://www.example.com/matomo/" +site_property.server.https.url=Matomo HTTPS URL +site_property.server.https.url.help=The URL to your Matomo base directory with SSL certificate installed. Example\: "https\://www.example.com/matomo/" +site_property.widget.auth.token=Auth Token +site_property.widget.auth.token.help=Autheticaton token if the widget access is not public for anonymous users. Leave empty if public + + +dashboard.pageTitle=Matomo Dashboard From a9829da7929a9570897a77178289e09b7bb5c2b3 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:17 +0200 Subject: [PATCH 05/20] New translations matomo_messages.properties (Finnish) --- .../resources/matomo_messages_fi.properties | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_fi.properties diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_fi.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_fi.properties new file mode 100644 index 0000000..4802ed5 --- /dev/null +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_fi.properties @@ -0,0 +1,24 @@ +# Plugin's keys +plugin.provider=City of paris +plugin.description=Matomo plugin for analytics + +# Admin features keys + +adminFeature.ManageMatomo.name=Matomo analytics +adminFeature.ManageMatomo.description=Matomo analytics dashboard + +site_properties.name=Matomo Configuration +site_properties.description=Configuration + + +site_property.site.id=Matomo site ID +site_property.site.id.help=Matomo site identifier +site_property.server.http.url=Matomo HTTP URL +site_property.server.http.url.help=The URL to your Matomo base directory. Example\: "http\://www.example.com/matomo/" +site_property.server.https.url=Matomo HTTPS URL +site_property.server.https.url.help=The URL to your Matomo base directory with SSL certificate installed. Example\: "https\://www.example.com/matomo/" +site_property.widget.auth.token=Auth Token +site_property.widget.auth.token.help=Autheticaton token if the widget access is not public for anonymous users. Leave empty if public + + +dashboard.pageTitle=Matomo Dashboard From c8184b6afc0f41797222d53edffce41fc19e9c65 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:18 +0200 Subject: [PATCH 06/20] New translations matomo_messages.properties (Italian) --- .../resources/matomo_messages_it.properties | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_it.properties diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_it.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_it.properties new file mode 100644 index 0000000..4802ed5 --- /dev/null +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_it.properties @@ -0,0 +1,24 @@ +# Plugin's keys +plugin.provider=City of paris +plugin.description=Matomo plugin for analytics + +# Admin features keys + +adminFeature.ManageMatomo.name=Matomo analytics +adminFeature.ManageMatomo.description=Matomo analytics dashboard + +site_properties.name=Matomo Configuration +site_properties.description=Configuration + + +site_property.site.id=Matomo site ID +site_property.site.id.help=Matomo site identifier +site_property.server.http.url=Matomo HTTP URL +site_property.server.http.url.help=The URL to your Matomo base directory. Example\: "http\://www.example.com/matomo/" +site_property.server.https.url=Matomo HTTPS URL +site_property.server.https.url.help=The URL to your Matomo base directory with SSL certificate installed. Example\: "https\://www.example.com/matomo/" +site_property.widget.auth.token=Auth Token +site_property.widget.auth.token.help=Autheticaton token if the widget access is not public for anonymous users. Leave empty if public + + +dashboard.pageTitle=Matomo Dashboard From 9f105624bb9d59746890d36437f2f03020ca6915 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:19 +0200 Subject: [PATCH 07/20] New translations matomo_messages.properties (Dutch) --- .../resources/matomo_messages_nl.properties | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_nl.properties diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_nl.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_nl.properties new file mode 100644 index 0000000..4802ed5 --- /dev/null +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_nl.properties @@ -0,0 +1,24 @@ +# Plugin's keys +plugin.provider=City of paris +plugin.description=Matomo plugin for analytics + +# Admin features keys + +adminFeature.ManageMatomo.name=Matomo analytics +adminFeature.ManageMatomo.description=Matomo analytics dashboard + +site_properties.name=Matomo Configuration +site_properties.description=Configuration + + +site_property.site.id=Matomo site ID +site_property.site.id.help=Matomo site identifier +site_property.server.http.url=Matomo HTTP URL +site_property.server.http.url.help=The URL to your Matomo base directory. Example\: "http\://www.example.com/matomo/" +site_property.server.https.url=Matomo HTTPS URL +site_property.server.https.url.help=The URL to your Matomo base directory with SSL certificate installed. Example\: "https\://www.example.com/matomo/" +site_property.widget.auth.token=Auth Token +site_property.widget.auth.token.help=Autheticaton token if the widget access is not public for anonymous users. Leave empty if public + + +dashboard.pageTitle=Matomo Dashboard From 96192efdf549731d59be746aae0d8a32f57f0025 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:20 +0200 Subject: [PATCH 08/20] New translations matomo_messages.properties (Portuguese) --- .../resources/matomo_messages_pt.properties | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_pt.properties diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_pt.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_pt.properties new file mode 100644 index 0000000..4802ed5 --- /dev/null +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_pt.properties @@ -0,0 +1,24 @@ +# Plugin's keys +plugin.provider=City of paris +plugin.description=Matomo plugin for analytics + +# Admin features keys + +adminFeature.ManageMatomo.name=Matomo analytics +adminFeature.ManageMatomo.description=Matomo analytics dashboard + +site_properties.name=Matomo Configuration +site_properties.description=Configuration + + +site_property.site.id=Matomo site ID +site_property.site.id.help=Matomo site identifier +site_property.server.http.url=Matomo HTTP URL +site_property.server.http.url.help=The URL to your Matomo base directory. Example\: "http\://www.example.com/matomo/" +site_property.server.https.url=Matomo HTTPS URL +site_property.server.https.url.help=The URL to your Matomo base directory with SSL certificate installed. Example\: "https\://www.example.com/matomo/" +site_property.widget.auth.token=Auth Token +site_property.widget.auth.token.help=Autheticaton token if the widget access is not public for anonymous users. Leave empty if public + + +dashboard.pageTitle=Matomo Dashboard From 2ed78ca2f82e3232b4af11bd84b2b4e9af7f7d67 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:21 +0200 Subject: [PATCH 09/20] New translations matomo_messages.properties (Swedish) --- .../resources/matomo_messages_sv.properties | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_sv.properties diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_sv.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_sv.properties new file mode 100644 index 0000000..4802ed5 --- /dev/null +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_sv.properties @@ -0,0 +1,24 @@ +# Plugin's keys +plugin.provider=City of paris +plugin.description=Matomo plugin for analytics + +# Admin features keys + +adminFeature.ManageMatomo.name=Matomo analytics +adminFeature.ManageMatomo.description=Matomo analytics dashboard + +site_properties.name=Matomo Configuration +site_properties.description=Configuration + + +site_property.site.id=Matomo site ID +site_property.site.id.help=Matomo site identifier +site_property.server.http.url=Matomo HTTP URL +site_property.server.http.url.help=The URL to your Matomo base directory. Example\: "http\://www.example.com/matomo/" +site_property.server.https.url=Matomo HTTPS URL +site_property.server.https.url.help=The URL to your Matomo base directory with SSL certificate installed. Example\: "https\://www.example.com/matomo/" +site_property.widget.auth.token=Auth Token +site_property.widget.auth.token.help=Autheticaton token if the widget access is not public for anonymous users. Leave empty if public + + +dashboard.pageTitle=Matomo Dashboard From fadafb225fc494dae8c5890729abae56b7156ef1 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:22 +0200 Subject: [PATCH 10/20] New translations matomo_messages.properties (English) --- .../resources/matomo_messages_en.properties | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_en.properties diff --git a/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_en.properties b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_en.properties new file mode 100644 index 0000000..4802ed5 --- /dev/null +++ b/src/java/fr/paris/lutece/plugins/matomo/resources/matomo_messages_en.properties @@ -0,0 +1,24 @@ +# Plugin's keys +plugin.provider=City of paris +plugin.description=Matomo plugin for analytics + +# Admin features keys + +adminFeature.ManageMatomo.name=Matomo analytics +adminFeature.ManageMatomo.description=Matomo analytics dashboard + +site_properties.name=Matomo Configuration +site_properties.description=Configuration + + +site_property.site.id=Matomo site ID +site_property.site.id.help=Matomo site identifier +site_property.server.http.url=Matomo HTTP URL +site_property.server.http.url.help=The URL to your Matomo base directory. Example\: "http\://www.example.com/matomo/" +site_property.server.https.url=Matomo HTTPS URL +site_property.server.https.url.help=The URL to your Matomo base directory with SSL certificate installed. Example\: "https\://www.example.com/matomo/" +site_property.widget.auth.token=Auth Token +site_property.widget.auth.token.help=Autheticaton token if the widget access is not public for anonymous users. Leave empty if public + + +dashboard.pageTitle=Matomo Dashboard From 295943e16a72e16e0f457fe56ed08f6bab50395a Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:23 +0200 Subject: [PATCH 11/20] New translations index.xml (French) --- src/site/fr/xdoc/index.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/site/fr/xdoc/index.xml b/src/site/fr/xdoc/index.xml index 35c0a56..da2bc5c 100644 --- a/src/site/fr/xdoc/index.xml +++ b/src/site/fr/xdoc/index.xml @@ -7,12 +7,12 @@

- +

Ce plugin vous permet d'ajouter un tracker Matomo dans toutes les pages du site

-

Il offre également une interface de consultation du tableau de bord Matomo

+

Il offre également une interface de consultation du tableau de bord Matomo

@@ -25,8 +25,7 @@

- Les valeurs initiales peuvent être configurées dans le fichier - matomo.properties comme suit : + Les valeurs initiales peuvent être configurées dans le fichier matomo.properties comme suit :

@@ -39,7 +38,7 @@ matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185
                     

- Ajouter le signet matomo dans un template du site, typiquement page_frameset.html + Add the mMtomo bookmark into a site template, typically page_frameset.html

@@ -51,4 +50,3 @@ ${matomo}
         
- From a694736e4c97c1719527a734935a18f8190467dd Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:23 +0200 Subject: [PATCH 12/20] New translations index.xml (Spanish) --- src/site/es/xdoc/index.xml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/site/es/xdoc/index.xml diff --git a/src/site/es/xdoc/index.xml b/src/site/es/xdoc/index.xml new file mode 100644 index 0000000..25aa6ef --- /dev/null +++ b/src/site/es/xdoc/index.xml @@ -0,0 +1,52 @@ + + + + Plugin Matomo + + +
+ +

+ +

+ + +

This plugin lets you add a Matomo tracker script into your site pages

+

It provides also an embeded Matomo dashboard in the Back Office

+
+ +

+ Define in Site properties : +

    +
  • The site ID
  • +
  • The Matomo server HTTP URL
  • +
  • The Matomo server HTTPS URL
  • +
  • The widget Authentication Token (optionnal)
  • +
+

+

+ Initial default values can be configured in the matomo.properties as follow : +

+

+

+# matomo properties file
+
+matomo.default.site.id=15
+matomo.default.server.http.url=http://www.example.com/matomo/
+matomo.default.server.https.url=https://www.example.com/matomo/
+matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
+                    
+

+

+ Add the mMtomo bookmark into a site template, typically page_frameset.html +

+

+

+<!-- Matomo include -->
+${matomo}                        
+                    
+

+
+
+ +
From ac09a7dd3f4ed94ec3296ee3c7d0add01f0df81f Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:24 +0200 Subject: [PATCH 13/20] New translations index.xml (Czech) --- src/site/cs/xdoc/index.xml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/site/cs/xdoc/index.xml diff --git a/src/site/cs/xdoc/index.xml b/src/site/cs/xdoc/index.xml new file mode 100644 index 0000000..25aa6ef --- /dev/null +++ b/src/site/cs/xdoc/index.xml @@ -0,0 +1,52 @@ + + + + Plugin Matomo + + +
+ +

+ +

+ + +

This plugin lets you add a Matomo tracker script into your site pages

+

It provides also an embeded Matomo dashboard in the Back Office

+
+ +

+ Define in Site properties : +

    +
  • The site ID
  • +
  • The Matomo server HTTP URL
  • +
  • The Matomo server HTTPS URL
  • +
  • The widget Authentication Token (optionnal)
  • +
+

+

+ Initial default values can be configured in the matomo.properties as follow : +

+

+

+# matomo properties file
+
+matomo.default.site.id=15
+matomo.default.server.http.url=http://www.example.com/matomo/
+matomo.default.server.https.url=https://www.example.com/matomo/
+matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
+                    
+

+

+ Add the mMtomo bookmark into a site template, typically page_frameset.html +

+

+

+<!-- Matomo include -->
+${matomo}                        
+                    
+

+
+
+ +
From 270b356f1dafb3c7988d21a3f9ba39c05dace40e Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:25 +0200 Subject: [PATCH 14/20] New translations index.xml (German) --- src/site/de/xdoc/index.xml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/site/de/xdoc/index.xml diff --git a/src/site/de/xdoc/index.xml b/src/site/de/xdoc/index.xml new file mode 100644 index 0000000..25aa6ef --- /dev/null +++ b/src/site/de/xdoc/index.xml @@ -0,0 +1,52 @@ + + + + Plugin Matomo + + +
+ +

+ +

+ + +

This plugin lets you add a Matomo tracker script into your site pages

+

It provides also an embeded Matomo dashboard in the Back Office

+
+ +

+ Define in Site properties : +

    +
  • The site ID
  • +
  • The Matomo server HTTP URL
  • +
  • The Matomo server HTTPS URL
  • +
  • The widget Authentication Token (optionnal)
  • +
+

+

+ Initial default values can be configured in the matomo.properties as follow : +

+

+

+# matomo properties file
+
+matomo.default.site.id=15
+matomo.default.server.http.url=http://www.example.com/matomo/
+matomo.default.server.https.url=https://www.example.com/matomo/
+matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
+                    
+

+

+ Add the mMtomo bookmark into a site template, typically page_frameset.html +

+

+

+<!-- Matomo include -->
+${matomo}                        
+                    
+

+
+
+ +
From 3d21568d5352c58be9eb363a7e5de4970c1e7316 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:26 +0200 Subject: [PATCH 15/20] New translations index.xml (Finnish) --- src/site/fi/xdoc/index.xml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/site/fi/xdoc/index.xml diff --git a/src/site/fi/xdoc/index.xml b/src/site/fi/xdoc/index.xml new file mode 100644 index 0000000..25aa6ef --- /dev/null +++ b/src/site/fi/xdoc/index.xml @@ -0,0 +1,52 @@ + + + + Plugin Matomo + + +
+ +

+ +

+ + +

This plugin lets you add a Matomo tracker script into your site pages

+

It provides also an embeded Matomo dashboard in the Back Office

+
+ +

+ Define in Site properties : +

    +
  • The site ID
  • +
  • The Matomo server HTTP URL
  • +
  • The Matomo server HTTPS URL
  • +
  • The widget Authentication Token (optionnal)
  • +
+

+

+ Initial default values can be configured in the matomo.properties as follow : +

+

+

+# matomo properties file
+
+matomo.default.site.id=15
+matomo.default.server.http.url=http://www.example.com/matomo/
+matomo.default.server.https.url=https://www.example.com/matomo/
+matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
+                    
+

+

+ Add the mMtomo bookmark into a site template, typically page_frameset.html +

+

+

+<!-- Matomo include -->
+${matomo}                        
+                    
+

+
+
+ +
From 88e4f4c5bb5d99eb827dbcb6fb895a0340b35a4a Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:27 +0200 Subject: [PATCH 16/20] New translations index.xml (Italian) --- src/site/it/xdoc/index.xml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/site/it/xdoc/index.xml diff --git a/src/site/it/xdoc/index.xml b/src/site/it/xdoc/index.xml new file mode 100644 index 0000000..25aa6ef --- /dev/null +++ b/src/site/it/xdoc/index.xml @@ -0,0 +1,52 @@ + + + + Plugin Matomo + + +
+ +

+ +

+ + +

This plugin lets you add a Matomo tracker script into your site pages

+

It provides also an embeded Matomo dashboard in the Back Office

+
+ +

+ Define in Site properties : +

    +
  • The site ID
  • +
  • The Matomo server HTTP URL
  • +
  • The Matomo server HTTPS URL
  • +
  • The widget Authentication Token (optionnal)
  • +
+

+

+ Initial default values can be configured in the matomo.properties as follow : +

+

+

+# matomo properties file
+
+matomo.default.site.id=15
+matomo.default.server.http.url=http://www.example.com/matomo/
+matomo.default.server.https.url=https://www.example.com/matomo/
+matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
+                    
+

+

+ Add the mMtomo bookmark into a site template, typically page_frameset.html +

+

+

+<!-- Matomo include -->
+${matomo}                        
+                    
+

+
+
+ +
From 5fd215333709950a1cf2a974b14c6e977448a4f2 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:28 +0200 Subject: [PATCH 17/20] New translations index.xml (Dutch) --- src/site/nl/xdoc/index.xml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/site/nl/xdoc/index.xml diff --git a/src/site/nl/xdoc/index.xml b/src/site/nl/xdoc/index.xml new file mode 100644 index 0000000..25aa6ef --- /dev/null +++ b/src/site/nl/xdoc/index.xml @@ -0,0 +1,52 @@ + + + + Plugin Matomo + + +
+ +

+ +

+ + +

This plugin lets you add a Matomo tracker script into your site pages

+

It provides also an embeded Matomo dashboard in the Back Office

+
+ +

+ Define in Site properties : +

    +
  • The site ID
  • +
  • The Matomo server HTTP URL
  • +
  • The Matomo server HTTPS URL
  • +
  • The widget Authentication Token (optionnal)
  • +
+

+

+ Initial default values can be configured in the matomo.properties as follow : +

+

+

+# matomo properties file
+
+matomo.default.site.id=15
+matomo.default.server.http.url=http://www.example.com/matomo/
+matomo.default.server.https.url=https://www.example.com/matomo/
+matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
+                    
+

+

+ Add the mMtomo bookmark into a site template, typically page_frameset.html +

+

+

+<!-- Matomo include -->
+${matomo}                        
+                    
+

+
+
+ +
From 1bf1dc1d3691fd67a6b93e51d25097e4fa3f43c1 Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:29 +0200 Subject: [PATCH 18/20] New translations index.xml (Portuguese) --- src/site/pt/xdoc/index.xml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/site/pt/xdoc/index.xml diff --git a/src/site/pt/xdoc/index.xml b/src/site/pt/xdoc/index.xml new file mode 100644 index 0000000..25aa6ef --- /dev/null +++ b/src/site/pt/xdoc/index.xml @@ -0,0 +1,52 @@ + + + + Plugin Matomo + + +
+ +

+ +

+ + +

This plugin lets you add a Matomo tracker script into your site pages

+

It provides also an embeded Matomo dashboard in the Back Office

+
+ +

+ Define in Site properties : +

    +
  • The site ID
  • +
  • The Matomo server HTTP URL
  • +
  • The Matomo server HTTPS URL
  • +
  • The widget Authentication Token (optionnal)
  • +
+

+

+ Initial default values can be configured in the matomo.properties as follow : +

+

+

+# matomo properties file
+
+matomo.default.site.id=15
+matomo.default.server.http.url=http://www.example.com/matomo/
+matomo.default.server.https.url=https://www.example.com/matomo/
+matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
+                    
+

+

+ Add the mMtomo bookmark into a site template, typically page_frameset.html +

+

+

+<!-- Matomo include -->
+${matomo}                        
+                    
+

+
+
+ +
From 53527087ddfa75222ef6aa4117beef44b22d081c Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:29 +0200 Subject: [PATCH 19/20] New translations index.xml (Swedish) --- src/site/sv/xdoc/index.xml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/site/sv/xdoc/index.xml diff --git a/src/site/sv/xdoc/index.xml b/src/site/sv/xdoc/index.xml new file mode 100644 index 0000000..25aa6ef --- /dev/null +++ b/src/site/sv/xdoc/index.xml @@ -0,0 +1,52 @@ + + + + Plugin Matomo + + +
+ +

+ +

+ + +

This plugin lets you add a Matomo tracker script into your site pages

+

It provides also an embeded Matomo dashboard in the Back Office

+
+ +

+ Define in Site properties : +

    +
  • The site ID
  • +
  • The Matomo server HTTP URL
  • +
  • The Matomo server HTTPS URL
  • +
  • The widget Authentication Token (optionnal)
  • +
+

+

+ Initial default values can be configured in the matomo.properties as follow : +

+

+

+# matomo properties file
+
+matomo.default.site.id=15
+matomo.default.server.http.url=http://www.example.com/matomo/
+matomo.default.server.https.url=https://www.example.com/matomo/
+matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
+                    
+

+

+ Add the mMtomo bookmark into a site template, typically page_frameset.html +

+

+

+<!-- Matomo include -->
+${matomo}                        
+                    
+

+
+
+ +
From 3438136c1ba380c2a6c8f7fd3dfd10f060f60dde Mon Sep 17 00:00:00 2001 From: Crowdin <42712639+lutece-crowdin@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:30 +0200 Subject: [PATCH 20/20] New translations index.xml (English) --- src/site/en/xdoc/index.xml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/site/en/xdoc/index.xml diff --git a/src/site/en/xdoc/index.xml b/src/site/en/xdoc/index.xml new file mode 100644 index 0000000..25aa6ef --- /dev/null +++ b/src/site/en/xdoc/index.xml @@ -0,0 +1,52 @@ + + + + Plugin Matomo + + +
+ +

+ +

+ + +

This plugin lets you add a Matomo tracker script into your site pages

+

It provides also an embeded Matomo dashboard in the Back Office

+
+ +

+ Define in Site properties : +

    +
  • The site ID
  • +
  • The Matomo server HTTP URL
  • +
  • The Matomo server HTTPS URL
  • +
  • The widget Authentication Token (optionnal)
  • +
+

+

+ Initial default values can be configured in the matomo.properties as follow : +

+

+

+# matomo properties file
+
+matomo.default.site.id=15
+matomo.default.server.http.url=http://www.example.com/matomo/
+matomo.default.server.https.url=https://www.example.com/matomo/
+matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
+                    
+

+

+ Add the mMtomo bookmark into a site template, typically page_frameset.html +

+

+

+<!-- Matomo include -->
+${matomo}                        
+                    
+

+
+
+ +