<?php
/**
* @version: 1.1
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2014 Elxis.org. All rights reserved.
* @description: en-GB (English - Great Britain) language for plugin Youtube Video
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Stavros Stratakis ( 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['VIDEOID'] = "Video ID";
//1.1
$_lang['INTEGRA_METHOD'] = 'Integration method';
$_lang['DEF_WIDTH'] = 'Default width';
$_lang['WIDTH_HEIGHT_DESC'] = 'Height is calculated automatically from width based on aspect ratio 16:9';
?>