Changeset 2910 for branches

Show
Ignore:
Timestamp:
06/25/2008 03:02:48 PM (5 months ago)
Author:
msaraujo
Message:
 
Files:
1 modified

Legend:

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

    r2909 r2910  
    77        'developers'            => 'Desenvolvedores:', 
    88        'menu_trac'             => 'Trac', 
    9         'menu_timeline'         => 'Timeline', 
    10         'menu_source'           => 'Browse Source', 
     9        'menu_timeline'         => 'Linha do Tempo', 
     10        'menu_source'           => 'Visualize os fontes', 
    1111        'menu_tickets'          => 'Tickets', 
    12         'menu_join'             => 'Join', 
     12        'menu_join'             => 'Faca parte', 
    1313        'menu_jobs'             => 'Empregos', 
    1414        'menu_home'             => 'Home', 
    1515        'menu_download'         => 'Download', 
    1616        'menu_tutorials'        => 'Tutoriais', 
    17         'menu_documentation'    => 'Documentation', 
     17        'menu_documentation'    => 'Documentacao', 
    1818        'menu_forum'            => 'Forum', 
    1919        'menu_api'              => 'API Manual', 
    20         'forums_title'          => 'Latest Forum Activity', 
    21         'trac_title'            => 'Latest Changes', 
    22         'download_link'         => '<strong>Download</strong> Latest Version', 
     20        'forums_title'          => 'Ultima atividade no forum', 
     21        'trac_title'            => 'Ultimas alteracoes', 
     22        'download_link'         => '<strong>Download</strong> Ultima Versao', 
    2323        'copyright'             => 'Kohana Team. All rights reserved.', 
    24         'stats'                 => 'Powered by Kohana v{kohana_version}. Rendered in {execution_time} seconds, using {memory_usage} of memory.', 
     24        'stats'                 => 'Powered by Kohana v{kohana_version}. Renderizado em {execution_time} segundo(s), usando {memory_usage} de memoria.', 
    2525);