From 16fc3c782089032460e14e79d624ccc2a0afbfb1 Mon Sep 17 00:00:00 2001 From: supershop Date: Fri, 28 Dec 2007 05:03:19 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=96=B4=20-=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3429 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/importer/lang/en.lang.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/importer/lang/en.lang.php b/modules/importer/lang/en.lang.php index 57f82d677..cb42af6b2 100644 --- a/modules/importer/lang/en.lang.php +++ b/modules/importer/lang/en.lang.php @@ -10,15 +10,15 @@ $lang->cmd_continue = 'Continue'; // items - $lang->importer = 'Transfer zeroboard datas'; - $lang->source_type = 'Previous target'; - $lang->type_member = 'Member data'; - $lang->type_message = 'Message data'; + $lang->importer = 'Transfer Zeroboard Data'; + $lang->source_type = 'Previous Target'; + $lang->type_member = 'Member Data'; + $lang->type_message = 'Message Data'; $lang->type_ttxml = 'TTXML'; - $lang->type_module = 'Articles data'; - $lang->type_syncmember = 'Synchronize member data'; - $lang->target_module = 'Target module'; - $lang->xml_file = 'XML file'; + $lang->type_module = 'Articles Data'; + $lang->type_syncmember = 'Synchronize Member Data'; + $lang->target_module = 'Target Module'; + $lang->xml_file = 'XML File'; $lang->import_step_title = array( 1 => 'Step 1. Select previous target', @@ -47,8 +47,8 @@ // blah blah.. $lang->about_type_member = 'If you are transfering the member information, select this option'; $lang->about_type_message = 'If you are transfering the message information, select this option'; - $lang->about_type_ttxml = '데이터 이전 대상이 TTXML(textcube계열)일 경우 선택해주세요'; - $lang->about_ttxml_user_id = 'TTXML이전시에 글쓴이로 지정할 사용자 아이디를 입력해주세요. (이미 가입된 아이디여야 합니다)'; + $lang->about_type_ttxml = 'If you are transfering the TTXML(textcube) information, select this option'; + $lang->about_ttxml_user_id = 'Please input user ID to set as author on transfering TTXML. (user ID must be already signed up)'; $lang->about_type_module = 'If you are transfering the board or articles information, select this option'; $lang->about_type_syncmember = 'If you are trying to synchronize the member information after transfering member and article information, select this option'; $lang->about_importer = "You can transfer Zeroboard4, Zeroboard5 Beta or other program's data into ZeroboardXE's data.\nIn order to tranfer, you have to use XML Exporter to convert the data you want into XML File then upload it.";