diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-29 00:07:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-29 00:07:14 +0000 |
commit | 035890aeb1b6e540396fd3c81841b60ea6d76f94 (patch) | |
tree | dfa1accc855acf7b9ee84eb227e6613e06eab4be /apps | |
parent | 96c35d30c36628c1cb16e9769e66d32393dc12e0 (diff) | |
download | nextcloud-server-035890aeb1b6e540396fd3c81841b60ea6d76f94.tar.gz nextcloud-server-035890aeb1b6e540396fd3c81841b60ea6d76f94.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/comments/l10n/pl.js | 4 | ||||
-rw-r--r-- | apps/comments/l10n/pl.json | 4 | ||||
-rw-r--r-- | apps/dav/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/pl.json | 1 | ||||
-rw-r--r-- | apps/encryption/l10n/pl.js | 11 | ||||
-rw-r--r-- | apps/encryption/l10n/pl.json | 11 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/de.js | 4 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/de.json | 4 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/de_DE.js | 4 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/de_DE.json | 4 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/pl.js | 14 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/pl.json | 14 | ||||
-rw-r--r-- | apps/federation/l10n/pl.js | 4 | ||||
-rw-r--r-- | apps/federation/l10n/pl.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/pl.js | 11 | ||||
-rw-r--r-- | apps/files/l10n/pl.json | 11 |
16 files changed, 98 insertions, 8 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index 2590b02933f..e1a9f141fa2 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -2,6 +2,7 @@ OC.L10N.register( "comments", { "Comments" : "Komentarze", + "Unknown user" : "Nieznany użytkownik", "New comment …" : "Nowy komentarz ...", "Delete comment" : "Skasuj komentarz", "Post" : "Zapisz", @@ -15,12 +16,15 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "W trakcie otrzymywania komentarza o identyfikatorze {id} wystąpił błąd.", "Error occurred while updating comment with id {id}" : "W trakcie aktualizacji komentarza o identyfikatorze {id} wystąpił błąd.", "Error occurred while posting comment" : "Podczas wysyłania komentarza wystąpił błąd", + "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy"], "Comment" : "Komentarz", "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików", "You commented" : "Skomentowałeś/łaś", "%1$s commented" : "%1$s skomentował", "You commented on %2$s" : "Skomentowałeś/łaś %2$s", "%1$s commented on %2$s" : "%1$s skomentował %2$s", + "A (now) deleted user mentioned you in a comment on \"%s\"." : "Już usunięty użytkownik wspomniał o Tobie w komentarzu do \"%s\".", + "%s mentioned you in a comment on \"%s\"." : "%s wspomniał o Tobie w komentarzu do \"%s\".", "Type in a new comment..." : "Wprowadź nowy komentarz...", "No other comments available" : "Nie ma więcej komentarzy", "More comments..." : "Więcej komentarzy...", diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json index c4822fccf99..366b26289bd 100644 --- a/apps/comments/l10n/pl.json +++ b/apps/comments/l10n/pl.json @@ -1,5 +1,6 @@ { "translations": { "Comments" : "Komentarze", + "Unknown user" : "Nieznany użytkownik", "New comment …" : "Nowy komentarz ...", "Delete comment" : "Skasuj komentarz", "Post" : "Zapisz", @@ -13,12 +14,15 @@ "Error occurred while retrieving comment with id {id}" : "W trakcie otrzymywania komentarza o identyfikatorze {id} wystąpił błąd.", "Error occurred while updating comment with id {id}" : "W trakcie aktualizacji komentarza o identyfikatorze {id} wystąpił błąd.", "Error occurred while posting comment" : "Podczas wysyłania komentarza wystąpił błąd", + "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy"], "Comment" : "Komentarz", "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików", "You commented" : "Skomentowałeś/łaś", "%1$s commented" : "%1$s skomentował", "You commented on %2$s" : "Skomentowałeś/łaś %2$s", "%1$s commented on %2$s" : "%1$s skomentował %2$s", + "A (now) deleted user mentioned you in a comment on \"%s\"." : "Już usunięty użytkownik wspomniał o Tobie w komentarzu do \"%s\".", + "%s mentioned you in a comment on \"%s\"." : "%s wspomniał o Tobie w komentarzu do \"%s\".", "Type in a new comment..." : "Wprowadź nowy komentarz...", "No other comments available" : "Nie ma więcej komentarzy", "More comments..." : "Więcej komentarzy...", diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 6a13ff7d5b5..38c19d99b9b 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -1,6 +1,7 @@ OC.L10N.register( "dav", { + "Contact birthdays" : "Kontakt urodzinowy", "Personal" : "Osobiste", "Contacts" : "Kontakty", "Technical details" : "Szczegóły techniczne", diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json index 9eedad7b9ad..4cc85f135ac 100644 --- a/apps/dav/l10n/pl.json +++ b/apps/dav/l10n/pl.json @@ -1,4 +1,5 @@ { "translations": { + "Contact birthdays" : "Kontakt urodzinowy", "Personal" : "Osobiste", "Contacts" : "Kontakty", "Technical details" : "Szczegóły techniczne", diff --git a/apps/encryption/l10n/pl.js b/apps/encryption/l10n/pl.js index c32027e9755..0717f1c24aa 100644 --- a/apps/encryption/l10n/pl.js +++ b/apps/encryption/l10n/pl.js @@ -21,9 +21,15 @@ OC.L10N.register( "The old password was not correct, please try again." : "Stare hasło nie było poprawne. Spróbuj jeszcze raz.", "The current log-in password was not correct, please try again." : "Obecne hasło logowania nie było poprawne. Spróbuj ponownie.", "Private key password successfully updated." : "Pomyślnie zaktualizowano hasło klucza prywatnego.", + "Encryption app is enabled and ready" : "Szyfrowanie aplikacja jest włączone i gotowe", + "Bad Signature" : "Zła sygnatura", + "Missing Signature" : "Brakująca sygnatura", + "one-time password for server-side-encryption" : "jednorazowe hasło do serwera szyfrowania strony", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnianie pliku Tobie.", "The share will expire on %s." : "Ten zasób wygaśnie %s", "Cheers!" : "Dzięki!", + "Default encryption module" : "Domyślny moduł szyfrujący", + "Encrypt the home storage" : "Szyfrowanie przechowywanie w domu", "Enable recovery key" : "Włącz klucz odzyskiwania", "Disable recovery key" : "Wyłącz klucz odzyskiwania", "Recovery key password" : "Hasło klucza odzyskiwania", @@ -33,6 +39,7 @@ OC.L10N.register( "New recovery key password" : "Nowe hasło klucza odzyskiwania", "Repeat new recovery key password" : "Powtórz nowe hasło klucza odzyskiwania", "Change Password" : "Zmień hasło", + "Basic encryption module" : "Podstawowy moduł szyfrujący", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacja szyfrująca jest aktywna, ale twoje klucze nie zostały zainicjowane, prosze wyloguj się i zaloguj ponownie.", "Your private key password no longer matches your log-in password." : "Hasło Twojego klucza prywatnego nie pasuje już do Twojego hasła logowania.", "Set your old private key password to your current log-in password:" : "Ustaw stare hasło klucza prywatnego na aktualne hasło logowania:", @@ -43,6 +50,8 @@ OC.L10N.register( "Enable password recovery:" : "Włącz hasło odzyskiwania:", "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła", "Enabled" : "Włączone", - "Disabled" : "Wyłączone" + "Disabled" : "Wyłączone", + "Encryption App is enabled and ready" : "Szyfrowanie aplikacji jest włączone i gotowe", + "Nextcloud basic encryption module" : "Podstawowy moduł szyfrujący Nextcloud" }, "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/encryption/l10n/pl.json b/apps/encryption/l10n/pl.json index ae1ab9b2a89..4df866f5f0b 100644 --- a/apps/encryption/l10n/pl.json +++ b/apps/encryption/l10n/pl.json @@ -19,9 +19,15 @@ "The old password was not correct, please try again." : "Stare hasło nie było poprawne. Spróbuj jeszcze raz.", "The current log-in password was not correct, please try again." : "Obecne hasło logowania nie było poprawne. Spróbuj ponownie.", "Private key password successfully updated." : "Pomyślnie zaktualizowano hasło klucza prywatnego.", + "Encryption app is enabled and ready" : "Szyfrowanie aplikacja jest włączone i gotowe", + "Bad Signature" : "Zła sygnatura", + "Missing Signature" : "Brakująca sygnatura", + "one-time password for server-side-encryption" : "jednorazowe hasło do serwera szyfrowania strony", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnianie pliku Tobie.", "The share will expire on %s." : "Ten zasób wygaśnie %s", "Cheers!" : "Dzięki!", + "Default encryption module" : "Domyślny moduł szyfrujący", + "Encrypt the home storage" : "Szyfrowanie przechowywanie w domu", "Enable recovery key" : "Włącz klucz odzyskiwania", "Disable recovery key" : "Wyłącz klucz odzyskiwania", "Recovery key password" : "Hasło klucza odzyskiwania", @@ -31,6 +37,7 @@ "New recovery key password" : "Nowe hasło klucza odzyskiwania", "Repeat new recovery key password" : "Powtórz nowe hasło klucza odzyskiwania", "Change Password" : "Zmień hasło", + "Basic encryption module" : "Podstawowy moduł szyfrujący", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacja szyfrująca jest aktywna, ale twoje klucze nie zostały zainicjowane, prosze wyloguj się i zaloguj ponownie.", "Your private key password no longer matches your log-in password." : "Hasło Twojego klucza prywatnego nie pasuje już do Twojego hasła logowania.", "Set your old private key password to your current log-in password:" : "Ustaw stare hasło klucza prywatnego na aktualne hasło logowania:", @@ -41,6 +48,8 @@ "Enable password recovery:" : "Włącz hasło odzyskiwania:", "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła", "Enabled" : "Włączone", - "Disabled" : "Wyłączone" + "Disabled" : "Wyłączone", + "Encryption App is enabled and ready" : "Szyfrowanie aplikacji jest włączone i gotowe", + "Nextcloud basic encryption module" : "Podstawowy moduł szyfrujący Nextcloud" },"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/de.js b/apps/federatedfilesharing/l10n/de.js index babf65cc37e..bfdeff5b1ac 100644 --- a/apps/federatedfilesharing/l10n/de.js +++ b/apps/federatedfilesharing/l10n/de.js @@ -28,6 +28,10 @@ OC.L10N.register( "File is already shared with %s" : "Datei wird bereits mit %s geteilt", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", "Could not find share" : "Freigabe konnte nicht gefunden werden", + "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du hast \"%3$s\" als eine entfernte Freigabe von \"%1$s\" empfangen (im Auftrag von %2$s)", + "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Du hast {share} als eine entfernte Freigabe von {user} empfangen (im Auftrag von {behalf})", + "You received \"%3$s\" as a remote share from %1$s" : "Du hast \"%3$s\" als eine entfernte Freigabe von \"%1$s\" empfangen", + "You received {share} as a remote share from {user}" : "Du hast {share} als eine entfernte Freigabe von {user} empfangen", "Accept" : "Ok", "Decline" : "Abgelehnt", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Über meine #Nextcloud Federated-Cloud-ID teilen, siehe %s", diff --git a/apps/federatedfilesharing/l10n/de.json b/apps/federatedfilesharing/l10n/de.json index dc05dde496d..39142d44cc7 100644 --- a/apps/federatedfilesharing/l10n/de.json +++ b/apps/federatedfilesharing/l10n/de.json @@ -26,6 +26,10 @@ "File is already shared with %s" : "Datei wird bereits mit %s geteilt", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", "Could not find share" : "Freigabe konnte nicht gefunden werden", + "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du hast \"%3$s\" als eine entfernte Freigabe von \"%1$s\" empfangen (im Auftrag von %2$s)", + "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Du hast {share} als eine entfernte Freigabe von {user} empfangen (im Auftrag von {behalf})", + "You received \"%3$s\" as a remote share from %1$s" : "Du hast \"%3$s\" als eine entfernte Freigabe von \"%1$s\" empfangen", + "You received {share} as a remote share from {user}" : "Du hast {share} als eine entfernte Freigabe von {user} empfangen", "Accept" : "Ok", "Decline" : "Abgelehnt", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Über meine #Nextcloud Federated-Cloud-ID teilen, siehe %s", diff --git a/apps/federatedfilesharing/l10n/de_DE.js b/apps/federatedfilesharing/l10n/de_DE.js index 14259f82163..356415069ac 100644 --- a/apps/federatedfilesharing/l10n/de_DE.js +++ b/apps/federatedfilesharing/l10n/de_DE.js @@ -28,6 +28,10 @@ OC.L10N.register( "File is already shared with %s" : "Datei wird bereits geteilt mit %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Die Freigabe von %s ist fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", "Could not find share" : "Freigabe konnte nicht gefunden werden", + "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Sie empfingen \"%3$s\" als eine entfernte Freigabe von \"%1$s\" (im Auftrag von %2$s)", + "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Sie empfingen {share} als eine entfernte Freigabe von {user} (im Auftrag von {behalf})", + "You received \"%3$s\" as a remote share from %1$s" : "Sie empfingen \"%3$s\" als eine entfernte Freigabe von \"%1$s\"", + "You received {share} as a remote share from {user}" : "Sie empfingen {share} als eine entfernte Freigabe von {user} ", "Accept" : "Akzeptieren", "Decline" : "Ablehnen", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Teilen Sie mit mir über meine #Nextcloud Federated-Cloud-ID, siehe %s", diff --git a/apps/federatedfilesharing/l10n/de_DE.json b/apps/federatedfilesharing/l10n/de_DE.json index 534904f958f..e41200696a3 100644 --- a/apps/federatedfilesharing/l10n/de_DE.json +++ b/apps/federatedfilesharing/l10n/de_DE.json @@ -26,6 +26,10 @@ "File is already shared with %s" : "Datei wird bereits geteilt mit %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Die Freigabe von %s ist fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", "Could not find share" : "Freigabe konnte nicht gefunden werden", + "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Sie empfingen \"%3$s\" als eine entfernte Freigabe von \"%1$s\" (im Auftrag von %2$s)", + "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Sie empfingen {share} als eine entfernte Freigabe von {user} (im Auftrag von {behalf})", + "You received \"%3$s\" as a remote share from %1$s" : "Sie empfingen \"%3$s\" als eine entfernte Freigabe von \"%1$s\"", + "You received {share} as a remote share from {user}" : "Sie empfingen {share} als eine entfernte Freigabe von {user} ", "Accept" : "Akzeptieren", "Decline" : "Ablehnen", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Teilen Sie mit mir über meine #Nextcloud Federated-Cloud-ID, siehe %s", diff --git a/apps/federatedfilesharing/l10n/pl.js b/apps/federatedfilesharing/l10n/pl.js index 4d88836392f..708b0a95d85 100644 --- a/apps/federatedfilesharing/l10n/pl.js +++ b/apps/federatedfilesharing/l10n/pl.js @@ -1,7 +1,8 @@ OC.L10N.register( "federatedfilesharing", { - "Federated sharing" : "Sfederowane udostępnianie", + "Federated sharing" : "Udostępnianie Stowarzyszone", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcesz się dzielić zdalnie {name} z {owner}@{remote}?", "Remote share" : "Zdalny zasób", "Remote share password" : "Hasło do zdalnego zasobu", "Cancel" : "Anuluj", @@ -16,14 +17,21 @@ OC.L10N.register( "Couldn't establish a federated share, maybe the password was wrong." : "Nie udało się ustalić Stowarzyszonego udostępnienia, może być błędne hasło.", "Federated Share request was successful, you will receive a invitation. Check your notifications." : "Żądanie podzielenia się ze Stowarzyszeniem powiedzie się, gdy otrzymasz zaproszenie. Sprawdź swoje powiadomienia.", "The mountpoint name contains invalid characters." : "Nazwa zamontowanego zasobu zawiera niedozwolone znaki.", + "Not allowed to create a federated share with the owner." : "Nie można tworzyć stowarzyszonego udziału ze sobą.", "Invalid or untrusted SSL certificate" : "Niewłaściwy lub niezaufany certyfikat SSL", + "Could not authenticate to remote share, password might be wrong" : "Nie udało się uwierzytelnić udziału zdalnego, może być błędne hasło", "Storage not valid" : "Zasób nie jest prawidłowy", "Federated Share successfully added" : "Udane udostępnienie ze Stowarzyszeniem ", "Couldn't add remote share" : "Nie można dodać zdalnego zasobu", "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", + "Not allowed to create a federated share with the same user" : "Nie można tworzyć stowarzyszonego udziału z tym samym użytkownikiem", "File is already shared with %s" : "Plik jest już współdzielony z %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Współdzielenie %s nie powiodło się, nie można odnaleźć %s. Prawdopobnie serwer nie jest teraz osiągalny.", "Could not find share" : "Nie można znaleźć powiązania", + "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Otrzymałeś \"%3$s\" w zdalnym udziale z %1$s (w imieniu %2$s)", + "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Otrzymałeś {share} w zdalnym udziale z {user} (w imieniu {behalf})", + "You received \"%3$s\" as a remote share from %1$s" : "Otrzymałeś \"%3$s\" w zdalnym udziale %1$s", + "You received {share} as a remote share from {user}" : "Otrzymałeś {share} w zdalnym udziale {user}", "Accept" : "Akceptuj", "Decline" : "Utrata", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Podziel się ze mną przez mój ID #Nextcloud Stowarzyszonej Chmury, zobacz %s", @@ -37,6 +45,8 @@ OC.L10N.register( "Share it:" : "Udostępnij to:", "Add to your website" : "Dodaj do swojej strony", "Share with me via Nextcloud" : "Podziel się ze mną poprzez Nextcloud", - "HTML Code:" : "Kod HTML:" + "HTML Code:" : "Kod HTML:", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Otrzymałeś \"/%3$s\" w zdalnym udziale z %1$s (w imieniu %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Otrzymałeś \"/%3$s\" w zdalnym udziale z %1$s" }, "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/federatedfilesharing/l10n/pl.json b/apps/federatedfilesharing/l10n/pl.json index 2a46b518c37..068c3b5d801 100644 --- a/apps/federatedfilesharing/l10n/pl.json +++ b/apps/federatedfilesharing/l10n/pl.json @@ -1,5 +1,6 @@ { "translations": { - "Federated sharing" : "Sfederowane udostępnianie", + "Federated sharing" : "Udostępnianie Stowarzyszone", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcesz się dzielić zdalnie {name} z {owner}@{remote}?", "Remote share" : "Zdalny zasób", "Remote share password" : "Hasło do zdalnego zasobu", "Cancel" : "Anuluj", @@ -14,14 +15,21 @@ "Couldn't establish a federated share, maybe the password was wrong." : "Nie udało się ustalić Stowarzyszonego udostępnienia, może być błędne hasło.", "Federated Share request was successful, you will receive a invitation. Check your notifications." : "Żądanie podzielenia się ze Stowarzyszeniem powiedzie się, gdy otrzymasz zaproszenie. Sprawdź swoje powiadomienia.", "The mountpoint name contains invalid characters." : "Nazwa zamontowanego zasobu zawiera niedozwolone znaki.", + "Not allowed to create a federated share with the owner." : "Nie można tworzyć stowarzyszonego udziału ze sobą.", "Invalid or untrusted SSL certificate" : "Niewłaściwy lub niezaufany certyfikat SSL", + "Could not authenticate to remote share, password might be wrong" : "Nie udało się uwierzytelnić udziału zdalnego, może być błędne hasło", "Storage not valid" : "Zasób nie jest prawidłowy", "Federated Share successfully added" : "Udane udostępnienie ze Stowarzyszeniem ", "Couldn't add remote share" : "Nie można dodać zdalnego zasobu", "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", + "Not allowed to create a federated share with the same user" : "Nie można tworzyć stowarzyszonego udziału z tym samym użytkownikiem", "File is already shared with %s" : "Plik jest już współdzielony z %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Współdzielenie %s nie powiodło się, nie można odnaleźć %s. Prawdopobnie serwer nie jest teraz osiągalny.", "Could not find share" : "Nie można znaleźć powiązania", + "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Otrzymałeś \"%3$s\" w zdalnym udziale z %1$s (w imieniu %2$s)", + "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Otrzymałeś {share} w zdalnym udziale z {user} (w imieniu {behalf})", + "You received \"%3$s\" as a remote share from %1$s" : "Otrzymałeś \"%3$s\" w zdalnym udziale %1$s", + "You received {share} as a remote share from {user}" : "Otrzymałeś {share} w zdalnym udziale {user}", "Accept" : "Akceptuj", "Decline" : "Utrata", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Podziel się ze mną przez mój ID #Nextcloud Stowarzyszonej Chmury, zobacz %s", @@ -35,6 +43,8 @@ "Share it:" : "Udostępnij to:", "Add to your website" : "Dodaj do swojej strony", "Share with me via Nextcloud" : "Podziel się ze mną poprzez Nextcloud", - "HTML Code:" : "Kod HTML:" + "HTML Code:" : "Kod HTML:", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Otrzymałeś \"/%3$s\" w zdalnym udziale z %1$s (w imieniu %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Otrzymałeś \"/%3$s\" w zdalnym udziale z %1$s" },"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/federation/l10n/pl.js b/apps/federation/l10n/pl.js index 7bba332f8da..521a68b9deb 100644 --- a/apps/federation/l10n/pl.js +++ b/apps/federation/l10n/pl.js @@ -3,15 +3,17 @@ OC.L10N.register( { "Added to the list of trusted servers" : "Dodano do listy zaufanych serwerów.", "Server is already in the list of trusted servers." : "Serwer znajduje się już na liście zaufanych serwerów.", + "No server to federate with found" : "Nie znaleziono stowarzyszonego serwera", "Could not add server" : "Nie można dodać serwera", "Federation" : "Stowarzyszenia", - "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenie pozwala na łączenie się z innymi zaufanymi serwerami do wymiany katalogów użytkownika. Na przykład będzie to wykorzystane do autouzupełniania użytkowników zewnętrznych do dzielenia się nimi ze stowarzyszonymi.", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenie pozwala łączyć się z innymi zaufanymi użytkownikami i wymieniać się z nimi katalogami. Na przykład, może to być wykorzystane do autouzupełniania w dzieleniu się ze stowarzyszonym użytkownikiem.", "Add server automatically once a federated share was created successfully" : "Dodaj serwer automatycznie po pomyślnym utworzeniu stowarzyszonego udziału.", "Trusted Servers" : "Zaufane serwery", "+ Add Nextcloud server" : "Dodaj serwer Nextcloud", "Nextcloud Server" : "Serwer Nextcloud", "Server added to the list of trusted Nextclouds" : "Serwer dodany do listy zaufanych Nextclouds", "No Nextcloud server found" : "Nie znaleziono serwera Nextcloud", + "Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenie Nextcloud pozwala łączyć się z innymi zaufanymi użytkownikami Nextclouds i wymieniać się z nimi katalogami. Na przykład, może to być wykorzystane do autouzupełniania w dzieleniu się ze stowarzyszonym użytkownikiem.", "Trusted Nextcloud Servers" : "Zaufane serwery Nextcloud" }, "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/federation/l10n/pl.json b/apps/federation/l10n/pl.json index 1bc10020c31..8ddd6d8dfbf 100644 --- a/apps/federation/l10n/pl.json +++ b/apps/federation/l10n/pl.json @@ -1,15 +1,17 @@ { "translations": { "Added to the list of trusted servers" : "Dodano do listy zaufanych serwerów.", "Server is already in the list of trusted servers." : "Serwer znajduje się już na liście zaufanych serwerów.", + "No server to federate with found" : "Nie znaleziono stowarzyszonego serwera", "Could not add server" : "Nie można dodać serwera", "Federation" : "Stowarzyszenia", - "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenie pozwala na łączenie się z innymi zaufanymi serwerami do wymiany katalogów użytkownika. Na przykład będzie to wykorzystane do autouzupełniania użytkowników zewnętrznych do dzielenia się nimi ze stowarzyszonymi.", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenie pozwala łączyć się z innymi zaufanymi użytkownikami i wymieniać się z nimi katalogami. Na przykład, może to być wykorzystane do autouzupełniania w dzieleniu się ze stowarzyszonym użytkownikiem.", "Add server automatically once a federated share was created successfully" : "Dodaj serwer automatycznie po pomyślnym utworzeniu stowarzyszonego udziału.", "Trusted Servers" : "Zaufane serwery", "+ Add Nextcloud server" : "Dodaj serwer Nextcloud", "Nextcloud Server" : "Serwer Nextcloud", "Server added to the list of trusted Nextclouds" : "Serwer dodany do listy zaufanych Nextclouds", "No Nextcloud server found" : "Nie znaleziono serwera Nextcloud", + "Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenie Nextcloud pozwala łączyć się z innymi zaufanymi użytkownikami Nextclouds i wymieniać się z nimi katalogami. Na przykład, może to być wykorzystane do autouzupełniania w dzieleniu się ze stowarzyszonym użytkownikiem.", "Trusted Nextcloud Servers" : "Zaufane serwery Nextcloud" },"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 803f51f53db..c83ff32e21d 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -6,6 +6,7 @@ OC.L10N.register( "Unknown error" : "Nieznany błąd", "Files" : "Pliki", "All files" : "Wszystkie pliki", + "Recent" : "Ostatni", "File could not be found" : "Nie można odnaleźć pliku", "Home" : "Dom", "Close" : "Zamknij", @@ -16,6 +17,7 @@ OC.L10N.register( "Total file size {size1} exceeds upload limit {size2}" : "Całkowity rozmiar {size1} przekracza limit uploadu {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}", "Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" nie istnieje więcej", + "Not enough free space" : "Za mało wolnego miejsca", "Uploading..." : "Wgrywanie....", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "Pozostało {hours}:{minutes}:{seconds} hour{plural_s} ", @@ -52,12 +54,14 @@ OC.L10N.register( "Could not create file \"{file}\" because it already exists" : "Nie można było utworzyć pliku \"{file}\", ponieważ ten plik już istnieje.", "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć folderu „{dir}”, ponieważ już istnieje.", "Error deleting file \"{fileName}\"." : "Błąd podczas usuwania pliku „{fileName}”.", + "No search results in other folders for '{tag}{filter}{endtag}'" : "Brak wyników wyszukiwania w innych folderach dla '{tag}{filter}{endtag}'", "Name" : "Nazwa", "Size" : "Rozmiar", "Modified" : "Modyfikacja", "_%n folder_::_%n folders_" : ["%n katalog","%n katalogi","%n katalogów"], "_%n file_::_%n files_" : ["%n plik","%n pliki","%n plików"], "{dirs} and {files}" : "{dirs} i {files}", + "_including %n hidden_::_including %n hidden_" : ["w tym %n ukryty","w tym %n ukryte","w tym %n ukrytych"], "You don’t have permission to upload or create files here" : "Nie masz uprawnień do wczytywania lub tworzenia plików w tym miejscu", "_Uploading %n file_::_Uploading %n files_" : ["Wysyłanie %n pliku","Wysyłanie %n plików","Wysyłanie %n plików"], "New" : "Nowy", @@ -67,6 +71,7 @@ OC.L10N.register( "Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Miejsce dla {owner} jest na wyczerpaniu ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%)", + "_matches '{filter}'_::_match '{filter}'_" : ["pasujący '{filter}'","pasujące '{filter}'","pasujących '{filter}'"], "View in folder" : "Zobacz w katalogu", "Path" : "Ścieżka", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtów"], @@ -91,9 +96,15 @@ OC.L10N.register( "%2$s deleted %1$s" : "%2$s usunął %1$s", "You restored %1$s" : "Przywróciłeś %1$s", "%2$s restored %1$s" : "%2$s przywrócił %1$s", + "You renamed %2$s to %1$s" : "Zmieniono nazwę %2$s na %1$s", + "%2$s renamed %3$s to %1$s" : "%2$s zmieniony %3$s na %1$s", + "You moved %2$s to %1$s" : "Przeniosłeś %2$s do %1$s", + "%2$s moved %3$s to %1$s" : "%2$s przeniesiony %3$s do %1$s", "Changed by %2$s" : "Zmienione przez %2$s", "Deleted by %2$s" : "Usunięte przez %2$s", "Restored by %2$s" : "Przywrócone przez %2$s", + "Renamed by %2$s" : "Zmieniony przez %2$s", + "Moved by %2$s" : "Przeniesiony przez %2$s", "File changes" : "Zmień w plikach", "Upload (max. %s)" : "Wysyłka (max. %s)", "File handling" : "Zarządzanie plikami", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index fd72052414c..2a0de426344 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -4,6 +4,7 @@ "Unknown error" : "Nieznany błąd", "Files" : "Pliki", "All files" : "Wszystkie pliki", + "Recent" : "Ostatni", "File could not be found" : "Nie można odnaleźć pliku", "Home" : "Dom", "Close" : "Zamknij", @@ -14,6 +15,7 @@ "Total file size {size1} exceeds upload limit {size2}" : "Całkowity rozmiar {size1} przekracza limit uploadu {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}", "Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" nie istnieje więcej", + "Not enough free space" : "Za mało wolnego miejsca", "Uploading..." : "Wgrywanie....", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "Pozostało {hours}:{minutes}:{seconds} hour{plural_s} ", @@ -50,12 +52,14 @@ "Could not create file \"{file}\" because it already exists" : "Nie można było utworzyć pliku \"{file}\", ponieważ ten plik już istnieje.", "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć folderu „{dir}”, ponieważ już istnieje.", "Error deleting file \"{fileName}\"." : "Błąd podczas usuwania pliku „{fileName}”.", + "No search results in other folders for '{tag}{filter}{endtag}'" : "Brak wyników wyszukiwania w innych folderach dla '{tag}{filter}{endtag}'", "Name" : "Nazwa", "Size" : "Rozmiar", "Modified" : "Modyfikacja", "_%n folder_::_%n folders_" : ["%n katalog","%n katalogi","%n katalogów"], "_%n file_::_%n files_" : ["%n plik","%n pliki","%n plików"], "{dirs} and {files}" : "{dirs} i {files}", + "_including %n hidden_::_including %n hidden_" : ["w tym %n ukryty","w tym %n ukryte","w tym %n ukrytych"], "You don’t have permission to upload or create files here" : "Nie masz uprawnień do wczytywania lub tworzenia plików w tym miejscu", "_Uploading %n file_::_Uploading %n files_" : ["Wysyłanie %n pliku","Wysyłanie %n plików","Wysyłanie %n plików"], "New" : "Nowy", @@ -65,6 +69,7 @@ "Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Miejsce dla {owner} jest na wyczerpaniu ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%)", + "_matches '{filter}'_::_match '{filter}'_" : ["pasujący '{filter}'","pasujące '{filter}'","pasujących '{filter}'"], "View in folder" : "Zobacz w katalogu", "Path" : "Ścieżka", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtów"], @@ -89,9 +94,15 @@ "%2$s deleted %1$s" : "%2$s usunął %1$s", "You restored %1$s" : "Przywróciłeś %1$s", "%2$s restored %1$s" : "%2$s przywrócił %1$s", + "You renamed %2$s to %1$s" : "Zmieniono nazwę %2$s na %1$s", + "%2$s renamed %3$s to %1$s" : "%2$s zmieniony %3$s na %1$s", + "You moved %2$s to %1$s" : "Przeniosłeś %2$s do %1$s", + "%2$s moved %3$s to %1$s" : "%2$s przeniesiony %3$s do %1$s", "Changed by %2$s" : "Zmienione przez %2$s", "Deleted by %2$s" : "Usunięte przez %2$s", "Restored by %2$s" : "Przywrócone przez %2$s", + "Renamed by %2$s" : "Zmieniony przez %2$s", + "Moved by %2$s" : "Przeniesiony przez %2$s", "File changes" : "Zmień w plikach", "Upload (max. %s)" : "Wysyłka (max. %s)", "File handling" : "Zarządzanie plikami", |