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['active'] = 'Ativo'; |
---|
26 | $lang['by %s'] = 'por %S'; |
---|
27 | $lang['save'] = 'Salvar'; |
---|
28 | $lang['set active'] = 'Ativar'; |
---|
29 | $lang['%d more...'] = '%d mais'; |
---|
30 | $lang['Add to collection'] = 'acrescentar à colecção'; |
---|
31 | $lang['Clear'] = 'Limpar'; |
---|
32 | $lang['Collection'] = 'Colecção'; |
---|
33 | $lang['Collection name:'] = 'Nome da colecção'; |
---|
34 | $lang['Collections'] = 'Colecções'; |
---|
35 | $lang['Copied'] = 'Copiado'; |
---|
36 | $lang['Copy to clipboard'] = 'Copiar para área de trabalho'; |
---|
37 | $lang['Create a new collection'] = 'Criar uma nova colecção '; |
---|
38 | $lang['Invalid collection'] = 'Colecção inválida'; |
---|
39 | $lang['Please give a name'] = 'Atribua um nome'; |
---|
40 | $lang['Public collection'] = 'Publico'; |
---|
41 | $lang['Remove from collection'] = 'Apagar a colecção'; |
---|
42 | $lang['Return to collections list'] = 'Voltar à lista das colecções'; |
---|
43 | $lang['Save'] = 'Salvar'; |
---|
44 | $lang['Saved collections'] = 'Colecções salvas'; |
---|
45 | $lang['See all my collections'] = 'Ver todas as colecções'; |
---|
46 | $lang['This collection is empty'] = 'Esta colecção esta vazia'; |
---|
47 | $lang['Unsaved collections'] = 'Coleções não salvas'; |
---|
48 | $lang['You have %d collection'] = 'Tem %d colecções'; |
---|
49 | $lang['Please enter the recipient name'] = 'Por favor insira o nome do destinatário'; |
---|
50 | $lang['Please enter your e-mail'] = 'Por favor insira o seu e-mail'; |
---|
51 | $lang['Please enter your name'] = 'Por favor insira o seu nome'; |
---|
52 | $lang['Preview'] = 'Pré-visualizar'; |
---|
53 | $lang['Recipient e-mail'] = 'E-mail destinatário'; |
---|
54 | $lang['Recipient name'] = 'Nome do destinatário'; |
---|
55 | $lang['Send this collection my mail'] = 'Enviar esta colecção para o meu e-mail'; |
---|
56 | $lang['The collection must be public in order to send it'] = 'A colecção deve ser pública de forma a ser enviada'; |
---|
57 | $lang['Your e-mail'] = 'O seu e-mail'; |
---|
58 | $lang['Your name'] = 'O seu nome'; |
---|
59 | $lang['A photo collection by %s'] = 'Uma colecção de fotos por %s'; |
---|
60 | $lang['Active'] = 'Activo'; |
---|
61 | $lang['Allow users to send their public collections by mail'] = 'Permitir aos utilizadores enviarem as suas colecções por e-mail'; |
---|
62 | $lang['Allow users to set their collections as public'] = 'Permitir aos utilizadores definirem as suas colecções como públicas'; |
---|
63 | $lang['Clear this collection'] = 'Limpar esta colecção'; |
---|
64 | $lang['Click here to view the complete collection'] = 'Clique aqui para ver a colecção completa'; |
---|
65 | $lang['Date added to collection, new → old'] = 'Data adicionada à colecção, nova → antiga'; |
---|
66 | $lang['Date added to collection, old → new'] = 'Data adicionada à colecção, antiga → nova'; |
---|
67 | $lang['Delete this collection'] = 'Apagar esta colecção'; |
---|
68 | $lang['Download CSV file'] = 'Descarregar ficheiro CSV'; |
---|
69 | $lang['E-mail sent successfully'] = 'E-mail enviar com sucesso'; |
---|
70 | $lang['Edit this collection'] = 'Editar esta colecção'; |
---|
71 | $lang['Error while sending e-mail'] = 'Erro ao enviar e-mail'; |
---|
72 | $lang['Export image list'] = 'Exportar lista de imagens'; |
---|
73 | $lang['Fields'] = 'Campos'; |
---|
74 | $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>'; |
---|
75 | $lang['Inactive'] = 'Inactivo'; |
---|
76 | $lang['Message (optional)'] = 'Mensagem (opcional)'; |
---|
77 | $lang['Number of images'] = 'Número de imagens'; |
---|
78 | $lang['Please enter the recipient e-mail'] = 'Por favor insira o e-mail do destinatário'; |
---|
79 | ?> |
---|