Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "Współdzielenie między serwerami nie jest uruchomione na tym serwerze",
  5. "The mountpoint name contains invalid characters." : "Nazwa zamontowanego zasobu zawiera niedozwolone znaki.",
  6. "Invalid or untrusted SSL certificate" : "Niewłaściwy lub niezaufany certyfikat SSL",
  7. "Could not authenticate to remote share, password might be wrong" : "Nie można zalogować do zdalnego zasobu, hasło może być niepoprawne",
  8. "Storage not valid" : "Zasób nie jest prawidłowy",
  9. "Couldn't add remote share" : "Nie można dodać zdalnego folderu",
  10. "Shared with you" : "Współdzielony z Tobą",
  11. "Shared with others" : "Współdzielony z innymi",
  12. "Shared by link" : "Współdzielony linkiem",
  13. "Nothing shared with you yet" : "Nie masz jeszcze nic udostępnionego",
  14. "Files and folders others share with you will show up here" : "Pliki i foldery udostępnione Tobie przez innych wyświetlą się tutaj",
  15. "Nothing shared yet" : "Jeszcze nic nie udostępniono",
  16. "Files and folders you share will show up here" : "Plik i foldery, które udostępniasz, pokażą się tutaj",
  17. "No shared links" : "Brak udostępnionych odnośników",
  18. "Files and folders you share by link will show up here" : "Plik i foldery, które udostępniasz, pokażą się tutaj",
  19. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?",
  20. "Remote share" : "Zdalny zasób",
  21. "Remote share password" : "Hasło do zdalnego zasobu",
  22. "Cancel" : "Anuluj",
  23. "Add remote share" : "Dodaj zdalny zasób",
  24. "Invalid ownCloud url" : "Błędny adres URL",
  25. "Shared by" : "Udostępniane przez",
  26. "Sharing" : "Udostępnianie",
  27. "A file or folder has been <strong>shared</strong>" : "Plik lub folder stał się <strong>współdzielony</strong>",
  28. "You shared %1$s with %2$s" : "Współdzielisz %1$s z %2$s",
  29. "You shared %1$s with group %2$s" : "Współdzielisz %1$s z grupą %2$s",
  30. "You shared %1$s via link" : "Udostępniasz %1$s przez link",
  31. "%2$s shared %1$s with you" : "%2$s współdzieli %1$s z Tobą",
  32. "%2$s removed the share for %1$s" : "%2$s usunął udział dla %1$s",
  33. "Shares" : "Udziały",
  34. "This share is password-protected" : "Udział ten jest chroniony hasłem",
  35. "The password is wrong. Try again." : "To hasło jest niewłaściwe. Spróbuj ponownie.",
  36. "Password" : "Hasło",
  37. "No entries found in this folder" : "Brak wpisów w tym folderze",
  38. "Name" : "Nazwa",
  39. "Share time" : "Czas współdzielenia",
  40. "Sorry, this link doesn’t seem to work anymore." : "Przepraszamy ale wygląda na to, że ten link już nie działa.",
  41. "Reasons might be:" : "Możliwe powody:",
  42. "the item was removed" : "element został usunięty",
  43. "the link expired" : "link wygasł",
  44. "sharing is disabled" : "udostępnianie jest wyłączone",
  45. "For more info, please ask the person who sent this link." : "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.",
  46. "Add to your ownCloud" : "Dodaj do twojego ownCloud",
  47. "Download" : "Pobierz",
  48. "Download %s" : "Pobierz %s",
  49. "Direct link" : "Bezpośredni link"
  50. },
  51. "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");