- Timestamp:
- 06/27/2008 12:12:54 PM (5 months ago)
- Location:
- branches/website/application/i18n/pt_BR
- Files:
-
- 3 modified
-
download.php (modified) (1 diff)
-
layout.php (modified) (1 diff)
-
sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/i18n/pt_BR/download.php
r2909 r2928 4 4 ( 5 5 'title' => 'Download', 6 'auth_description' => ' Simple authentication and user management. Uses <a href="http://doc.kohanaphp.com/libraries/orm">ORM</a> for models.',7 'forge_description' => ' Object-oriented form generation and templating.',8 'media_description' => ' Media caching, compression, and aggregation for CSS and Javascript files.',9 'kodoc_description' => ' Dynamic self-generated documentation. (Beta!)',10 'markdown_description' => ' Text formatting tool that offers text to HTML markup with a natural syntax.',11 'swift_description' => ' Feature-rich emailing library that supports HTML email, STMP connections, and many other features.',6 'auth_description' => 'Autenticacão simples e Gerenciamento de usuários. Utiliza <a href="http://doc.kohanaphp.com/libraries/orm">ORM</a> para os modelos.', 7 'forge_description' => 'Geracão de formulários baseados em templates e orientados a objeto.', 8 'media_description' => 'Cacheamento de Mídia, compressão e agregacão para CSS e arquivos Javascript.', 9 'kodoc_description' => 'Geracão de documentacão dinâmica. (Beta!)', 10 'markdown_description' => 'Ferramenta de formatacão de texto que oferece conversão HTML com uma sintaxe natural.', 11 'swift_description' => 'Biblioteca de Email rica em recursos que suporta HTML, conexões SMTP e muitas outras opcões.', 12 12 'purifier_description' => 'Standards-compliant HTML filtering library that offers XSS (Cross Site Scripting) prevention and XHTML normalization.', 13 'lang_en_US' => ' English (US)',14 'lang_en_GB' => ' English (UK)',15 'lang_nl_NL' => ' Dutch',16 'lang_fr_FR' => 'Fr ench',17 'lang_de_DE' => ' German',13 'lang_en_US' => 'Inglês (EUA)', 14 'lang_en_GB' => 'Inglês (Reino Unido)', 15 'lang_nl_NL' => 'Holandês', 16 'lang_fr_FR' => 'Francês', 17 'lang_de_DE' => 'Alemão', 18 18 'lang_mk_MK' => 'Macedonian', 19 'lang_es_ES' => ' Spanish',20 'lang_pl_PL' => 'Pol ish',19 'lang_es_ES' => 'Espanhol', 20 'lang_pl_PL' => 'Polonês', 21 21 'zip_archive' => 'Zip Archive', 22 'total' => 'Total Downloads: %s',22 'total' => 'Total de Download(s): %s', 23 23 'version' => 'Download Kohana v%s', 24 24 'parts' => 'All Kohana libraries, helpers, and views are included in this download, but you may select your modules, vendor tools, and languages below.', -
branches/website/application/i18n/pt_BR/layout.php
r2910 r2928 3 3 $lang = array 4 4 ( 5 'subtitle' => 'Kohana: Swift, Secure, and Small PHP 5 Framework',5 'subtitle' => 'Kohana: Veloz, Seguro e Pequeno', 6 6 'description' => 'Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.', 7 7 'developers' => 'Desenvolvedores:', -
branches/website/application/i18n/pt_BR/sidebar.php
r2909 r2928 3 3 $lang = array 4 4 ( 5 'title' => ' Keep Kohana Alive',5 'title' => 'Mantenha o Kohana vivo', 6 6 'content' => 'If you use Kohana and find it worth something, please consider <strong>%s</strong>. %s will be directly used to cover the costs of maintaining Kohana.', 7 7 'donating' => 'donating', 8 'your_donations' => ' Your donations',9 'read_more' => ' Read More',8 'your_donations' => 'Suas doacoes', 9 'read_more' => 'Leia mais', 10 10 );
