Data migration UX refactoring.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8757 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-11 09:28:50 +00:00
parent e10e89312b
commit 8086564446
9 changed files with 45 additions and 9 deletions

View file

@ -40,7 +40,11 @@
3 => 'Member and article data may not be corrected after the import. If so, please synchronize to recover them with user_id.',
99 => 'Importing...',
);
$lang->xml_path = 'XML 파일의 경로를 입력하세요.';
$lang->path_info = '상대 경로와 절대 경로 모두 입력 가능합니다.';
$lang->data_destination = '데이터의 목적지를 선택하세요.';
$lang->document_destination = '글 데이터의 목적지를 선택하세요.';
$lang->guestbook_destination = '방명록 데이터의 목적지를 선택하세요.';
// guide/alert
$lang->msg_sync_member = 'Please click on Synchronize button to start data synchronization.';
$lang->msg_no_xml_file = 'Could not find the XML file. Please check the path again';