mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
english translation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7766 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2edd417de4
commit
80109b756b
2 changed files with 13 additions and 13 deletions
|
|
@ -84,7 +84,7 @@
|
||||||
$lang->author = 'Developer';
|
$lang->author = 'Developer';
|
||||||
$lang->password = 'Password';
|
$lang->password = 'Password';
|
||||||
$lang->password1 = 'Password';
|
$lang->password1 = 'Password';
|
||||||
$lang->password2 = 'Confirm Password';
|
$lang->password2 = 'Retype Password';
|
||||||
$lang->admin_id = 'Admin ID';
|
$lang->admin_id = 'Admin ID';
|
||||||
$lang->writer = 'Author';
|
$lang->writer = 'Author';
|
||||||
$lang->user_name = 'User Name';
|
$lang->user_name = 'User Name';
|
||||||
|
|
|
||||||
|
|
@ -503,18 +503,18 @@ EndOfLicense;
|
||||||
$lang->cmd_ignore = 'Ignore';
|
$lang->cmd_ignore = 'Ignore';
|
||||||
|
|
||||||
$lang->db_desc = array(
|
$lang->db_desc = array(
|
||||||
'mysql' => 'Using mysql*() function to use mysql DB.<br />Transaction is disabled because DB file is created by myisam.',
|
'mysql' => 'Use MySQL as database with mysql*() functions in php.<br />Transactions will not be processed since DB file is created in myisam.',
|
||||||
'mysqli' => 'Using mysqli*() function to use mysql DB.',
|
'mysqli' => 'Use MySQL as database with mysqli*() functions in php.<br />Transactions will not be processed since DB file is created in myisam',
|
||||||
'mysql_innodb' => 'Using innodb to use mysql DB.<br />Transaction is enabled for innodb',
|
'mysql_innodb' => 'Use MySQL as database with innodb.<br />Transactions will be processed with innodb',
|
||||||
'sqlite2' => 'Supporting sqlite2 which saves the data into the file.<br />When installing, DB file should be created at unreachable place from web.<br />(Never got tested on stabilization)',
|
'sqlite2' => 'Use sqlite2 as database which saves the data as files.<br />DB file <b>must not be</b> accessible from the web.<br />(Never been tested for stabilization)',
|
||||||
'sqlite3_pdo' => 'Suppots sqlite3 by PHP\'s PDO.<br />When installing, DB file should be created at unreachable place from web.',
|
'sqlite3_pdo' => 'Use sqlite3 as database with supports from PDO of php.<br />DB file <b>must not be</b> accessible from the web.',
|
||||||
'cubrid' => 'Use CUBRID DB. <a href="http://www.xpressengine.com/?mid=manual&pageid=2880556" onclick="window.open(this.href);return false;" class="manual">manual</a>',
|
'cubrid' => 'Use CUBRID as database. See <a href="http://www.xpressengine.com/?mid=manual&pageid=2880556" onclick="window.open(this.href);return false;" class="manual">manual</a> for more info',
|
||||||
'mssql' => 'Use MSSQL DB',
|
'mssql' => 'Use MSSQL as database',
|
||||||
'postgresql' => 'Use PostgreSql DB.',
|
'postgresql' => 'Use PostgreSql as database.',
|
||||||
'firebird' => 'Use firebird DB.',
|
'firebird' => 'Use Firebird as database.<br />You can create database with (create database "/path/dbname.fdb" page_size=8192 default character set UTF-8;)',
|
||||||
);
|
);
|
||||||
|
|
||||||
$lang->form_title = 'Please input DB & Admin information';
|
$lang->form_title = 'Database & Administrator Information';
|
||||||
$lang->db_title = 'Please input DB information';
|
$lang->db_title = 'Please input DB information';
|
||||||
$lang->db_type = 'DB Type';
|
$lang->db_type = 'DB Type';
|
||||||
$lang->select_db_type = 'Please select the DB you want to use.';
|
$lang->select_db_type = 'Please select the DB you want to use.';
|
||||||
|
|
@ -523,8 +523,8 @@ EndOfLicense;
|
||||||
$lang->db_userid = 'DB ID';
|
$lang->db_userid = 'DB ID';
|
||||||
$lang->db_password = 'DB Password';
|
$lang->db_password = 'DB Password';
|
||||||
$lang->db_database = 'DB Database';
|
$lang->db_database = 'DB Database';
|
||||||
$lang->db_database_file = 'DB Database file';
|
$lang->db_database_file = 'DB Database File';
|
||||||
$lang->db_table_prefix = 'Table header';
|
$lang->db_table_prefix = 'Table Header';
|
||||||
|
|
||||||
$lang->admin_title = 'Administrator Info';
|
$lang->admin_title = 'Administrator Info';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue