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.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "Shared by" : "Podijeljeno od strane",
  17. "Sharing" : "Dijeljenje zajedničkih resursa",
  18. "A file or folder has been <strong>shared</strong>" : "Datoteka ili mapa su <strong>podijeljeni</strong>",
  19. "You shared %1$s with %2$s" : "Podijelili ste %1$s s %2$s",
  20. "You shared %1$s with group %2$s" : "Podijelili ste %1$s s grupom %2$s",
  21. "You shared %1$s via link" : "Podijelili ste %1$s putem veze",
  22. "%2$s shared %1$s with you" : "%2$s je %1$s podijelio s vama",
  23. "Shares" : "Dijeljeni resursi",
  24. "This share is password-protected" : "Ovaj zajednički resurs je zaštićen lozinkom",
  25. "The password is wrong. Try again." : "Pogrešna lozinka. Pokušajte ponovno.",
  26. "Password" : "Lozinka",
  27. "No entries found in this folder" : "Zapis nije pronadjen u ovom direktorijumu ",
  28. "Name" : "Naziv",
  29. "Share time" : "Vrijeme dijeljenja",
  30. "Sorry, this link doesn’t seem to work anymore." : "Žao nam je, čini se da ova veza više ne radi.",
  31. "Reasons might be:" : "Mogući razlozi su:",
  32. "the item was removed" : "stavka je uklonjena",
  33. "the link expired" : "veza je istekla",
  34. "sharing is disabled" : "dijeljenje je onemogućeno",
  35. "For more info, please ask the person who sent this link." : "Za više informacija, molimo obratite se osobi koja je ovu vezu poslala.",
  36. "Add to your ownCloud" : "Dodajte svome ownCloud",
  37. "Download" : "Preuzmite",
  38. "Download %s" : "Preuzmite %s",
  39. "Direct link" : "Izravna veza"
  40. },
  41. "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");