1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Hideaki SAWADA <chuno@live.jp>
7 */
8
9$lang['last']  = '最後のページ';
10$lang['next']  = '次のページ';
11$lang['up']    = '概要に戻る';
12$lang['prev']  = '前のページ';
13$lang['first'] = '最初のページ';
14