[16182] | 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 albums'; |
---|
| 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['%s imported'] = '%s importadas'; |
---|
| 27 | $lang['(%d photos)'] = '(%d fotos)'; |
---|
| 28 | $lang['API key'] = 'Chave API'; |
---|
| 29 | $lang['API not authenticated'] = 'API não autenticada'; |
---|
| 30 | $lang['API secret'] = 'API secreta'; |
---|
| 31 | $lang['Begin transfer'] = 'Transferencia grande'; |
---|
| 32 | $lang['Callback URL'] = 'URL de regresso'; |
---|
| 33 | $lang['Fill these fields from Flickr datas'] = 'Completar estes campos com dados Flickr'; |
---|
| 34 | $lang['Flickr logins'] = 'Entradas Flickr'; |
---|
| 35 | $lang['How do I get my Flickr API key?'] = 'Como obter a chave API flickr'; |
---|
| 36 | $lang['Import all my pictures'] = 'Inportar todas as minhas fotos'; |
---|
| 37 | $lang['Import all photos in this album'] = 'Importar todas as fotos deste Album'; |
---|
| 38 | $lang['Import options'] = 'Opções de importação'; |
---|
| 39 | $lang['Import'] = 'Importar'; |
---|
| 40 | $lang['List my albums'] = 'Listar os meus albuns'; |
---|
| 41 | $lang['List pictures of this album'] = 'Listar fotos deste album'; |
---|
| 42 | $lang['Logued as'] = 'Entrou como'; |
---|
| 43 | $lang['No download method available'] = 'Não existe qualquer metodo de descarga'; |
---|
| 44 | $lang['One picture is not displayed because already existing in the database.'] = 'uma foto não é mostrada dado já existir na base de dados'; |
---|
| 45 | $lang['Open Flickr page in a new tab'] = 'Abrir a página Flickr noutra folha'; |
---|
| 46 | $lang['Pictures without album'] = 'Fotos sem album'; |
---|
| 47 | $lang['Please fill your API keys on the configuration tab'] = 'Por favor preencha as Chaves API na página configuração'; |
---|
| 48 | $lang['Processing...'] = 'Processando...'; |
---|
| 49 | $lang['Reproduce flickr albums'] = 'Reproduzir albuns Flickr'; |
---|
| 50 | $lang['Successfully logued to you Flickr account'] = 'Entrou com sucesso na sua conta Flickr'; |
---|
| 51 | ?> |
---|