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/API/lang/en.json')
-rw-r--r--plugins/API/lang/en.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/API/lang/en.json b/plugins/API/lang/en.json
index 5b93cfff98..112e2c0419 100644
--- a/plugins/API/lang/en.json
+++ b/plugins/API/lang/en.json
@@ -1,18 +1,18 @@
{
"API": {
"ChangeTokenHint": "If you want to change this token, please go to your %1$spersonal settings page%2$s.",
- "GenerateVisits": "If you don't have data for today you can first generate some data using the %1$s plugin. You can enable the %2$s plugin, then click on the 'Visitor Generator' menu in the Matomo Admin area.",
+ "GenerateVisits": "If you don't have data for today, you can generate some using the %1$s plugin by going to 'Development → Visitor Generator' in the administration area of Matomo.",
"KeepTokenSecret": "This token_auth is as secret as your login and password, %1$s do not share it%2$s!",
- "LoadedAPIs": "Successfully loaded %s APIs",
- "MoreInformation": "For more information about the Matomo APIs, please have a look at the %1$s Introduction to Matomo API %2$s and the %3$s Matomo API Reference %4$s.",
- "PluginDescription": "All the data in Matomo is available through simple APIs. This plugin is the web service entry point, that you can call to get your Web Analytics data in xml, json, php, csv, etc.",
+ "LoadedAPIs": "Loaded %s APIs",
+ "MoreInformation": "More info about the Matomo APIs available in %1$sIntroduction to Matomo API%2$s and the %3$sMatomo API Reference%4$s.",
+ "PluginDescription": "All the data in Matomo is available through simple APIs. This plugin is the web-service entry point, that you can call to get your web analytics data in XML, JSON, PHP, CSV, etc.",
"ReportingApiReference": "Reporting API Reference",
- "TopLinkTooltip": "Access your Web Analytics data programmatically through a simple API in json, xml, etc.",
+ "TopLinkTooltip": "Access your Web Analytics data programmatically through a simple API in JSON, XML, etc.",
"UserAuthentication": "User authentication",
- "UsingTokenAuth": "If you want to %1$s request data within a script, a crontab, etc. %2$s you need to add the URL parameter %3$s to the API calls URLs that require authentication.",
+ "UsingTokenAuth": "If you want to %1$srequest data within a script, a crontab, etc.%2$s you need to add the '%3$s' URL parameter to the API calls for URLs that require authentication.",
"Glossary": "Glossary",
- "MainMetricsReportDocumentation": "This report gives you an overview over the most important metrics across all categories and plugins.",
- "LearnAboutCommonlyUsedTerms2": "Learn about the commonly used terms to make the most of Matomo Analytics.",
+ "MainMetricsReportDocumentation": "This report gives an overview of the most important metrics across all categories and plugins.",
+ "LearnAboutCommonlyUsedTerms2": "Learn about commonly used terms to make the most of Matomo analytics.",
"EvolutionMetricName": "%s Evolution"
}
-} \ No newline at end of file
+}