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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-14 12:06:01 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-14 12:06:01 +0300
commitcf701012d4c2c77a84b4caabb88396f3b0001db7 (patch)
tree0369ae1f26e127752af4bc22c9f14ed9a1d55a9f /lang
parent5a7b7ed043cdccb8456cd12149e9d905b9c740b6 (diff)
Security plugin: small translation modification and redirection to URL without publishing the referer
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/en.php b/lang/en.php
index ab9f3e507c..c4d14ffb08 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -8,7 +8,7 @@ $translations = array(
'General_HelloUser' => 'Hello, %s!',
'General_OpenSourceWebAnalytics' => 'Open Source Web Analytics',
'General_YourDashboard' => 'Dashboard',
- 'General_MultiSitesSummary' => 'Websites Dashboard',
+ 'General_MultiSitesSummary' => 'All Websites',
'General_API' => 'API',
'General_Widgets' => 'Widgets',
'General_Settings' => 'Settings',
@@ -824,7 +824,7 @@ Note that it is not necessary to specify the URLs with and without \'www\' as Pi
'TranslationsAdmin_Import' => 'Import language',
'SecurityInfo_Security' => 'Security',
'SecurityInfo_SecurityInformation' => 'PHP Security Information',
- 'SecurityInfo_PluginDescription' => 'Based on PhpSecInfo from the <a href="http://phpsec.org/">PHP Security Consortium</a>, this plugin provides security information about your PHP environment and offers suggestions for improvement. It is a tool in a multilayered security approach. It does not replace secure development practices nor audit the code/application.',
+ 'SecurityInfo_PluginDescription' => 'Based on PhpSecInfo from the %s, this plugin provides security information about your PHP environment and offers suggestions for improvement. It is a tool in a multilayered security approach. It does not replace secure development practices nor audit the code/application.',
'SecurityInfo_Test' => 'Test',
'SecurityInfo_Result' => 'Result',
'Live_VisitorLog' => 'Visitor Log',