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-18 21:11:14 +0400
committermattpiwik <matthieu.aubry@gmail.com>2010-06-18 21:11:14 +0400
commit92acaf67fc381ae46ec5c094fdff809c6f52dfcb (patch)
tree3046662292e496f0e570c3f09bbf00e4d7db51f6 /lang
parentea28c0d953624204d2705f2335cdd40ddfce3cdc (diff)
Refs #774
* Small styles updates in the Goals > Overview links. Adding link to the Goals Tracking documentation page on piwik.org git-svn-id: http://dev.piwik.org/svn/trunk@2322 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/en.php b/lang/en.php
index 76cfdc8581..366dd810d0 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -403,6 +403,8 @@ $translations = array(
'Goals_AddGoal_js' => 'Add Goal',
'Goals_UpdateGoal_js' => 'Update Goal',
'Goals_DeleteGoalConfirm_js' => 'Are you sure you want to delete the Goal %s?',
+ 'Goals_CreateNewGOal' => 'Create a new Goal',
+ 'Goals_ViewAndEditGoals' => 'View and Edit Goals',
'Goals_GoalName' => 'Goal Name',
'Goals_GoalIsTriggered' => 'Goal is triggered',
'Goals_GoalIsTriggeredWhen' => 'Goal is triggered when',
@@ -431,7 +433,8 @@ $translations = array(
'Goals_MatchesExpression' => 'matches the expression %s',
'Goals_CaseSensitive' => 'Case sensitive match',
'Goals_Pattern' => 'Pattern',
- 'Goals_ExceptionInvalidMatchingString' => 'If you choose \'exact match\', the matching string must be a URL starting with %s. For example, \'%s\'.',
+ 'Goals_ExceptionInvalidMatchingString' => 'If you choose \'exact match\', the matching string must be a URL starting with %s. For example, \'%s\'.',
+ 'Goals_LearnMoreAboutGoalTrackingDocumentation' => 'Learn more about %s Tracking Goals in Piwik%s in the user documentation.',
'Installation_PluginDescription' => 'Installation process of Piwik. The Installation is usually done once only. If the configuration file config/config.inc.php is deleted, the installation will start again.',
'Installation_Installation' => 'Installation',
'Installation_InstallationStatus' => 'Installation status',