source: extensions/Ldap_Login/language/pt_PT/plugin.lang.php @ 27306

Last change on this file since 27306 was 27226, checked in by TranslationTeam, 10 years ago

[ldap_login] Update pt_PT, thanks to : ANO

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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$lang['Save'] = 'Salvar';
24$lang['Secure connexion'] = 'Ligação segura (Idaps)';
25$lang['Test Settings'] = 'Definições Teste';
26$lang['Username'] = 'Nome de utilizador LDAP';
27$lang['Warning: LDAP Extension missing.'] = 'Atenção: Esquecida a Extensão LDAP';
28$lang['You must save the settings with the Save button just up there before testing here.'] = 'Antes de efetuar o teste, é preciso salvar as definições clicando no botão SALVAR acima.';
29$lang['Your password'] = 'Senha LDAP';
30$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Todos os utilizadores LDAP podem usar a sua senha LDAP em qualquer parte do Piwigo se necessário';
31$lang['Attribute corresponding to the user name'] = 'Atributo correspondente ao nome de utilizador';
32$lang['Base DN'] = 'Base DN onde podem ser encontrados os utilizadores LDAP (por exemplo: ou=utilizadores,dc=exemplo,dc=com):';
33$lang['Bind DN, field in full ldap style'] = 'Vincular DN no estilo LDAP (por exemplo:cu=utilizadores,dc=exemplo, dc=com):';
34$lang['Bind password'] = 'Vincular senha';
35$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'poderão ser criados novos utilizadores Piwigo quando os utilizadores se autenticarem com sucesso via LDAP?';
36$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Deseja que os administradores sejam notificados por email, em caso de utilizadores criados após entrada LDAP?';
37$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Os novos utilizadores deverão receber mail similar aos urtilizadores casuais piwigo?';
38$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Se vazio, localhost e portas standard serão usadas na configuração';
39$lang['If empty, standard protocol ports will be used by the software.'] = 'Se vazio, localhost e portas standard serão usadas pelo software';
40$lang['Ldap attributes'] = 'Atributos LDAP';
41$lang['Ldap connection credentials'] = 'Credenciais de ligação LDAP';
42$lang['Ldap filter :'] = 'Filtro LDAP';
43$lang['Ldap port'] = 'Porta LDAP';
44$lang['Ldap server host'] = 'Servidor de alojamento LDAP';
45$lang['Ldap server host connection'] = 'Servidor ligação LDAP';
46$lang['Ldap_Login Plugin'] = 'Extensão de Entrada_Ldap ';
47$lang['Ldap_Login Test'] = 'Teste de Entrada_Ldap';
48$lang['Ldap_Login configuration'] = 'Configuração de Entrada_Ldap';
49$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Deixar os campos vazios se LDAP aceitar ligações anónimas';
50?>
Note: See TracBrowser for help on using the repository browser.