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:
authorsgiehl <stefan@piwik.org>2015-06-08 23:47:20 +0300
committersgiehl <stefan@piwik.org>2015-06-08 23:47:20 +0300
commit4b94278115a09cc236d88f2d5dcb61c64a6e871f (patch)
tree5eafa998d05725f5647009e8b68bc8db0b530fb9 /plugins/Insights
parent67e6069c3e5e25e8c5d11267e14e3de3160e192a (diff)
removed default information from plugin.json files; move plugin descriptions to language files, where available
Diffstat (limited to 'plugins/Insights')
-rw-r--r--plugins/Insights/lang/en.json1
-rw-r--r--plugins/Insights/plugin.json15
2 files changed, 1 insertions, 15 deletions
diff --git a/plugins/Insights/lang/en.json b/plugins/Insights/lang/en.json
index 1e7071a323..d9c0935773 100644
--- a/plugins/Insights/lang/en.json
+++ b/plugins/Insights/lang/en.json
@@ -1,5 +1,6 @@
{
"Insights": {
+ "PluginDescription": "Provides Insights about your traffic. Insights are available as dashboard widgets as well as a new icon in reports to let you see most important trends in your data.",
"ControlComparedToDescription": "Growth compared to the",
"ControlFilterByDescription": "Show all, only movers, only new or only disappeared",
"DatePeriodCombinationNotSupported": "It is not possible to generate insights for this date and period combination.",
diff --git a/plugins/Insights/plugin.json b/plugins/Insights/plugin.json
deleted file mode 100644
index 87171aa815..0000000000
--- a/plugins/Insights/plugin.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Insights",
- "version": "0.1.0",
- "description": "Provides Insights about your traffic. Insights are available as dashboard widgets as well as a new icon in reports to let you see most important trends in your data.",
- "theme": false,
- "license": "GPL v3+",
- "homepage": "http://piwik.org",
- "authors": [
- {
- "name": "Piwik",
- "email": "hello@piwik.org",
- "homepage": "http://piwik.org"
- }
- ]
-} \ No newline at end of file