<?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: fa-IR (Persian - Iran) language for module Content
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Farhad Sakhaei ( http://parsmizban.com )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/
defined('_ELXIS_') or die ('Direct access to this location is not allowed.');
$_lang = array();
$_lang['MOD_CONTENT_TITLE'] = 'محتوا';
?>