일부 일본어 번역 누락 부분 보충 및 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6123 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
heemin 2009-04-15 23:50:10 +00:00
parent 4a0de0b094
commit a273979e47
8 changed files with 23 additions and 17 deletions

View file

@ -1,5 +1,11 @@
<?php
$lang->new_members = '新会員のお知らせ';
$lang->document_ranking = 'ゲシゲウルランキング';
/**
* @file layouts/cafeXE/lang/jp.lang.php
* @author 翻訳:ミニミ
* @brief 日本語言語パッケージ(基本的な内容のみ)
**/
$lang->new_members = '新規会員のお知らせ';
$lang->document_ranking = '書き込みランキング';
$lang->comment_ranking = 'コメント数ランキング';
?>