source: extensions/File_Uploader/language/pt_PT/plugin.lang.php @ 21524

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

[file_uploader] Add pt_PT, thanks to : ANO

  • Property svn:executable set to *
File size: 6.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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 can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'] = 'Pode usar esta extensão com a extensão <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654"> Mídia Icon </ a> para adicionar um ícone aos seus arquivos  "nao foto".';
24$lang['create a new album'] = 'Criar um novo album';
25$lang['file_uploader_error_already_exist'] = 'Já existe um arquivo com este nome. Deve renomear este arquivo. Se desejar substituir o arquivo, modifique a configuração na aba configuração.';
26$lang['file_uploader_pdf2tab_hint_text'] = 'Escreva uma extensão';
27$lang['file_uploader_pdf2tab_supported_extensions_description'] = 'Digite as extensões  pretendidas, a extensão abrirá novas abas ou descarrega. As extensões são em minúsculas.';
28$lang['file_uploader_pdf2tab_tooltip'] = 'Abrir arquivo em nova aba';
29$lang['file_uploader_upload_max_filesize'] = 'O seu server impõe um tamanho de arquivo no máximo´de';
30$lang['Open files in a new tab'] = 'Abrir arquivos numa nova aba';
31$lang['Overwrite files without notice'] = 'Reescrever arquivos sem informação';
32$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo é um software livre (software de código aberto), pode usá-lo gratuitamente e isto não vai mudar. As doações são reunidas pela Fundação Piwigo (organização sem fins lucrativos) para cobrir as despesas do projeto.';
33$lang['Properties'] = 'Propriedades';
34$lang['Specify a file to upload'] = 'Escolha um arquivo para carregar';
35$lang['Specify a thumbnail for your file'] = 'Defina uma miniatura para o arquivo';
36$lang['The Configuration tab allows you to customize the plugin in two ways:'] = 'A aba Configuração permite-lhe personalizar a extenção de duas maneiras:';
37$lang['The Upload tab allows you to upload "non picture" files to your gallerie. Fill in the form to upload and synchronize your file.'] = 'A aba Enviar permite carregar arquivos "não foto" na sua galeria . Preencha o formulário para carregar e sincronizar o seu arquivo.';
38$lang['The thumbnail must be a picture'] = 'A miniatura deve ser uma fotografia';
39$lang['There have been errors. See below'] = 'Ocorreram erros. Ver abaixo';
40$lang['Thumbnail to upload:'] = 'Miniatura para carregar';
41$lang['Title:'] = 'Título';
42$lang['Type of file not supported'] = 'O tipo de arquivo não é suportado';
43$lang['Unable to create folder '] = 'Não é possivel criar a pasta';
44$lang['Upload'] = 'Carregar';
45$lang['Upload error'] = 'Erro ao carregar';
46$lang['You can use a personnal image or convert your file to an image using a desktop program or a web service such as'] = 'Pode usar uma imagem pessoal ou converter o arquivo para uma imagem usando programa do seu computador ou um serviço web, como';
47$lang['... or '] = '...ou';
48$lang[': Check to open files in a new tab or download them depending on the extension.'] = ': Assinale para abrir arquivos numa nova aba ou descarregá-los, dependendo da extensão.';
49$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': Assinale para regravar arquivos durante a carga (upload) de um arquivo que já existe com o mesmo nome.';
50$lang['Album:'] = 'Album:';
51$lang['Can\'t upload file to galleries directory'] = 'Não é possivel carregar o arquivo para o directório galerias';
52$lang['Choose a file'] = 'escolha o arquivo';
53$lang['Choose a thumbnail'] = 'Escolha uma miniatura';
54$lang['Configuration'] = 'Configuração';
55$lang['Donate'] = 'Doar';
56$lang['Failed to write file to disk'] = 'Falhou a gravação do arquivo no disco';
57$lang['File Uploader Plugin'] = 'Extensão para tansferir arquivos';
58$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'O arquivo excede a directiva de upload_max_filesize definida no php.ini';
59$lang['File to upload:'] = 'Arquivo para carregar:';
60$lang['File upload stopped by extension'] = 'Carga de arquivo parada por extenção';
61$lang['File uploaded and synchronized'] = 'Arquivo carregado e sincronizado';
62$lang['File was only partially uploaded'] = 'O arquivo apenas foi carregado parcialmente';
63$lang['Help'] = 'Ajuda';
64$lang['Invalid file name'] = 'Nome do arquivo inválido';
65$lang['Missing a temporary folder'] = 'Omitida uma pasta temporária';
66$lang['No file to upload'] = 'Não existe arquivo para carregar';
67?>
Note: See TracBrowser for help on using the repository browser.