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:
Diffstat (limited to 'plugins/CustomVariables/lang/en.json')
-rw-r--r--plugins/CustomVariables/lang/en.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/CustomVariables/lang/en.json b/plugins/CustomVariables/lang/en.json
new file mode 100644
index 0000000000..1e1acada51
--- /dev/null
+++ b/plugins/CustomVariables/lang/en.json
@@ -0,0 +1,11 @@
+{
+ "CustomVariables": {
+ "ColumnCustomVariableName": "Custom Variable name",
+ "ColumnCustomVariableValue": "Custom Variable value",
+ "CustomVariables": "Custom Variables",
+ "CustomVariablesReportDocumentation": "This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. %s For more information about Custom Variables in general, read the %sCustom Variables documentation on piwik.org%s",
+ "PluginDescription": "Custom Variables are name,value pairs that you can set to a Visit using the Javascript API setVisitCustomVariables() function. Piwik will then report how many visits, pages, conversions for each of these custom names and values.",
+ "ScopePage": "scope page",
+ "ScopeVisit": "scope visit"
+ }
+} \ No newline at end of file