<?php // sidebar labels $L['summary'] = 'Összegzés'; $L['hours'] = 'órák'; $L['days'] = 'napok'; $L['months'] = 'hónapok'; // main table headers $L['Summary'] = 'Öszegzés'; $L['Top 10 days'] = 'Legjobb 10 nap'; $L['Last 24 hours'] = 'Utolsó 24 óra'; $L['Last 30 days'] = 'Utolsó 30 nap'; $L['Last 12 months'] = 'Utolsó 12 hónap'; // traffic table columns $L['In'] = 'Bejövő'; $L['Out'] = 'Kimenő'; $L['Total'] = 'Összesen'; // summary rows $L['This hour'] = 'Ebben az órában'; $L['This day'] = 'Ezen a napon'; $L['This month'] = 'Ebben a hónapban'; $L['All time'] = 'Összesen'; // graph text $L['Traffic data for'] = 'Forgalmi adatok: '; $L['bytes in'] = 'bejövő bájtok'; $L['bytes out'] = 'kimenő bájtok'; // 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';