Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/en/en.mod_gallery.php
<?php
/**
* @version: 1.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2012 Elxis.org. All rights reserved.
* @description: en-GB (English - England) language for module Gallery
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Ioannis Sannos ( http://www.elxis.org )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['MOD_GALLERY_TITLE'] = 'Gallery';
$_lang['NUMIMG_DISPLAY'] = 'Number of images to display.';
$_lang['THUMB_WPIXELS'] = 'Thumbnails width in pixels. The default value is 40.';
$_lang['PRETEXT'] = 'Introduction text';
$_lang['PRETEXT_DESC'] = 'You can optionally write some text to be displayed above the gallery images.';
$_lang['RANDOM'] = 'Random';
$_lang['BY_NAME'] = 'By name';
$_lang['NEWER_FIRST'] = 'Newer first';
$_lang['OLDER_FIRST'] = 'Older first';
$_lang['IMAGES_DIR'] = 'Images folder';
$_lang['IMAGES_DIR_DESC'] = 'A sub-folder of media/images/ where your images are located. You can
    optionally create a sub-folder named thumbs to upload the images thumbnails. Otherwise, large
    images will be used as thumbnails too.'
;
$_lang['OTHER_OPTIONS'] = 'Other options';
$_lang['LINK'] = 'Link';
$_lang['LINK_DESC'] = 'An optional link to be displayed below the thumbnails for a detailed gallery page.
    It can be an Elxis URI (strongly recommended) or a complete URL.'
;
$_lang['MORE_IMAGES'] = 'More images';
$_lang['LIGHTBOX'] = 'Lightbox';
$_lang['LIGHTBOX_DESC'] = 'Open large images in a lightbox window?';

?>