source: extensions/flickr2piwigo/language/pt_BR/plugin.lang.php @ 18911

Last change on this file since 18911 was 18911, checked in by mistic100, 11 years ago

correct english

  • Property svn:executable set to *
File size: 3.6 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 Flickr page in a new tab'] = 'Abre página do Flickr em uma nova aba';
27$lang['Photo "%s" imported'] = 'Foto "%s" importada';
28$lang['Pictures without album'] = 'Foto sem álbum';
29$lang['Please fill your API keys on the configuration tab'] = 'Por favor preencha sua chave do API do Flickr na aba de configuração';
30$lang['Processing...'] = 'Processando...';
31$lang['Reproduce flickr albums'] = 'Reproduza álbuns do Flickr';
32$lang['Successfully logged in to you Flickr account'] = 'Logado com sucesso na sua conta do Flickr';
33$lang['%d albums'] = '%d albuns';
34$lang['%d elements ready for importation'] = '%d elementos prontos para importação';
35$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';
36$lang['%d pictures imported'] = '%d fotos importadas';
37$lang['(%d photos)'] = '(%d fotos)';
38$lang['API key'] = 'Chave API';
39$lang['API not authenticated'] = 'API não autenticada';
40$lang['API secret'] = 'API secreta';
41$lang['Begin transfer'] = 'Inicia transferência';
42$lang['Callback URL'] = 'URL Retorno';
43$lang['Fill these fields from Flickr datas'] = 'Preencha esses campos com dados do Flickr';
44$lang['Flickr logins'] = 'Loguin do Flick';
45$lang['How do I get my Flickr API key?'] = 'Como eu obtenho minha chave da API do Flickr';
46$lang['Import'] = 'Importa';
47$lang['Import all my pictures'] = 'Importa todas as minhas fotos';
48$lang['Import all photos in this album'] = 'Importa todas as fotos nesse álbum';
49$lang['Import options'] = 'opções de importação';
50$lang['List my albums'] = 'Lista meus álbuns';
51$lang['List pictures of this album'] = 'Lista fotos nesse álbum';
52$lang['Logged in as'] = 'Logado como';
53?>
Note: See TracBrowser for help on using the repository browser.