source: extensions/Google2Piwigo/language/pt_BR/plugin.lang.php @ 28972

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

[google2piwigo] Update pt_BR, thanks to : flaviove

  • Property svn:executable set to *
File size: 3.4 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['Processing...'] = 'Processando...';
24$lang['Reproduce Google albums'] = 'Reproduz álbuns do Google';
25$lang['Successfully logged to you Google account'] = 'Logado com  sucesso na sua conta do Google';
26$lang['%d albums'] = '%d álbuns';
27$lang['%d elements ready for importation'] = '%d elementos prontos para importação';
28$lang['%d pictures are not displayed because already existing in the database.'] = '%d fotos não mostradas pois já existem no banco de dados';
29$lang['%d pictures imported'] = '%d fotos importadas';
30$lang['(%d photos)'] = '%d fotos';
31$lang['API not authenticated'] = 'API não autenticada';
32$lang['Begin transfer'] = 'Iniciando transferência';
33$lang['Fill these fields from Google datas'] = 'Preencha esses campos com dados do Google';
34$lang['Geolocalization'] = 'Geolocalização';
35$lang['Import all my pictures'] = 'Importar todas as fotos';
36$lang['Import all photos in this album'] = 'Importar todas as fotos do álbum';
37$lang['Import options'] = 'Opções de importação';
38$lang['List my albums'] = 'Liste meus álbuns';
39$lang['List pictures of this album'] = 'Liste fotos desse álbum';
40$lang['Logged in as'] = 'Logado como';
41$lang['Logged out'] = 'Deslogar';
42$lang['No download method available'] = 'Nenhum médtodo de baixar fotos disponível';
43$lang['One picture is not displayed because already existing in the database.'] = 'Uma foto não mostrada porque já existe no banco de dados';
44$lang['Open Google page in a new tab'] = 'Abre página do google em outra aba';
45$lang['Photo "%s" imported'] = 'Foto %s importada';
46$lang['Google project keys'] = 'Chaves do projeto Google';
47$lang['How do I get my Google project API key?'] = 'Como faço para obter minha chave API do projeto Google?';
48$lang['Please fill your API keys on the configuration tab'] = 'Por favor, preencha suas chaves de API na guia de configuração';
49$lang['Callback URL'] = 'Chamar de volta URL';
Note: See TracBrowser for help on using the repository browser.