Added Japanese Translation.

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2308 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
risapapa 2007-08-11 07:17:44 +00:00
parent 5a6d1d1cf1
commit 213a891bb4

View file

@ -12,19 +12,19 @@
$lang->about_sample_code = "上のコードをレイアウトなどに追加すると統合検索が可能になります。"; $lang->about_sample_code = "上のコードをレイアウトなどに追加すると統合検索が可能になります。";
$lang->msg_no_keyword = "検索語を入力してください。"; $lang->msg_no_keyword = "検索語を入力してください。";
$lang->is_result_text = "<strong>'%s'</strong> 에 대한 검색결과 <strong>%d</strong>건"; $lang->is_result_text = "<strong>'%s'</strong>に対する検索結果<strong>%d</strong>件";
$lang->is_search_option = array( $lang->is_search_option = array(
'title' => '제목', 'title' => 'タイトル',
'content' => '내용', 'content' => '内容',
'title_content' => '제목+내용', 'title_content' => 'タイトル+内容',
//'comment' => '댓글', //'comment' => 'コメント',
); );
$lang->is_sort_option = array( $lang->is_sort_option = array(
'regdate' => '등록일', 'regdate' => '登録日',
'comment_count' => '댓글수', 'comment_count' => 'コメント数',
'readed_count' => '조회수', 'readed_count' => '照合数',
'voted_count' => '추천수', 'voted_count' => '推薦数',
); );
?> ?>