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:
authorThomas Steur <thomas.steur@googlemail.com>2014-02-04 06:29:16 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-02-04 06:29:16 +0400
commitdb7d1b5bb0d1a760d757483c05ef516409c4002b (patch)
treeda41c89b1687398de82881ff97ad02ce8edbe6db /lang
parent1d6488271e0db0d926f52e5605e641ed86e67453 (diff)
refs #4569 display warning in case browser archiving is disabled
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 4ef71b738e..68230a1661 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -2411,7 +2411,9 @@
"ChooseASegment": "Choose a segment",
"LoadingSegmentedDataMayTakeSomeTime": "Processing segmented visitor data may take a few minutes...",
"AutoArchiveRealTime": "segmented reports are processed in real time",
- "AutoArchivePreProcessed": "segmented reports are pre-processed (faster, requires archive.php cron)"
+ "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 this segment. Please ask your Piwik admin to change the setting in the config file (browser_archiving_disabled_enforce) or edit this Segment to be Processed by the cron archive.php script."
},
"Events": {
"Events": "Events",