source: trunk/language/pt_PT/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.2 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 de base';
26$lang['Default gallery language'] = 'Lingua por defeito da galeria';
27$lang['Database configuration'] = 'Configuração da base de dados';
28$lang['Admin configuration'] = 'Configuração da conta administrador';
29$lang['Start Install'] = 'Iniciar a instalação';
30$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'O endresso email deve ser da forma xxx@yyy.eee (exemplo : jack@altern.org)';
31
32$lang['Webmaster login'] = 'Administrador';
33$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Este identificante aparcerá a todos os visitantes.Vos servirá para administrar o sitio';
34
35$lang['Parameters are correct'] = 'Os parâmetros entardos estão correctos';
36$lang['Connection to server succeed, but it was impossible to connect to database'] = 'A conecção ao servidor esta OK, mas impossível de conectar-se a esta base de dados.';
37$lang['Can\'t connect to server'] = 'Impossível de conectar-se ao servidor';
38
39$lang['Host'] = 'Hóspede MySQL';
40$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
41$lang['User'] = 'Utilizador';
42$lang['user login given by your host provider'] = 'nome de utilizador por seu Hóspede';
43$lang['Password'] = 'Palavra passe';
44$lang['user password given by your host provider'] = 'fornecido pelo seu Hóspede';
45$lang['Database name'] = 'Nome da base';
46$lang['also given by your host provider'] = 'fornecido pelo seu Hóspede';
47$lang['Database table prefix'] = 'Prefixo dos nomes das tabelas';
48$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'O nome das tabelas aparcerá com este prefixo.(Permite de gerir melhor a sua base de dados)';
49$lang['enter a login for webmaster'] = 'Faça favor escolher um pseudónimo para o webmaster';
50$lang['webmaster login can\'t contain characters \' or "'] = 'O pseudónimo do webmasterle nao deve conter os carácters " et \'';
51$lang['please enter your password again'] = 'Faça favor escrever de novo a sua palavra passe';
52$lang['Installation finished'] = 'Instalação acabada';
53$lang['Webmaster password'] = 'Palavra passe';
54$lang['Keep it confidential, it enables you to access administration panel'] = 'Deve ficar confidencial, permite de acedir ao panel de administração.';
55$lang['Password [confirm]'] = 'Palavra passe [ Confirmar ]';
56$lang['verification'] = 'Verificação';
57$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)'] = 'Copais o texto core de rosa entre os tracinhos e colais-o no ficheiro mysql.inc.php no repertorio "include" à raiz de onde instalou Piwigo (O ficheiro mysql.inc.php só deve compter o que é core de rose entre os tracinhos, nenhum retorno de linha ou esapço são autorizados)';
58$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'precisa de ajuda ? faça a sua pergunta <a href="%s">forum de Piwigo</a>.';
59$lang['install_end_message'] = 'A configuração da aplicação correu bem, vamos a proxima fase<br /><br />
60* Ide à página de indentificação e conecte-se com o pseudónimo escolhido para o webmaster<br />
61* Perite-vos acedir à parte de administração e as instruções para meter as imagens nos repertorios.';
62$lang['Webmaster mail address'] = 'Endresso Email do administrador';
63$lang['Visitors will be able to contact site administrator with this mail'] = 'Os visitantes poderam contactar-vos pelo este Email';
64
65$lang['PHP 5 is required'] = 'PHP 5 é requerido';
66$lang['It appears your webhost is currently running PHP %s.'] = 'Aparentemente, a versão PHP do seu  Apparemment, a versão PHP do seu hospede é PHP %s.';
67$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo vai tentar passar em PHP 5 criando ou modificando o ficheiro .htaccess.';
68$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'notei que pode modificar a configuração PHP e lançar de novo Pigiwo depois.';
69$lang['Try to configure PHP 5'] = 'Tente configurar PHP 5Essayer de configurer PHP 5';
70$lang['Sorry!'] = 'Infelizmente!';
71$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo não pôde configurar PHP 5.';
72$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Deve contactar seu hospede afins de saber como configurar PHP 5.';
73$lang['Hope to see you back soon.'] = 'Eperando vê-lo de novo em breve...';
74?>
Note: See TracBrowser for help on using the repository browser.