hr.js 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Nedavni statusi",
  5. "In a meeting" : "Na sastanku",
  6. "Commuting" : "Na putu",
  7. "Out sick" : "Na bolovanju",
  8. "Vacationing" : "Na odmoru",
  9. "Working remotely" : "Rad na daljinu",
  10. "User status" : "Status korisnika",
  11. "Clear status message after" : "Izbriši poruku statusa nakon",
  12. "What's your status?" : "Koji je vaš status?",
  13. "Set status" : "Postavi status",
  14. "Online status" : "Status na mreži",
  15. "Status message" : "Poruka statusa",
  16. "Clear status message" : "Izbriši poruku statusa",
  17. "Set status message" : "Postavi poruku statusa",
  18. "There was an error saving the status" : "Došlo je do pogreške pri spremanju statusa",
  19. "There was an error clearing the status" : "Došlo je do pogreške pri brisanju statusa",
  20. "No recent status changes" : "Nema nedavnih promjena statusa",
  21. "Away" : "Odsutan",
  22. "Do not disturb" : "Ne ometaj",
  23. "{status}, {timestamp}" : "{status}, {timestamp}",
  24. "Don't clear" : "Ne briši",
  25. "Today" : "Danas",
  26. "This week" : "Ovaj tjedan",
  27. "Online" : "Na mreži",
  28. "Invisible" : "Nevidljiva",
  29. "Offline" : "Izvanmrežno",
  30. "There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa",
  31. "30 minutes" : "30 minuta",
  32. "1 hour" : "1 sat",
  33. "4 hours" : "4 sata",
  34. "Mute all notifications" : "Utišaj sve obavijesti",
  35. "Appear offline" : "Prikaži izvanmrežno",
  36. "Clear status after" : "Izbriši status nakon"
  37. },
  38. "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");