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

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

[astat] Add pt_BR, thanks to : hespanhol

  • Property svn:executable set to *
File size: 3.0 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, quantidade de visualizações para cada 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?>
Note: See TracBrowser for help on using the repository browser.