source: extensions/MyPiwiShop/language/pt_BR/plugin.lang.php @ 27841

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

[mypiwishop] Update pt_BR, thanks to : flaviove

  • Property svn:executable set to *
File size: 5.2 KB
RevLine 
[27757]1<?php
2// +-----------------------------------------------------------------------+
[27841]3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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// +-----------------------------------------------------------------------+
[27757]23$lang['Change the display order of options in the form'] = 'Alterar a ordem de opções de exibição neste formulário';
24$lang['Edit'] = 'Editar';
25$lang['No product selected'] = 'Nenhum produto selecionado';
26$lang['the order is changed'] = 'a ordem foi modificada';
27$lang['the product'] = '
28o produto';
29$lang['you must enter the name of the option'] = 'você deve digitar o nome da opção';
30$lang['you must enter the product and not the price'] = 'você deve digitar o produto e não o preço';
31$lang['The order is changed'] = 'A ordem foi alterada';
32$lang['Type'] = 'Tipo';
33$lang['Type of option'] = 'Tipo de opção';
34$lang['Validate the change'] = 'Validar a alteração';
35$lang['Value'] = 'Valor';
36$lang['View cart'] = 'Ver carrinho';
37$lang['What is MyPiwiShop?'] = 'O que é  MyPiwiShop?';
38$lang['Your Paypal id'] = 'O seu ID Paypal ou o endereço de email de sua conta Paypal';
39$lang['a option'] = 'uma opção';
40$lang['a product'] = 'um produto';
41$lang['add value'] = 'adicionar valor';
42$lang['drag / drop to change the order'] = 'arrastar/soltar para alterar a ordem';
43$lang['duplicate'] = 'duplicar';
44$lang['option registered'] = 'opção registrada';
45$lang['products have been added to these images'] = 'produtos foram adicionados a essas imagens';
46$lang['products have been removed for these pictures'] = '
47produtos foram removidos para essas imagens';
48$lang['see related products for this picture'] = 'ver produtos relacionados a essa imagem';
49$lang['shipping fees'] = 'taxas de envio';
50$lang['the option'] = 'a opção';
51$lang['Note administrator'] = 'Nota do administrador';
52$lang['Option registered'] = 'Opção registrada';
53$lang['Option value'] = 'Valor da opção';
54$lang['Options'] = 'Opções';
55$lang['Presentation text for a single product'] = 'Apresentação de texto para um único produto';
56$lang['Presentation text for several products'] = 'Apresentação de texto para vários produtos';
57$lang['Price'] = 'Preço';
58$lang['Product'] = 'Produto';
59$lang['Product registered'] = 'Produto registrado';
60$lang['Products'] = 'Produtos';
61$lang['Products have been added to these images'] = '
62Os produtos foram adicionados a essas imagens';
63$lang['Products have been removed for these pictures'] = 'Os produtos foram removidos a essas imagens';
64$lang['Registered'] = 'Registrado';
65$lang['Required'] = 'Requerido';
66$lang['Select at least one product'] = 'Selecionar pelo menos um produto';
67$lang['Shipping cost'] = 'Custo de envio';
68$lang['Shop'] = 'Loja';
69$lang['Showing 0 to 0 of 0 records'] = 'Mostrando 0 a 0 de 0 registros';
70$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Mostrando_INÍCIO_para_FIM_registros _TOTAL';
71$lang['The field is required'] = 'O campo é obrigatório';
72$lang[' option'] = 'opção';
73$lang[' product'] = 'produto';
74$lang['(filtered from _MAX_ total records)'] = 'fitrado registros de_MAX_total';
75$lang['Add '] = 'Adicionar';
76$lang['Add a option'] = 'Adicionar uma opção';
77$lang['Add a product'] = 'Adicionar um produto';
78$lang['Add the selected products for these images'] = 'Adicionar e selecionar produtos para esta imagem';
79$lang['Buy'] = 'Comprar';
80$lang['Change the display order of products in the form'] = 'Alterar a ordem de exibição de produtos neste formulário';
81$lang['Configuration'] = 'Configuração';
82$lang['Currency'] = 'Moeda';
83$lang['Delete the selected products for these images'] = 'Excluir os produtos selecionados para essas imagens';
84$lang['Display _MENU_ records per page'] = 'Por página exibir_MENU_registros';
85$lang['Duplicate '] = 'Duplicar';
86$lang['Fields marked with * must be completed'] = 'Os campos marcados com * devem ser preenchidos';
[27841]87$lang['No matching option found'] = 'Nenhuma opção correspondente encontrada';
Note: See TracBrowser for help on using the repository browser.