pl.js 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Najnowsze statusy",
  5. "In a meeting" : "Na spotkaniu",
  6. "Commuting" : "W drodze",
  7. "Out sick" : "Chory",
  8. "Vacationing" : "Na wakacjach",
  9. "Working remotely" : "Praca zdalna",
  10. "In a call" : "Rozmawia",
  11. "User status" : "Status użytkownika",
  12. "View profile" : "Zobacz profil",
  13. "Clear status after" : "Wyczyść status po",
  14. "What is your status?" : "Jaki jest Twój status?",
  15. "Set status" : "Ustaw status",
  16. "Online status" : "Status online",
  17. "Status message" : "Komunikat statusu",
  18. "Clear status message" : "Wyczyść komunikat statusu",
  19. "Set status message" : "Ustaw komunikat statusu",
  20. "There was an error saving the status" : "Wystąpił błąd podczas zapisywania statusu",
  21. "There was an error clearing the status" : "Wystąpił błąd podczas usuwania statusu",
  22. "No recent status changes" : "Brak ostatnich zmian statusu",
  23. "Away" : "Bezczynny",
  24. "Do not disturb" : "Nie przeszkadzać",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Nie czyść",
  27. "Today" : "Dzisiaj",
  28. "This week" : "W tym tygodniu",
  29. "Online" : "Online",
  30. "Invisible" : "Niewidoczny",
  31. "Offline" : "Offline",
  32. "There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu",
  33. "30 minutes" : "30 minut",
  34. "1 hour" : "1 godzina",
  35. "4 hours" : "4 godziny",
  36. "Mute all notifications" : "Wycisz wszystkie powiadomienia",
  37. "Appear offline" : "Widnieje jako offline",
  38. "Clear status message after" : "Wyczyść komunikat statusu po"
  39. },
  40. "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");