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
diff options
context:
space:
mode:
authorNathan Sollenberger <nsollenberger@gmail.com>2015-07-05 00:26:17 +0300
committerNathan Sollenberger <nathan@spacenate.com>2015-08-26 03:55:46 +0300
commite0d495c0c674d7783856328ded8914893a69b3f2 (patch)
tree11e6afaacf54604207c9e109d423cd009d4952c6 /plugins/Goals/lang/en.json
parentdbfcfd47b86d7972b3f88636571fc7050054fb13 (diff)
ManageGoals text edits, also added non-editable goal table for non-admins
Diffstat (limited to 'plugins/Goals/lang/en.json')
-rw-r--r--plugins/Goals/lang/en.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/Goals/lang/en.json b/plugins/Goals/lang/en.json
index fa8e20ae07..76ccc9677b 100644
--- a/plugins/Goals/lang/en.json
+++ b/plugins/Goals/lang/en.json
@@ -76,8 +76,9 @@
"MatchesExpression": "matches the expression %s",
"NewGoalIntro": "Goal Conversion tracking is one of the most efficient ways to measure and improve your business objectives.",
"NewVisitorsConversionRateIs": "New visitors conversion rate is %s",
- "NoGoalsNeedAccess": "Only an Administrator or a user with Super User access can add Goals for a given website. Please ask your Piwik administrator to set up a Goal for your website. <br>Tracking Goals is a great way to help understand and maximize your website performance!",
- "Optional": "(optional)",
+ "NoGoalsNeedAccess": "Only an Administrator or a user with Super User access can manage Goals for a given website. Please ask your Piwik administrator to set up a Goal for your website. <br>Tracking Goals is a great way to help understand and maximize your website performance!",
+ "NeedAccess": "Only an Administrator or a user with Super User access can manage Goals for a given website.",
+ "Optional": "(optional)",
"OverallConversionRate": "%s overall conversion rate (visits with a completed goal)",
"OverallRevenue": "%s overall revenue",
"PageTitle": "Page Title",
@@ -103,4 +104,4 @@
"WhereVisitedPageManuallyCallsJavascriptTrackerLearnMore": "where the visited page contains a call to the JavaScript 'trackGoal' method (%slearn more%s)",
"YouCanEnableEcommerceReports": "You can enable %s for this website in the %s page."
}
-} \ No newline at end of file
+}