|
@@ -11,12 +11,14 @@ PHPSupportSessions=This PHP supports sessions.
|
|
|
PHPSupportPOSTGETOk=This PHP supports variables POST and GET.
|
|
|
PHPSupportPOSTGETKo=It's possible your PHP setup does not support variables POST and/or GET. Check your parameter <b>variables_order</b> in php.ini.
|
|
|
PHPSupportGD=This PHP support GD graphical functions.
|
|
|
+PHPSupportCurl=This PHP support Curl.
|
|
|
PHPSupportUTF8=This PHP support UTF8 functions.
|
|
|
PHPMemoryOK=Your PHP max session memory is set to <b>%s</b>. This should be enough.
|
|
|
PHPMemoryTooLow=Your PHP max session memory is set to <b>%s</b> bytes. This should be too low. Change your <b>php.ini</b> to set <b>memory_limit</b> parameter to at least <b>%s</b> bytes.
|
|
|
Recheck=Click here for a more significative test
|
|
|
ErrorPHPDoesNotSupportSessions=Your PHP installation does not support sessions. This feature is required to make Dolibarr working. Check your PHP setup.
|
|
|
ErrorPHPDoesNotSupportGD=Your PHP installation does not support graphical function GD. No graph will be available.
|
|
|
+ErrorPHPDoesNotSupportCurl=Your PHP installation does not support Curl.
|
|
|
ErrorPHPDoesNotSupportUTF8=Your PHP installation does not support UTF8 functions. Dolibarr can't work correctly. Solve this before installing Dolibarr.
|
|
|
ErrorDirDoesNotExists=Directory %s does not exist.
|
|
|
ErrorGoBackAndCorrectParameters=Go backward and correct wrong parameters.
|