<?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 - Great Britain) language for plugin eLink
* @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['LINK_CONTENT'] = 'Link to content';
$_lang['OTHER_COMPONENTS'] = 'Other components';
$_lang['USERS_CENTRAL'] = 'Users central';
$_lang['MEMBERS_LIST'] = 'Members list';
$_lang['REGISTER'] = 'Register';
$_lang['RECOVER_PASS'] = 'Recover password';
$_lang['MY_PROFILE'] = 'My profile';
$_lang['INSERT_LINK_CURCTG'] = 'Insert a link to the selected category';
$_lang['INSERT_LINK_ART'] = 'Insert a link to this article';
$_lang['BROWSE_CTG_ARTS'] = 'Browse category articles';
$_lang['NO_ARTICLES_FOUND'] = 'No articles found!';
$_lang['MAX_ARTS_ORDERED'] = "A maximum of %s articles are shown ordered by title.";
$_lang['LINK'] = 'Link';
?>