Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/pt/pt.mod_whosonline.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: pt-PT (Portuguese - Portugal) language for module Who is online
* @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_WHOSONLINE_TITLE'] = 'Quem está online';
$_lang['OUTPUT_STYLE'] = 'Estilo de saída';
$_lang['OUTPUT_STYLE_DESC'] = 'Você pode optar por exibir apenas os números totais de visitantes online e membros ou uma saída mais detalhada com os avatares dos utilizadores.';
$_lang['JUST_NUMBERS'] = 'Apenas números';
$_lang['NUMBERS_AVATARS'] = 'Números e avatares';
$_lang['GUEST_USER_ON'] = 'Nós temos 1 visitante e um utilizador online.';
$_lang['GUESTS_USER_ON'] = 'Nós temos %s visitantes e 1 utilizador online.';
$_lang['GUEST_USERS_ON'] = 'Nós temos 1 visitante e %s utilizadores online.';
$_lang['GUESTS_USERS_ON'] = 'Nós temos %s visitantes %s utilizadores online.';
$_lang['ONLINE_FOR'] = 'Online desde';
$_lang['HOUR'] = 'hora';
$_lang['HOURS'] = 'horas';
$_lang['MINUTE'] = 'minuto';
$_lang['MINUTES'] = 'minutos';
$_lang['AND'] = 'e';
$_lang['TIME_ONLINE'] = 'Tempo online';
$_lang['TIME_ONLINE_DESC'] = 'Exibir o tempo que os utilizadores estão online? (quando o rato tiver por cima do avatar)';

?>