From 7830e910690d29955a02c27149e2878b87f91fbd Mon Sep 17 00:00:00 2001 From: supershop Date: Sun, 22 Aug 2010 15:48:26 +0000 Subject: [PATCH] english translation git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7634 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/file/lang/en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/file/lang/en.lang.php b/modules/file/lang/en.lang.php index 1b72dfaf2..9a9754858 100644 --- a/modules/file/lang/en.lang.php +++ b/modules/file/lang/en.lang.php @@ -53,7 +53,7 @@ 'ipaddress' => 'IP Address', ); $lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.'; - $lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.'; - $lang->msg_file_upload_error = '파일 업로드 중 에러가 발생하였습니다.'; + $lang->msg_not_permitted_create = 'Failed to create a file or directory.'; + $lang->msg_file_upload_error = 'An error has occurred during uploading.'; ?>