[21297] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[26610] | 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 | // +-----------------------------------------------------------------------+ |
---|
[21297] | 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 registros estão bloqueadas nesta galeria.'; |
---|
[26558] | 26 | $lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Os usuários não estão autorizados a registar-se na sua galeria. Social Connect não funcionará corretamente.'; |
---|
[21297] | 27 | $lang['You registered with a %s account, please sign in with the same account.'] = 'Você está registrado com uma conta de %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 pronto, por favor preencha o formulário de inscrição.'; |
---|
| 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, entre em contato com o dono da galeria.<i>Código de erro: %s</i>'; |
---|
| 31 | $lang['Authentication canceled'] = 'Autenticação cancelada'; |
---|
| 32 | $lang['Contacting <b>%s</b>. Please wait.'] = 'Contactando <b>%s</b>. Favor esperar.'; |
---|
| 33 | $lang['Disabled'] = 'Dasabilitado'; |
---|
| 34 | $lang['Display sign in buttons in the menubar'] = 'Exibir sinal em botões na barra de menus'; |
---|
| 35 | $lang['Display sign in buttons on the register page'] = 'Exibir sinal em botões na página de registo'; |
---|
| 36 | $lang['Enabled'] = 'Habilitado'; |
---|
| 37 | $lang['Error...'] = 'Erro...'; |
---|
| 38 | $lang['Icon size in the menubar'] = 'Tamanho do ícone na barra de menus'; |
---|
| 39 | $lang['Icon size on the identification page'] = 'Tamanho do ícone na página de identificação'; |
---|
| 40 | $lang['Loading...'] = 'Carregando...'; |
---|
| 41 | $lang['Logged with'] = 'Logado com'; |
---|
[26558] | 42 | $lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP extensão Curl é necessária'; |
---|
| 43 | $lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Você precisa configurar as credenciais'; |
---|
[21297] | 44 | $lang['Or sign in with'] = 'Ou entrar com'; |
---|
| 45 | $lang['Please enter your OpenID URL'] = 'Por favor digite seu OpenID URL'; |
---|
| 46 | $lang['Please enter your username'] = 'Por favor digite seu nome de usuário'; |
---|
| 47 | $lang['Profile URL'] = 'URL do perfil'; |
---|
[26610] | 48 | $lang['Cancel'] = 'Cancelar'; |
---|
| 49 | $lang['Please enter your user ID'] = 'Por favor entre sua ID'; |
---|
[27159] | 50 | $lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Permitir que usuários possam fundir conta existente com o nova identidade <i>Conexões Sociais</i>'; |
---|
| 51 | $lang['Associate with an existing account'] = 'Associar com uma conta existente'; |
---|
[28967] | 52 | $lang['For security reason, the main webmaster account can\'t be merged with a remote account, but you can use another webmaster account.'] = 'Por razões de segurança, a principal conta webmaster não podem ser mesclada com uma conta remota, mas você pode usar outra conta de webmaster.'; |
---|
| 53 | $lang['Close'] = 'Fechar'; |
---|
| 54 | $lang['Unable to perform login'] = 'Não foi possível efetuar o login'; |
---|
| 55 | $lang['User not found'] = 'Usuário não encontrado'; |
---|