hr.js 527 B

12345678910111213141516
  1. OC.L10N.register(
  2. "user_ldap",
  3. {
  4. "Failed to delete the server configuration" : "Greška prilikom brisanja konfiguracije poslužitelja.",
  5. "Select groups" : "Označi grupe",
  6. "Users" : "Korisnici",
  7. "Groups" : "Grupe",
  8. "Help" : "Pomoć",
  9. "Host" : "Poslužitelj",
  10. "Port" : "Port",
  11. "Password" : "Lozinka",
  12. "Back" : "Natrag",
  13. "Continue" : "Nastavi",
  14. "Advanced" : "Napredno"
  15. },
  16. "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");