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-06-23 06:40:33 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-23 06:40:33 +0400
commit9ebce0a82185e1ba32d2f651c365f4a470576fac (patch)
treea0695bd785fb07aa14d4c51d7bfcb3a8d2099697 /lang
parent1b3d50a756ffae767dc9ffe9422a2a1d02712fb0 (diff)
make sure to display a message "you do not have permission for this site" if needed before displaying any information whether a report exists or whether a report is enabled... In theory someone can find out whether a certain report is installed but this was already the case before.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json
index a44f85bbb7..d53ab657bc 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -635,6 +635,8 @@
"ExceptionUnableToStartSession": "Unable to start session.",
"ExceptionUndeletableFile": "Unable to delete %s",
"ExceptionUnreadableFileDisabledMethod": "The configuration file {%s} could not be read. Your host may have disabled %s.",
+ "ExceptionReportNotFound": "The requested report does not exist",
+ "ExceptionReportNotEnabled": "The requested report is not enabled. This means usually either the plugin that defines the report is deactivated or you do not have enough permission to access this report.",
"ExpandDataTableFooter": "Change the visualization or configure the report",
"Export": "Export",
"ExportAsImage": "Export as Image",