source: extensions/community/language/pt_BR/plugin.lang.php @ 23112

Last change on this file since 23112 was 23112, checked in by TranslationTeam, 11 years ago

[community] Update pt_BR, thanks to : flaviove

  • Property svn:executable set to *
File size: 5.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['%d photos rejected'] = '%d fotos rejeitadas';
24$lang['%d photos uploaded by %s'] = '%d fotos enviadas por %s';
25$lang['%d photos uploaded into album "%s"'] = '%d fotos enviadas para a categoria "%s"';
26$lang['%d photos validated'] = '%d fotos validadas';
27$lang['%s (the group)'] = '%s (o grupo)';
28$lang['%s (the user)'] = '%s (o usuário)';
29$lang['%u pending photos'] = '%u fotos pendentes';
30$lang['Add a permission'] = 'adicione uma permissão';
31$lang['Cancel'] = 'Cancelar';
32$lang['Delete permission'] = 'Apagar permissão';
33$lang['Edit a permission'] = 'Editar uma permissão';
34$lang['Hi administrators,'] = 'Olá Administradores,';
35$lang['Level 16'] = 'Pendente';
36$lang['No album, this photo is orphan'] = 'Sem categoria, essa foto é órfã';
37$lang['Pending Photos'] = 'Fotos pendentes';
38$lang['Permission added'] = 'Permissão adicionada';
39$lang['Permission removed'] = 'Permissão revogada';
40$lang['Permission updated'] = 'Permissão atualizada';
41$lang['Set Photo Properties'] = 'Defina as propriedades da foto';
42$lang['The whole gallery'] = 'Toda Galeria';
43$lang['Upload Permissions'] = 'Permissões de envio';
44$lang['Upload your own photos'] = 'Envie suas próprias fotos';
45$lang['Validation page: %s'] = 'Página de validação: %s';
46$lang['Where?'] = 'Onde?';
47$lang['Which level of trust?'] = 'Qual nível de confiança?';
48$lang['Who?'] = 'Quem?';
49$lang['Your photos are waiting for validation, administrators have been notified'] = 'Suas fotos estão aguardando  validação, os administradores foram notificados';
50$lang['Zoom'] = 'Zoom';
51$lang['a group'] = 'um grupo';
52$lang['a specific user'] = 'um usuário específico';
53$lang['ability to create sub-albums'] = 'habilidade para criar sub-categorias';
54$lang['any registered user'] = 'qualquer usuário registrado';
55$lang['any visitor'] = 'qualquer visitante';
56$lang['high trust'] = 'Confiança alta';
57$lang['low trust'] = 'Confiança baixa';
58$lang['sub-albums creation'] = 'Criação de sub-categorias';
59$lang['uploaded photos are directly displayed in the gallery'] = 'Fotos enviadas são  mostradas diretamente na galeria';
60$lang['uploaded photos must be validated by an administrator'] = 'Fotos enviadas devem ser validadas por um administrador';
61$lang['web size'] = 'tamanho para web';
62$lang['%s out of %s'] = '%s fora de %s';
63$lang['Available %s.'] = 'Disponível %s';
64$lang['Available quota %s.'] = 'Cota disponível %s';
65$lang['Disk usage quota reached (%uMB)'] = 'Cota de uso do disco alcançada (%uMB)';
66$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Arquivo %s muito grande, cota de %uMB excedida';
67$lang['How many photos?'] = 'Quantas fotos?';
68$lang['How much disk space?'] = 'Quanto de espaço em disco?';
69$lang['Maximum number of photos reached (%u)'] = 'Número máximo de fotos alcançada (%u)';
70$lang['Photo %s rejected.'] = 'Foto %s rejeitada.';
71$lang['no limit'] = 'sem limite';
72$lang['up to %d photos (for each user)'] = 'até %d fotos (para cada usuário)';
73$lang['up to %dMB (for each user)'] = 'até %dMB (para cada usuário)';
74$lang['(in addition to user album)'] = '(em adição ao álbum do usuário)';
75$lang['Gallery root'] = 'Galeria raiz';
76$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo automaticamente cria um álbum para cada usuário, na sua primeira conexão';
77$lang['User album only'] = 'Somente ábum do usuário';
78$lang['User albums'] = 'Álbuns de usuários';
79$lang['Where should Piwigo create user albums?'] = 'Onde o Piwigo deve criar os álbuns de usuários?';
80?>
Note: See TracBrowser for help on using the repository browser.