1<?php
2/**
3 * English language file for gallery plugin
4 *
5 * @author Dmitry Baikov <dsbaikov@gmail.com>
6 */
7
8$lang['thumbnail_width']  = 'Thumbnail image width';
9$lang['thumbnail_height'] = 'Thumbnail image height';
10$lang['image_width']      = 'Image width';
11$lang['image_height']     = 'Image height';
12$lang['cols']             = 'Images per row';
13$lang['direct']           = 'Direct linking';
14$lang['lightbox']         = 'Use Lightbox (implies direct linking)';
15$lang['showname']         = 'Show image filename';
16$lang['reverse']          = 'Reverse sort';
17