<?php
/**
 * English language file for photogallery plugin
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author  Marco Nolletti
 */

$lang['use_phpThumb']     = 'Use phpThumb per cache and thumbnails generation';
$lang['autoplay']         = 'Automatically start the photogallery slideshow';
$lang['poster_width']     = 'Poster image width';
$lang['poster_height']    = 'Poster image height';
$lang['posteralign']      = 'Poster image alignment (left|right)';
$lang['thumbnail_width']  = 'Thumbnail image width';
$lang['thumbnail_height'] = 'Thumbnail image height';
$lang['viewport_width']   = 'Viewport width';
$lang['viewport_height']  = 'Viewport height';
$lang['viewport_rotate']  = 'Rotate viewport for portrate images';
$lang['panorama_ratio']   = 'Consider the image as panorama if the aspect ratio is greater than the parameter (A:B con A>B)';
$lang['panorama_width']   = 'Panoramic image vireport width';
$lang['panorama_height']  = 'Panoramic image vireport height';

$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['sort_o_random'] = 'Sort randomly';

$lang['options'] = 'Additional default options';
$lang['options_o_fullsize'] = 'Fullsize';
$lang['options_o_crop'] = 'Crop';
$lang['options_o_reverse'] = 'Invert sort order';
$lang['options_o_recursive'] = 'Recurse subfolders';
$lang['options_o_showtitle'] = 'Show the title of the image';
$lang['options_o_showdescription'] = 'Show the description of the image';
$lang['options_o_showkeywords'] = 'Show the keywords of the image';
$lang['options_o_showinfo'] = 'Show EXIF info';
$lang['options_o_showfname'] = 'Show the filename';

