blob: c1311f55cb245311734dec50a7d864cbe1a57624 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
$pt = 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", $pt);
|