Changed AND Added Japanese Translation.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4589 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
heemin 2008-10-03 03:55:33 +00:00
parent c92721bd40
commit 58f09fe5c4
14 changed files with 58 additions and 38 deletions

View file

@ -1,7 +1,7 @@
<?php
/**
* @file modules/integration_search/lang/ko.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa
* @author zero <zero@nzeo.com> 翻訳RisaPapa、ミニミ
* @brief 日本語言語パッケージ(基本的な内容のみう)
**/
@ -25,7 +25,7 @@
$lang->is_sort_option = array(
'regdate' => '登録日',
'comment_count' => 'コメント数',
'readed_count' => '照合数',
'readed_count' => '閲覧数',
'voted_count' => '推薦数',
);
?>