<?php
/**
 * Options for the sviewer plugin
 *
 * @author TTy32 (randy@tty32.org) - Original by Ikuo Obataya <I.Obataya@gmail.com>
 */

$lang['title']               = 'Default viewer title';
$lang['width']               = 'Default viewer width';
$lang['height']              = 'Default viewer height';
$lang['align']               = 'Default alignment (LEFT/RIGHT/NOALIGN)';
$lang['galleryStyle']        = 'Gallery Style (MODERN/COMPACT/CLASSIC)';
$lang['textColor']           = 'Color of title and caption text';
$lang['frameColor']          = 'Color of image frame, thumbnail frame, image navigation arrows and thumb navigation arrows';
$lang['frameWidth']          = 'Width of image frame';
$lang['thumbPosition']       = 'Position of thumbnails relative to main image (TOP/BOTTOM/RIGHT/LEFT/NONE)';
$lang['thumbColumns']        = 'Number of thumbnail columns';
$lang['thumbRows']           = 'Number of thumbnail rows';
$lang['showOpenButton']      = 'Whether to show "Open Image in New Window" button and right-click menu option';
$lang['showFullscreenButton']= 'Whether to show "Go Fullscreen" button and right-click menu option';
$lang['maxImageWidth']       = 'Width of the widest image in the gallery. Used to determine the best layout for your gallery';
$lang['maxImageHeight']      = 'Height of tallest image in the gallery. Used to determine the best layout for your gallery';
$lang['captionMode']      	 = 'Captionmode, 0=No caption, 1=Filename as caption, 2=Filename as caption without extension';

