Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/pl.js')
-rw-r--r--apps/files_sharing/l10n/pl.js41
1 files changed, 41 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js
new file mode 100644
index 00000000000..65a4de92265
--- /dev/null
+++ b/apps/files_sharing/l10n/pl.js
@@ -0,0 +1,41 @@
+OC.L10N.register(
+ "files_sharing",
+ {
+ "Server to server sharing is not enabled on this server" : "Współdzielenie między serwerami nie jest uruchomione na tym serwerze",
+ "The mountpoint name contains invalid characters." : "Nazwa zamontowanego zasobu zawiera niedozwolone znaki.",
+ "Invalid or untrusted SSL certificate" : "Niewłaściwy lub niezaufany certyfikat SSL",
+ "Couldn't add remote share" : "Nie można dodać zdalnego folderu",
+ "Shared with you" : "Współdzielony z Tobą",
+ "Shared with others" : "Współdzielony z innymi",
+ "Shared by link" : "Współdzielony linkiem",
+ "No files have been shared with you yet." : "Nie ma jeszcze żadnych plików współdzielonych z Tobą",
+ "You haven't shared any files yet." : "Nie współdzielisz jeszcze żadnych plików.",
+ "You haven't shared any files by link yet." : "Nie współdzielisz jeszcze żadnych plików linkiem",
+ "Do you want to add the remote share {name} from {owner}@{remote}?" : "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?",
+ "Remote share" : "Zdalny zasób",
+ "Remote share password" : "Hasło do zdalnego zasobu",
+ "Cancel" : "Anuluj",
+ "Add remote share" : "Dodaj zdalny zasób",
+ "No ownCloud installation found at {remote}" : "Nie znaleziono instalacji ownCloud na {remote}",
+ "Invalid ownCloud url" : "Błędny adres URL",
+ "Shared by" : "Udostępniane przez",
+ "This share is password-protected" : "Udział ten jest chroniony hasłem",
+ "The password is wrong. Try again." : "To hasło jest niewłaściwe. Spróbuj ponownie.",
+ "Password" : "Hasło",
+ "Name" : "Nazwa",
+ "Share time" : "Czas współdzielenia",
+ "Sorry, this link doesn’t seem to work anymore." : "Przepraszamy ale wygląda na to, że ten link już nie działa.",
+ "Reasons might be:" : "Możliwe powody:",
+ "the item was removed" : "element został usunięty",
+ "the link expired" : "link wygasł",
+ "sharing is disabled" : "udostępnianie jest wyłączone",
+ "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.",
+ "Add to your ownCloud" : "Dodaj do twojego ownCloud",
+ "Download" : "Pobierz",
+ "Download %s" : "Pobierz %s",
+ "Direct link" : "Bezpośredni link",
+ "Remote Shares" : "Udziały zdalne",
+ "Allow other instances to mount public links shared from this server" : "Pozwól innym instancjom montować publiczne linki z tego serwera",
+ "Allow users to mount public link shares" : "Zezwalaj użytkownikom na montowanie publicznych linków"
+},
+"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");