source: extensions/SmartAlbums/language/pt_PT/plugin.lang.php @ 14822

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

[smartalbums] Add pt_PT, thanks to : klito

  • Property svn:executable set to *
File size: 3.7 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 photo'] = '%d foto';
24$lang['%d photos associated to album %s'] = '%d fotos associadas ao album %s';
25$lang['%d photos'] = '%d fotos';
26$lang['(can cause slowdowns on admin pages)'] = '(pode causar lentidão nas páginas da Admin)';
27$lang['Add a SmartAlbum'] = 'Adicionar um album Smart';
28$lang['Add filters here'] = 'Adicionar filtros aqui';
29$lang['Added after'] = 'Adicionado depois';
30$lang['Added before'] = 'Adicionado antes';
31$lang['Added on'] = 'Adcionado em';
32$lang['All SmartAlbums'] = 'Todos os albuns Smart';
33$lang['All these tags'] = 'Todas estas etiquetas';
34$lang['Count'] = 'Conta';
35$lang['Created after'] = 'Criado depois';
36$lang['Created before'] = 'Criado antes';
37$lang['Created on'] = 'Criado em';
38$lang['Date string is malformed'] = 'Conjunto data incorrecto';
39$lang['Don\'t show this message again'] = 'Não mosstrar esta mensagem de novo';
40$lang['Limit must be an integer'] = 'Limite deve ser numero integro';
41$lang['No filter selected'] = 'Filtro não seleccionado';
42$lang['No tag selected'] = 'Etiqueta não seleccionada';
43$lang['None of these tags'] = 'Nenhuma destas etiquetas';
44$lang['One of these tags'] = 'Uma destas etiquetas';
45$lang['Only SmartAlbums are displayed on this page'] = 'Apenas albuns Smart são mostrados nesta página';
46$lang['Only these tags'] = 'Apennas estas etiquetas';
47$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerar fotos em todos os albuns Smart';
48$lang['Regenerate photos list of this SmartAlbum'] = 'Regenerar fotos neste album Smart';
49$lang['SmartAlbum added'] = 'Adicionado album Smart';
50$lang['SmartAlbum deleted'] = 'Album Smart foi apagado';
51$lang['This album is a SmartAlbum'] = 'Este album é um album Smart';
52$lang['To order albums please go the main albums management page'] = 'Para ordenar albuns, vá para a página de grenciação dos albuns <a href="admin.php?page=cat_list">';
53$lang['Update albums on file upload'] = 'Actualizar albuns com carga de arquivos';
54$lang['You can\'t use more than one limit'] = 'Não pode usar mais que um limite';
55$lang['date filter'] = 'Filtro data';
56$lang['limit filter'] = 'Filtro limite';
57$lang['tags filter'] = 'Filtro etiquetas';
58?>
Note: See TracBrowser for help on using the repository browser.