Changeset 2928 for branches

Show
Ignore:
Timestamp:
06/27/2008 12:12:54 PM (5 months ago)
Author:
msaraujo
Message:

first translations (saturday we are going to have another sprint effort)

Location:
branches/website/application/i18n/pt_BR
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/i18n/pt_BR/download.php

    r2909 r2928  
    44( 
    55        '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.', 
    1212        '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'            => 'French', 
    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', 
    1818        'lang_mk_MK'            => 'Macedonian', 
    19         'lang_es_ES'            => 'Spanish', 
    20         'lang_pl_PL'            => 'Polish', 
     19        'lang_es_ES'            => 'Espanhol', 
     20        'lang_pl_PL'            => 'Polonês', 
    2121        'zip_archive'           => 'Zip Archive', 
    22         'total'                 => 'Total Downloads: %s', 
     22        'total'                 => 'Total de Download(s): %s', 
    2323        'version'               => 'Download Kohana v%s', 
    2424        '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  
    33$lang = array 
    44( 
    5         'subtitle'              => 'Kohana: Swift, Secure, and Small PHP 5 Framework', 
     5        'subtitle'              => 'Kohana: Veloz, Seguro e Pequeno', 
    66        '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.', 
    77        'developers'            => 'Desenvolvedores:', 
  • branches/website/application/i18n/pt_BR/sidebar.php

    r2909 r2928  
    33$lang = array 
    44( 
    5         'title'                 => 'Keep Kohana Alive', 
     5        'title'                 => 'Mantenha o Kohana vivo', 
    66        '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.', 
    77        'donating'              => 'donating', 
    8         'your_donations'        => 'Your donations', 
    9         'read_more'             => 'Read More', 
     8        'your_donations'        => 'Suas doacoes', 
     9        'read_more'             => 'Leia mais', 
    1010);