source: branches/2.0/language/pt_PT/install.lang.php @ 3264

Last change on this file since 3264 was 3264, checked in by ddtddt, 15 years ago

Add pt_PT install.lang.php thanks to sergio

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2009 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['Initial_config'] = 'Configuração de base';
26$lang['Default_lang'] = 'Lingua por defeito da galeria';
27$lang['step1_title'] = 'Configuração da base de dados';
28$lang['step2_title'] = 'Configuração da conta administrador';
29$lang['Start_Install'] = 'Iniciar a instalação';
30$lang['reg_err_mail_address'] = 'O endresso email deve ser da forma xxx@yyy.eee (exemplo : jack@altern.org)';
31
32$lang['install_webmaster'] = 'Administrador';
33$lang['install_webmaster_info'] = 'Este identificante aparcerá a todos os visitantes.Vos servirá para administrar o sitio';
34
35$lang['step1_confirmation'] = 'Os parâmetros entardos estão correctos';
36$lang['step1_err_db'] = 'A conecção ao servidor esta OK, mas impossível de conectar-se a esta base de dados.';
37$lang['step1_err_server'] = 'Impossível de conectar-se ao servidor';
38
39$lang['step1_host'] = 'Hóspede MySQL';
40$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
41$lang['step1_user'] = 'Utilizador';
42$lang['step1_user_info'] = 'nome de utilizador por seu Hóspede';
43$lang['step1_pass'] = 'Palavra passe';
44$lang['step1_pass_info'] = 'fornecido pelo seu Hóspede';
45$lang['step1_database'] = 'Nome da base';
46$lang['step1_database_info'] = 'fornecido pelo seu Hóspede';
47$lang['step1_prefix'] = 'Prefixo dos nomes das tabelas';
48$lang['step1_prefix_info'] = 'O nome das tabelas aparcerá com este prefixo.(Permite de gerir melhor a sua base de dados)';
49$lang['step2_err_login1'] = 'Faça favor escolher um pseudónimo para o webmaster';
50$lang['step2_err_login3'] = 'O pseudónimo do webmasterle nao deve conter os carácters " et \'';
51$lang['step2_err_pass'] = 'Faça favor escrever de novo a sua palavra passe';
52$lang['install_end_title'] = 'Instalação acabada';
53$lang['step2_pwd'] = 'Palavra passe';
54$lang['step2_pwd_info'] = 'Deve ficar confidencial, permite de acedir ao panel de administração.';
55$lang['step2_pwd_conf'] = 'Palavra passe [ Confirmar ]';
56$lang['step2_pwd_conf_info'] = 'Verificação';
57$lang['step1_err_copy'] = '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['install_help'] = '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['conf_mail_webmaster'] = 'Endresso Email do administrador';
63$lang['conf_mail_webmaster_info'] = '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.