You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hr.php 420B

12345678910111213141516
  1. <?php $TRANSLATIONS = array(
  2. "Help" => "Pomoć",
  3. "Personal" => "Osobno",
  4. "Settings" => "Postavke",
  5. "Users" => "Korisnici",
  6. "Admin" => "Administrator",
  7. "Authentication error" => "Greška kod autorizacije",
  8. "Files" => "Datoteke",
  9. "Text" => "Tekst",
  10. "seconds ago" => "sekundi prije",
  11. "today" => "danas",
  12. "yesterday" => "jučer",
  13. "last month" => "prošli mjesec",
  14. "last year" => "prošlu godinu",
  15. "years ago" => "godina"
  16. );