1<?php 2/** 3 * English language file for photogallery plugin 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Marco Nolletti 7 */ 8 9$lang['use_phpThumb'] = 'Use phpThumb per cache and thumbnails generation'; 10$lang['autoplay'] = 'Automatically start the photogallery slideshow'; 11$lang['poster_width'] = 'Poster image width'; 12$lang['poster_height'] = 'Poster image height'; 13$lang['posteralign'] = 'Poster image alignment (left|right)'; 14$lang['thumbnail_width'] = 'Thumbnail image width'; 15$lang['thumbnail_height'] = 'Thumbnail image height'; 16$lang['viewport_width'] = 'Viewport width'; 17$lang['viewport_height'] = 'Viewport height'; 18$lang['viewport_rotate'] = 'Rotate viewport for portrate images'; 19$lang['panorama_ratio'] = 'Consider the image as panorama if the aspect ratio is greater than the parameter (A:B con A>B)'; 20$lang['panorama_width'] = 'Panoramic image vireport width'; 21$lang['panorama_height'] = 'Panoramic image vireport height'; 22 23$lang['sort'] = 'How to sort the gallery images'; 24$lang['sort_o_file'] = 'Sort by filename'; 25$lang['sort_o_mod'] = 'Sort by file date'; 26$lang['sort_o_date'] = 'Sort by EXIF date'; 27$lang['sort_o_title'] = 'Sort by EXIF title'; 28$lang['sort_o_random'] = 'Sort randomly'; 29 30$lang['options'] = 'Additional default options'; 31$lang['options_o_fullsize'] = 'Fullsize'; 32$lang['options_o_crop'] = 'Crop'; 33$lang['options_o_reverse'] = 'Invert sort order'; 34$lang['options_o_recursive'] = 'Recurse subfolders'; 35$lang['options_o_showtitle'] = 'Show the title of the image'; 36$lang['options_o_showdescription'] = 'Show the description of the image'; 37$lang['options_o_showkeywords'] = 'Show the keywords of the image'; 38$lang['options_o_showinfo'] = 'Show EXIF info'; 39$lang['options_o_showfname'] = 'Show the filename'; 40 41