source: extensions/community/language/pt_PT/plugin.lang.php @ 23086

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

[community] Update pt_PT, thanks to : ANO

File size: 5.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 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
24$lang['Add a permission'] = 'Adicionar uma permissão';
25$lang['Who?'] = 'Quem?';
26$lang['any visitor'] = 'Qualquer visitante';
27$lang['any registered user'] = 'Qualquer usuário registrado';
28$lang['a specific user'] = 'Um usuário específico';
29$lang['a group'] = 'Um grupo';
30$lang['Where?'] = 'Onde';
31$lang['The whole gallery'] = 'Toda a galeria';
32$lang['ability to create sub-albums'] = 'Capacidade para criar sub-álbuns';
33$lang['Which level of trust?'] = 'Qual nível de confiança?';
34$lang['sub-albums creation'] = 'Criação de sub-álbuns';
35$lang['Upload Permissions'] = 'Permissões de envio';
36$lang['Pending Photos'] = 'Fotos pendentes';
37$lang['Permission added'] = 'Permissão inserida';
38$lang['Permission removed'] = 'Permissão removida';
39$lang['%s (the user)'] =  '%s (o usuário)';
40$lang['%s (the group)'] = '%s (o grupo)';
41$lang['low trust'] = 'Baixa confiança';
42
43$lang['uploaded photos must be validated by an administrator'] = 'Fotos enviadas devem ser autorizadas por um administrador';
44
45$lang['high trust'] = 'baixa confiança';
46$lang['uploaded photos are directly displayed in the gallery'] = 'fotos enviadas são exibidas diretamente na galeria';
47
48$lang['%d photos validated'] = '%d fotos validadas';
49$lang['%d photos rejected'] =  '%d fotos rejeitadas';
50$lang['web size'] = 'tamanho web';
51$lang['Zoom'] = 'Zoom';
52$lang['Upload your own photos'] = 'Envie suas próprias fotos';
53$lang['%d photos uploaded by %s'] =  '%d fotos enviadas por %s';
54$lang['Validation page: %s'] = 'Página de validação: %s';
55$lang['%d photos uploaded into album "%s"'] =  '%d fotos enviadas no álbum "%s"';
56$lang['Hi administrators,'] = 'Olá administradores,';
57
58$lang['No album, this photo is orphan'] = 'Sem álbum, ésta foto é orfã';
59
60$lang['Cancel'] = 'Cancelar';
61$lang['Permission updated'] = 'Permissão atualizada';
62$lang['Delete permission'] = 'Permissão excluida';
63$lang['%u pending photos'] = '%u fotos pendentes';
64$lang['Level 16'] = 'Pendente';
65
66$lang['Edit a permission'] = 'Editar uma permissão';
67$lang['Your photos are waiting for validation, administrators have been notified'] = 'Suas fotos estão esperando validação, os administradores foram notificados';
68
69$lang['Set Photo Properties'] = 'Definir as propriedades da foto';
70$lang['%s out of %s'] = '%s de %s';
71$lang['(in addition to user album)'] = '(em adição ao album do utilizador)';
72$lang['Available %s.'] = 'Disponível %s';
73$lang['Available quota %s.'] = 'Quota disponível %s';
74$lang['Disk usage quota reached (%uMB)'] = 'Quota de utilização do disco atingida (%uMB)';
75$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Arquivo %s muito grande (%uMB), quota de %uMB excedida.';
76$lang['Gallery root'] = 'Caminho da galeria';
77$lang['How many photos?'] = 'Quantas fotos?';
78$lang['How much disk space?'] = 'Quanto espaço em disco?';
79$lang['Maximum number of photos reached (%u)'] = 'Atingido o máximo de fotos (%u)';
80$lang['Photo %s rejected.'] = 'Foto %s rejeitada.';
81$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo , na primeira ligação,cria automáticamente um album para cada utilizador.';
82$lang['User album only'] = 'Apenas o utilizador do album';
83$lang['User albums'] = 'Albuns do utilizador';
84$lang['Where should Piwigo create user albums?'] = 'Onde poderá Piwigo criar albuns do utilizador?';
85$lang['no limit'] = 'sem limite';
86$lang['up to %d photos (for each user)'] = 'até %d fotos (por utilizador)';
87$lang['up to %dMB (for each user)'] = 'até %dMB (por utilizador)';
88?>
Note: See TracBrowser for help on using the repository browser.