<?php
/**
 * English language file for gallery plugin
 *
 * @author Dmitry Baikov <dsbaikov@gmail.com>
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$lang['thumbnail_width']  = 'Thumbnail image width';
$lang['thumbnail_height'] = 'Thumbnail image height';
$lang['image_width']      = 'Image width';
$lang['image_height']     = 'Image height';
$lang['cols']             = 'Images per row';

$lang['sort']         = 'How to sort the gallery images';
$lang['sort_o_file']  = 'sort by filename';
$lang['sort_o_mod']   = 'sort by file date';
$lang['sort_o_date']  = 'sort by EXIF date';
$lang['sort_o_title'] = 'sort by EXIF title';

$lang['options'] = 'Additional gallery default options';

