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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-03 04:20:31 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-03 04:20:31 +0400
commitb173debddbdad5aa5698a4c03b799759e6097f78 (patch)
tree4897e876b0fdd496924d9442acbfc5a9e701ef6d /lang
parentc8fbe2a8df1c766ed452bef355032b6fc5258bea (diff)
refs #777 - convert 'site' to 'website' in translateable strings for consistency
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 e7edb20927..cd80536cd9 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -48,7 +48,7 @@ $translations = array(
'General_ColumnSumVisitLength' => 'Total time spent by visitors (in seconds)',
'General_ColumnLabel' => 'Label',
'General_ColumnActionsPerVisit' => 'Actions per Visit',
- 'General_ColumnAvgTimeOnSite' => 'Avg. Time on Site',
+ 'General_ColumnAvgTimeOnSite' => 'Avg. Time on Website',
'General_ColumnBounceRate' => 'Bounce Rate',
'General_ColumnPageviews' => 'Pageviews',
'General_ColumnUniquePageviews' => 'Unique Pageviews',
@@ -545,7 +545,7 @@ $translations = array(
'VisitsSummary_NbActions' => '%s actions (page views)',
'VisitsSummary_TotalTime' => '%s total time spent by the visitors',
'VisitsSummary_MaxNbActions' => '%s max actions in one visit',
- 'VisitsSummary_NbVisitsBounced' => '%s visits have bounced (left the site after one page)',
+ 'VisitsSummary_NbVisitsBounced' => '%s visits have bounced (left the website after one page)',
'VisitsSummary_EvolutionOverLastPeriods' => 'Evolution over the last %s',
'VisitsSummary_Report' => 'Report',
'VisitsSummary_GenerateTime' => '%s seconds to generate the page',
@@ -565,7 +565,7 @@ $translations = array(
'VisitFrequency_ReturnActions' => '%s actions by the returning visits',
'VisitFrequency_ReturnMaxActions' => '%s maximum actions by a returning visit',
'VisitFrequency_ReturnTotalTime' => '%s total time spent by returning visits',
- 'VisitFrequency_ReturnBounceRate' => '%s returning visits have bounced (left the site after one page)',
+ 'VisitFrequency_ReturnBounceRate' => '%s returning visits have bounced (left the website after one page)',
'VisitFrequency_WidgetOverview' => 'Frequency overview',
'VisitFrequency_WidgetGraphReturning' => 'Graph returning visits',
'VisitFrequency_SubmenuFrequency' => 'Frequency',
@@ -607,7 +607,7 @@ $translations = array(
'UsersManager_UsersManagementMainDescription' => 'Create new users or update the existing users. You can then set their permissions above.',
'UsersManager_ManageAccess' => 'Manage access',
'UsersManager_MainDescription' => 'Decide which users have which Piwik access on your Websites. You can also set the permissions on all the Websites at once.',
- 'UsersManager_Sites' => 'Sites',
+ 'UsersManager_Sites' => 'Websites',
'UsersManager_AllWebsites' => 'All websites',
'UsersManager_ApplyToAllWebsites' => 'Apply to all websites',
'UsersManager_User' => 'User',
@@ -634,22 +634,22 @@ $translations = array(
'UsersManager_ExceptionSuperUser' => 'Requested user is the Super User and cannot be queried, edited or deleted via the API. You can manually edit the Super User details in your Piwik configuration file.',
'UsersManager_ExceptionUserDoesNotExist' => 'User \'%s\' doesn\'t exist.',
'UsersManager_ExceptionAccessValues' => 'The parameter access must have one of the following values : [ %s ]',
- 'SitesManager_Sites' => 'Sites',
+ 'SitesManager_Sites' => 'Websites',
'SitesManager_WebsitesManagement' => 'Websites Management',
'SitesManager_MainDescription' => 'Your Web Analytics reports need Websites! Add, update, delete Websites, and show the JavaScript to insert in your pages.',
'SitesManager_JsTrackingTag' => 'JavaScript Tracking Tag',
'SitesManager_JsTrackingTagHelp' => 'Here is the JavaScript Tracking tag to include on all your pages',
'SitesManager_ShowTrackingTag' => 'show tracking tag',
'SitesManager_NoWebsites' => 'You don\'t have any website to administrate.',
- 'SitesManager_AddSite' => 'Add a new Site',
+ 'SitesManager_AddSite' => 'Add a new website',
'SitesManager_Id' => 'Id',
'SitesManager_Name' => 'Name',
'SitesManager_Urls' => 'URLs',
- 'SitesManager_MenuSites' => 'Sites',
+ 'SitesManager_MenuSites' => 'Websites',
'SitesManager_DeleteConfirm_js' => 'Are you sure you want to delete the website %s?',
'SitesManager_ExceptionDeleteSite' => 'It is not possible to delete this website as it is the only registered website. Add a new website first, then delete this one.',
- 'SitesManager_ExceptionNoUrl' => 'You must specify at least one URL for the site.',
- 'SitesManager_ExceptionEmptyName' => 'The site name can\'t be empty.',
+ 'SitesManager_ExceptionNoUrl' => 'You must specify at least one URL for the website.',
+ 'SitesManager_ExceptionEmptyName' => 'The website name can\'t be empty.',
'SitesManager_ExceptionInvalidUrl' => 'The url \'%s\' is not a valid URL.',
'Installation_Installation' => 'Installation',
'Installation_InstallationStatus' => 'Installation status',