Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1532 → Rev 1533

/web/acc/manager/stats/lang/nl.php
0,0 → 1,40
<?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';