source: extensions/BatchDownloader/language/pt_PT/plugin.lang.php @ 21702

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

[batch_downloader] Update pt_PT, thanks to : ddtddt

  • Property svn:executable set to *
File size: 5.4 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['done'] = 'feito';
24$lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'Você escolheu descarregar %d imagens, mas o sistema está limitado a %d. Você pode editar o conjunto, ou as últimas %d imagens  não serão baixadas.';
25$lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Aviso: O arquivo Zip não aceita caracteres especiais, como os acentuados, citações angulares (») e alfabetos não latinos.';
26$lang['download'] = 'Descarregar';
27$lang['hours'] = 'horas';
28$lang['real number of archives can differ'] = 'O número real de arquivos pode ser diferente';
29$lang['Generate ZIP'] = 'Gerar ZIP';
30$lang['Maximum number of photos per download set'] = 'Máximo n+umero de fotos por descarga';
31$lang['Maximum photo size'] = 'Tamanho máximo da foto';
32$lang['Maximum size of each archive (in Megabytes)'] = 'Tamanho máximo de cada arquivo (Em Megabytes)';
33$lang['Number of archives'] = 'Nr. de arquivos';
34$lang['Number of images'] = 'Nr. de fotos';
35$lang['Random'] = 'Random';
36$lang['Remove all finished downloads'] = 'Remover todas as descargas terminadas';
37$lang['Remove from download set'] = 'Remover do conjunto de descarga';
38$lang['Return to download page'] = 'Voltar à página de descarga';
39$lang['Set type'] = 'Definir tipo';
40$lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'O arquivo está a descarregar, se não iniciar automáticamente por favor clique <a href="%s">aqui</a>';
41$lang['Total size'] = 'tamanho total';
42$lang['User collection'] = 'Coleção de utilizador';
43$lang['User groups'] = 'Grupos de utilizadores';
44$lang['Whole gallery'] = 'Toda a galeria';
45$lang['You can not edit this set'] = 'Não pode editar este conjunto';
46$lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>ATENÇÃO:</b> todos os arquivos serão apagados dentro de %d horas';
47$lang['Archive comment'] = 'Arquivar comentário';
48$lang['Archive prefix'] = 'Prefixo do arquivo';
49$lang['Archives'] = 'Arquivos';
50$lang['Batch Downloader'] = 'Descarregar em lote';
51$lang['Cancel this download'] = 'Cancelar esta descarga';
52$lang['Cancel this set'] = 'Cancelar esta definição';
53$lang['Confirm the download of %d pictures?'] = 'Confirmar a descarga de %d fotos?';
54$lang['Delete downloads after'] = 'Apagar descargas depois';
55$lang['Delete this set'] = 'Apagar este conjunto';
56$lang['Download all pictures of this selection'] = 'Descarregar todas as fotos desta secção';
57$lang['Download history'] = 'Historial de descarga';
58$lang['Download info'] = 'Info de descarga';
59$lang['Download links'] = 'Links de descarga';
60$lang['Download permissions'] = 'Permissões de descarga';
61$lang['Download set deleted'] = 'Conjunto de descarga apagado';
62$lang['Downloads'] = 'Descargas';
63$lang['Edit the set'] = 'Editar o conjunto';
64$lang['Estimated number of archives'] = 'Número estimado de arquivos';
65$lang['Estimated size'] = 'Tamanho estimado';
66$lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'impossível encontrar a extensão PHP ZipArchive, Batch Downloader vai utilizar PclZip em substituição, mas com desempenhos degradados. ';
67$lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Iniciando o download do Arquivo #% irá destruir o Arquivo #%, certifique-se que termina o download. Continuar?';
68$lang['Warning: Only registered users can use Batch Downloader.'] = 'Aviso: Apenas utilizadores registados podem usar o Batch Downloader';
69$lang['What can be downloaded?'] = 'O que pode ser descarregado?';
70$lang['No result'] = 'Κανένα αποτέλεσμα';
71?>
Note: See TracBrowser for help on using the repository browser.