한글 띄어쓰기, 맞춤법 등 일부 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6715 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-08-01 02:36:33 +00:00
parent 914b89add2
commit 2ee3844935
22 changed files with 375 additions and 383 deletions

View file

@ -8,10 +8,10 @@
$lang->integration_search = '통합검색';
$lang->sample_code = '샘플코드';
$lang->about_target_module = '선택된 모듈만 검색 대상으로 정합니다. 권한설정에 대한 주의를 바랍니다';
$lang->about_sample_code = '위 코드를 레이아웃등에 추가하시면 통합검색이 가능합니다';
$lang->msg_no_keyword = '검색어를 입력해주세요';
$lang->msg_document_more_search = '계속 검색 버튼을 선택하시면 아직 검색하지 않은 부분까지 계속 검색 하실 수 있습니다';
$lang->about_target_module = '선택된 모듈만 검색 대상으로 정합니다. 권한설정에 대한 주의를 바랍니다.';
$lang->about_sample_code = '위 코드를 레이아웃, 스킨 등에 추가하시면 통합검색이 가능합니다.';
$lang->msg_no_keyword = '검색어를 입력해주세요.';
$lang->msg_document_more_search = '\'계속 검색\' 버튼을 선택하시면 아직 검색하지 않은 부분까지 계속 검색 하실 수 있습니다.';
$lang->is_result_text = "<strong>'%s'</strong> 에 대한 검색결과 <strong>%d</strong>건";
$lang->multimedia = '이미지/동영상';
@ -33,8 +33,8 @@
$lang->is_sort_option = array(
'regdate' => '등록일',
'comment_count' => '댓글수',
'readed_count' => '조회수',
'voted_count' => '추천수',
'comment_count' => '댓글 수',
'readed_count' => '조회 수',
'voted_count' => '추천 수',
);
?>