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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-04 19:40:09 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-05 00:06:22 +0400
commited93c9622d96eb46fabdd7238a14cd06bbe859f4 (patch)
treed57d646eab97dd5f0ad930fff9c02238a545c274 /lang
parent85ca53719a5219882ab60b2afe03676c0ab8a678 (diff)
Refs #3089, several small changes and tweaks to the visitor profile popup.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/en.json b/lang/en.json
index c0b721eb7f..74cc3ead5e 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -1142,8 +1142,9 @@
"NoMoreVisits_js": "There are no more visits for this visitor.",
"PreviousVisitor": "Previous visitor",
"NextVisitor": "Next visitor",
- "ShowMap_js": "Show map",
- "HideMap_js": "Hide map"
+ "ShowMap_js": "show map",
+ "HideMap_js": "hide map",
+ "VisitsFrom": "%1$s%2$s visits%3$s from"
},
"Login": {
"PluginDescription": "Login Authentication plugin, reading the credentials from the config\/config.inc.php file for the Super User, and from the Database for the other users. Can be easily replaced to introduce a new Authentication mechanism (OpenID, htaccess, custom Auth, etc.).",