diff --git a/boot.php b/boot.php index 4a5ba62..c023199 100644 --- a/boot.php +++ b/boot.php @@ -4,7 +4,7 @@ $currentLanguage = 'en'; // -$acceptedLanguages = array('en','es','de','ru'); +$acceptedLanguages = array('en','es','de','ru','pt'); if (isset($_GET['l'])) { if (in_array($_GET['l'], $acceptedLanguages)) { diff --git a/html/footer.php b/html/footer.php index ccd983b..e22e224 100644 --- a/html/footer.php +++ b/html/footer.php @@ -13,6 +13,8 @@ Español | Русский + | + Português
diff --git a/html/topnavbar.php b/html/topnavbar.php index b82d295..513da16 100644 --- a/html/topnavbar.php +++ b/html/topnavbar.php @@ -30,6 +30,7 @@ Deutsch Español Русский + Português
diff --git a/languages/pt.json b/languages/pt.json new file mode 100644 index 0000000..a140563 --- /dev/null +++ b/languages/pt.json @@ -0,0 +1,34 @@ +{ + "head-title": "Plugins - Bludit CMS", + "head-description": "Expanda a funcionalidade do Bludit com incríveis extensões. Redes sociais, editores de HTML, CSS personalizado, feed RSS, mapa do site, gráfico aberto, cartões do Twitter e muito mais.", + "little-description-paragraph1": "Expanda as funcionalidades do Bludit com plugins surpreendentes", + "add-new-plugin": "Adiciona um novo Plugin", + + "demo": "Demo", + "documentation": "Documentação", + "themes": "Temas", + "plugins": "Plugins", + "donations": "Doações", + "donate": "Doar", + "download": "Baixar", + "search": "Buscar", + "live-demo": "Live Demo", + "free-download": "Baixar grátis", + "more-information": "Mais informações", + "made-by": "Feito por", + "support-forum": "Fórum de suporte", + "support-chat": "Chat de suporte", + "description": "Descrição", + "features": "Recursos", + "last-update": "Última atualização", + "author": "Autor", + "buy": "Comprar", + "buy-from": "Comprar de", + "version": "Versão", + + "download-for-bludit-v2": "Baixar para o Bludit v2.x", + "download-for-bludit-v3": "Baixar para o Bludit v3.x", + "support": "Suporte", + "for-more-information-or-extra": "Para mais informações e configurações extras, visite o site do desenvolvedor.", + "this-plugin-has-not-yet-been-translated-into": "Este plugin não foi traduzido ainda para o português. Ajude-nos a traduzi-lo." +}