Index: lang/en.php =================================================================== --- lang/en.php (revision 1661) +++ lang/en.php (working copy) @@ -62,6 +62,7 @@ 'General_NoDataForTagCloud' => 'No data for this tag cloud.', 'General_DisplayNormalTable' => 'Display normal table', 'General_DisplayMoreData' => 'Display more data', + 'General_More' => 'more', 'General_PiwikIsACollaborativeProjectYouCanContribute' => '%s Piwik %s is a collaborative project. %s If you like Piwik, you can help! Check out %s How to contribute to Piwik?%s ', 'General_YouAreCurrentlyViewingDemoOfPiwik' => 'You are currently viewing the demo of %s; %sdownload%s the full version! Check out %s', 'General_PiwikXIsAvailablePleaseUpdateNow' => 'Piwik %s is available. %s Please update now!%s (see %s changes%s).', @@ -104,7 +105,12 @@ 'General_LongDay_5' => 'Friday', 'General_LongDay_6' => 'Saturday', 'General_LongDay_7' => 'Sunday', + 'General_Contains' => 'contains', + 'General_IsExactly' => 'is exactly', + 'General_MatchesExpression' => 'matches the expression', + 'General_CaseSensitive' => 'Case sensitive match', 'General_ExceptionDatabaseVersion' => 'Your %s version is %s but Piwik requires at least %s.', + 'General_Pattern' => 'Pattern', 'CorePluginsAdmin_Plugins' => 'Plugins', 'CorePluginsAdmin_PluginsManagement' => 'Plugins Management', 'CorePluginsAdmin_MainDescription' => 'Plugins extend and expand the functionality of Piwik. Once a plugin is installed, you may activate it or deactivate it here.', @@ -800,7 +806,31 @@ 'Goals_ColumnConversions' => 'Conversions', 'Goals_ColumnConversionRate' => 'Conversion Rate', 'Goals_ColumnRevenue' => 'Revenue', - 'DBStats_DatabaseUsage' => 'Database usage', + 'Goals_OverallRevenue' => '%s overall revenue', + 'Goals_OverallConversionRate' => '%s overall conversion rate (visits with a completed goal)', + 'Goals_Conversions' => '%s conversions', + 'Goals_ConversionRate' => '%s conversion rate', + 'Goals_NoGoalsNeedAccess' => 'Only an Administrator or the Super User can add Goals for a given website. Please ask your Piwik administrator to set up a Goal for your website.
Tracking Goals are a great tool to help you maximize your website performance! ', + 'Goals_AddNewGoal' => 'Add a new Goal', + 'Goals_SaveGoal' => 'Add Goal', + 'Goals_DeleteGoalConfirm' => 'Are you sure you want to delete the Goal "%s"?', + 'Goals_GoalName' => 'Goal Name', + 'Goals_GoalIsTriggered' => 'Goal is triggered', + 'Goals_GoalIsTriggeredWhen' => 'Goal is triggered when', + 'Goals_WhenVisitors' => 'when visitors', + 'Goals_Manually' => 'manually', + 'Goals_VisitUrl' => 'Visit a given URL (page or group of pages)', + 'Goals_Download' => 'Download a file', + 'Goals_ClickOutlink' => 'Click on a Link to an external website', + 'Goals_DefaultRevenue' => 'Goal default value is ', + 'Goals_DefaultRevenueHelp' => 'For example, a Contact Form submitted by a visitor
may be worth $10 on average. Piwik will help you understand
how well your visitors segments are performing.', + 'Goals_Conversions_Overview' => '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_ReturningVisitorsConversionRate' => 'Returning visitors conversion rate is ', + 'Goals_NewVisitorsConversionRate' => 'New visitors conversion rate is ', + 'DBStats_DatabaseUsage' => 'Database usage', 'DBStats_MainDescription' => 'Piwik is storing all your web analytics data in the MySQL database. Currently, Piwik tables are using %s.', 'DBStats_LearnMore' => 'To learn more about how Piwik processes data and how to make Piwik work well for medium and high traffic websites, check out the documentation %s.', 'DBStats_Table' => 'Table',