<?php
/**
 * Japanese language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Ikuo Obataya <I.Obataya@gmail.com>
 */
 
// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
 
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu']            = 'すべてのコメントを見る...'; 

$lang['discussion']      = '掲示板';
$lang['comment']         = 'コメント';
$lang['comments']        = 'コメント';
$lang['url']             = 'ウェブサイト';
$lang['address']         = '住所';
$lang['date']            = '日付';
$lang['btn_reply']       = '返事';
$lang['btn_hide']        = '隠す';
$lang['btn_show']        = '表示';
$lang['wordblock']       = 'コメントはスパムとしてブロックされました。';
$lang['mail_newcomment'] = '新しいコメント';

$lang['reply']           = '返事';
$lang['replies']         = '返事';
$lang['newthread']       = '新しいスレッド';
$lang['threads']         = 'スレッド';

//Setup VIM: ex: et ts=2 enc=utf-8 :