Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1674 → Rev 1675

/web/acc/manager/stats/lang/br.php
0,0 → 1,39
<?php
 
// sidebar labels
$L['summary'] = 'sumario';
$L['hours'] = 'horas';
$L['days'] = 'dias';
$L['months'] = 'meses';
 
// main table headers
$L['Summary'] = 'Sumario';
$L['Top 10 days'] = 'Top 10 - dias';
$L['Last 24 hours'] = 'Ultimas 24 horas';
$L['Last 30 days'] = 'Ultimos 30 dias';
$L['Last 12 months'] = 'Ultimos 12 meses';
 
// traffic table columns
$L['In'] = 'Entrada';
$L['Out'] = 'Saida';
$L['Total'] = 'Total';
 
// summary rows
$L['This hour'] = 'Esta hora';
$L['This day'] = 'Este dia';
$L['This month'] = 'Este mes';
$L['All time'] = 'Todos os tempos';
 
// graph text
$L['Traffic data for'] = 'Trafego da';
$L['bytes in'] = 'bytes entrada';
$L['bytes out'] = 'bytes saida';
 
// date formats
$L['datefmt_days'] = '%d %B';
$L['datefmt_days_img'] = '%d';
$L['datefmt_months'] = '%B %Y';
$L['datefmt_months_img'] = '%b';
$L['datefmt_hours'] = '%l%p';
$L['datefmt_hours_img'] = '%l';
$L['datefmt_top'] = '%d %B %Y';