Subversion Repositories ALCASAR

Rev

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

<?php

// sidebar labels
$L['summary'] = 'samenvatting';
$L['hours'] = 'uren';
$L['days'] = 'dagen';
$L['months'] = 'maanden';

// main table headers
$L['Summary'] = 'Samenvatting';
$L['Top 10 days'] = 'Top 10 dagen';
$L['Last 24 hours'] = 'Afgelopen 24 uur';
$L['Last 30 days'] = 'Afgelopen 30 dagen';
$L['Last 12 months'] = 'Afgelopen 12 maanden';

// traffic table columns
$L['In'] = 'In';
$L['Out'] = 'Uit';
$L['Total'] = 'Totaal';

// summary rows
$L['This hour'] = 'Dit uur';
$L['This day'] = 'Deze dag';
$L['This month'] = 'Deze maand';
$L['All time'] = 'Altijd';

// graph text
$L['Traffic data for'] = 'Data verkeer voor';
$L['bytes in'] = 'bytes in';
$L['bytes out'] = 'bytes uit';

// 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'] = '%H:%M';
$L['datefmt_hours_img'] = '%H';
$L['datefmt_top'] = '%d %B %Y';