Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/pt/pt.mod_categories.php
<?php
/**
* @version: 1.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2013 Elxis.org. All rights reserved.
* @description: pt-PT (Portuguese - Portugal) language for Module Categories
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Luciano Neves ( luckybano@gmail.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_CATEGORIES_TITLE'] = 'Categorias';
$_lang['HOME_DESC'] = 'Mostrar primeiro um link para a página inicial?';
$_lang['CATEGORIES'] = 'Categorias';
$_lang['CATEGORIES_TO_DISP'] = 'Categorias a mostrar';
$_lang['FIRST_LEVEL'] = 'Primeiro nível';
$_lang['FIRST_SECOND_LEVEL'] = 'Primeiro e segundo nível';
$_lang['SELECTED'] = 'Selecionado';
$_lang['ORIENTATION'] = 'Orientação';
$_lang['VERTICAL'] = 'Vertical';
$_lang['HORIZONTAL'] = 'Horizontal';
$_lang['CATEGORY_IDS'] = 'Categorias dos IDs';
$_lang['CATEGORY_IDS_DESC'] = 'Categorias dos IDs separados por vírgula';

?>