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.js 2.0KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "Dijeljenje resursa s poslužitelja na poslužitelj s ovog poslužitelja nije omogućeno.",
  5. "Invalid or untrusted SSL certificate" : "Neispravna ili nepouzdana SSL potvrda",
  6. "Couldn't add remote share" : "Udaljeni zajednički resurs nije moguće dodati",
  7. "Shared with you" : "Podijeljeno s vama",
  8. "Shared with others" : "Podijeljeno s ostalima",
  9. "Shared by link" : "POdijeljeno putem veze",
  10. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Želite li dodati udaljeni zajednički resurs {name} od {owner}@{remote}?",
  11. "Remote share" : "Udaljeni zajednički resurs (za raspodjelu)",
  12. "Remote share password" : "Lozinka za udaljeni zajednički resurs",
  13. "Cancel" : "Odustanite",
  14. "Add remote share" : "Dodajte udaljeni zajednički resurs",
  15. "Invalid ownCloud url" : "Neispravan ownCloud URL",
  16. "Share" : "Podijelite resurs",
  17. "Shared by" : "Podijeljeno od strane",
  18. "This share is password-protected" : "Ovaj zajednički resurs je zaštićen lozinkom",
  19. "The password is wrong. Try again." : "Pogrešna lozinka. Pokušajte ponovno.",
  20. "Password" : "Lozinka",
  21. "Name" : "Naziv",
  22. "Share time" : "Vrijeme dijeljenja",
  23. "Sorry, this link doesn’t seem to work anymore." : "Žao nam je, čini se da ova veza više ne radi.",
  24. "Reasons might be:" : "Mogući razlozi su:",
  25. "the item was removed" : "stavka je uklonjena",
  26. "the link expired" : "veza je istekla",
  27. "sharing is disabled" : "dijeljenje je onemogućeno",
  28. "For more info, please ask the person who sent this link." : "Za više informacija, molimo obratite se osobi koja je ovu vezu poslala.",
  29. "Add to your ownCloud" : "Dodajte svome ownCloud",
  30. "Download" : "Preuzmite",
  31. "Download %s" : "Preuzmite %s",
  32. "Direct link" : "Izravna veza"
  33. },
  34. "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");