1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author RainSlide <RainSlide@outlook.com>
7 * @author oott123 <ip.192.168.1.1@qq.com>
8 */
9$lang['thumbnail_width']       = '缩略图宽度';
10$lang['thumbnail_height']      = '缩略图高度';
11$lang['image_width']           = '图片宽度';
12$lang['image_height']          = '图片高度';
13$lang['cols']                  = '每行图片数量';
14$lang['sort']                  = '图片排序方式';
15$lang['sort_o_file']           = '按文件名';
16$lang['sort_o_mod']            = '按文件时间';
17$lang['sort_o_date']           = '按 EXIF 时间';
18$lang['sort_o_title']          = '按 EXIT 标题';
19$lang['options']               = '其他相册默认选项';
20