<?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: tr-TR (Turkish - Turkey) language for plugin Youtube Video
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Hakan Gür ( http://www.dildersleri.gen.tr )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/
defined('_ELXIS_') or die ('Doğrudan erişime izin yok.');
$_lang = array();
$_lang['VIDEOID'] = "Video ID";
//1.1
$_lang['INTEGRA_METHOD'] = 'Entegrasyon yöntemi';
$_lang['DEF_WIDTH'] = 'Standart genişlik';
$_lang['WIDTH_HEIGHT_DESC'] = 'Height is calculated automatically from width based on aspect ratio 16:9';
?>