1<?php
2/**
3 * English language file for gallery plugin
4 *
5 * @author Dmitry Baikov <dsbaikov@gmail.com>
6 * @author Andreas Gohr <andi@splitbrain.org>
7 */
8
9$lang['thumbnail_width']  = 'Thumbnail image width';
10$lang['thumbnail_height'] = 'Thumbnail image height';
11$lang['image_width']      = 'Image width';
12$lang['image_height']     = 'Image height';
13$lang['cols']             = 'Images per row';
14
15$lang['sort']         = 'How to sort the gallery images';
16$lang['sort_o_file']  = 'sort by filename';
17$lang['sort_o_mod']   = 'sort by file date';
18$lang['sort_o_date']  = 'sort by EXIF date';
19$lang['sort_o_title'] = 'sort by EXIF title';
20
21$lang['options'] = 'Additional gallery default options';
22
23