1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Ikuo Obataya <cxx05051@nifty.com>
7 * @author Hideaki SAWADA <chuno@live.jp>
8 */
9$lang['page']                  = 'ページ';
10$lang['date']                  = '日付';
11$lang['user']                  = 'ユーザー';
12$lang['desc']                  = '内容';
13$lang['diff']                  = '差分';
14$lang['diff_title']            = '現在のリビジョンとの差分を表示';
15$lang['diff_alt']              = '現在のリビジョンとの差分を表示';
16