sl.js 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Nedavna stanja",
  5. "In a meeting" : "Na sestanku",
  6. "Commuting" : "Med vožnjo",
  7. "Out sick" : "Na bolniški",
  8. "Vacationing" : "Na dopustu",
  9. "Working remotely" : "Delam od doma",
  10. "In a call" : "V klicu",
  11. "User status" : "Stanje uporabnika",
  12. "View profile" : "Pokaži profil",
  13. "Clear status after" : "Počisti stanje",
  14. "What is your status?" : "Kako želite nastaviti stanje?",
  15. "Set status" : "Nastavi stanje",
  16. "Online status" : "Povezano stanje",
  17. "Status message" : "Sporočilo stanja",
  18. "Clear status message" : "Počisti sporočilo stanja",
  19. "Set status message" : "Nastavi sporočilo stanja",
  20. "There was an error saving the status" : "Prišlo je do napake med shranjevanjem stanja",
  21. "There was an error clearing the status" : "Prišlo je do napake med odstranjevanjem stanja",
  22. "No recent status changes" : "Ni nedavnih sprememb stanja",
  23. "Away" : "Trenutno ne spremljam",
  24. "Do not disturb" : "Ne pustim se motiti",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "ne počisti",
  27. "Today" : "enkrat danes",
  28. "This week" : "še ta teden",
  29. "Online" : "Na spletu",
  30. "Invisible" : "Drugim neviden",
  31. "Offline" : "Začasno brez povezave",
  32. "There was an error saving the new status" : "Prišlo je do napake med shranjevanjem novega stanja",
  33. "30 minutes" : "po 30 minutah",
  34. "1 hour" : "po 1 uri",
  35. "4 hours" : "po 4 urah",
  36. "Mute all notifications" : "Utiša vsa obvestila",
  37. "Appear offline" : "Pokaže kot brez povezave",
  38. "Clear status message after" : "Počisti sporočilo stanja po"
  39. },
  40. "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");