123456789101112 |
- <?php
- return array(
- 'members:label:online' => 'Online ',
- 'members:search' => 'Pesquise participantes',
- 'members:title:search' => 'Pesquise participantes para %s',
- 'members:total' => 'Total de participantes: %s',
- 'members:title:newest' => ' Participantes mais recentes',
- 'members:title:popular' => 'Participantes mais populares',
- 'members:title:online' => 'Participantes online',
- 'members:list:popular:none' => 'Nenhum membro tem nenhum amigo.',
- );
|