source: extensions/UserCollections/language/pt_PT/plugin.lang.php @ 26296

Last change on this file since 26296 was 26296, checked in by TranslationTeam, 10 years ago

[user_collections] Update pt_PT, thanks to : Bridges

  • Property svn:executable set to *
File size: 5.6 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['You have %d collections'] = 'Tem %d colecções';
24$lang['You have no collection'] = 'Não tem colecção';
25$lang['by %s'] = 'por %S';
26$lang['%d more...'] = '%d mais';
27$lang['Add to collection'] = 'acrescentar à colecção';
28$lang['Clear'] = 'Limpar';
29$lang['Collection'] = 'Colecção';
30$lang['Collection name:'] = 'Nome da colecção';
31$lang['Collections'] = 'Colecções';
32$lang['Create a new collection'] = 'Criar uma nova colecção ';
33$lang['Invalid collection'] = 'Colecção inválida';
34$lang['Please give a name'] = 'Atribua um nome';
35$lang['Remove from collection'] = 'Apagar a colecção';
36$lang['Save'] = 'Salvar';
37$lang['This collection is empty'] = 'Esta colecção esta vazia';
38$lang['You have %d collection'] = 'Tem %d colecções';
39$lang['Please enter the recipient name'] = 'Por favor insira o nome do destinatário';
40$lang['Please enter your e-mail'] = 'Por favor insira o seu e-mail';
41$lang['Please enter your name'] = 'Por favor insira o seu nome';
42$lang['Preview'] = 'Pré-visualizar';
43$lang['Recipient e-mail'] = 'E-mail destinatário';
44$lang['Recipient name'] = 'Nome do destinatário';
45$lang['Send this collection by mail'] = 'Enviar esta colecção para o meu e-mail';
46$lang['Your e-mail'] = 'O seu e-mail';
47$lang['Your name'] = 'O seu nome';
48$lang['A photo collection by %s'] = 'Uma colecção de fotos por %s';
49$lang['Active'] = 'Activo';
50$lang['Allow users to send their public collections by mail'] = 'Permitir aos utilizadores enviarem as suas colecções por e-mail';
51$lang['Allow users to set their collections as public'] = 'Permitir aos utilizadores definirem as suas colecções como públicas';
52$lang['Clear this collection'] = 'Limpar esta colecção';
53$lang['Click here to view the complete collection'] = 'Clique aqui para ver a colecção completa';
54$lang['Date added to collection, new &rarr; old'] = 'Data de adição à colecção, &rarr; mais recente à mais antiga';
55$lang['Date added to collection, old &rarr; new'] = 'Data de adição à colecção, &rarr; mais antiga à mais recente';
56$lang['Delete this collection'] = 'Apagar esta colecção';
57$lang['Download CSV file'] = 'Descarregar ficheiro CSV';
58$lang['E-mail sent successfully'] = 'E-mail enviar com sucesso';
59$lang['Edit this collection'] = 'Editar esta colecção';
60$lang['Error while sending e-mail'] = 'Erro ao enviar e-mail';
61$lang['Export image list'] = 'Exportar lista de imagens';
62$lang['Fields'] = 'Campos';
63$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Olá <b>%s</b>, %s enviou-lhe uma colecção de fotos de <a href="%s">%s</a>';
64$lang['Inactive'] = 'Inactivo';
65$lang['Message (optional)'] = 'Mensagem (opcional)';
66$lang['Number of images'] = 'Número de imagens';
67$lang['Please enter the recipient e-mail'] = 'Por favor insira o e-mail do destinatário';
68$lang['Photos number, low &rarr; high'] = 'Número das fotos, &rarr; mais baixo &ao mais elevado';
69$lang['Photos number, high &rarr; low'] = 'Número das fotos, &rarr; mais elevado ao mais baixo';
70$lang['Name, A &rarr; Z'] = 'Nome, de A a Z';
71$lang['Name, Z &rarr; A'] = 'Nome, de Z a A';
72$lang['(remove)'] = '(remover)';
73$lang['Collection not found'] = 'Coleção não encontrada';
74$lang['Expiration date'] = 'Data de expiração';
75$lang['New share added: <a href="%s">%s</a>'] = 'Nova partilha adicionada:  <a href="%s">%s</a>';
76$lang['Restricted access'] = 'Acesso restrito';
77$lang['Share'] = 'Partilhar';
78$lang['Share deleted'] = 'Partilha apagada';
79$lang['Share key'] = 'Chave da partilha';
80$lang['Share this collection'] = 'Partilhar esta coleção';
81$lang['The key must be at least 8 characters long'] = 'A chave deve ter pelo menos 8 carateres';
82$lang['This key is already used'] = 'Esta chave já está em uso';
83$lang['This link expired'] = 'Este link expirou';
84$lang['Hello %s, %s sent you a photos collection from "%s"'] = 'Olá %s, %s enviou-lhe uma coleção de fotos de "%s"';
85$lang['Send'] = 'Enviar';
86$lang['Name'] = 'Nome';
87$lang['jump to photo'] = 'saltar para foto';
88$lang['Description'] = 'Descrição';
89$lang['Cancel'] = 'Cancelar';
90$lang['Add'] = 'Adicionar';
91?>
Note: See TracBrowser for help on using the repository browser.