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
path: root/lang
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2010-07-13 14:20:41 +0400
committermattpiwik <matthieu.aubry@gmail.com>2010-07-13 14:20:41 +0400
commitd42f8b0b287de12d9c22007bc453a94f49c00e1f (patch)
tree817057a75fd95fdb18d20a1f5ae83e478e4518b2 /lang
parent0256a281272c213fc56b97b0a23a2d7d7ffea778 (diff)
Refs #396
Referers is actually spelt Referrers. Didn't update all translation keys as it would invalidate all existing translations. git-svn-id: http://dev.piwik.org/svn/trunk@2491 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/lang/en.php b/lang/en.php
index 283a25d473..2847c0039a 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -389,7 +389,7 @@ $translations = array(
'Goals_ConversionsOverviewBySegment' => 'Conversions overview by segment',
'Goals_GoalConversionsBySegment' => 'Goal %s conversions by segment',
'Goals_ViewGoalsBySegment' => 'View goals by %s',
- 'Goals_PluginDescription' => 'Create Goals and see reports about your goal conversions: evolution over time, revenue per visit, conversions per referer, per keyword, etc.',
+ 'Goals_PluginDescription' => 'Create Goals and see reports about your goal conversions: evolution over time, revenue per visit, conversions per referrer, per keyword, etc.',
'Goals_ColumnConversions' => 'Conversions',
'Goals_ColumnConversionRate' => 'Conversion Rate',
'Goals_ColumnRevenue' => 'Revenue',
@@ -426,7 +426,7 @@ $translations = array(
'Goals_ConversionsOverview' => 'Conversions Overview',
'Goals_BestCountries' => 'Your best converting countries are:',
'Goals_BestKeywords' => 'Your top converting keywords are:',
- 'Goals_BestReferers' => 'Your best converting websites referers are:',
+ 'Goals_BestReferers' => 'Your best converting websites referrers are:',
'Goals_ReturningVisitorsConversionRateIs' => 'Returning visitors conversion rate is %s',
'Goals_NewVisitorsConversionRateIs' => 'New visitors conversion rate is %s',
'Goals_Contains' => 'contains %s',
@@ -573,8 +573,8 @@ $translations = array(
'Provider_WidgetProviders' => 'Providers',
'Provider_ColumnProvider' => 'Provider',
'Provider_SubmenuLocationsProvider' => 'Locations &amp; Provider',
- 'Referers_PluginDescription' => 'Reports the Referers data: Search Engines, Keywords, Websites, Campaign Tracking, Direct Entry.',
- 'Referers_Referers' => 'Referers',
+ 'Referers_PluginDescription' => 'Reports the Referrers data: Search Engines, Keywords, Websites, Campaign Tracking, Direct Entry.',
+ 'Referers_Referers' => 'Referrers',
'Referers_SearchEngines' => 'Search Engines',
'Referers_Keywords' => 'Keywords',
'Referers_DirectEntry' => 'Direct Entry',
@@ -582,19 +582,19 @@ $translations = array(
'Referers_Campaigns' => 'Campaigns',
'Referers_MetricsFromRefererTypeGraphLegend' => '%1$s (from %2$s)',
'Referers_Evolution' => 'Evolution over the period',
- 'Referers_Type' => 'Referer Type',
- 'Referers_ColumnRefererType' => 'Referer Type',
+ 'Referers_Type' => 'Referrer Type',
+ 'Referers_ColumnRefererType' => 'Referrer Type',
'Referers_ColumnSearchEngine' => 'Search Engine',
'Referers_ColumnWebsite' => 'Website',
'Referers_ColumnWebsitePage' => 'Website Page',
'Referers_ColumnKeyword' => 'Keyword',
'Referers_ColumnCampaign' => 'Campaign',
- 'Referers_DetailsByRefererType' => 'Details by Referer Type',
+ 'Referers_DetailsByRefererType' => 'Details by Referrer Type',
'Referers_TypeDirectEntries' => '%s direct entries',
'Referers_TypeSearchEngines' => '%s from search engines',
'Referers_TypeWebsites' => '%s from websites',
'Referers_TypeCampaigns' => '%s from campaigns',
- 'Referers_Distinct' => 'Distinct Referers by Referer Type',
+ 'Referers_Distinct' => 'Distinct Referrers by Referrer Type',
'Referers_DistinctSearchEngines' => 'distinct search engines',
'Referers_DistinctKeywords' => 'distinct keywords',
'Referers_DistinctCampaigns' => 'distinct campaigns',
@@ -624,7 +624,7 @@ $translations = array(
'SitesManager_ShowTrackingTag' => 'show tracking tags',
'SitesManager_NoWebsites' => 'You don\'t have any website to administrate.',
'SitesManager_AddSite' => 'Add a new website',
- 'SitesManager_AliasUrlHelp' => "It is recommended, but not required, to specify the various URLs, one per line, that your visitors use to access this website.\nAlias URLs for a website will not appear in the Referers > Websites report.\nNote that it is not necessary to specify the URLs with and without 'www' as Piwik automatically considers both.",
+ 'SitesManager_AliasUrlHelp' => "It is recommended, but not required, to specify the various URLs, one per line, that your visitors use to access this website.\nAlias URLs for a website will not appear in the Referrers > Websites report.\nNote that it is not necessary to specify the URLs with and without 'www' as Piwik automatically considers both.",
'SitesManager_Id' => 'Id',
'SitesManager_Name' => 'Name',
'SitesManager_Urls' => 'URLs',