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-06-14 21:31:41 +0400
committermattpiwik <matthieu.aubry@gmail.com>2010-06-14 21:31:41 +0400
commit713cd256ce1e3b76e0dfb8ba8980e8c83fd7aa08 (patch)
treefbd3f9fc61288c491226962c6d4cf317dc0fb903 /lang
parent6da2f29e93ed23ae223ca5978d353b5efd99b14e (diff)
Refs #774
* Adding table by segments in the Goal Overview and in each specific Goal report. Data table is ajax loaded when the segment is clicked. In the 'Goal overview', the datatable displays all goals (this can be a lot of columns). In a specific goal tab, the datatable will only show columns for the sum of all goals and for this specific goal. * The 'Goals' datatable is now showing, for each goal: conversions, conversion rate and revenue per visit * Adding widgets for the Goals plugins: Goals overview, and one widget for each goal report git-svn-id: http://dev.piwik.org/svn/trunk@2303 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index 8123768fc5..76cfdc8581 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -384,10 +384,15 @@ $translations = array(
'Feedback_ExceptionNoUrls' => 'The message cannot contain a URL, to avoid spam messages.',
'Goals_Goals' => 'Goals',
'Goals_Overview' => 'Overview',
+ 'Goals_GoalsOverview' => 'Goals overview',
+ '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_ColumnConversions' => 'Conversions',
'Goals_ColumnConversionRate' => 'Conversion Rate',
'Goals_ColumnRevenue' => 'Revenue',
+ 'Goals_GoalX' => 'Goal %s',
'Goals_OverallRevenue' => '%s overall revenue',
'Goals_OverallConversionRate' => '%s overall conversion rate (visits with a completed goal)',
'Goals_Conversions' => '%s conversions',
@@ -406,6 +411,9 @@ $translations = array(
'Goals_Manually' => 'manually',
'Goals_ManuallyTriggeredUsingJavascriptFunction' => 'Goal is manually triggered using the Javascript API trackGoal()',
'Goals_VisitUrl' => 'Visit a given URL (page or group of pages)',
+ 'Goals_URL' => 'URL',
+ 'Goals_Filename' => 'filename',
+ 'Goals_ExternalWebsiteUrl' => 'external website URL',
'Goals_Download' => 'Download a file',
'Goals_ClickOutlink' => 'Click on a Link to an external website',
'Goals_Optional' => '(optional)',
@@ -670,6 +678,7 @@ $translations = array(
'UserCountry_Country' => 'Country',
'UserCountry_Continent' => 'Continent',
'UserCountry_DistinctCountries' => '%s distinct countries',
+ 'UserCountry_Location' => 'Location',
'UserCountry_SubmenuLocations' => 'Locations',
'UserCountry_WidgetContinents' => 'Visitor continents',
'UserCountry_WidgetCountries' => 'Visitor countries',