english translation

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7634 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2010-08-22 15:48:26 +00:00
parent d4b67232cd
commit 7830e91069

View file

@ -53,7 +53,7 @@
'ipaddress' => 'IP Address', 'ipaddress' => 'IP Address',
); );
$lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.'; $lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.';
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.'; $lang->msg_not_permitted_create = 'Failed to create a file or directory.';
$lang->msg_file_upload_error = '파일 업로드 중 에러가 발생하였습니다.'; $lang->msg_file_upload_error = 'An error has occurred during uploading.';
?> ?>