Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/sr/sr.mod_menu.php
<?php
/**
* @version: 2.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2019 Elxis.org. All rights reserved.
* @description: sr-RS (Srpski - Srbija) language for module Menu
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Ivan Trebješanin ( http://www.elxis-srbija.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_MENU_TITLE'] = 'Meni';
$_lang['COLLECTION'] = 'Zbirka';
$_lang['MENU_COL_DESC'] = 'Zbirka menija iz koje će linkovi biti učitani.';
$_lang['HORIZONTAL'] = 'Horizontalno';
$_lang['VERTICAL'] = 'Vertikalno';
//2.0 (Elxis 5.0)
$_lang['FONT_ICONS'] = 'Ikone iz fonta';
$_lang['FONT_ICONS_DESC'] = 'Prikaz stavki menija u vidu ikona? (ako su podešene)';

?>