english translation for admin page

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6998 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2009-11-29 09:26:50 +00:00
parent 83a258b37e
commit 5bc70a3bcf
2 changed files with 25 additions and 25 deletions

View file

@ -277,10 +277,10 @@
$lang->eid = 'Name of extra variable'; $lang->eid = 'Name of extra variable';
// ftp-related // ftp-related
$lang->ftp_form_title = 'Input FTP account information'; $lang->ftp_form_title = 'FTP Account Information';
$lang->ftp = 'FTP'; $lang->ftp = 'FTP';
$lang->ftp_port = 'FTP port'; $lang->ftp_port = 'FTP port';
$lang->cmd_check_ftp_connect = 'Check connection via FTP'; $lang->cmd_check_ftp_connect = 'Check FTP Connection';
$lang->about_ftp_info = " $lang->about_ftp_info = "
FTP account information can be used in following cases. <br /> FTP account information can be used in following cases. <br />
1. If safe_mode setting of PHP is on, XE will be installed using FTP. <br /> 1. If safe_mode setting of PHP is on, XE will be installed using FTP. <br />
@ -296,9 +296,9 @@
$lang->msg_ftp_chmod_fail = "Chmod failed. Please check the permission and configuration of FTP server."; $lang->msg_ftp_chmod_fail = "Chmod failed. Please check the permission and configuration of FTP server.";
$lang->msg_ftp_connect_success = "Connection and authentication to the FTP server succeeded."; $lang->msg_ftp_connect_success = "Connection and authentication to the FTP server succeeded.";
$lang->ftp_path_title = 'FTP 경로 정보 입력'; $lang->ftp_path_title = 'FTP Path Information';
$lang->msg_ftp_installed_realpath = '설치된 XE의 절대경로'; $lang->msg_ftp_installed_realpath = 'Absolute Path of XE';
$lang->msg_ftp_installed_ftp_realpath = '설치된 XE의 FTP 절대경로 설정'; $lang->msg_ftp_installed_ftp_realpath = 'Absolute FTP Path of XE';
// Alert messages for Javascript using by XML filter // Alert messages for Javascript using by XML filter

View file

@ -7,18 +7,18 @@
$lang->admin_info = 'Administrator Info'; $lang->admin_info = 'Administrator Info';
$lang->admin_index = 'Index Admin Page'; $lang->admin_index = 'Index Admin Page';
$lang->control_panel = 'Control panel'; $lang->control_panel = 'Dashboard';
$lang->start_module = 'Start Module'; $lang->start_module = 'Default Module';
$lang->about_start_module = 'You can specify start module by default.'; $lang->about_start_module = 'You can specify default module of the site.';
$lang->module_category_title = array( $lang->module_category_title = array(
'service' => 'Service Setting', 'service' => 'Services',
'member' => 'Member Setting', 'member' => 'Members',
'content' => 'Content Setting', 'content' => 'Contents',
'statistics' => 'Statistics', 'statistics' => 'Statistics',
'construction' => 'Construction', 'construction' => 'Construction',
'utility' => 'Utility Setting', 'utility' => 'Utilities',
'interlock' => 'Interlock Setting', 'interlock' => 'Embedded',
'accessory' => 'Accessories', 'accessory' => 'Accessories',
'migration' => 'Data Migration', 'migration' => 'Data Migration',
'system' => 'System Setting', 'system' => 'System Setting',
@ -34,7 +34,7 @@
$lang->current_version = "Current Version"; $lang->current_version = "Current Version";
$lang->current_path = "Installed Path"; $lang->current_path = "Installed Path";
$lang->released_version = "Latest Version"; $lang->released_version = "Latest Version";
$lang->about_download_link = "New version of Zerboard XE is now available.\nClick the download link to get the latest version."; $lang->about_download_link = "New version of Zerboard XE is now available!\nPlease click the download link to get the latest version.";
$lang->item_module = "Module List"; $lang->item_module = "Module List";
$lang->item_addon = "Addon List"; $lang->item_addon = "Addon List";
@ -50,13 +50,13 @@
$lang->cmd_shortcut_management = "Edit Menu"; $lang->cmd_shortcut_management = "Edit Menu";
$lang->msg_is_not_administrator = 'Administrator only'; $lang->msg_is_not_administrator = 'Administrator Only';
$lang->msg_manage_module_cannot_delete = 'Shortcuts of module, addon, layout, widget cannot be removed'; $lang->msg_manage_module_cannot_delete = 'Shortcuts of module, addon, layout, widget cannot be removed';
$lang->msg_default_act_is_null = 'Shortcut could not be registered because default admin Action is not set'; $lang->msg_default_act_is_null = 'Shortcut could not be registered because default admin Action is not set';
$lang->welcome_to_xe = 'Welcome to the admin page of XE'; $lang->welcome_to_xe = 'Welcome to the admin page of XE';
$lang->about_admin_page = "Admin page is still being developing,\nWe will add essential contents by accepting many good suggestions during Closebeta."; $lang->about_admin_page = "Admin page is still under development,\nWe will add essential contents by accepting many good suggestions during Closebeta.";
$lang->about_lang_env = "To apply selected language as default language, click the [Save] button."; $lang->about_lang_env = "To apply selected language as default language, click on the Save button.";
$lang->xe_license = 'XE complies with the GPL'; $lang->xe_license = 'XE complies with the GPL';
$lang->about_shortcut = 'You may remove shortcuts of modules which are registered on frequently using module list'; $lang->about_shortcut = 'You may remove shortcuts of modules which are registered on frequently using module list';
@ -65,17 +65,17 @@
$lang->today = "Today"; $lang->today = "Today";
$lang->cmd_lang_select = "Language"; $lang->cmd_lang_select = "Language";
$lang->about_cmd_lang_select = "Selected languages only will be serviced"; $lang->about_cmd_lang_select = "Only selected languages will be served.";
$lang->about_recompile_cache = "You can arrange useless or invalid cache files"; $lang->about_recompile_cache = "You can delete useless or invalid cache files.";
$lang->use_ssl = "Use SSL"; $lang->use_ssl = "Use SSL";
$lang->ssl_options = array( $lang->ssl_options = array(
'none' => "Not use", 'none' => "Never",
'optional' => "optional", 'optional' => "Optional",
'always' => "always" 'always' => "Always"
); );
$lang->about_use_ssl = "If you choose 'optional', SSL will be used for actions such as sign up / changing information. And for 'always', your site will be served only via https."; $lang->about_use_ssl = "In case of 'Optional', SSL will be used for actions such as signing up / changing information. And for 'Always', your site will be served only via https.";
$lang->server_ports = "Server port"; $lang->server_ports = "Server Port";
$lang->about_server_ports = "If your web-server uses other than 80 for HTTP, 443 for HTTPS, you should specify server ports"; $lang->about_server_ports = "If your web server does not use 80 for HTTP or 443 for HTTPS port, you should specify server ports";
$lang->use_db_session = 'Use Session DB'; $lang->use_db_session = 'Use Session DB';
$lang->about_db_session = 'It will use php session with DB when authenticating.<br/>Websites with infrequent usage of web server may expect faster response when this function is disabled.<br/>However session DB will make it unable to get current users, so you cannot use related functions.'; $lang->about_db_session = 'It will use php session with DB when authenticating.<br/>Websites with infrequent usage of web server may expect faster response when this function is disabled.<br/>However session DB will make it unable to get current users, so you cannot use related functions.';
$lang->sftp = "Use SFTP"; $lang->sftp = "Use SFTP";