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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-12 01:07:53 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-12 01:07:53 +0300
commit77cc974ad5fc65913ffc96194d940f46c83192c6 (patch)
tree182f2c0854e3534f886670b150afe9bb1ddb2efb /lang
parent826dab6016b9abb438457f050ab1c8ede0dbb6ec (diff)
refs #1055 - moved translations from the plugin
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index bef1efcb48..08977da5e7 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -821,4 +821,9 @@ Note that it is not necessary to specify the URLs with and without \'www\' as Pi
'TranslationsAdmin_LanguageCode' => 'Language code',
'TranslationsAdmin_Export' => 'Export language',
'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_Test' => 'Test',
+ 'SecurityInfo_Result' => 'Result',
);