index.template.php
// the [member] list button
if ($context['allow_memberlist'])
echo ($current_action == 'mlist' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'mlist' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a>
</td>' , $current_action == 'mlist' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Show the [Stats] button
echo ($current_action == 'stats' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'stats' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=stats">' , $txt['stats_mod'] , '</a>
</td>' , $current_action == 'stats' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
modifications.portuguese_pt.php ( isso pode ser o teu idioma )
?>
$txt['stats_mod']= 'Estatísticas';