source: extensions/netinstall/trunk/language/pt_BR/loader.lang.txt

Last change on this file was 32236, checked in by ddtddt, 4 years ago
File size: 5.5 KB
Line 
1// +-----------------------------------------------------------------------+
2// | Piwigo - uma galeria de fotos baseado em PHP                          |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
7// +-----------------------------------------------------------------------+
8// |Este programa é software livre, você pode redistribuí-lo e/ou modificar|
9// |-lo sob os termos da GNU General Public License como publicado pela    |
10// | Free Software Foundation                                              |
11// |                                                                       |
12// | Este programa é distribuído na esperança que possa ser útil, mas      |
13// | SEM QUALQUER GARANTIA, sem mesmo a garantia implícita de              |
14// | COMERCIALIZAÇÃO ou ADEQUAÇÃO PARA UM DETERMINADO PROPÓSITO. Veja a GNU|
15// | General Public License para mais detalhes.                            |
16// |                                                                       |
17// | Você deve ter recebido uma cópia da GNU General Public License        |
18// | Junto com este programa, se não, escreva para a Free Software         |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | EUA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23$lang['direction'] = 'ltr';
24$lang['code'] = 'pt';
25
26$lang['Piwigo NetInstall'] = 'Piwigo NetInstall';
27$lang['Welcome to NetInstall!'] = 'Bem-vindo ao NetInstall!';
28$lang['Language'] = 'Idioma';
29$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = 'Esta ferramenta destina-se a recuperar o mais recente arquivo Piwigo e descompactá-lo em seu espaço web.';
30$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = 'Logo em seguida, você será redirecionado para o Assistente de Instalação Piwigo.';
31
32$lang['Write access is needed'] = 'Acesso a gravação é necessária';
33$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = 'Parece que NetInstall não será capaz de escrever no diretório atual, e isto é obrigatório para seguir em frente.';
34$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = 'Por favor, tente alterar as permissões para permitir acesso de gravação, em seguida, recarregue a página clicando no botão Atualizar.';
35$lang['Refresh'] = 'Atualizar';
36
37$lang['PHP %s is required'] = 'É necessário PHP %s';
38$lang['It appears your webhost is currently running PHP %s.'] = 'Parece que o seu site está sendo executado em PHP %s.';
39$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetInstall pode tentar mudar sua configuração para o PHP 5.3, criando ou modificando um arquivo .htaccess.';
40$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = 'Note que você pode mudar a sua configuração por si mesmo e reiniciar NetInstall depois disto.';
41$lang['Try to configure PHP 5'] = 'Tente configurar o PHP 5.3';
42
43$lang['Retrieve and unzip Piwigo'] = 'Recuperar e descompactar Piwigo';
44$lang['Destination:'] = 'Destino:';
45
46$lang['Sorry!'] = 'Desculpe!';
47$lang['NetInstall was not able to configure PHP 5.'] = 'NetInstall não foi capaz de configurar o PHP 5.3';
48$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Você pode entrar em contato com o seu provedor de hospedagem e ver como você pode alternar  o PHP 5.3, por si mesmo.";
49$lang['Hope to see you back soon.'] = 'Esperamos vê-lo de volta em breve.';
50
51$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = 'Parece que uma instalação Piwigo anterior ainda está neste espaço.';
52$lang['You need to rename or remove it before we can go further...'] = 'Você precisa renomear ou remover antes que possamos ir adiante...';
53$lang['Needed files are not present.'] = 'Arquivos necessários não estão presentes.';
54$lang['Invalid zip file.'] = 'Arquivo Zip inválido.';
55$lang['It seems that the zip file was not extracted.'] = 'Parece que o arquivo zip não foi extraído.';
56
57$lang['Congratulations!'] = 'Parabéns!';
58$lang['Everything went fine. You are now ready to start the installation procedure.'] = 'Tudo correu bem. Agora você está pronto para iniciar o procedimento de instalação.';
59$lang['Install Piwigo now'] = 'Instale agora o Piwigo';
60$lang['An error occurred while grabbing the necessary files to go on.'] = 'Ocorreu um erro ao pegar os arquivos necessários para continuar.';
61$lang['Something went wrong...'] = 'Algo deu errado ...';
62$lang['What are you doing here that way ?!'] = 'O que você está fazendo aqui desse jeito ?!';
63
64$lang['This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!'] = 'Este carregador foi inicialmente codificado para <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Obrigado!';
65
66$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Precisa de ajuda? Faça sua pergunta em <a href=\"%s\">Forúm de mensagens do Piwigo</a>.";
Note: See TracBrowser for help on using the repository browser.