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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-12-26 21:27:32 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-12-26 21:27:32 +0300
commitf2d6124ba89fb44eca4ce55c9c2a7778bc508958 (patch)
tree21e16d60b85a7d0bf46661fb0f1224d2f33357fc
parentd389561c0ccb76536d18239c9b7f81cce3d02fc1 (diff)
parent2539e050f420314c0aec0702c367e5c60a5b23f8 (diff)
-rw-r--r--lang/en.php2
-rw-r--r--lang/fr.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/en.php b/lang/en.php
index 377239770f..29f8a7fce4 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -471,7 +471,7 @@ $translations = array(
'VisitTime_NHour' => '%sh',
'VisitorInterest_VisitsPerDuration' => 'Visits per visit duration',
'VisitorInterest_VisitsPerNbOfPages' => 'Visits per number of pages',
- 'VisitorInterest_WidgetLengths' => 'Visits lengths',
+ 'VisitorInterest_WidgetLengths' => 'Length of Visits',
'VisitorInterest_WidgetPages' => 'Pages per visit',
'VisitorInterest_SubmenuFrequencyLoyalty' => 'Frequency & Loyalty',
'VisitorInterest_PlusXMin' => '%s min',
diff --git a/lang/fr.php b/lang/fr.php
index 793008baf2..1b99176832 100644
--- a/lang/fr.php
+++ b/lang/fr.php
@@ -1,4 +1,4 @@
-<?php
+<?php
$translations = array(
'General_Locale' => 'fr_FR.UTF-8',
'General_TranslatorName' => 'Get surf!',
@@ -612,4 +612,4 @@ $translations = array(
'Widgetize_EmbedIframe' => '&rsaquo; Incorporer iframe',
'Widgetize_EmbedFlash' => '&rsaquo; Incorporer Flash',
'Widgetize_ExportAnywhere' => '&rsaquo; Exportez partout !',
-); \ No newline at end of file
+);