source: extensions/MyPiwiShop/language/pt_PT/plugin.lang.php @ 30928

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

[mypiwishop] Update pt_PT, thanks to : ANO

  • Property svn:executable set to *
File size: 5.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
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// +-----------------------------------------------------------------------+
23$lang['Edit'] = 'Editar';
24$lang['you must enter the product and not the price'] = 'Deve introduzir o produto e não o preço';
25$lang['(filtered from _MAX_ total records)'] = '(registos from_MAX_total filtrados)';
26$lang['Display _MENU_ records per page'] = 'Display _MENU_ records por página';
27$lang['Fields marked with * must be completed'] = 'Campos marcados com * devem ser completados';
28$lang['Presentation text for a single product'] = 'Texto de apresentalão para um único produto';
29$lang['Presentation text for several products'] = 'Texto de apresentalão para diversos produtos';
30$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Showing _START_ to _END_ of _TOTAL_ records';
31$lang['Your Paypal id'] = 'O seu nick ou email de registo na Paypal';
32$lang['see related products for this picture'] = 'ver os produtos relacionados com esta imagem';
33$lang['shipping fees'] = 'Custos de envio';
34$lang['the option'] = 'a opção';
35$lang['the order is changed'] = 'a encomenda foi alterada';
36$lang['the product'] = 'o produto';
37$lang['you must enter the name of the option'] = 'introduza o nome da opção';
38$lang['Products have been added to these images'] = 'Produtos foram adicionados a estas imagens';
39$lang['Products have been removed for these pictures'] = 'Os produtos para estas imagens foram removidos';
40$lang['Showing 0 to 0 of 0 records'] = 'Mostrando 0 para 0 de 0 registos';
41$lang['View cart'] = 'ver cesto';
42$lang['What is MyPiwiShop?'] = 'O que é a minha loja Piwigo?';
43$lang['a option'] = 'uma opção';
44$lang['a product'] = 'um produto';
45$lang['add value'] = 'Adicionar valor';
46$lang['drag / drop to change the order'] = 'arrastar e depositar para alterar a ordem';
47$lang['duplicate'] = 'Duplicar';
48$lang['option registered'] = 'Opção registada';
49$lang['products have been added to these images'] = 'produtos adicionados a estas imagens';
50$lang['products have been removed for these pictures'] = 'produtos destas imagens foram removidos.';
51$lang['Product registered'] = 'Produto registado';
52$lang['Products'] = 'Produtos';
53$lang['Shipping cost'] = 'Custos de envio';
54$lang['Shop'] = 'Loja';
55$lang['The field is required'] = 'O campo é obrigatório';
56$lang['The order is changed'] = 'A ordem foi alterada';
57$lang['Type'] = 'Tipo';
58$lang['Type of option'] = 'Tipo de opção';
59$lang['Validate the change'] = 'Validar a alteração';
60$lang['Value'] = 'Valor';
61$lang['Delete the selected products for these images'] = 'Apagar os produtos selecionados para estas imagens';
62$lang['No matching option found'] = 'Não foi encontrada opção correspondente';
63$lang['Note administrator'] = 'Nota do Administrador';
64$lang['Option registered'] = 'Opção registada';
65$lang['Option value'] = 'Valor opcional';
66$lang['Options'] = 'Opções';
67$lang['Price'] = 'Preço';
68$lang['Product'] = 'Produto';
69$lang['Registered'] = 'Registado';
70$lang['Required'] = 'Requerido';
71$lang['Select at least one product'] = 'Selecionar pelo menos um produto';
72$lang[' option'] = 'opção';
73$lang[' product'] = 'produto';
74$lang['Add '] = 'Adicionar';
75$lang['Add a option'] = 'Adicionar uma opção';
76$lang['Add a product'] = 'Adicionar um produto';
77$lang['Add the selected products for these images'] = 'Adicionar os produtos selecionados para estas imagens';
78$lang['Buy'] = 'Comprar';
79$lang['Change the display order of options in the form'] = 'Alterar a ordem de visualização da opções no formulário';
80$lang['Change the display order of products in the form'] = 'Alterar a ordem de visualização dos produtos no formulário';
81$lang['Configuration'] = 'Configuração';
82$lang['Currency'] = 'Moeda';
83$lang['Duplicate '] = 'Duplicar';
84$lang['No product selected'] = 'Produto não selecionado';
85?>
Note: See TracBrowser for help on using the repository browser.