Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/pt/pt.mod_login.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 Login
* @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_LOGIN_TITLE'] = 'Iniciar sessão';
$_lang['MOD_LOGOUT_TITLE'] = 'Perfil';
$_lang['GENERAL'] = 'Geral';
$_lang['LOGIN_WITH'] = "Iniciar sessão %s";
$_lang['LOGIN_EXACC_PROVIDERS'] = 'Entrar com sua conta existente usando qualquer um dos seguintes fornecedores.';
$_lang['EXT_AUTH_METHODS'] = 'Métodos de autenticação externos';
$_lang['EXT_AUTH_METHODS_DESC'] = 'Mostrar (em caso de houver) métodos de autenticação externos?';
$_lang['AUTH_HELP'] = 'Ajuda na autenticação';
$_lang['AUTH_HELP_DESC'] = 'Exibir uma mensagem curta de ajuda para métodos de autenticação externos?';
$_lang['PRETEXT'] = 'Pré-texto';
$_lang['PRETEXT_DESC'] = 'Texto ou código HTML que é exibido acima do formulário de login.';
$_lang['POSTTEXT'] = 'Texto postado';
$_lang['POSTTEXT_DESC'] = 'Texto ou código HTML que é exibido abaixo do formulário de login.';
$_lang['REMEMBER_ME'] = 'Lembrar-me';
$_lang['CREATE_ACCOUNT'] = 'Criar conta';
$_lang['PASS_RECOVERY'] = 'Recuperação da palavra passe';
$_lang['PASSWORD_SHORT'] = 'Palavra passe';
$_lang['LOGIN_REDIRECT'] = 'Redirecionamento do Login';
$_lang['LOGIN_REDIRECT_DESC'] = 'Qual a página a que o utilizador deve ser redirecionado, após o login bem sucedido.';
$_lang['SAME_PAGE'] = 'Mesma página';
$_lang['USERS_CENTRAL'] = 'Centro dos utilizadores';
$_lang['SHOW_AVATAR'] = 'Mostrar avatar';
$_lang['AVATAR_WIDTH'] = 'Largura do avatar';
$_lang['AVATAR_WIDTH_DESC'] = 'Largura da imagem em avatar em píxeis';
$_lang['USE_GRAVATAR'] = 'Utilize o  Gravatar';
$_lang['USE_GRAVATAR_DESC'] = 'Utilize o serviço gravatar para utilizadores que não têm avatar?';
$_lang['GROUP_DESC'] = 'Mostrar o grupo de utilizadores?';
$_lang['TIME_ONLINE'] = 'Tempo online';
$_lang['DISPLAY_NAME'] = 'Mostrar nome';
$_lang['DISPLAY_NAME_DESC'] = 'Qual o nome a exivbir quando os utilizadores se encnontram conectados?';
$_lang['AUTOMATIC'] = 'Automático';
$_lang['FULLNAME'] = 'Nome completo';
$_lang['ONLINE_FOR'] = "Online desde %s";
$_lang['AUTH_METHOD'] = 'Método de autenticação';
$_lang['AUTH_METHOD_USEDEXT'] = 'Mostrar o método de autenticação usado para entrar? Somente quando utilizado um fornecedor externo.';
$_lang['LOGGED_VIA'] = "Ligado através %s";
$_lang['UNKNOWN'] = 'Desconhecido';
$_lang['MY_PROFILE'] = 'Meu perfil';
//Elxis 4.2
$_lang['SHOW_LABELS'] = 'Mostrar rótulos?';
$_lang['ORIENTATION'] = 'Orientação';
$_lang['VERTICAL'] = 'Vertical';
$_lang['HORIZONTAL'] = 'Horizontal';
$_lang['REGISTER_RECOV_PASS'] = 'Registre-se e de recuperação de senha';
$_lang['NO_REDIRECT_AJAX'] = 'No redirecionamento - o login AJAX';
//Elxis 4.3
$_lang['CUSTOM_REDIRECTION'] = 'Redirecionamento personalizado';
$_lang['REDIRECTION_URI'] = 'Redirecionamento URI';
$_lang['REDIRECTION_URI_IN_DESC'] = 'An Elxis URI or a full URL to redirect user after login. Example: user:/ for Users Central.';
$_lang['REDIRECTION_URI_OUT_DESC'] = 'An optional Elxis URI or a full URL to redirect user after logout. Example: user:/ for Users Central.';
//2.0 - Elxis 5.0
$_lang['YES_SIDE'] = 'Sim, lado';
$_lang['YES_TOP'] = 'Sim, topo';

?>