Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 0cb06c2

Browse files
committed
Add French translation
1 parent 4259df3 commit 0cb06c2

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

event/listener.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ public function add_matomoanalytics_configs($event)
122122
'explain' => true,
123123
],
124124
'matomoanalytics_noscript_enabled' => [
125-
'lang' => 'ACP_MATOMOANALYTICS_NOSCRIPT_ENABLE',
126-
'validate' => 'bool',
127-
'type' => 'radio:yes_no',
128-
'explain' => true,
129-
],
125+
'lang' => 'ACP_MATOMOANALYTICS_NOSCRIPT_ENABLE',
126+
'validate' => 'bool',
127+
'type' => 'radio:yes_no',
128+
'explain' => true,
129+
],
130130
];
131131

132132
// Add the new config vars after warnings_expire_days in the display_vars config array

language/de/matomoanalytics_acp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
'ACP_MATOMOANALYTICS_SITE_ID' => 'Webseiten ID',
4848
'ACP_MATOMOANALYTICS_SITE_ID_EXPLAIN' => 'Die ID deiner Webseite inerhalb von Matomo.',
4949
'ACP_MATOMOANALYTICS_SITE_ID_INVALID' => 'ID muss eine positive ganze zahl sein.',
50-
'ACP_MATOMOANALYTICS_NOSCRIPT_ENABLE' => 'Aktivieren Sie den NoScript-Code für Benutzer ohne JavaScript.',
50+
'ACP_MATOMOANALYTICS_NOSCRIPT_ENABLE' => 'Aktivieren Sie den NoScript-Code für Benutzer ohne JavaScript.',
5151
));

language/fr/matomoanalytics_acp.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@
4747
'ACP_MATOMOANALYTICS_SITE_ID' => 'Website ID',
4848
'ACP_MATOMOANALYTICS_SITE_ID_EXPLAIN' => 'L\'identifiant de votre site web fourni par Matomo.',
4949
'ACP_MATOMOANALYTICS_SITE_ID_INVALID' => 'ID doit être un entier positif.',
50+
'ACP_MATOMOANALYTICS_NOSCRIPT_ENABLE' => 'Activer la balise \'noscript\' pour les visiteur qui n\'ont pas Javascript disponible.',
5051
));

0 commit comments

Comments
 (0)