source: extensions/AStat/language/pt_BR/plugin.lang.php @ 21786

Last change on this file since 21786 was 21786, checked in by TranslationTeam, 11 years ago

[astat] Update pt_BR, thanks to : hespanhol

  • Property svn:executable set to *
File size: 4.2 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['AStat_MouseOverColor'] = 'Mouse sobre a linha';
24$lang['AStat_NbCatPerPages'] = 'Quantidade de categorias por página';
25$lang['AStat_NbIPPerPages'] = 'Quantidade de endereços IP por página';
26$lang['AStat_NbImgPerPages'] = 'Quantidade de fotos por página';
27$lang['AStat_Nfo_Category'] = 'Para o período escolhido, percentual do número de páginas e fotos visualizadas por categoria, como uma média do número de visualizações por foto';
28$lang['AStat_Nfo_IP'] = 'Para o período escolhido, número de páginas e fotos visualizadas por um endereço IP';
29$lang['AStat_Nfo_Image'] = 'Para o período escolhido, número de visualizações por foto como percentual do número total de visualizações';
30$lang['AStat_MaxBarWidth'] = 'Largura máxima da barra (pixels)';
31$lang['AStat_AddIP'] = 'Adicionar a lista negra';
32$lang['AStat_BarColor_Cat'] = 'Quantidade de categorias';
33$lang['AStat_BarColor_IP'] = 'Quantidade de endereços IP';
34$lang['AStat_BarColor_Img'] = 'Quantidade de fotos';
35$lang['AStat_BarColor_Pages'] = 'Quantidade de páginas';
36$lang['AStat_BlackListedIP'] = 'IP marcado na lista negra';
37$lang['AStat_DefaultSortCat'] = 'Ordenação padrão';
38$lang['AStat_DefaultSortIP'] = 'Ordenação padrão';
39$lang['AStat_DefaultSortImg'] = 'Ordenação padrão';
40$lang['AStat_DelIP'] = 'Tirar da lista negra';
41$lang['AStat_IP_blacklist'] = 'Adicionar a lista negra';
42$lang['AStat_IP_geolocalisation'] = 'Localização geografica';
43$lang['AStat_Nfo_Period'] = 'Para o período escolhido, número de páginas e fotos visualizadas pelo número de endereços IP distintos conectados.';
44$lang['AStat_PeriodPerDefault'] = 'Período padrão';
45$lang['AStat_PeriodPerDefault_all'] = 'Todos os anos';
46$lang['AStat_PeriodPerDefault_day'] = 'Dia atual';
47$lang['AStat_PeriodPerDefault_global'] = 'Global';
48$lang['AStat_PeriodPerDefault_month'] = 'Mês atual';
49$lang['AStat_PeriodPerDefault_year'] = 'Ano atual';
50$lang['AStat_RefIPLabel'] = 'Usuário / Endereço IP';
51$lang['AStat_RefImageLabel'] = 'Categoria / Nome da Foto';
52$lang['AStat_SeeTimeRequests'] = 'Mostrar tempo de execução das requisições';
53$lang['AStat_ShowThumbCat'] = 'Mostrar miniatura que representa a categoria';
54$lang['AStat_ShowThumbImg'] = 'Mostar miniaturas das fotos';
55$lang['AStat_SortCatLabel'] = 'Ordenado por';
56$lang['AStat_SortIPLabel'] = 'Ordenado por';
57$lang['AStat_SortImgLabel'] = 'Ordenado por';
58$lang['AStat_adviser_not_authorized'] = 'Ação abortada: perfil não permite este tipo de ação';
59$lang['AStat_by_category'] = 'Por categoria';
60$lang['AStat_by_image'] = 'Por fotos';
61$lang['AStat_by_ip'] = 'Por IP';
62$lang['AStat_by_period'] = 'Por período';
63?>
Note: See TracBrowser for help on using the repository browser.