일부 추가된 부분의 일본어 번역 : 검수는 추후... ^^;

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5128 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
heemin 2008-12-18 11:47:56 +00:00
parent 93ffe36639
commit ff391cf500
5 changed files with 51 additions and 50 deletions

View file

@ -1,7 +1,7 @@
<?php
/**
* @file modules/file/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa
* @author zero <zero@nzeo.com> 翻訳RisaPapa、ミニミ
* @brief 添付ファイルfileモジュールの基本言語パッケージ
**/
@ -34,11 +34,11 @@
$lang->file_search_target_list = array(
'filename' => 'ファイル名',
'filesize' => 'ファイルサイズ((Byte以上',
'filesize_mega' => '파일크기 (Mb, 이상)',
'filesize_mega' => 'ファイルサイズ (Mb、以上)',
'download_count' => 'ダウンロード数(以上)',
'user_id' => '아이디',
'user_name' => '이름',
'nick_name' => '닉네임',
'user_id' => '',
'user_name' => '名前',
'nick_name' => 'ニックネーム',
'regdate' => '登録日',
'ipaddress' => 'IPアドレス',
);