Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/pt/pt.mod_adminusers.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 Users
* @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_ADMINUSERS_TITLE'] = 'Utilizadores online';
$_lang['ONLINE_USERS'] = 'Utilizadores online';
$_lang['ONLINE_TIME'] = 'Tempo que permaneceram online';
$_lang['IDLE_TIME'] = 'Tempo de inactividade';
$_lang['ACTIONS'] = 'Ações';
$_lang['FORCE_LOGOUT'] = 'Forçar logout';
$_lang['BAN_IP'] = 'Banir IP';
$_lang['OS'] = 'OS'; //Operating System
$_lang['BROWSER'] = 'Navegador';
$_lang['CLICKS'] = 'Cliques';
$_lang['EXT_UNAME'] = "%s utilizador"; //translators help: Facebook user, Google user, etc...
$_lang['AUTHENTICATION'] = 'Autenticação';
//2.0 (Elxis 5.0)
$_lang['PREV_PAGE'] = 'Página anterior';
$_lang['NEXT_PAGE'] = 'Próxima página';

?>