-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updade pt-br lang, add xoops banner support
- Loading branch information
1 parent
a1374ab
commit 038028c
Showing
6 changed files
with
51 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,30 @@ | ||
<?php | ||
|
||
//Nav Menu | ||
define("THEME_HOME", "Home"); | ||
define("THEME_MODULE1", "About"); | ||
define("THEME_MODULE2", "News"); | ||
define("THEME_MODULE3", "Forum"); | ||
define("THEME_MODULE4", "Contact"); | ||
define("THEME_SEARCH_TEXT", "Search here..."); | ||
define("THEME_SEARCH_BUTTON", "Go"); | ||
define("THEME_HOME", "Início"); | ||
define("THEME_MODULE1", "Sobre"); | ||
define("THEME_MODULE2", "Notícias"); | ||
define("THEME_MODULE3", "Fórum"); | ||
define("THEME_MODULE4", "Contato"); | ||
define("THEME_SEARCH_TEXT", "Buscar no site..."); | ||
define("THEME_SEARCH_BUTTON", "Buscar"); | ||
|
||
//Slider | ||
define("THEME_READMORE", "Read More"); | ||
define("THEME_READMORE", "Leia Mais"); | ||
|
||
//Home Message | ||
define("THEME_ABOUTUS", "About Us"); | ||
define("THEME_LEARNINGMORE", "Learning More..."); | ||
define("THEME_ABOUTUS", "Sobre Nós"); | ||
define("THEME_LEARNINGMORE", "Continue Lendo..."); | ||
|
||
//NewBB | ||
define("THEME_NEWBB_TOPIC", "More"); | ||
define("THEME_FORUM_SPONSORBY", "Sponsor By.: "); | ||
define("THEME_GOTOTHEFORUM", "Go to Forum"); | ||
define("THEME_FORUM_DESCRIPTION", "Description"); | ||
define("THEME_NEWBB_SEARCH_FORUM", "Search in forum..."); | ||
define("THEME_NEWBB_SEARCH_TOPIC", "Search in topic..."); | ||
define("THEME_FORUM_DESC", "About This Forum"); | ||
define("THEME_NEWBB_TOPIC", "Mais"); | ||
define("THEME_FORUM_SPONSORBY", "Patrocinado por.: "); | ||
define("THEME_GOTOTHEFORUM", "Ir ao Fórum"); | ||
define("THEME_FORUM_DESCRIPTION", "Descrição"); | ||
define("THEME_NEWBB_SEARCH_FORUM", "Buscar no Fórum..."); | ||
define("THEME_NEWBB_SEARCH_TOPIC", "Buscar no Tópico..."); | ||
define("THEME_FORUM_DESC", "Sobre este fórum"); | ||
|
||
//Block login | ||
define("THEME_LOGIN", "Nome de Usuário"); | ||
define("THEME_PASS", "Digite sua Senha"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters