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:
authormattab <matthieu.aubry@gmail.com>2014-04-14 03:36:52 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-14 03:36:52 +0400
commit961d25e9e8922ab6b4aca886f6f7eb26e62397ca (patch)
tree09df5a65262daf95c49fd38a0f697f85f0a8d255 /lang
parentd51db77c23df4f8be62ad76da50547a45085cf3c (diff)
refs #4569 Make message user focus, with extra help for Super users
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/en.json b/lang/en.json
index 096c65535d..d4603ee3db 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -2462,6 +2462,8 @@
"AutoArchiveRealTime": "segmented reports are processed in real time",
"AutoArchivePreProcessed": "segmented reports are pre-processed (faster, requires archive.php cron)",
"SegmentNotApplied": "Segment '%s' not applied",
- "SegmentNotAppliedExplanation": "You are requesting data for the Custom Segment '%s', the current Piwik configuration prevents the real time processing of reports for this segment. Please ask your Piwik admin to change the setting in the config file (%s). You may also edit this Segment and choose '%s'."
+ "SegmentNotAppliedMessage": "You are requesting data for the Custom Segment '%s', this Piwik configuration currently prevents real time processing of reports for performance reasons.",
+ "DataAvailableAtLaterDate": "Your segmented analytics reports will be available later. We apologize for the inconvenience.",
+ "YouMayChangeSetting": "Alternatively you may change the setting in the config file (%s), or edit this Segment and choose '%s'."
}
}