hr.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. "In a call" : "U pozivu",
  11. "User status" : "Status korisnika",
  12. "View profile" : "Prikaži profil",
  13. "Clear status after" : "Izbriši status nakon",
  14. "What is your status?" : "Koji je vaš status?",
  15. "Set status" : "Postavi status",
  16. "Online status" : "Status na mreži",
  17. "Status message" : "Poruka statusa",
  18. "Clear status message" : "Izbriši poruku statusa",
  19. "Set status message" : "Postavi poruku statusa",
  20. "There was an error saving the status" : "Došlo je do pogreške pri spremanju statusa",
  21. "There was an error clearing the status" : "Došlo je do pogreške pri brisanju statusa",
  22. "No recent status changes" : "Nema nedavnih promjena statusa",
  23. "Away" : "Odsutan",
  24. "Do not disturb" : "Ne ometaj",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Ne briši",
  27. "Today" : "Danas",
  28. "This week" : "Ovaj tjedan",
  29. "Online" : "Na mreži",
  30. "Invisible" : "Nevidljiva",
  31. "Offline" : "Izvanmrežno",
  32. "There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa",
  33. "30 minutes" : "30 minuta",
  34. "1 hour" : "1 sat",
  35. "4 hours" : "4 sata",
  36. "Mute all notifications" : "Utišaj sve obavijesti",
  37. "Appear offline" : "Prikaži izvanmrežno"
  38. },
  39. "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");