source: extensions/UserCollections/language/pt_BR/plugin.lang.php @ 25699

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

[user_collections] Update pt_BR, thanks to : msakik

  • Property svn:executable set to *
File size: 5.5 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'] = 'Você tem %d coleções';
24$lang['You have no collection'] = 'Você não tem coleção';
25$lang['by %s'] = 'por %s';
26$lang['%d more...'] = 'mais %d ...';
27$lang['Add to collection'] = 'Adicione à coleção';
28$lang['Clear'] = 'Limpar';
29$lang['Collection'] = 'Coleção';
30$lang['Collection name:'] = 'Nome da coleção:';
31$lang['Collections'] = 'Coleções';
32$lang['Create a new collection'] = 'Criar uma nova coleção';
33$lang['Invalid collection'] = 'Coleção inválida';
34$lang['Please give a name'] = 'Por favor dê um nome';
35$lang['Remove from collection'] = 'Remove da coleção';
36$lang['Save'] = 'Salvar';
37$lang['This collection is empty'] = 'Esta coleção está vazia';
38$lang['You have %d collection'] = 'Você tem %d coleções';
39$lang['Please enter the recipient name'] = 'Por favor entre com o nome';
40$lang['Please enter your e-mail'] = 'Por favor entre com seu e-mail';
41$lang['Please enter your name'] = 'Por favor entre com seu nome';
42$lang['Preview'] = 'Pré-visualizar';
43$lang['Recipient e-mail'] = 'E-mail';
44$lang['Recipient name'] = 'Nome';
45$lang['Send this collection my mail'] = 'Envie essa coleção para meu e-mail';
46$lang['Your e-mail'] = 'Seu e-mail';
47$lang['Your name'] = 'Seu nome';
48$lang['A photo collection by %s'] = 'Uma coleção de fotografias de %s';
49$lang['Active'] = 'Ativo';
50$lang['Allow users to send their public collections by mail'] = 'Permite que usuários enviem suas fotos públicas por e-mail';
51$lang['Allow users to set their collections as public'] = 'Permite que usuários marquem suas coleções como públicas';
52$lang['Clear this collection'] = 'Limpar essa coleção';
53$lang['Click here to view the complete collection'] = 'Clique aqui para ver a coleção completa';
54$lang['Date added to collection, new &rarr; old'] = 'Data adicionada à coleção, novo &rarr; antigo';
55$lang['Date added to collection, old &rarr; new'] = 'Data adicionada à coleção, antigo &rarr; novo';
56$lang['Delete this collection'] = 'Excluir essa coleção';
57$lang['Download CSV file'] = 'Baixar arquivo CSV';
58$lang['E-mail sent successfully'] = 'E-mail enviado com sucesso';
59$lang['Edit this collection'] = 'Edite essa coleção';
60$lang['Error while sending e-mail'] = 'Problemas 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 para você uma coleção de fotos de <a href="%s">%s</a>';
64$lang['Inactive'] = 'Inativo';
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 entre com o endereço de e-mail';
68$lang['(remove)'] = '(remover)';
69$lang['Name, A &rarr; Z'] = 'Nome, A &rarr; Z';
70$lang['Name, Z &rarr; A'] = 'Nome, Z &rarr; A';
71$lang['Photos number, high &rarr; low'] = 'Número da foto, alto &rarr; baixo';
72$lang['Photos number, low &rarr; high'] = 'Número da foto, baixo &rarr; baixo';
73$lang['Share key'] = 'Chave de compartilhamento';
74$lang['Collection not found'] = 'Coleção não encontrada';
75$lang['Expiration date'] = 'Data de expiração';
76$lang['New share added: <a href="%s">%s</a>'] = 'Novo compartilhamento adicionado: <a href="%s">%s</a>';
77$lang['Restricted access'] = 'Acesso restrito';
78$lang['Share'] = 'Compartilhar';
79$lang['Share deleted'] = 'Compartilhamento removido';
80$lang['Share this collection'] = 'Compartilhar esta coleção';
81$lang['The key must be at least 8 characters long'] = 'A chave precisa ter pelo menos 8 caracteres';
82$lang['This key is already used'] = 'Esta chave já foi utilizada';
83$lang['This link expired'] = 'Este link expirou';
84$lang['Add'] = 'Adicionar';
85$lang['Cancel'] = 'Cancelar';
86$lang['Description'] = 'Descrição';
87$lang['Hello %s, %s sent you a photos collection from "%s"'] = 'Ola %s, %s lhe enviou uma coleção de fotos de "%s"';
88$lang['Name'] = 'Nome';
89$lang['Send'] = 'Enviar';
90$lang['jump to photo'] = 'Vá para a foto';
91?>
Note: See TracBrowser for help on using the repository browser.