LANGUAGE PACKS: The new language system in the database should work fine, however I don't want to use XML for the system as it will limit the number of installs that could be done due to not everybody compiles --with-xml. To find a way to import language packs, we should use just a standard PHP file. Like the old language system that used locale/en.php, this would create a language pack for importing/exporting. It has two arrays ($cfg and $language) that would hold all the data, and then the system would merely import it. We'd use the engine in docs/lang_file_to_db.php to handle the importing after we found some ways to prevent security issues. RECAP: - Language packs as PHP (locale/en.php format) - Use docs/lang_file_to_db.php engine as the importer - Create export script that creates the PHP language packs - Importing is done via ACP by uploading (?) and linking SVN: $Id$