source: trunk/language/pt_BR/install.lang.php @ 5430

Last change on this file since 5430 was 5430, checked in by ddtddt, 14 years ago

update header

File size: 6.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2010 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
24$lang['Installation'] = 'Instalação';
25$lang['Basic configuration'] = 'Configuração Básica';
26$lang['Default gallery language'] = 'Idioma padrão da galeria';
27$lang['Database configuration'] = 'Configuração da base de dados';
28$lang['Admin configuration'] = 'Configuração da administração';
29$lang['Start Install'] = 'Iniciar a instalação';
30$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'o endereço de email deve ser do tipo xxx@yyy.eee (exemplo : jack@altern.org)';
31
32$lang['Webmaster login'] = 'Login do Webmaster';
33$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Será mostrado aos visitantes. É necessário para a administração do website';
34
35$lang['Parameters are correct'] = 'Os parâmetros estão corretos';
36$lang['Connection to server succeed, but it was impossible to connect to database'] = 'A conexão com o servidor foi bem sucedida, porém não foi possível se conectar à base de dados';
37$lang['Can\'t connect to server'] = 'Não foi possível se conectar ao servidor';
38$lang['The next step of the installation is now possible'] = 'O próximo passo da instalação é possível agora';
39$lang['next step'] = 'próximo passo';
40$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = 'Copie o texto em rosa entre os hifens e cole-o no arquivo "include/mysql.inc.php"(Cuidado : mysql.inc.php deve conter apenas o que está em rosa, sem caracteres de espaço)';
41
42$lang['Host'] = 'MySQL host';
43$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
44$lang['User'] = 'Usuário';
45$lang['user login given by your host provider'] = 'login de usuário fornecido pelo seu provedor de hospedagem';
46$lang['Password'] = 'Senha';
47$lang['user password given by your host provider'] = 'senha de usuário fornecida pelo seu provedor de hospedagem';
48$lang['Database name'] = 'Nome da base de dados';
49$lang['also given by your host provider'] = 'também forncido pelo seu provedor de hospedagem';
50$lang['Database table prefix'] = 'Prefixo da tabela da base de dado';
51$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'Os nomes das tabelas da base de dados terão este prefixo (isto possibilita que você gerencie melhor suas tabelas)';
52$lang['enter a login for webmaster'] = 'entre um login para o webmaster';
53$lang['webmaster login can\'t contain characters \' or "'] = 'o login do webmaster não pode conter os caracteres \' ou "';
54$lang['please enter your password again'] = 'por favor, entre com a sua senha novamente';
55$lang['Installation finished'] = 'A instalação terminou';
56$lang['Webmaster password'] = 'senha do Webmaster';
57$lang['Keep it confidential, it enables you to access administration panel'] = 'mantenha-a bem guardada, é ela que lhe permite acessar o painel da administração';
58$lang['Password [confirm]'] = 'Senha [confirmar]';
59$lang['verification'] = 'verificação';
60$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Precisa de ajuda ? Faça a sua pergunta no <a href="%s">Piwigo message board</a>.';
61$lang['install_end_message'] = 'A configuração do Piwigo acabou, aqui vai o próximo passo<br /><br />
62* vá até a página de identificação e use o login/senha fornecido para webmaster<br />
63* este login lhe permmitirá acessar o painel da administração e as instruções, para poder enviar as imagens nos seus diretórios';
64$lang['Webmaster mail address'] = 'endereço de email do Webmaster';
65$lang['Visitors will be able to contact site administrator with this mail'] = 'Os visitantes poderão entrar em contato com o administrador do site através desse email';
66
67$lang['PHP 5 is required'] = 'É necessário PHP 5';
68$lang['It appears your webhost is currently running PHP %s.'] = 'Parece que a sua hospedagem está atualmente usando PHP %s.';
69$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo pode tentar mudar sua configuração para PHP 5 através da criação ou modificação de um arquivo .htaccess.';
70$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Note que você pode alterar sua configuração por conta própria e reiniciar o Piwigo depois disso.';
71$lang['Try to configure PHP 5'] = 'Tentar configurar PHP 5';
72$lang['Sorry!'] = 'Lamento!';
73$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo não teve condições de configurar o PHP 5.';
74$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Você deve entrar em contato com o suporte do seu provedor e ver como você poderia mudar para PHP 5 por conta própria.";
75$lang['Hope to see you back soon.'] = 'Espero te ver de volta em breve.';
76?>
Note: See TracBrowser for help on using the repository browser.