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-08-29 10:35:42 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-29 10:35:42 +0400
commitf863905014fb5bcbe22842fa0e24b7efefd50eef (patch)
treebb2c22e88513d2029a449c5f83086ef74f44180f /lang
parent0da953bdb0854914ec644718bf5049d8fd91d9b9 (diff)
Refs #3089, hide map on default and display w/ 'show map' link, remove jscrollpane and move location + bar graph to the left column.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/en.json b/lang/en.json
index fd3514ca99..903b874678 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -1159,7 +1159,9 @@
"VisitedPages": "Visited pages",
"ViewMoreVisitInfo": "View more visitor information",
"PreviousVisitor": "Previous visitor",
- "NextVisitor": "Next visitor"
+ "NextVisitor": "Next visitor",
+ "ShowMap_js": "Show map",
+ "HideMap_js": "Hide map"
},
"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.).",