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:
authorsgiehl <stefan@piwik.org>2015-06-13 00:54:31 +0300
committersgiehl <stefan@piwik.org>2015-06-20 12:27:20 +0300
commitc553d15a350b60e0b9b9eb946f91aa9331a5567e (patch)
tree05b448ff11521061a817f44e064799888ddf74c0 /plugins/UserCountryMap
parent5827efe733faa856058945e9aae1e15bcaf79cf7 (diff)
use new intl unit data
Diffstat (limited to 'plugins/UserCountryMap')
-rw-r--r--plugins/UserCountryMap/Controller.php6
-rw-r--r--plugins/UserCountryMap/lang/en.json3
2 files changed, 3 insertions, 6 deletions
diff --git a/plugins/UserCountryMap/Controller.php b/plugins/UserCountryMap/Controller.php
index 00cf891b3b..ccd1a8c5e6 100644
--- a/plugins/UserCountryMap/Controller.php
+++ b/plugins/UserCountryMap/Controller.php
@@ -162,11 +162,11 @@ class Controller extends \Piwik\Plugin\Controller
'nb_actions' => $this->translator->translate('VisitsSummary_NbActionsDescription'),
'local_time' => $this->translator->translate('VisitTime_ColumnLocalTime'),
'from' => $this->translator->translate('General_FromReferrer'),
- 'seconds' => $this->translator->translate('UserCountryMap_Seconds'),
+ 'seconds' => $this->translator->translate('Intl_Seconds'),
'seconds_ago' => $this->translator->translate('UserCountryMap_SecondsAgo'),
- 'minutes' => $this->translator->translate('UserCountryMap_Minutes'),
+ 'minutes' => $this->translator->translate('Intl_Minutes'),
'minutes_ago' => $this->translator->translate('UserCountryMap_MinutesAgo'),
- 'hours' => $this->translator->translate('UserCountryMap_Hours'),
+ 'hours' => $this->translator->translate('Intl_Hours'),
'hours_ago' => $this->translator->translate('UserCountryMap_HoursAgo'),
'days_ago' => $this->translator->translate('UserCountryMap_DaysAgo'),
'actions' => $this->translator->translate('VisitsSummary_NbPageviewsDescription'),
diff --git a/plugins/UserCountryMap/lang/en.json b/plugins/UserCountryMap/lang/en.json
index 20070062dd..90f10244d7 100644
--- a/plugins/UserCountryMap/lang/en.json
+++ b/plugins/UserCountryMap/lang/en.json
@@ -6,17 +6,14 @@
"Countries": "Countries",
"DaysAgo": "%s days ago",
"GoalConversions": "%s goal conversions",
- "Hours": "hours",
"HoursAgo": "%s hours ago",
"map": "map",
- "Minutes": "minutes",
"MinutesAgo": "%s minutes ago",
"None": "None",
"NoVisit": "No visit",
"RealTimeMap": "Real-time Map",
"Regions": "Regions",
"Searches": "%s searches",
- "Seconds": "seconds",
"SecondsAgo": "%s seconds ago",
"ShowingVisits": "Geo-located visits of last",
"Unlocated": "<b>%s<\/b> %p of the visits from %c couldn't be geo located.",