Subversion Repositories ALCASAR

Rev

Go to most recent revision | Blame | Last modification | View Log

<?php

// sidebar labels
$L['summary'] = 'Riepilogo';
$L['hours'] = 'Ore';
$L['days'] = 'Giorni';
$L['months'] = 'Mesi';

// main table headers
$L['Summary'] = 'Riepilogo';
$L['Top 10 days'] = '10 giorni piu intensivi';
$L['Last 24 hours'] = 'Ultime 24 ore';
$L['Last 30 days'] = 'Ultimi 30 giorni';
$L['Last 12 months'] = 'Ultimi 12 mesi';

// traffic table columns
$L['In'] = 'Entrata';
$L['Out'] = 'Uscita';
$L['Total'] = 'Totale';

// summary rows
$L['This hour'] = 'Quest ora';
$L['This day'] = 'Oggi';
$L['This month'] = 'Questo mese';
$L['All time'] = 'Sempre';

// graph text
$L['Traffic data for'] = 'Dati per';
$L['bytes in'] = 'bytes entrati';
$L['bytes out'] = 'bytes usciti';

// 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';