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

Last change on this file since 16924 was 16924, checked in by mistic100, 12 years ago

add rating_score filter

  • Property svn:executable set to *
File size: 4.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 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['Add filters here'] = 'Adicionar filtros aqui';
27$lang['Added after'] = 'Adicionado depois';
28$lang['Added before'] = 'Adicionado antes';
29$lang['Added on'] = 'Adicionado em';
30$lang['All SmartAlbums'] = 'Todos os albuns Smart';
31$lang['All these tags'] = 'Todas estas etiquetas';
32$lang['Count'] = 'Contagem';
33$lang['Created after'] = 'Criado depois';
34$lang['Created before'] = 'Criado antes';
35$lang['Date string is malformed'] = 'Conjunto data incorrecto';
36$lang['Don\'t show this message again'] = 'Não mosstrar esta mensagem de novo';
37$lang['Limit must be an integer'] = 'Limite deve ser numero inteiro';
38$lang['No filter selected'] = 'Filtro não seleccionado';
39$lang['No tag selected'] = 'Etiqueta não seleccionada';
40$lang['None of these tags'] = 'Nenhuma destas etiquetas';
41$lang['One of these tags'] = 'Uma destas etiquetas';
42$lang['Only SmartAlbums are displayed on this page'] = 'Apenas albuns Smart são mostrados nesta página';
43$lang['Only these tags'] = 'Apenas estas etiquetas';
44$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerar fotos em todos os albuns Smart';
45$lang['Regenerate photos list of this SmartAlbum'] = 'Regenerar fotos neste album Smart';
46$lang['SmartAlbum added'] = 'Adicionado album Smart';
47$lang['SmartAlbum deleted'] = 'Album Smart foi apagado';
48$lang['This album is a SmartAlbum'] = 'Este album é um album Smart';
49$lang['Update albums on file upload'] = 'Actualizar albuns ao fazer o upload de ficheiros';
50$lang['(can cause slowdowns)'] = '(pode causar lentidão)';
51$lang['Above'] = 'Acima';
52$lang['Author is empty'] = 'O autor esta vazio ';
53$lang['Begins with'] = 'Começa por';
54$lang['Bellow'] = 'Abaixo';
55$lang['Contains'] = 'Contem ';
56$lang['Doesn\'t begin with'] = 'Não começa por ';
57$lang['Doesn\'t contain'] = 'Não contem ';
58$lang['Doesn\'t end with'] = 'Não acaba por ';
59$lang['Ends with'] = 'Acaba por ';
60$lang['Filters'] = 'Filtros ';
61$lang['For "Is (not) in", separate each author by a comma'] = 'Para "Esta/Não esta em",separar cada autor por uma virgula ';
62$lang['Hits must be an integer'] = 'O número de vistas deve ser um inteiro';
63$lang['Is in'] = 'Está em';
64$lang['Is not in'] = 'Não está em';
65$lang['Is not'] = 'Não está';
66$lang['Is'] = 'Está';
67$lang['Name is empty'] = 'O sobrenome está vazio ';
68$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Para ordenar os SmartAlbums deve ir à página principal de
69<a href="%s">gestão dos álbuns</a>';
70$lang['You can\'t use more than one level filter'] = 'Não pode usar mais de um nível de filtro';
71$lang['You can\'t use more than one limit filter'] = 'Não pode usar mais de um limite de filtro';
72$lang['author_filter'] = 'Autor';
73$lang['create a new SmartAlbum'] = 'Criar um novo SmartAlbum';
74$lang['Hits'] = 'Número de vistas ';
75$lang['Max. number of photos'] = 'Número máximo de fotos';
76?>
Note: See TracBrowser for help on using the repository browser.