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:
authorrobocoder <anthon.pang@gmail.com>2010-07-30 11:00:24 +0400
committerrobocoder <anthon.pang@gmail.com>2010-07-30 11:00:24 +0400
commit6dfb67630cafd55ad2faa8a1611be49a3f9a8177 (patch)
tree0ef69f6e2cdf6a256c7ab5125d5c701479f5ffe4 /lang
parentd3a2455ff16db40dca1fb5cbef86dbcc37d81434 (diff)
refs #1529 - added/tested replacement glob() function; a missing glob() is still a warning
git-svn-id: http://dev.piwik.org/svn/trunk@2817 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.php b/lang/en.php
index 1cdf6ca594..7823ca4fb8 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -546,7 +546,7 @@ $translations = array(
'Installation_SystemCheckTimeLimitHelp' => 'On a high traffic website, executing the archiving process may require more time than currently allowed. If necessary, change the max_execution_time directive in your php.ini file.',
'Installation_SystemCheckMailHelp' => 'Feedback and Lost Password messages will not be sent without mail().',
'Installation_SystemCheckParseIniFileHelp' => 'This built-in function has been disabled on your host. Piwik will attempt to emulate this function but may encounter further security restrictions. Tracker performance will also be impacted.',
- 'Installation_SystemCheckGlobHelp' => 'This built-in function has been disabled on your host. Piwik may work without this function but at reduced functionality/capability.',
+ 'Installation_SystemCheckGlobHelp' => 'This built-in function has been disabled on your host. Piwik will attempt to emulate this function but may encounter further security restrictions. Functionality may be impacted.',
'Installation_SystemCheckDebugBacktraceHelp' => 'View::factory won\'t be able to create views for the calling module.',
'Installation_SystemCheckCreateFunctionHelp' => 'Piwik uses anonymous functions for callbacks.',
'Installation_SystemCheckEvalHelp' => 'Required by HTML QuickForm and Smarty templating system.',