XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
blocks.php
1<?php
2// ## XOOPS Cube Legacy - Versão em Português
3// ## Por............: Mikhail Miguel
4// ## E-mail.........: mikhail.miguel@gmail.com
5// License https://creativecommons.org/licenses/by/2.5/br/
6
7define( '_MB_USER_DISPLAY' , "Mostrar %s associados");
8define( '_MB_USER_DISPLAYA' , "Mostrar os avatares dos associados");
9define( '_MB_USER_GUESTS' , "Anônimos");
10define( '_MB_USER_LOGIN' , "Entrar");
11define( '_MB_USER_LOSTPASS' , "Perdeu a senha?");
12define( '_MB_USER_MEMBERS' , "Associados");
13define( '_MB_USER_MORE' , "outros...");
14define( '_MB_USER_NODISPGR' , "Não mostrar os associados cuja graduação é:");
15define( '_MB_USER_ONLINEPHRASE' , "Há %s visitantes neste momento...");
16define( '_MB_USER_ONLINEPHRASEX' , "%s na seção %s"); //
17define( '_MB_USER_PASSWORD' , "Senha:");
18define( '_MB_USER_REMEMBERME' , "Lembrar");
19define( '_MB_USER_SECURE' , "Entrar via conexão segura");
20define( '_MB_USER_USERNAME' , "Codinome:");
21define( '_MB_USER_USERREG' , "Cadastre-se!");