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:
authorThomas Steur <thomas.steur@gmail.com>2015-11-03 00:55:32 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-11-04 23:02:10 +0300
commit8c970d3ecd5ee10825882eee2dfaf60f92a3a6ea (patch)
tree264a701b99ef0b77ade9ef7bdbacfe85d12a2318 /plugins/CustomVariables/lang
parent89eb98b2fdaf3fa72a4a038daa050764f904ecc6 (diff)
changed look of custom variables screen, merge metadata when specified
Diffstat (limited to 'plugins/CustomVariables/lang')
-rw-r--r--plugins/CustomVariables/lang/en.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CustomVariables/lang/en.json b/plugins/CustomVariables/lang/en.json
index 61033b2757..810cd19702 100644
--- a/plugins/CustomVariables/lang/en.json
+++ b/plugins/CustomVariables/lang/en.json
@@ -7,12 +7,12 @@
"PluginDescription": "Custom Variables are (name, value) pairs that you can assign using the Javascript API to visitors or any of their action. Piwik will then report how many visits, pages, conversions for each of these custom names and values. View the detailed Custom Variables for each user and action in the Visitor Log.<br />Required to use <a href=\"http://piwik.org/docs/ecommerce-analytics/\">Ecommerce Analytics</a> feature!",
"ScopePage": "scope page",
"ScopeVisit": "scope visit",
- "ManageDescription": "This overview shows all custom variable slots and their usages. The names within each slot are ordered by how often they were used in total.",
- "Scope": "Scope",
+ "ManageDescription": "This overview shows all custom variable slots and their usages for website '%s'. The names within each slot are ordered by how often they were used in total.",
+ "ScopeX": "Scope %s",
"Index": "Index",
"Usages": "Usages",
"Unused": "Unused",
- "CreateNewSlot": "Create a new Custom Variable slot",
+ "CreateNewSlot": "Increase the number of available Custom Variables slots",
"UsageDetails": "%s visits and %s actions since creation of this website.",
"CreatingCustomVariableTakesTime": "Creating a new custom variable slot can take a long time depending on the size of your database. Therefore it is only possible to do this via a command which needs to be executed on the command line.",
"CurrentAvailableCustomVariables": "Currently you can use up to %s Custom Variables per site.",