aboutsummaryrefslogtreecommitdiff
path: root/languages/pt/pt.members.php
blob: 0020c249c993dbbff20a2b4feaa4626dcb4b7ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

// Gerado pela extensão 'translationbrowser'  20110712-08:29:18 PM

$portugues = array( 
	 'members:label:newest'  =>  "Recentes" , 
	 'members:label:popular'  =>  "Populares" , 
	 'members:label:online'  =>  "Online " , 
	 'members:searchname'  =>  "Pesquisar participantes por nome" , 
	 'members:searchtag'  =>  "Pesquisar participantes por descritores (tag)" , 
	 'members:title:searchname'  =>  "Participantes pesquisados por %s" , 
	 'members:title:searchtag'  =>  "Participantes descritos (tag) com %s"
); 

add_translation('pt', $portugues); 

?>