preload.inc.php.

Author: modxcms.com. Link to original: http://modxcms.com/ (English).
Tags: modx, modxSetup Submitted by elastic 08.06.2009. Public material.

Translations of this material:

into Russian: preload.inc.php. Translated in draft, editing and proof-reading required. Completed: 15%.
Submitted for translation by elastic 08.06.2009 Published 2 years, 8 months ago.

Text

<?php

/**

* English Preload Lexicon Topic for Revolution setup

*

* @package setup

* @subpackage lexicon

*/

$_lang['preload_err_cache'] = 'Make sure your %scache directory exists and is writable by the PHP process.';

$_lang['preload_err_core_path'] = 'Make sure you have specified a valid MODX_CORE_PATH in your setup/includes/config.core.php file; this must point to a working MODx core.';

$_lang['preload_err_mysql'] = 'MODx requires the mysql extension when using PHP without native PDO and it does not appear to be loaded.';

$_lang['preload_err_pdo'] = 'MODx requires the PDO extension when native PDO is being used and it does not appear to be loaded.';

$_lang['preload_err_pdo_mysql'] = 'MODx requires the pdo_mysql driver when native PDO is being used and it does not appear to be loaded.';