Changeset 2951 for branches

Show
Ignore:
Timestamp:
07/01/2008 07:50:39 AM (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

    r2950 r2951  
    3333        <li><strong>Não existe conflitos de namespace.</strong> Todas as classes estão adequadas para permitir componentes com nomes similares, a favor de uma API mais coerente.</li> 
    3434        <li><strong>Cascading resources offer unparalleled extensibility.</strong> Almost every part of Kohana can be overloaded or extended without editing core system files. Modules allow multi-file plugins to be added to your application, transparently.</li> 
    35         <li><strong>Drivers e API consistente.</strong> Bibliotecas podem ter diferentes "drivers" para manipular  to handle different external <abbr title="Application Programming Interface">API</abbr>s transparently. For example, multiple session storage options are available (database, cookie, and native), but the same interface is used for all of them. This allows new drivers to be developed for existing libraries, which keeps the API consistent and transparent.</li> 
     35        <li><strong>Biblioteca baseada em "Drivers" e API consistente.</strong> Bibliotecas podem ter diferentes "drivers" para manipular  to handle different external <abbr title="Application Programming Interface">API</abbr>s transparently. For example, multiple session storage options are available (database, cookie, and native), but the same interface is used for all of them. This allows new drivers to be developed for existing libraries, which keeps the API consistent and transparent.</li> 
    3636        <li><strong>Powerful event handler.</strong> Observer-style event handlers allow for extreme levels of customization potential.</li> 
    3737        <li><strong>Ciclo de Desenvolvimento Ágil.</strong> Rapid development results in faster response to user bugs and requests.</li>