Runa A. Sandvik commited on 2011-07-13 21:03:57
Zeige 2 geänderte Dateien mit 35 Einfügungen und 11 Löschungen.
| ... | ... |
@@ -18,39 +18,39 @@ |
| 18 | 18 |
my $sidenav; |
| 19 | 19 |
$sidenav = [ |
| 20 | 20 |
{'url' => 'about/overview',
|
| 21 |
- 'txt' => 'Tor Overview', |
|
| 21 |
+ 'txt' => 'Visão Geral do Tor', |
|
| 22 | 22 |
}, |
| 23 | 23 |
{'url' => 'about/torusers',
|
| 24 |
- 'txt' => 'Users of Tor', |
|
| 24 |
+ 'txt' => 'Usuários do Tor', |
|
| 25 | 25 |
}, |
| 26 | 26 |
|
| 27 | 27 |
{'url' => 'about/corepeople',
|
| 28 |
- 'txt' => 'Tor People', |
|
| 28 |
+ 'txt' => 'Pessoas do Tor', |
|
| 29 | 29 |
'subelements' => [ |
| 30 | 30 |
{'url' => 'about/board',
|
| 31 |
- 'txt' => 'Board of Directors', |
|
| 31 |
+ 'txt' => 'Diretoria', |
|
| 32 | 32 |
}, |
| 33 | 33 |
{'url' => 'about/translators',
|
| 34 |
- 'txt' => 'Translators', |
|
| 34 |
+ 'txt' => 'Tradutores', |
|
| 35 | 35 |
}, |
| 36 | 36 |
{'url' => 'about/volunteers',
|
| 37 |
- 'txt' => 'Volunteers', |
|
| 37 |
+ 'txt' => 'Voluntários', |
|
| 38 | 38 |
}, |
| 39 | 39 |
{'url' => 'about/contributors',
|
| 40 |
- 'txt' => 'Past Contributors', |
|
| 40 |
+ 'txt' => 'Antigos Contribuidores', |
|
| 41 | 41 |
}] |
| 42 | 42 |
}, |
| 43 | 43 |
{'url' => 'about/sponsors',
|
| 44 |
- 'txt' => 'Sponsors', |
|
| 44 |
+ 'txt' => 'Patrocinadores', |
|
| 45 | 45 |
}, |
| 46 | 46 |
{'url' => 'about/financials',
|
| 47 |
- 'txt' => 'Financial Reports', |
|
| 47 |
+ 'txt' => 'Relatórios Financeiros', |
|
| 48 | 48 |
}, |
| 49 | 49 |
{'url' => 'projects/projects',
|
| 50 |
- 'txt' => 'Projects', |
|
| 50 |
+ 'txt' => 'Projetos', |
|
| 51 | 51 |
}, |
| 52 | 52 |
{'url' => 'docs/documentation',
|
| 53 |
- 'txt' => 'Documentation', |
|
| 53 |
+ 'txt' => 'Documentação', |
|
| 54 | 54 |
}, |
| 55 | 55 |
]; |
| 56 | 56 |
:> |
| ... | ... |
@@ -0,0 +1,24 @@ |
| 1 |
+#!/usr/bin/wml |
|
| 2 |
+ |
|
| 3 |
+## translation metadata |
|
| 4 |
+# Revision: $Revision: 24807 $ |
|
| 5 |
+# Translation-Priority: 1-high |
|
| 6 |
+ |
|
| 7 |
+<: |
|
| 8 |
+ # path link text |
|
| 9 |
+ my @navigation = ( |
|
| 10 |
+ 'index' , 'Home', |
|
| 11 |
+ 'about/overview' , 'Sobre o Tor', |
|
| 12 |
+ 'docs/documentation' , 'Documentação', |
|
| 13 |
+ 'projects/projects' , 'Projetos', |
|
| 14 |
+ 'press/press' , 'Imprensa', |
|
| 15 |
+ '<blog>' , 'Blog', |
|
| 16 |
+ 'http://printfection.com/torprojectstore' , 'Loja', |
|
| 17 |
+ ); |
|
| 18 |
+ my @calltoaction = ( |
|
| 19 |
+ 'download/download' , 'Baixe', |
|
| 20 |
+ 'getinvolved/volunteer' , 'Seja Voluntário', |
|
| 21 |
+ 'donate/donate' , 'Doe', |
|
| 22 |
+ ); |
|
| 23 |
+ |
|
| 24 |
+:> |
|
| 0 | 25 |