1<?php
2
3/**
4 * japanese language file
5 *
6 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 *
8 * @author HokkaidoPerson <dosankomali@yahoo.co.jp>
9 * @author Esther Brunner <esther@kaffeehaus.ch>
10 */
11$lang['reveal']                = '見せる';
12$lang['reveallong']            = '内容を表示';
13$lang['hide']                  = '隠す';
14$lang['hidelong']              = '内容を隠す';
15$lang['fold_unfold_all_button'] = '全て展開する/折り畳む';
16