일본어 번역 일부 수정 : 설치시의 FTP관련 문구, 댓글 알리미 관련

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5023 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
heemin 2008-11-28 10:21:22 +00:00
parent ae8428c1d9
commit 3ade2e2003
3 changed files with 7 additions and 7 deletions

View file

@ -226,7 +226,7 @@ EndOfLicense;
$lang->cmd_agree_license = 'ライセンスに同意します。';
$lang->cmd_install_fix_checklist = 'インストールするための必須条件を設定しました。';
$lang->cmd_install_next = 'インストールを続けます。';
$lang->cmd_ignore = '無視';
$lang->cmd_ignore = 'FTP設定を省略する';
$lang->db_desc = array(
'mysql' => 'MySQL DBで PHPの「mysql*()」関数を利用してデータの入出力を行います。<br />DBは「myisam」タイプで作成されるため、トランザクション処理はできません。',

View file

@ -2,5 +2,5 @@
$lang->commentnotify = 'コメントお知らせアラート';
$lang->msg_checked_comment_is_deleted = '%d個のアラートメッセージが削除されました。';
$lang->cmd_delete_checked_comment = '選択したコメントを削除';
$lang->site_name = 'Site Name';
$lang->site_name = 'サイト名';
?>