introduce_title = 'XE Installation';
$lang->lgpl_agree = 'GNU 약소 일반 공중 사용 허가서(LGPL v2) 동의';
$lang->enviroment_gather = '설치 환경 수집 동의';
$lang->install_progress_menu = array(
'agree'=>'Acceptance of terms',
'condition'=>'Check the installation conditions',
'ftp'=>'Input FTP information',
'dbSelect'=>'Choose database type',
'dbInfo'=>'Input Database information',
'configInfo'=>'Preferences',
'adminInfo'=>'Enter Administrator information'
);
$lang->install_condition_title = "Please check the installation requirement.";
$lang->install_checklist_title = array(
'php_version' => 'PHP Version',
'permission' => 'Permission',
'xml' => 'XML Library',
'iconv' => 'ICONV Library',
'gd' => 'GD Library',
'session' => 'Session.auto_start setting',
'db' => 'DB',
);
$lang->install_license_desc = array(
'lgpl' => 'GNU 약소 일반 공중 사용 허가서(LGPL v2)에 동의해야 합니다.'
);
$lang->install_checklist_desc = array(
'php_version' => '[Required] If PHP version is 5.2.2, XE will not be installed because of a bug',
'permission' => '[Required] XE installation path or ./files directory\'s permission must be 707',
'xml' => '[Required] XML Library is needed for XML communication',
'session' => '[Required] PHP setting file\'s (php.ini) \'Session.auto_start\' must equal to zero in order for XE to use the session',
'iconv' => 'Iconv should be installed in order to convert between UTF-8 and other language sets',
'gd' => 'GD Library should be installed in order to use functions to convert images',
);
$lang->install_checklist_xml = 'Install XML Library';
$lang->install_without_xml = 'XML Library is not installed';
$lang->install_checklist_gd = 'Install GD Library';
$lang->install_without_gd = 'GD Library is not installed for image convertion';
$lang->install_without_iconv = 'Iconv Library is not installed for processing characters';
$lang->install_session_auto_start = 'Possible problems might occur due to the php setting. session.auto_start is equal to 1';
$lang->install_permission_denied = 'Installation path\'s permission doesn\'t equal to 707';
$lang->install_notandum = 'All form must be filled, but you can modify all of settings after finish the installation.';
$lang->cmd_agree_license = 'I agree with the license';
$lang->cmd_install_fix_checklist = 'I have fixed the required conditions.';
$lang->cmd_install_next = 'Continue installation';
$lang->cmd_ignore = 'Ignore';
$lang->db_desc = array(
'mysql' => 'Use MySQL as a database with mysql*() functions in php.
Transactions will not be processed since DB file is created in myisam.',
'mysqli' => 'Use MySQL as a database with mysqli*() functions in php.
Transactions will not be processed since DB file is created in myisam',
'mysql_innodb' => 'Use MySQL as a database with innodb.
Transactions will be processed with innodb',
'sqlite2' => 'Use sqlite2 as a database which saves the data in files.
DB file must not be accessible from the web.
(Never been tested for stabilization)',
'sqlite3_pdo' => 'Use sqlite3 as a database which supports PHP PDO.
DB file must not be accessible from the web.',
'cubrid' => 'Use CUBRID as a database. See manual for more info',
'mssql' => 'Use MSSQL as a database',
'postgresql' => 'Use PostgreSql as a database.',
'firebird' => 'Use Firebird as a database.
You can create a database with (create database "/path/dbname.fdb" page_size=8192 default character set UTF-8;)',
);
$lang->form_title = 'Database & Administrator Information';
$lang->db_title = 'Please input DB information';
$lang->db_type = 'DB Type';
$lang->select_db_type = 'Please select the DB you want to use.';
$lang->db_hostname = 'DB Hostname';
$lang->db_port = 'DB Port';
$lang->db_userid = 'DB ID';
$lang->db_password = 'DB Password';
$lang->db_database = 'DB Database';
$lang->db_database_file = 'DB Database File';
$lang->db_table_prefix = 'Table Header';
$lang->db_info_desc = '
Please check database information to server master.
You can modify database table preface, and can use small letters(small letter is recommended), and numbers, but you can not use special letters.
'; $lang->admin_title = 'Administrator Info'; $lang->env_title = 'Configuration'; $lang->use_optimizer = 'Enable Optimizer'; $lang->about_optimizer = 'If optimizer is enabled, users can quickly access to this site, since multiple CSS / JS files are put together and compressed before transmission.