'en', 'ja'=>'jp', 'sp_ve'=>'sp', 'it_it'=>'it', 'tw_zh'=>'zh', 'pt_br'=>'pt', 'se'=>'sv', 'cn_zh'=>'zh', 'ge_ge'=>'de', 'ge_ch'=>'de', 'fr'=>'fr'); $default_module = 'Home'; $default_action = 'index'; //set default theme $default_theme = 'blue'; // If true, the time to compose each page is placed in the browser. $calculate_response_time = true; // Default Username - The default text that is placed initially in the login form for user name. $default_user_name = ''; // Default Password - The default text that is placed initially in the login form for password. $default_password = ''; // Create default user - If true, a user with the default username and password is created. $create_default_user = false; $default_user_is_admin = false; // disable persistent connections - If your MySQL/PHP configuration does not support persistent connections set this to true to avoid a large performance slowdown $disable_persistent_connections = false; // Defined languages available. The key must be the language file prefix. E.g. 'en_us' is the prefix for every 'en_us.lang.php' file. $languages = Array('en_us'=>'US English',); // Default charset if the language specific character set is not found. $default_charset = 'ISO-8859-1'; // Default language in case all or part of the user's language pack is not available. $default_language = 'en_us'; // Translation String Prefix - This will add the language pack name to every translation string in the display. $translation_string_prefix = false; ?>