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.

sr@latin.php 789B

12345678910111213141516171819202122
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "Pomoć",
  4. "Personal" => "Lično",
  5. "Settings" => "Podešavanja",
  6. "Users" => "Korisnici",
  7. "Admin" => "Adninistracija",
  8. "Authentication error" => "Greška pri autentifikaciji",
  9. "Files" => "Fajlovi",
  10. "Text" => "Tekst",
  11. "seconds ago" => "Pre par sekundi",
  12. "_%n minute ago_::_%n minutes ago_" => array("","",""),
  13. "_%n hour ago_::_%n hours ago_" => array("","",""),
  14. "today" => "Danas",
  15. "yesterday" => "juče",
  16. "_%n day go_::_%n days ago_" => array("","","Prije %n dana."),
  17. "last month" => "prošlog meseca",
  18. "_%n month ago_::_%n months ago_" => array("","",""),
  19. "last year" => "prošle godine",
  20. "years ago" => "pre nekoliko godina"
  21. );
  22. $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);";