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

Last change on this file since 21219 was 21219, checked in by ddtddt, 11 years ago

[netinstall] add pt_BT thanks to flaviove

File size: 5.4 KB
Line 
1// +-----------------------------------------------------------------------+
2// | Piwigo - uma galeria de fotos baseado em PHP                          |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2008      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['Piwigo NetInstall'] = 'Piwigo NetInstall';
24$lang['Welcome to NetInstall!'] = 'Bem-vindo ao NetInstall!';
25$lang['Language'] = 'Idioma';
26$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.';
27$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.';
28
29$lang['Write access is needed'] = 'Acesso a gravação é necessária';
30$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.';
31$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.';
32$lang['Refresh'] = 'Atualizar';
33
34$lang['PHP 5 is required'] = 'É necessário PHP 5';
35$lang['It appears your webhost is currently running PHP %s.'] = 'Parece que o seu site está sendo executado em PHP %s.';
36$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, criando ou modificando um arquivo .htaccess.';
37$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.';
38$lang['Try to configure PHP 5'] = 'Tente configurar o PHP 5';
39
40$lang['Retrieve and unzip Piwigo'] = 'Recuperar e descompactar Piwigo';
41$lang['Destination:'] = 'Destino:';
42
43$lang['Sorry!'] = 'Desculpe!';
44$lang['NetInstall was not able to configure PHP 5.'] = 'NetInstall não foi capaz de configurar o PHP 5.';
45$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, por si mesmo.";
46$lang['Hope to see you back soon.'] = 'Esperamos vê-lo de volta em breve.';
47
48$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.';
49$lang['You need to rename or remove it before we can go further...'] = 'Você precisa renomear ou remover antes que possamos ir adiante...';
50$lang['Needed files are not present.'] = 'Arquivos necessários não estão presentes.';
51$lang['Invalid zip file.'] = 'Arquivo Zip inválido.';
52$lang['It seems that the zip file was not extracted.'] = 'Parece que o arquivo zip não foi extraído.';
53
54$lang['Congratulations!'] = 'Parabéns!';
55$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.';
56$lang['Install Piwigo now'] = 'Instale agora o Piwigo';
57$lang['An error occurred while grabbing the necessary files to go on.'] = 'Ocorreu um erro ao pegar os arquivos necessários para continuar.';
58$lang['Something went wrong...'] = 'Algo deu errado ...';
59$lang['What are you doing here that way ?!'] = 'O que você está fazendo aqui desse jeito ?!';
60
61$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!';
62
63$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.