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 823B

1234567891011121314151617181920212223
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "Pomoć",
  4. "Personal" => "Osobno",
  5. "Settings" => "Postavke",
  6. "Users" => "Korisnici",
  7. "Admin" => "Administrator",
  8. "web services under your control" => "web usluge pod vašom kontrolom",
  9. "Authentication error" => "Greška kod autorizacije",
  10. "Files" => "Datoteke",
  11. "Text" => "Tekst",
  12. "seconds ago" => "sekundi prije",
  13. "_%n minute ago_::_%n minutes ago_" => array("","",""),
  14. "_%n hour ago_::_%n hours ago_" => array("","",""),
  15. "today" => "danas",
  16. "yesterday" => "jučer",
  17. "_%n day go_::_%n days ago_" => array("","",""),
  18. "last month" => "prošli mjesec",
  19. "_%n month ago_::_%n months ago_" => array("","",""),
  20. "last year" => "prošlu godinu",
  21. "years ago" => "godina"
  22. );
  23. $PLURAL_FORMS = "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;";