| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- // sidebar labels
- $L['summary'] = 'shrnutí';
- $L['hours'] = 'hodiny';
- $L['days'] = 'dny';
- $L['months'] = 'měsíce';
- // main table headers
- $L['Summary'] = 'Shrnutí';
- $L['Top 10 days'] = 'Nej 10 dní';
- $L['Last 24 hours'] = 'Posledních 24 hodin';
- $L['Last 30 days'] = 'Posledních 30 dní';
- $L['Last 12 months'] = 'Posledních 12 měsíců';
- // traffic table columns
- $L['In'] = 'Stahování';
- $L['Out'] = 'Odesílání';
- $L['Total'] = 'Celkem';
- // summary rows
- $L['This hour'] = 'Tato hodina';
- $L['This day'] = 'Tento den';
- $L['This month'] = 'Tento měsíc';
- $L['All time'] = 'Za celou dobu';
- // graph text
- $L['Traffic data for'] = 'Přehled pro';
- $L['bytes in'] = 'bytů staženo';
- $L['bytes out'] = 'bytů odesláno';
- // 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'] = '%k%p';
- $L['datefmt_hours_img'] = '%k';
- $L['datefmt_top'] = '%d. %B %Y';
|