source: extensions/instagram2piwigo/language/pt_BR/plugin.lang.php @ 19599

Last change on this file since 19599 was 19599, checked in by TranslationTeam, 11 years ago

[instagram2piwigo] Update pt_BR, thanks to : oigreslima

File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Logged out'] = 'Deslogar';
24$lang['No download method available'] = 'Nenhum método de download disponível';
25$lang['One picture is not displayed because already existing in the database.'] = 'Uma foto não foi mostrada porque já existe no banco de dados';
26$lang['Open Instagram page in a new tab'] = 'Abre página do Instagram em uma nova aba';
27$lang['Photo "%s" imported'] = 'Foto "%s" importada';
28$lang['Please fill your API keys on the configuration tab'] = 'Por favor preencha sua chave do API do Instagram na aba de configuração';
29$lang['Processing...'] = 'Processando...';
30$lang['Successfully logged in to you Instagram account'] = 'Logado com sucesso na sua conta do Instagram';
31$lang['%d albums'] = '%d albuns';
32$lang['%d elements ready for importation'] = '%d elementos prontos para importação';
33$lang['%d pictures are not displayed because already existing in the database.'] = '%d fotos não foram mostradas porque já existem no banco de dados';
34$lang['%d pictures imported'] = '%d fotos importadas';
35$lang['(%d photos)'] = '(%d fotos)';
36$lang['API not authenticated'] = 'API não autenticada';
37$lang['Begin transfer'] = 'Inicia transferência';
38$lang['Fill these fields from Instagram datas'] = 'Preencha esses campos com dados do Instagram';
39$lang['Instagram logins'] = 'Loguin do Flick';
40$lang['How do I get my Instagram Client ID?'] = 'Como eu obtenho minha chave da API do Instagram';
41$lang['Import'] = 'Importa';
42$lang['Import options'] = 'opções de importação';
43$lang['List pictures of this album'] = 'Lista fotos nesse álbum';
44$lang['Logged in as'] = 'Logado como';
45$lang['List my pictures'] = 'Liste minhas fotos';
46?>
Note: See TracBrowser for help on using the repository browser.