Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.php « lang « VisitorInterest « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6b29ceafc2f8142cd0535367e08ccbe4b5a6d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$translations = array(
	'VisitorInterest_VisitsPerDuration' => 'Visits per visit duration',
	'VisitorInterest_VisitsPerNbOfPages' => 'Visits per number of pages',
	
	'VisitorInterest_WidgetLengths' => 'Visits lengths',
	'VisitorInterest_WidgetPages' => 'Pages per visit',

	'VisitorInterest_SubmenuFrequencyLoyalty' => 'Frequency & Loyalty',

);