hu.php 973 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. // sidebar labels
  3. $L['summary'] = 'Összegzés';
  4. $L['hours'] = 'órák';
  5. $L['days'] = 'napok';
  6. $L['months'] = 'hónapok';
  7. // main table headers
  8. $L['Summary'] = 'Öszegzés';
  9. $L['Top 10 days'] = 'Legjobb 10 nap';
  10. $L['Last 24 hours'] = 'Utolsó 24 óra';
  11. $L['Last 30 days'] = 'Utolsó 30 nap';
  12. $L['Last 12 months'] = 'Utolsó 12 hónap';
  13. // traffic table columns
  14. $L['In'] = 'Bejövő';
  15. $L['Out'] = 'Kimenő';
  16. $L['Total'] = 'Összesen';
  17. // summary rows
  18. $L['This hour'] = 'Ebben az órában';
  19. $L['This day'] = 'Ezen a napon';
  20. $L['This month'] = 'Ebben a hónapban';
  21. $L['All time'] = 'Összesen';
  22. // graph text
  23. $L['Traffic data for'] = 'Forgalmi adatok: ';
  24. $L['bytes in'] = 'bejövő bájtok';
  25. $L['bytes out'] = 'kimenő bájtok';
  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'] = '%l%p';
  32. $L['datefmt_hours_img'] = '%l';
  33. $L['datefmt_top'] = '%d %B %Y';