source: extensions/File_Uploader/language/pt_BR/plugin.lang.php @ 21491

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

[file_uploader] Add pt_BR, thanks to : flaviove

  • 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['file_uploader_pdf2tab_hint_text'] = 'Digite uma extensão';
24$lang['file_uploader_pdf2tab_supported_extensions_description'] = 'Digite as extensões o plugin irá abrir em novas abas ou baixar. As extensões diferenciam maiúsculas de minúsculas.';
25$lang['file_uploader_pdf2tab_tooltip'] = 'Abra o arquivo em uma nova aba';
26$lang['file_uploader_upload_max_filesize'] = 'Seu servidor de impõe um tamanho máximo de arquivo de';
27$lang['Open files in a new tab'] = 'Abrir arquivos em uma nova guia';
28$lang['Overwrite files without notice'] = 'Substituir os arquivos sem aviso prévio';
29$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), você pode usá-lo gratuitamente e isso não vai mudar. Doações são coletados pela Fundação Piwigo (organização sem fins lucrativos) para cobrir as despesas do projeto.';
30$lang['Properties'] = 'Propriedades';
31$lang['Specify a file to upload'] = 'Especifique um arquivo para enviar';
32$lang['Specify a thumbnail for your file'] = 'Especifique uma miniatura para seu arquivo';
33$lang['The Configuration tab allows you to customize the plugin in two ways:'] = 'A Guia de Configuração permite que você personalize o plugin de duas maneiras:';
34$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 Guia Enviar permite que você envie "não imagens" para sua Galeria. Preencha o formulário para enviar e sincronizar seu arquivo.';
35$lang['The thumbnail must be a picture'] = 'A miniatura deve ser uma imagem';
36$lang['There have been errors. See below'] = 'Houve erros. Veja abaixo';
37$lang['Thumbnail to upload:'] = 'Miniatura para enviar:';
38$lang['Title:'] = 'Título:';
39$lang['Type of file not supported'] = 'Tipo de arquivo não suportado';
40$lang['Unable to create folder '] = 'Não é possível criar pasta';
41$lang['Upload'] = 'Enviar';
42$lang['Upload error'] = 'Erro no envio';
43$lang['You can use a personnal image or convert your file to an image using a desktop program or a web service such as'] = 'Você pode usar uma imagem pessoal ou converter o arquivo para uma imagem usando um programa de computador ou um serviço web, como';
44$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.'] = 'Você pode usar este plugin com o plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654"> Mídia Icon </a> para adicionar um ícone para o seu "arquivo não imagem".';
45$lang['create a new album'] = 'criar um novo álbum';
46$lang['file_uploader_error_already_exist'] = 'Arquivo com este nome já existe. Você deve renomear este arquivo. Se você deseja substituir o arquivo, modifique a configuração na guia de configuração.';
47$lang['... or '] = '...ou';
48$lang[': Check to open files in a new tab or download them depending on the extension.'] = ':Marque para abrir arquivos em uma nova aba ou baixá-los, dependendo da extensão.';
49$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ':Marque para sobrescrever arquivos durante a transferência se um arquivo com o mesmo nome já existe.';
50$lang['Album:'] = 'Album:';
51$lang['Can\'t upload file to galleries directory'] = 'Não é possível enviar arquivo para o diretório galerias';
52$lang['Choose a file'] = 'Escolha um 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'] = 'Falha ao gravar o arquivo em disco';
57$lang['File Uploader Plugin'] = 'Plugin Enviador de Arquivo';
58$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'Arquivo excede a directiva upload_max_filesize do php.ini';
59$lang['File to upload:'] = 'Arquivo para enviar:';
60$lang['File upload stopped by extension'] = 'Envio de arquivos parado por causa da extensão';
61$lang['File uploaded and synchronized'] = 'Arquivo enviado e sincronizado';
62$lang['File was only partially uploaded'] = 'Arquivo foi apenas parcialmente enviado';
63$lang['Help'] = 'Ajuda';
64$lang['Invalid file name'] = 'nome de arquivo inválido';
65$lang['Missing a temporary folder'] = 'Faltando uma pasta temporária';
66$lang['No file to upload'] = 'Nenhum arquivo para enviar';
67?>
Note: See TracBrowser for help on using the repository browser.