1<?php 2/** 3 * Japanese language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Ikuo Obataya <I.Obataya@gmail.com> 7 */ 8 9// settings must be present and set appropriately for the language 10$lang['encoding'] = 'utf-8'; 11$lang['direction'] = 'ltr'; 12 13// for admin plugins, the menu prompt to be displayed in the admin menu 14// if set here, the plugin doesn't need to override the getMenuText() method 15$lang['menu'] = 'すべてのコメントを見る...'; 16 17$lang['discussion'] = '掲示板'; 18$lang['comment'] = 'コメント'; 19$lang['comments'] = 'コメント'; 20$lang['url'] = 'ウェブサイト'; 21$lang['address'] = '住所'; 22$lang['date'] = '日付'; 23$lang['btn_reply'] = '返事'; 24$lang['btn_hide'] = '隠す'; 25$lang['btn_show'] = '表示'; 26$lang['wordblock'] = 'コメントはスパムとしてブロックされました。'; 27$lang['mail_newcomment'] = '新しいコメント'; 28 29$lang['reply'] = '返事'; 30$lang['replies'] = '返事'; 31$lang['newthread'] = '新しいスレッド'; 32$lang['threads'] = 'スレッド'; 33 34//Setup VIM: ex: et ts=2 enc=utf-8 :