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

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

[user_collections] Update pt_BR, thanks to : flaviove

  • Property svn:executable set to *
File size: 5.1 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['active'] = 'Ativo';
26$lang['by %s'] = 'por %s';
27$lang['save'] = 'Salvar';
28$lang['set active'] = 'Está ativo';
29$lang['%d more...'] = '
30mais %d...';
31$lang['Add to collection'] = 'Adicione a coleção';
32$lang['Clear'] = 'Limpar';
33$lang['Collection'] = 'Coleção';
34$lang['Collection name:'] = 'Nome da coleção:';
35$lang['Collections'] = 'Coleções';
36$lang['Copied'] = 'Copiado';
37$lang['Copy to clipboard'] = 'Copiar para área de transferência';
38$lang['Create a new collection'] = 'Criar uma nova coleção';
39$lang['Invalid collection'] = 'Coleção Inválida';
40$lang['Please give a name'] = 'Por favor dê um nome';
41$lang['Public collection'] = 'Público';
42$lang['Remove from collection'] = 'Removido da coleção';
43$lang['Return to collections list'] = 'Retornar a lista';
44$lang['Save'] = 'Salvar';
45$lang['Saved collections'] = 'Coleções salvas';
46$lang['See all my collections'] = 'Ver todas as minhas coleções';
47$lang['This collection is empty'] = 'Esta coleção está vazia';
48$lang['Unsaved collections'] = 'Coleções não salvas';
49$lang['You have %d collection'] = 'Você tem %d coleções';
50$lang['Please enter the recipient name'] = 'Por favor entre com o nome';
51$lang['Please enter your e-mail'] = 'Por favor entre com seu e-mail';
52$lang['Please enter your name'] = 'Por favor entre com seu  nome';
53$lang['Preview'] = 'Previsualizar';
54$lang['Recipient e-mail'] = 'E-mail';
55$lang['Recipient name'] = 'Nome';
56$lang['Send this collection my mail'] = 'Envie essa coleção para meu e-mail';
57$lang['The collection must be public in order to send it'] = 'A coleção deve ser pública para que possa ser enviada';
58$lang['Your e-mail'] = 'Seu e-mail';
59$lang['Your name'] = 'Seu nome';
60$lang['A photo collection by %s'] = 'Uma coleção de fotografias de %s';
61$lang['Active'] = 'Ativo';
62$lang['Allow users to send their public collections by mail'] = 'Permite que usuários enviem suas fotos públicas por e-mail';
63$lang['Allow users to set their collections as public'] = 'Permite que usuários marquem suas coleções como públicas';
64$lang['Clear this collection'] = 'Limpar essa coleção';
65$lang['Click here to view the complete collection'] = 'Clique aqui para ver a coleção completa';
66$lang['Date added to collection, new &rarr; old'] = 'Dados adicionados a coleção, novo &rarr; antigo';
67$lang['Date added to collection, old &rarr; new'] = 'Dados adicionados a coleção, antigo &rarr; novo';
68$lang['Delete this collection'] = 'Apaga essa coleção';
69$lang['Download CSV file'] = 'Baixar arquivo CSV';
70$lang['E-mail sent successfully'] = 'e-mail enviado com sucesso';
71$lang['Edit this collection'] = 'Edite essa coleção';
72$lang['Error while sending e-mail'] = 'Problemas ao enviar e-mail';
73$lang['Export image list'] = 'Exportar lista de imagens';
74$lang['Fields'] = 'Campos';
75$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>';
76$lang['Inactive'] = 'Inativo';
77$lang['Message (optional)'] = 'Mensage, (opcional)';
78$lang['Number of images'] = 'Número de imagens';
79$lang['Please enter the recipient e-mail'] = 'Por favor entre com o endereço de e-mail';
80$lang['(remove)'] = '(remover)';
81$lang['Name, A &rarr; Z'] = 'Nome, A&rarr; Z';
82$lang['Name, Z &rarr; A'] = 'Nome, Z&rarr; A';
83$lang['Photos number, high &rarr; low'] = 'Número da foto, alto&rarr; baixo';
84$lang['Photos number, low &rarr; high'] = 'Número da foto, baixo&rarr; baixo';
85?>
Note: See TracBrowser for help on using the repository browser.