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

en.php « lang « VisitTime « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 058800818e1518c5074c5a1f69a828eec9fabc98 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$translations = array(
	'VisitTime_LocalTime' => 'Visit per local time',
	'VisitTime_ServerTime' => 'Visit per server time',
	
	'VisitTime_WidgetLocalTime' => 'Visits by local time',
	'VisitTime_WidgetServerTime' => 'Visits by server time',

	'VisitTime_SubmenuTimes' => 'Times',
);