1<?php 2/** 3 * Options for the sviewer plugin 4 * 5 * @author TTy32 (randy@tty32.org) - Original by Ikuo Obataya <I.Obataya@gmail.com> 6 */ 7 8$lang['title'] = 'Default viewer title'; 9$lang['width'] = 'Default viewer width'; 10$lang['height'] = 'Default viewer height'; 11$lang['align'] = 'Default alignment (LEFT/RIGHT/NOALIGN)'; 12$lang['galleryStyle'] = 'Gallery Style (MODERN/COMPACT/CLASSIC)'; 13$lang['textColor'] = 'Color of title and caption text'; 14$lang['frameColor'] = 'Color of image frame, thumbnail frame, image navigation arrows and thumb navigation arrows'; 15$lang['frameWidth'] = 'Width of image frame'; 16$lang['thumbPosition'] = 'Position of thumbnails relative to main image (TOP/BOTTOM/RIGHT/LEFT/NONE)'; 17$lang['thumbColumns'] = 'Number of thumbnail columns'; 18$lang['thumbRows'] = 'Number of thumbnail rows'; 19$lang['showOpenButton'] = 'Whether to show "Open Image in New Window" button and right-click menu option'; 20$lang['showFullscreenButton']= 'Whether to show "Go Fullscreen" button and right-click menu option'; 21$lang['maxImageWidth'] = 'Width of the widest image in the gallery. Used to determine the best layout for your gallery'; 22$lang['maxImageHeight'] = 'Height of tallest image in the gallery. Used to determine the best layout for your gallery'; 23$lang['captionMode'] = 'Captionmode, 0=No caption, 1=Filename as caption, 2=Filename as caption without extension'; 24 25