Changeset 2929 for branches

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

still translating the pt_BR home

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/views/pages/home/home_pt_BR.php

    r2927 r2929  
    1313</div> 
    1414<div style="float:left;"> 
    15         <h2>Technology</h2> 
     15        <h2>Tecnologia</h2> 
    1616        <ul> 
    1717                <li>Strict PHP 5 <abbr title="Object Oriented Programming">OOP</abbr></li> 
    18                 <li>Simple database abstraction using SQL helpers</li> 
    19                 <li>Multiple session drivers (native, database, and cookie)</li> 
     18                <li>Abstracão de acesso ao banco de dados simples utilizando SQL helpers</li> 
     19                <li>Múltiplos Drivers de Sessão (nativo, banco de dados e cookie)</li> 
    2020                <!-- <li>Advanced cache system with drivers (file, database, memcache, shmop)</li> --> 
    2121                <li>Powerful event handler allows small modifications dynamically</li> 
     
    2323        </ul> 
    2424</div> 
    25 <h3 style="clear:both;padding-top:1em;">How is Kohana Different?</h3> 
    26 <p>Although Kohana reuses many common design patterns and concepts, there are some things that make Kohana stand out:</p> 
     25<h3 style="clear:both;padding-top:1em;">Por quê o Kohana é diferente?</h3> 
     26<p>Apesar do Kohana reutilizar vários padrões de design bastante comuns, existem algumas coisas que faz o Kohana se destacar:</p> 
    2727<ol> 
    2828        <li><strong>Community, not company, driven.</strong> Kohana development is driven by a team of dedicated people that need a framework for fast, powerful solutions.</li>