Subversion Repositories ALCASAR

Rev

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

<?php

// sidebar labels
$L['summary'] = 'sažetak';  // summary
$L['hours'] = 'sati';
$L['days'] = 'dani';
$L['months'] = 'mjeseci';

// main table headers
$L['Summary'] = 'Sažetak';
$L['Top 10 days'] = '10 naprometnijih dana'; 
$L['Last 24 hours'] = 'Zadnja 24 sata';
$L['Last 30 days'] = 'Zadnjih 30 dana';
$L['Last 12 months'] = 'Zadnjih 12 mjeseci';

// traffic table columns
$L['In'] = 'Primljeno';  
$L['Out'] = 'Poslano'; 
$L['Total'] = 'Ukupno'; // Total

// summary rows
$L['This hour'] = 'Tekući sat';
$L['This day'] = 'Danas';
$L['This month'] = 'Tekući mjesec';
$L['All time'] = 'Sveukupno'; 

// graph text
$L['Traffic data for'] = 'Promet za';
$L['bytes in'] = 'bajta primljeno';
$L['bytes out'] = 'bajta poslano';

// date formats
$L['datefmt_days'] = '%d. %m'; 
$L['datefmt_days_img'] = '%d';
$L['datefmt_months'] = '%m.%Y'; 
$L['datefmt_months_img'] = '%b';
$L['datefmt_hours'] = '%H';  // %k
$L['datefmt_hours_img'] = '%H';
$L['datefmt_top'] = '%d.%m.%Y';