Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/pt/pt.mod_adminarticles.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 Admin Articles
* @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_ADMINARTICLES_TITLE'] = 'Artigos recentes e populares';
$_lang['LATEST_ARTICLES'] = 'Artigos mais recentes';
$_lang['LATEST'] = 'Recentes';
$_lang['POPULAR_ARTICLES'] = 'Artigos populares';
$_lang['POPULAR'] = 'Popular';
$_lang['CHANGE_MOD_PARAMS'] = 'Altere os parâmetros do módulo';
$_lang['IN'] = 'em'; //translators help: in {CATEGORY_NAME}
$_lang['BY'] = 'por'; //translators help: by {AUTHOR_NAME}
$_lang['EDIT_CATEGORY'] = 'Editar categoria';
$_lang['EDIT_USER'] = 'Editar utilizador';
$_lang['CREATED_ON'] = "Criado a %s"; //translators help: Created on {DATE}
$_lang['NALLOW_EDIT'] = 'Você não está autorizado a editar este item';
$_lang['UNPUBLISHED'] = 'não-publicado';
$_lang['LATEST_ARTS_SITE'] = 'Os artigos mais reccentes adicionados ao site.';
$_lang['POPULAR_LAST_MONTH'] = 'The most popular articles of the last month.';
$_lang['POPULAR_LAST_MONTHS'] = 'Os artigos mais populares dos últimos %s meses.';
$_lang['POPULAR_ALL_TIME'] = 'Os artigos mais populares de todos os tempos.';
$_lang['LIMIT_ARTICLES_DESC'] = 'Número de artigos a serem exibidos';
$_lang['POP_MONTHS'] = 'Meses de popularidade';
$_lang['POP_MONTHS_DESC'] = 'Você pode limitar a visualização dos artigos populares ao determinar um específico período de tempo.';
$_lang['ALL_TIME_POPULAR'] = 'Sempre popular';
$_lang['LAST_MONTH'] = 'Último mês';
$_lang['LAST_2MONTHS'] = 'Últimos 2 mêses';
$_lang['LAST_3MONTHS'] = 'Últimos 3 mêsesLast 3 months';
$_lang['LAST_6MONTHS'] = 'Últimos 6 mêses';
$_lang['LAST_YEAR'] = 'Último ano';

?>