source: extensions/flickr2piwigo/language/pt_PT/plugin.lang.php @ 17589

Last change on this file since 17589 was 17589, checked in by TranslationTeam, 12 years ago

[flickr] Update pt_PT, thanks to : klito

  • Property svn:executable set to *
File size: 3.5 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['%d albums'] = '%d albuns';
24$lang['%d pictures are not displayed because already existing in the database.'] = '%d fotos não são mostradas porque já existem na base de dados';
25$lang['%d pictures imported'] = '%d fotos importadas';
26$lang['(%d photos)'] = '(%d fotos)';
27$lang['API key'] = 'Chave API';
28$lang['API not authenticated'] = 'API não autenticada';
29$lang['API secret'] = 'API secreta';
30$lang['Begin transfer'] = 'Iniciar transferencia ';
31$lang['Callback URL'] = 'URL de regresso';
32$lang['Fill these fields from Flickr datas'] = 'Completar estes campos com dados Flickr';
33$lang['Flickr logins'] = 'Entradas no Flickr';
34$lang['How do I get my Flickr API key?'] = 'Como obtenho a chave flickr API';
35$lang['Import all my pictures'] = 'Inportar todas as minhas fotos';
36$lang['Import all photos in this album'] = 'Importar todas as fotos deste Album';
37$lang['Import options'] = 'Opções de importação';
38$lang['Import'] = 'Importar';
39$lang['List my albums'] = 'Listar os meus albuns';
40$lang['List pictures of this album'] = 'Listar fotos deste album';
41$lang['Logued as'] = 'Entrou como';
42$lang['No download method available'] = 'Não existe qualquer metodo de descarga';
43$lang['One picture is not displayed because already existing in the database.'] = 'uma foto não é mostrada dado já existir na base de dados';
44$lang['Open Flickr page in a new tab'] = 'Abrir a página Flickr noutra folha';
45$lang['Pictures without album'] = 'Fotos sem album';
46$lang['Please fill your API keys on the configuration tab'] = 'Por favor preencha as Chaves API na página configuração';
47$lang['Processing...'] = 'Processando...';
48$lang['Reproduce flickr albums'] = 'Reproduzir albuns Flickr';
49$lang['Successfully logued to you Flickr account'] = 'Entrou com sucesso na sua conta Flickr';
50$lang['%d elements ready for importation'] = '%d elementos prontos para a importação ';
51$lang['Logued out'] = 'Saiu';
52$lang['Photo "%s" imported'] = 'Importadas  "%s" fotos';
53?>
Note: See TracBrowser for help on using the repository browser.