pt_br.php 456 B

123456789101112
  1. <?php
  2. return array(
  3. 'members:label:online' => 'Online ',
  4. 'members:search' => 'Pesquise participantes',
  5. 'members:title:search' => 'Pesquise participantes para %s',
  6. 'members:total' => 'Total de participantes: %s',
  7. 'members:title:newest' => ' Participantes mais recentes',
  8. 'members:title:popular' => 'Participantes mais populares',
  9. 'members:title:online' => 'Participantes online',
  10. 'members:list:popular:none' => 'Nenhum membro tem nenhum amigo.',
  11. );