cs.php 972 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. // sidebar labels
  3. $L['summary'] = 'shrnutí';
  4. $L['hours'] = 'hodiny';
  5. $L['days'] = 'dny';
  6. $L['months'] = 'měsíce';
  7. // main table headers
  8. $L['Summary'] = 'Shrnutí';
  9. $L['Top 10 days'] = 'Nej 10 dní';
  10. $L['Last 24 hours'] = 'Posledních 24 hodin';
  11. $L['Last 30 days'] = 'Posledních 30 dní';
  12. $L['Last 12 months'] = 'Posledních 12 měsíců';
  13. // traffic table columns
  14. $L['In'] = 'Stahování';
  15. $L['Out'] = 'Odesílání';
  16. $L['Total'] = 'Celkem';
  17. // summary rows
  18. $L['This hour'] = 'Tato hodina';
  19. $L['This day'] = 'Tento den';
  20. $L['This month'] = 'Tento měsíc';
  21. $L['All time'] = 'Za celou dobu';
  22. // graph text
  23. $L['Traffic data for'] = 'Přehled pro';
  24. $L['bytes in'] = 'bytů staženo';
  25. $L['bytes out'] = 'bytů odesláno';
  26. // date formats
  27. $L['datefmt_days'] = '%d. %B';
  28. $L['datefmt_days_img'] = '%d';
  29. $L['datefmt_months'] = '%B %Y';
  30. $L['datefmt_months_img'] = '%b';
  31. $L['datefmt_hours'] = '%k%p';
  32. $L['datefmt_hours_img'] = '%k';
  33. $L['datefmt_top'] = '%d. %B %Y';