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-08-05 22:47:38 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-08-05 22:47:38 +0400
commit30d430898105fb6216ee8ed7d0016c8648681876 (patch)
treed8568237d6c3bdfc22bdfca9e12ff927da35ec2f /lang
parent77ed577744d434d839ed94287622c13faaed42a7 (diff)
fixes #700 - added check for zlib and SPL at install; based on pebosi's patch
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php20
1 files changed, 12 insertions, 8 deletions
diff --git a/lang/en.php b/lang/en.php
index a2935f0e38..cca07c2318 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -675,21 +675,25 @@ $translations = array(
'Installation_CommunityNewsletter' => 'email me with community updates (new plugins, new features, etc.)',
'Installation_PasswordDoNotMatch' => 'password do not match',
'Installation_SubmitGo' => 'Go!',
+ 'Installation_Requirements' => 'Piwik Requirements',
+ 'Installation_Optional' => 'Optional',
+ 'Installation_Legend' => 'Legend',
'Installation_SystemCheck' => 'System check',
'Installation_SystemCheckPhp' => 'PHP version',
- 'Installation_SystemCheckPdo' => 'Pdo extension',
- 'Installation_SystemCheckPdoMysql' => 'Pdo_Mysql extension',
- 'Installation_SystemCheckPdoError' => 'You need to enable the PDO and PDO_MYSQL extensions in your php.ini file.',
- 'Installation_SystemCheckPdoHelp' => 'On a windows server you can add the following lines in your php.ini %s <br /><br />On a Linux server you can compile php with the following option %s In your php.ini, add the following lines %s<br /><br />More information on the <a style="color:red" href="http://php.net/pdo">PHP website</a>.',
+ 'Installation_SystemCheckExtensions' => 'Required extensions',
+ 'Installation_SystemCheckPdoHelp' => 'You need to enable the PDO extension in your php.ini file.',
+ 'Installation_SystemCheckPdoMysqlHelp' => 'You need to enable the PDO_MYSQL extension in your php.ini file.',
+ 'Installation_SystemCheckSplHelp' => 'You need to configure and rebuild PHP with the Standard PHP Library enabled (by default).',
+ 'Installation_SystemCheckZlibHelp' => 'You need to configure and rebuild PHP with zlib support enabled, --with-zlib.',
'Installation_SystemCheckWriteDirs' => 'Directories with write access',
'Installation_SystemCheckWriteDirsHelp' => 'To fix this error on your Linux system, try typing in the following command(s)',
'Installation_SystemCheckMemoryLimit' => 'Memory limit',
- 'Installation_SystemCheckMemoryLimitHelp' => 'On a high traffic website, the archiving process may require more memory than currently allowed.<br />See the directive memory_limit in your php.ini file if necessary.',
+ 'Installation_SystemCheckMemoryLimitHelp' => 'On a high traffic website, the archiving process may require more memory than currently allowed. If necessary, change the memory_limit directive in your php.ini file.',
'Installation_SystemCheckGD' => 'GD &gt; 2.x (graphics)',
'Installation_SystemCheckGDHelp' => 'The sparklines (small graphs) will not work.',
- 'Installation_SystemCheckTimeLimit' => 'set_time_limit() allowed',
- 'Installation_SystemCheckTimeLimitHelp' => 'On a high traffic website, executing the archiving process may require more time than currently allowed.<br />See the directive max_execution_time in your php.ini file if necessary',
- 'Installation_SystemCheckMail' => 'mail() allowed',
+ 'Installation_SystemCheckFunctions' => 'Required functions',
+ '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_SystemCheckError' => 'An error occured - must be fixed before you proceed',
'Installation_SystemCheckWarning' => 'Piwik will work normally but some features may be missing',
'Installation_Tables' => 'Creating the tables',