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

Last change on this file since 17752 was 17752, checked in by TranslationTeam, 12 years ago

[batch_downloader] Update pt_PT, thanks to : klito

  • Property svn:executable set to *
File size: 4.8 KB
RevLine 
[17752]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['Unable to find ZipArchive PHP extension, Batch Downloader can\'t work without this extension.'] = 'Não se localiza a arquivo ZIP de extenção PHP; Descarga em lote não pode ser feita sem este arquivo ';
27$lang['download'] = 'Descarregar';
28$lang['hours'] = 'horas';
29$lang['real number of archives can differ'] = 'O número real de arquivos pode ser diferente';
30$lang['Generate ZIP'] = 'Gerar ZIP';
31$lang['Maximum number of photos per download set'] = 'Máximo n+umero de fotos por descarga';
32$lang['Maximum photo size'] = 'Tamanho máximo da foto';
33$lang['Maximum size of each archive (in Megabytes)'] = 'Tamanho máximo de cada arquivo (Em Megabytes)';
34$lang['Nb archives'] = 'Nr. de arquivos';
35$lang['Nb images'] = 'Nr. de fotos';
36$lang['Random'] = 'Random';
37$lang['Remove all finished downloads'] = 'Remover todas as descargas terminadas';
38$lang['Remove from download set'] = 'Remover do conjunto de descarga';
39$lang['Return to download page'] = 'Voltar à página de descarga';
40$lang['Set type'] = 'Definir tipo';
41$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>';
42$lang['Total size'] = 'tamanho total';
43$lang['User collection'] = 'Coleção de utilizador';
44$lang['User groups'] = 'Grupos de utilizadores';
45$lang['Whole gallery'] = 'Toda a galeria';
46$lang['You can not edit this set'] = 'Não pode editar este conjunto';
47$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';
48$lang['Archive comment'] = 'Arquivo de comentários';
49$lang['Archive prefix'] = 'prefixo do arquivo';
50$lang['Archives'] = 'Arquivos';
51$lang['Batch Downloader'] = 'descarregar em lote';
52$lang['Cancel this download'] = 'Cancelar esta descarga';
53$lang['Cancel this set'] = 'Cancelar esta definição';
54$lang['Confirm the download of %d pictures?'] = 'Confirmar a descarga de %d fotos?';
55$lang['Delete downloads after'] = 'Apagar descargas depois';
56$lang['Delete this set'] = 'Apagar este conjunto';
57$lang['Download all pictures of this selection'] = 'Descarregar todas as fotos desta secção';
58$lang['Download history'] = 'Descarregar história';
59$lang['Download info'] = 'Info de descarga';
60$lang['Download links'] = 'Links de download';
61$lang['Download permissions'] = 'Permissões de download';
62$lang['Download set deleted'] = 'Conjunto de descarga selecionado';
63$lang['Downloads'] = 'Descargas';
64$lang['Edit the set'] = 'Editar o conjunto';
65$lang['Estimated number of archives'] = 'Número estimado de arquivos';
66$lang['Estimated size'] = 'Tamanho estimado';
67?>
Note: See TracBrowser for help on using the repository browser.