sr@latin.js 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Poslednji statusi",
  5. "No recent status changes" : "Nema skorašnjih promena statusa",
  6. "In a meeting" : "Na sastanku",
  7. "Commuting" : "Na putu do posla",
  8. "Out sick" : "Na bolovanju",
  9. "Vacationing" : "Na odmoru",
  10. "Out of office" : "Van kancelarije",
  11. "Working remotely" : "Radim od kuće",
  12. "In a call" : "U pozivu",
  13. "User status" : "Status korisnika",
  14. "Clear status after" : "Obriši status nakon",
  15. "Emoji for your status message" : "Emoji za vašu statusnu poruku",
  16. "What is your status?" : "Koji je vaš status?",
  17. "Predefined statuses" : "Predefinisani statusi",
  18. "Previously set" : "Prethodno postavljeno",
  19. "Reset status" : "Resetuj status",
  20. "Set status" : "Postavi status",
  21. "Online status" : "Mrežni status",
  22. "Status message" : "Poruka stanja",
  23. "Your status was set automatically" : "Vaš status je postavljen automatski",
  24. "Clear status message" : "Obriši statusnu poruku",
  25. "Set status message" : "Postavi statusnu poruku",
  26. "Reset status to \"{icon} {message}\"" : "Resetuj status na „{icon} {message}”",
  27. "Reset status to \"{message}\"" : "Resertuj status na „{message}”",
  28. "Reset status to \"{icon}\"" : "Resetuj status na „{icon}”",
  29. "There was an error saving the status" : "Greška u snimanju statusa",
  30. "There was an error clearing the status" : "Greška u brisanju statusa",
  31. "There was an error reverting the status" : "Greška u vraćanju statusa",
  32. "Don't clear" : "Ne briši",
  33. "Today" : "Danas",
  34. "This week" : "Ove sedmice",
  35. "Online" : "Na mreži",
  36. "Away" : "Odsutan",
  37. "Do not disturb" : "Ne uznemiravaj",
  38. "Invisible" : "Nevidljiv",
  39. "Offline" : "Van mreže",
  40. "There was an error saving the new status" : "Greška u snimanju novog statusa",
  41. "30 minutes" : "30 minuta",
  42. "1 hour" : "1 sat",
  43. "4 hours" : "4 sata",
  44. "Mute all notifications" : "Isključi sva obaveštenja",
  45. "Appear offline" : "Prikaži kao van mreže"
  46. },
  47. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");