영어 - 추가 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5092 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2008-12-16 06:51:11 +00:00
parent 769ee33f57
commit 0201823fb0
3 changed files with 9 additions and 8 deletions

View file

@ -35,12 +35,12 @@
$lang->file_search_target_list = array(
'filename' => 'File Name',
'filesize' => 'File Size (byte, over)',
'filesize_mega' => '파일크기 (Mb, 이상)',
'filesize_mega' => 'File Size (mbyte, over)',
'download_count' => 'Downloads (over)',
'regdate' => 'Registered Date',
'user_id' => '아이디',
'user_name' => '이름',
'nick_name' => '닉네임',
'user_id' => 'User UD',
'user_name' => 'User Name',
'nick_name' => 'Nickname',
'ipaddress' => 'IP Address',
);
?>