Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/en/en.mod_opensearch.php
<?php
/**
* @version: 4.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 - Great Britain) language for module Open Search
* @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_OPENSEARCH_TITLE'] = 'Open Search';
$_lang['ADD_ENGINE_BROWSER'] = 'Add our search engine to your browser';
$_lang['ADD_TO_BROWSER'] = 'Add to browser';
$_lang['TEXT'] = 'Text';
$_lang['IMAGE_TEXT'] = 'Image and text';
$_lang['CUSTOM_IMAGE'] = 'Custom image';
$_lang['CUSTOM_IMAGE_DESC'] = 'Upload a PNG, JPG, JPEG or GIF image';

?>