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$lang['thumbnail_width'] = 'サムネイル画像の幅'; 9$lang['thumbnail_height'] = 'サムネイル画像の高さ'; 10$lang['image_width'] = '画像の幅'; 11$lang['image_height'] = '画像の高さ'; 12$lang['cols'] = '一行の画像数'; 13$lang['sort'] = '画像のソート方法'; 14$lang['sort_o_file'] = 'ファイル名順'; 15$lang['sort_o_mod'] = 'ファイル日付順'; 16$lang['sort_o_date'] = 'EXIF日付順'; 17$lang['sort_o_title'] = 'EXIFタイトル順'; 18$lang['options'] = 'デフォルトに追加するギャラリーのオプション'; 19