source: extensions/oAuth/language/pt_PT/plugin.lang.php @ 26558

Last change on this file since 26558 was 26558, checked in by mistic100, 10 years ago

rename OAuth into Social Connect

  • Property svn:executable set to *
File size: 3.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Providers'] = 'Provedores';
24$lang['Sign in with %s'] = 'Entre com %s';
25$lang['Sorry, new registrations are blocked on this gallery.'] = 'Desculpe, novos registos estão bloqueados nesta galeria.';
26$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Não permitido aos utilizadores registarem-se na sua galeria. Social Connect não vai funcionar correctamente.';
27$lang['You registered with a %s account, please sign in with the same account.'] = 'Registou-se com uma conta %s, por favor entre com a mesma conta.';
28$lang['Your registration is almost done, please complete the registration form.'] = 'O seu registo está quase completo, por favor termine o formulário de registo.';
29$lang['%s: invalid keys'] = '%s: chaves inválidas';
30$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Ocorreu um erro, por favor contacte o dono da galeria. <i>Código do erro: %s</i>';
31$lang['Authentication canceled'] = 'Autenticação cancelada';
32$lang['Contacting <b>%s</b>. Please wait.'] = 'Contactando <b>%s</b>. Por favor aguarde.';
33$lang['Disabled'] = 'Deactivado';
34$lang['Display sign in buttons in the menubar'] = 'Mostrar botões de sign in na barra de menu';
35$lang['Display sign in buttons on the register page'] = 'Mostrar botões de sign in na página de registo';
36$lang['Enabled'] = 'Activo';
37$lang['Error...'] = 'Erro...';
38$lang['Icon size in the menubar'] = 'Tamanho do ícone na barra de menu ';
39$lang['Icon size on the identification page'] = 'Tamanho do ícone na página de identificação';
40$lang['Loading...'] = 'A carregar...';
41$lang['Logged with'] = 'Entrou com';
42$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: Extensão PHP Curl é necessária';
43$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Precisa de configurar as credenciais ';
44$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID deve estar activo de forma a usar %s autenticação';
45$lang['Or sign in with'] = 'Ou entre com';
46$lang['Please enter your OpenID URL'] = 'Por favor insira o seu URL OpenID';
47$lang['Please enter your username'] = 'Por favor insira o seu nome de utilizador';
48$lang['Profile URL'] = 'URL do perfil';
49?>
Note: See TracBrowser for help on using the repository browser.