source: trunk/language/pt_PT/install.lang.php @ 12103

Last change on this file since 12103 was 12103, checked in by plg, 13 years ago

feature 2431: only keep MySQL on installation form

File size: 6.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 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['Connection to server succeed, but it was impossible to connect to database'] = 'A ligação ao servidor foi bem sucedida, mas foi impossível ligar à base de dados';
36$lang['Can\'t connect to server'] = 'Não foi possível ligar ao servidor';
37
38$lang['Host'] = 'Servidor MySQL';
39$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
40$lang['User'] = 'Utilizador';
41$lang['user login given by your host provider'] = 'Login de utilizador fornecido pelo seu provedor de hospedagem';
42$lang['Password'] = 'Palavra-passe';
43$lang['user password given by your host provider'] = 'Palavra-passe fornecida pelo seu provedor de hospedagem';
44$lang['Database name'] = 'Nome da base de dados';
45$lang['also given by your host provider'] = 'Também fornecido pelo seu provedor de hospedagem';
46$lang['Database table prefix'] = 'Prefixo da tabela da base de dados';
47$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 uma melhor gestão das tabelas)';
48$lang['enter a login for webmaster'] = 'Introduza um nome para o webmaster';
49$lang['webmaster login can\'t contain characters \' or "'] = 'o nome do webmaster não pode conter os caracteres \' ou "';
50$lang['please enter your password again'] = 'Por favor, escreva a sua palavra-passe novamente';
51$lang['Webmaster password'] = 'Palavra-passe do Webmaster';
52$lang['Keep it confidential, it enables you to access administration panel'] = 'Mantenha-a bem guardada, é ela que lhe permite aceder ao painel administrativo';
53$lang['Password [confirm]'] = 'Palavra-passe [confirmação]';
54$lang['verification'] = 'Verificar Palavra-passe inserida';
55$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">Fórum Piwigo</a>.';
56$lang['Webmaster mail address'] = 'Endereço de email do Webmaster';
57$lang['Visitors will be able to contact site administrator with this mail'] = 'Os visitantes poderão entrar em contacto com o administrador da galeria através desse email';
58
59$lang['PHP 5 is required'] = 'PHP 5 é necessário';
60$lang['It appears your webhost is currently running PHP %s.'] = 'Parece que o seu provedor de hospedagem usa actualmente PHP %s.';
61$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo pode tentar mudar a sua configuração para PHP 5 através da criação ou modificação de um arquivo .htaccess.';
62$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.';
63$lang['Try to configure PHP 5'] = 'Tentar configurar PHP 5';
64$lang['Sorry!'] = 'Lamento!';
65$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo não pôde configurar o PHP 5.';
66$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 contacto com o suporte do seu provedor e saber como pode mudar para PHP 5.";
67$lang['Hope to see you back soon.'] = 'Espero que volte em breve.';
68
69$lang['Congratulations, Piwigo installation is completed'] = 'Parabéns, a sua instalação Piwigo está completa';
70$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Uma solução alternativa será copiar o texto na caixa abaixo e colá-lo no ficheiro "local/config/database.inc.php" (Atenção : database.inc.php apenas deverá conter o que está na área de texto, não insira nenhuma linha nova ou espaço em branco)';
71$lang['Creation of config file local/config/database.inc.php failed.'] = 'A criação do ficheiro de configuração local/config/database.inc.php falhou.';
72$lang['Download the config file'] = 'Guardar ficheiro de configuração';
73$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Pode guardar o ficheiro de configuração no seu computador e de seguida enviá-lo para a pasta /local/config da sua instalação.';
74$lang['Learn more'] = 'Saber mais';
75?>
Note: See TracBrowser for help on using the repository browser.